March 2013 Archives by date
Starting: Fri Mar 1 06:00:48 CET 2013
Ending: Sun Mar 31 23:19:38 CEST 2013
Messages: 754
- [Python-checkins] Daily reference leaks (637c2cd716d1): sum=6
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): #17079: test_ctypes now works with unittest test discovery. Patch by Zachary
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17079: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.3): #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17082: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.3): Regex should be a raw string
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython (3.3): Don't deadlock on a reentrant call.
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython: #16935: unittest now counts the module as skipped if it raises SkipTest,
ezio.melotti
- [Python-checkins] cpython: #16935: update test_crypt now that unittest discover understands SkipTest.
ezio.melotti
- [Python-checkins] cpython (3.3): Don't deadlock on a reentrant call.
Ezio Melotti
- [Python-checkins] cpython (3.3): Don't deadlock on a reentrant call.
Antoine Pitrou
- [Python-checkins] cpython (2.7): #17315: unlink a file that test_posixpath was leaving around.
ezio.melotti
- [Python-checkins] cpython (3.2): #17315: unlink a file that test_posixpath was leaving around.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17315: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17315: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: #17312: unlink a file that test_aifc was leaving around.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix markup in unittest doc.
ezio.melotti
- [Python-checkins] cpython (3.2): Fix markup in unittest doc.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge markup fixes in unittest doc from 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge markup fixes in unittest doc from 3.3.
ezio.melotti
- [Python-checkins] peps: Add a as_uri() method as suggested by Charles-François, to return a file URI.
antoine.pitrou
- [Python-checkins] peps: Mention the dedicated branch in the Mercurial repo.
antoine.pitrou
- [Python-checkins] Daily reference leaks (1bf721567067): sum=1
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Remove dependency on dummy_threading (to solve a bootstrap problem).
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #17331: Use isidentifier() instead of isalnum() to check for valid
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): Merge
raymond.hettinger
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] cpython (3.3): #17333: test_imaplib now works with unittest test discovery. Patch by Zachary
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17333: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.3): #17334: test_index now works with unittest test discovery. Patch by Zachary
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17334: merge with 3.3.
ezio.melotti
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Daily reference leaks (1c71882938eb): sum=-2
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #16445: Fix potential segmentation fault when deleting an exception
mark.dickinson
- [Python-checkins] cpython: #17032: The "global" in the "NameError: global name 'x' is not defined" error
ezio.melotti
- [Python-checkins] cpython (3.3): Issue #16962: Use getdents64 instead of the obsolete getdents syscall in
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fixes Issue #16962: Use getdents64 instead of the obsolete getdents syscall
gregory.p.smith
- [Python-checkins] cpython (3.2): Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.
nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.
nadeem.vawda
- [Python-checkins] Daily reference leaks (69f737f410f0): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest.
raymond.hettinger
- [Python-checkins] cpython (3.3): Add test for RLock in the lru_cache().
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.3): Fix other re-entrancy nits for the lru_cache.
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.3): Another nit.
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython (3.2): #17346: make sure pickle tests are run against all protocols. Initial patch by
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17346: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17346: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #17346: make sure pickle tests are run against all protocols.
ezio.melotti
- [Python-checkins] cpython (3.3): fix possible setdefault refleak (closes #17328)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#17328)
benjamin.peterson
- [Python-checkins] peps: Revised PEP 422, now with the namespace setting
nick.coghlan
- [Python-checkins] peps: Fix markup
nick.coghlan
- [Python-checkins] cpython (2.7): Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #16848: python-config now returns proper --ldflags values for OS X
ned.deily
- [Python-checkins] Daily reference leaks (d57c60db94e7): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython: Use LT in all comparisons
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest.
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.3): Fix typo
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest.
raymond.hettinger
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
senthil.kumaran
- [Python-checkins] cpython (2.7): Reverting the changeset c31d700dea8b made for Issue #12921
senthil.kumaran
- [Python-checkins] cpython (3.2): Reverting the changeset 5126e62c60af made for Issue #12921
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): Reverting the changeset 5d76a4746d9d made for Issue #12921
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): Reverting the changeset b87792757ee8 made for Issue #12921
senthil.kumaran
- [Python-checkins] peps: Adjust the redrafted PEP 422 to match reality
nick.coghlan
- [Python-checkins] peps: Fix markup
nick.coghlan
- [Python-checkins] peps: Missed a ref to the old API in PEP 422
nick.coghlan
- [Python-checkins] peps: Minor wording nit
nick.coghlan
- [Python-checkins] cpython (3.3): #11732: add a new suppress_crash_popup() context manager to test.support.
ezio.melotti
- [Python-checkins] cpython (3.3): Fix indentation.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #11732: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: Issue #17223: Add another test to check that _PyUnicode_Ready() rejects
victor.stinner
- [Python-checkins] cpython: Issue #17223: Fix PyUnicode_FromUnicode() on Windows (16-bit wchar_t type)
victor.stinner
- [Python-checkins] cpython: Backed out changeset b9f7b1bf36aa
victor.stinner
- [Python-checkins] cpython (3.3): #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17363: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #17364: remove documentation for a function that does not exist.
ezio.melotti
- [Python-checkins] cpython (3.2): #17364: remove documentation for a function that does not exist.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17364: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17364: merge with 3.3.
ezio.melotti
- [Python-checkins] peps: PEP-434: Touch-up format to comform to PEP-1 guidelines and PEP-12 template.
terry.reedy
- [Python-checkins] peps (merge default -> default): Merge
terry.reedy
- [Python-checkins] Daily reference leaks (b87e9b8dc9ad): sum=12
solipsis at pitrou.net
- [Python-checkins] devguide: Update link for Visual C++ Express 2010. Old link gets forwarded to 2012 page.
terry.reedy
- [Python-checkins] devguide: Add link for VC++ 2010 to one for 2008. Hide both urls with text labels.
terry.reedy
- [Python-checkins] devguide: Add self for idlelib
terry.reedy
- [Python-checkins] cpython: Fix some formatting
eli.bendersky
- [Python-checkins] cpython: call_commethod was only used in samples/Windows, which no longer exists.
eli.bendersky
- [Python-checkins] cpython: Fix formatting changes that led to compilation errors
eli.bendersky
- [Python-checkins] cpython (3.2): Fix doc grammar and line width
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix doc grammar and line width
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Fix doc grammar and line width
eli.bendersky
- [Python-checkins] cpython (2.7): Fix doc grammar and line width
eli.bendersky
- [Python-checkins] cpython (3.3): _PyUnicode_Writer() now also reuses Unicode singletons:
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) _PyUnicode_Writer() now also reuses Unicode singletons:
victor.stinner
- [Python-checkins] cpython (3.3): Issue #17361: Use cc from sysconfig for testing flags.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] Daily reference leaks (7780757c6bab): sum=13
solipsis at pitrou.net
- [Python-checkins] cpython: PEP8-ify ftplib.py: get rid of multiple statements on one line (if cond: ...)
giampaolo.rodola
- [Python-checkins] cpython: Refactor ftplib by getting rid of 4 methods (retr*() and stor*()) which were
giampaolo.rodola
- [Python-checkins] cpython (3.3): Close #15465: Document C API version macros
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge fix for #15465 from 3.3
nick.coghlan
- [Python-checkins] cpython (3.3): #11732: make suppress_crash_popup() work on Windows XP and Windows Server 2003.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #11732: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.2): #11732: add a new suppress_crash_popup() context manager to test.support that
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #11732: null merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #11732: null merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.2): Fix typo in Misc/NEWS entry.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge typo fix in Misc/NEWS entry from 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge typo fix in Misc/NEWS entry from 3.3.
ezio.melotti
- [Python-checkins] cpython: Fix memory leak introduced in 15190138d3f3.
ezio.melotti
- [Python-checkins] cpython (3.2): #14645: Generator now emits correct linesep for all parts.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #14645: Generator now emits correct linesep for all parts.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #14645: Generator now emits correct linesep for all parts.
r.david.murray
- [Python-checkins] cpython (3.2): PEP8 fixup on previous patch, remove unused import in test_email.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: PEP8 fixup on previous patch, remove unused imports in test_email.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: PEP8 fixup on previous patch, remove unused imports in test_email.
r.david.murray
- [Python-checkins] cpython (3.3): Issue #17223: the test is specific to 32-bit wchar_t type
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #17223: the test is specific to 32-bit wchar_t type
victor.stinner
- [Python-checkins] cpython: Add PyDict_SetDefault. (closes #17327)
benjamin.peterson
- [Python-checkins] Daily reference leaks (42970cbfc982): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #17384: Consolidated cleanup operations in tests.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #17378: ctypes documentation fix.
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17378: ctypes documentation fix.
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17378: ctypes documentation fix.
eli.bendersky
- [Python-checkins] cpython (2.7): Closing #17378: ctypes documentation fix.
eli.bendersky
- [Python-checkins] cpython: fix warning (closes #17327)
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17376: Merged clarification from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #17376: Merged clarification from 3.3.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
terry.reedy
- [Python-checkins] cpython (3.2): Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #17375: Add docstrings to the threading module.
raymond.hettinger
- [Python-checkins] cpython (3.3): Improve comments and variable names.
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] Daily reference leaks (d86f5686cef9): sum=1
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Sync-up with 3.4 to make maintenance easier.
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #16642: sched.scheduler timefunc initial default is time.monotonic.
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge: closes issue 16643 (not ....2 as in last commit message)
terry.reedy
- [Python-checkins] cpython (merge default -> default): Merge heads
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (3.2): Add warning in ctypes documentation for #16575 and #16576
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> 3.3): Add warning in ctypes documentation for #16575 and #16576
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Add warning in ctypes documentation for #16575 and #16576
eli.bendersky
- [Python-checkins] cpython (2.7): Add warning in ctypes documentation for #16575 and #16576
eli.bendersky
- [Python-checkins] cpython: Issue #16954: Add docstrings for ElementTree
eli.bendersky
- [Python-checkins] cpython (3.3): Touch up the Python 2 to 3 porting guide
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge
brett.cannon
- [Python-checkins] cpython (2.7): #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo.
ezio.melotti
- [Python-checkins] cpython (3.2): #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #11963: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #11963: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #11963: fix Windows buildbots.
ezio.melotti
- [Python-checkins] cpython (3.2): #11963: fix Windows buildbots.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #11963: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #11963: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #14489: fix wrong link.
ezio.melotti
- [Python-checkins] Daily reference leaks (65147d2422dc): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #17351: Modernize the pure Python property() example.
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #17351: Modernize the pure Python property() example.
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Classmethod example needs to inherit from object
raymond.hettinger
- [Python-checkins] cpython (3.3): Inherit from object() for consistency
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] peps: wheel clarifications
daniel.holth
- [Python-checkins] peps: update e-mail
daniel.holth
- [Python-checkins] peps: PEP 426: extensions are 0..1
daniel.holth
- [Python-checkins] peps: PEP 426: optional features or "extra dependencies"
daniel.holth
- [Python-checkins] peps: PEP 426: trailing 0's policy for ==
daniel.holth
- [Python-checkins] devguide: '.::' displays as '.:'. Reported in email by Bob Hanson.
terry.reedy
- [Python-checkins] cpython: Fix typo in PyDict_SetDefault docs.
ezio.melotti
- [Python-checkins] cpython (2.7): #11963: remove human verification from test_subprocess.
ezio.melotti
- [Python-checkins] cpython: Update code to increment and decrement using the cleaner += 1 and -= 1 style.
raymond.hettinger
- [Python-checkins] cpython: Issue #17385: Fix quadratic behavior in threading.Condition
raymond.hettinger
- [Python-checkins] cpython: Issue #17385: Fix quadratic behavior in threading.Condition
Ezio Melotti
- [Python-checkins] cpython (2.7): #11963: fix Windows buildbots.
ezio.melotti
- [Python-checkins] cpython: Improve variable names
raymond.hettinger
- [Python-checkins] cpython (3.2): #11963: remove human verification from test_parser and test_subprocess.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #11963: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #11963: merge with 3.3.
ezio.melotti
- [Python-checkins] Daily reference leaks (0f86b51f8f8b): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #15806: Add contextlib.ignored().
raymond.hettinger
- [Python-checkins] cpython: Remove debug print.
ezio.melotti
- [Python-checkins] cpython (2.7): #16004: Add `make touch`.
ezio.melotti
- [Python-checkins] cpython (3.2): #17351: remove "object" inheritance from docs. Patch by Phil Elson.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17351: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17351: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16004: Add `make touch`.
Brett Cannon
- [Python-checkins] cpython (2.7): #16004: Add `make touch`.
Brett Cannon
- [Python-checkins] cpython: remove useless words (#17327)
benjamin.peterson
- [Python-checkins] cpython: remove more useless words
benjamin.peterson
- [Python-checkins] cpython: say defaultobj is returned (#17327)
benjamin.peterson
- [Python-checkins] cpython: fix spelling (#17327)
benjamin.peterson
- [Python-checkins] cpython: #17395: wait for live children in test_multiprocessing.
ezio.melotti
- [Python-checkins] cpython (2.7): Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
terry.reedy
- [Python-checkins] cpython (3.2): Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2: Issue #17047: removed doubled words in Doc/*,
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3: Issue #17047: removed doubled words in Doc/*,
terry.reedy
- [Python-checkins] cpython (2.7): Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
terry.reedy
- [Python-checkins] cpython (3.2): Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3, issue #17047: remove doubled words found in 2.7 to 3.4
terry.reedy
- [Python-checkins] cpython (2.7): Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
terry.reedy
- [Python-checkins] cpython (3.2): Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge 3.2, issue #17047: remove doubled words found in 2.7 to
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3, issue #17047: remove doubled words found in 2.7 to
terry.reedy
- [Python-checkins] cpython (3.3): Issue #17047: remove doubled words added in 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3, issue #17047: remove doubled words added in 3.3,
terry.reedy
- [Python-checkins] cpython: Issue #17047: remove doubled words added in 3.4,
terry.reedy
- [Python-checkins] peps: PEP 425: enlarge FAQ
daniel.holth
- [Python-checkins] Daily reference leaks (0a26a8b13193): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #14707: add news entry
terry.reedy
- [Python-checkins] cpython (3.3): #17066: test_robotparser now works with unittest test discovery. Patch by
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17066: merge with 3.3.
ezio.melotti
- [Python-checkins] CANNOT Patch 3.x NEWS [was cpython (2.7): Issue #14707: add news entry\
Terry Reedy
- [Python-checkins] cpython (2.7): Fix issue number
terry.reedy
- [Python-checkins] CANNOT Patch 3.x NEWS [was cpython (2.7): Issue #14707: add news entry\
Terry Reedy
- [Python-checkins] CANNOT Patch 3.x NEWS [was cpython (2.7): Issue #14707: add news entry\
Ezio Melotti
- [Python-checkins] cpython (3.2): Issue #11367: fix documentation of some find* methods in ElementTree
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #11367: fix documentation of some find* methods in ElementTree
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Issue #11367: fix documentation of some find* methods in ElementTree
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #11367: fix documentation of some find* methods in ElementTree
eli.bendersky
- [Python-checkins] cpython (2.7): #16004: Add `make touch`.
Nick Coghlan
- [Python-checkins] cpython: update links to 6.2.0
benjamin.peterson
- [Python-checkins] CANNOT Patch 3.x NEWS [was cpython (2.7): Issue #14707: add news entry\
Terry Reedy
- [Python-checkins] CANNOT Patch 3.x NEWS [was cpython (2.7): Issue #14707: add news entry\
Ezio Melotti
- [Python-checkins] cpython (2.7): #17368: Fix an off-by-one error in the Python JSON decoder that caused a
ezio.melotti
- [Python-checkins] cpython (3.2): #17368: Fix an off-by-one error in the Python JSON decoder that caused a
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17368: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17368: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman
ezio.melotti
- [Python-checkins] cpython (3.2): #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17402: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17402: merge with 3.3.
ezio.melotti
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Daily reference leaks (b49971a1e70d): sum=1
solipsis at pitrou.net
- [Python-checkins] devguide: #14468: move a paragraph and link to the list of branches.
ezio.melotti
- [Python-checkins] CANNOT Patch 3.x NEWS [was cpython (2.7): Issue #14707: add news entry\
Nick Coghlan
- [Python-checkins] CANNOT Patch 3.x NEWS [was cpython (2.7): Issue #14707: add news entry\
Terry Reedy
- [Python-checkins] CANNOT Patch 3.x NEWS [was cpython (2.7): Issue #14707: add news entry\
Ezio Melotti
- [Python-checkins] cpython: expose O_PATH if possible
benjamin.peterson
- [Python-checkins] cpython: Issue #17222: Document that py_compile now uses importlib for its file
brett.cannon
- [Python-checkins] cpython: Issue #17117: Have both import itself and importlib.util.set_loader()
brett.cannon
- [Python-checkins] cpython: Normalize whitespace
brett.cannon
- [Python-checkins] cpython: Issue #17176: Document that imp.NullImporter is no longer inserted
brett.cannon
- [Python-checkins] cpython (3.3): Issue #17176: Document that imp.NullImporter is no longer
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge
brett.cannon
- [Python-checkins] cpython: Issue #17099: Have importlib.find_loader() raise ValueError when
brett.cannon
- [Python-checkins] cpython: make some freezing related stuff const
benjamin.peterson
- [Python-checkins] cpython (2.7): #17307 - Example of HTTP PUT Request using httplib
senthil.kumaran
- [Python-checkins] cpython (3.2): #17307 - Example of HTTP PUT Request using http.client
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17307 - merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): #17307 - merge from 3.3
senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2: Issue #17386
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3: Issue #17386
terry.reedy
- [Python-checkins] Daily reference leaks (99e72eae35bb): sum=2
solipsis at pitrou.net
- [Python-checkins] peps: Fix PEP headers
nick.coghlan
- [Python-checkins] peps: Add alternative argument clinic DSL PEP
nick.coghlan
- [Python-checkins] devguide: #15121: document the "email" component.
ezio.melotti
- [Python-checkins] peps: - Fix typos and curses.window.addch definition.
stefan.krah
- [Python-checkins] peps: Make it clear that the location of the docstring *specification* is a valid
stefan.krah
- [Python-checkins] peps: Mention possibility of (limited!) type-checking of converter definitions.
stefan.krah
- [Python-checkins] peps: Deprecate PY_SSIZE_T_CLEAN: Always assume Py_ssize_t for length arguments.
stefan.krah
- [Python-checkins] peps: Add fork_exec example.
stefan.krah
- [Python-checkins] cpython (2.7): Issue #17299: Add test coverage for cPickle with file objects and general IO
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote().
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #1285086: Get rid of the refcounting hack and speed up
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #1285086: Get rid of the refcounting hack and speed up
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #1285086: Get rid of the refcounting hack and speed up
serhiy.storchaka
- [Python-checkins] cpython: Small cosmetic fixes
eli.bendersky
- [Python-checkins] cpython (merge default -> default): Merge
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7.
terry.reedy
- [Python-checkins] Daily reference leaks (c25bc2587c48): sum=0
solipsis at pitrou.net
- [Python-checkins] devguide: Add VC++ 2010 registration requirement. Remove obsolete link. Steve Dower of
terry.reedy
- [Python-checkins] cpython: Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__.
terry.reedy
- [Python-checkins] cpython (3.2): Issue #17047: Add news entry
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2: issue #17047 news entry
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.2: closes issue #17047
terry.reedy
- [Python-checkins] peps: Add a mention of IntEnum, summarizing the language summit and later discussions
eli.bendersky
- [Python-checkins] cpython: #1291 http.server's send_error takes an optional explain argument
senthil.kumaran
- [Python-checkins] devguide: #14468: add FAQs about merge conflicts, null merges, and heads merges.
ezio.melotti
- [Python-checkins] cpython (2.7): Issue #17398: document url argument of RobotFileParser
terry.reedy
- [Python-checkins] cpython (3.2): Issue #17398: document url argument of RobotFileParser
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] peps: PEP 437: Add standard "local variables" footer.
georg.brandl
- [Python-checkins] peps: Add PEP 438: Transitioning to release-file hosting on PyPI, submitted by Holger
georg.brandl
- [Python-checkins] cpython (3.2): #17431: Fix missing import of BytesFeedParser in email.parser.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #17431: Fix missing import of BytesFeedParser in email.parser.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #17431: Fix missing import of BytesFeedParser in email.parser.
r.david.murray
- [Python-checkins] cpython: Add missing FeedParser and BytesFeedParser to email.parser.__all__.
r.david.murray
- [Python-checkins] Daily reference leaks (07e0cd0d39b3): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (3.2): typo
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): #12345: null merge with 3.2.
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): #10652 null merge from 3.3 which had wrong issue #
terry.reedy
- [Python-checkins] cpython (3.3): Remove row-spanning cell, which the Sphinx text writer does not support.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython: reject non-docs strings between future imports (closes #17434)
benjamin.peterson
- [Python-checkins] cpython (3.2): #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by
ezio.melotti
- [Python-checkins] cpython (2.7): #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #11420: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #11420: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): Issue #17418: specify that buffer sizes are bytes.
terry.reedy
- [Python-checkins] cpython (3.2): Issue #17418: specify that buffer sizes are bytes as soon as possible.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge heads 3.2.
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads 3.3.
terry.reedy
- [Python-checkins] cpython (merge default -> default): Merge heads default.
terry.reedy
- [Python-checkins] cpython: Fix markup/wording.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #16564: Fixed a performance regression relative to Python 3.1 in the
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16564: Fixed a performance regression relative to Python 3.1 in the
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16564: Fixed a performance regression relative to Python 3.1 in the
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #16389: Fixed an issue number in previos commit.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16389: Fixed an issue number in previos commit.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16389: Fixed an issue number in previos commit.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge
Terry Reedy
- [Python-checkins] cpython (merge default -> default): Merge heads default.
Ezio Melotti
- [Python-checkins] cpython (merge default -> default): Merge heads default.
Terry Reedy
- [Python-checkins] cpython (3.2): Issue #16389: Fixed an issue number in previos commit.
Terry Reedy
- [Python-checkins] cpython (merge default -> default): Merge heads default.
Ezio Melotti
- [Python-checkins] cpython: C89 compliance
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] Daily reference leaks (8002f45377d4): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: New DSL syntax and slightly changed semantics for the Argument Clinic DSL.
larry.hastings
- [Python-checkins] cpython (3.2): Issue #17415: Clarify 'this' referent by moving containing sentence just after
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2
terry.reedy
- [Python-checkins] cpython (2.7): Issue #17415: Clarify 'this' referent by moving containing sentence just after
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (3.2): Issue #17415: Trim trailing whitespace
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (2.7): Issue #17415: Trim trailing whitespace
terry.reedy
- [Python-checkins] cpython (3.3): Issue #16880: _imp.load_dynamic() is not defined on a platform that
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge
brett.cannon
- [Python-checkins] cpython (3.2): #16057: Clarify why the base method default is called in custom encoders.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge #16057: Clarify why the base method default is called in custom encoders.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #16057: Clarify why the base method default is called in custom encoders.
r.david.murray
- [Python-checkins] cpython (2.7): #16057: Clarify why the base method default is called in custom encoders.
r.david.murray
- [Python-checkins] cpython (3.2): #17448: Make test_sax skip if there are no xml parsers.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge #17448: Make test_sax skip if there are no xml parsers.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #17448: Make test_sax skip if there are no xml parsers.
r.david.murray
- [Python-checkins] cpython (2.7): open file in binary mode
benjamin.peterson
- [Python-checkins] Daily reference leaks (406c6fd7e753): sum=2
solipsis at pitrou.net
- [Python-checkins] peps: Update for 436, explicitly supporting positional parameters forever, amen.
larry.hastings
- [Python-checkins] cpython: (issue 17452 / ftplib) fix TypeError occurring in case ssl module is not
giampaolo.rodola
- [Python-checkins] peps: Update for 436, explicitly supporting positional parameters forever, amen.
Nick Coghlan
- [Python-checkins] peps: remove extra e
benjamin.peterson
- [Python-checkins] cpython (3.3): Issue #17463: Fix test discovery for test_pdb.py
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17463: Fix test discovery for test_pdb.py
andrew.svetlov
- [Python-checkins] cpython: unify some ast.argument's attrs; change Attribute column offset (closes #16795)
benjamin.peterson
- [Python-checkins] cpython: add Sven Brauch for his #16795 contribution
benjamin.peterson
- [Python-checkins] cpython: move declaration to top of block
benjamin.peterson
- [Python-checkins] peps: Update for 436, explicitly supporting positional parameters forever, amen.
Guido van Rossum
- [Python-checkins] cpython: #17460: Remove the strict argument of HTTPConnection and removing the
senthil.kumaran
- [Python-checkins] cpython: #5024: whichhdr now returns the frame count for WAV files.
r.david.murray
- [Python-checkins] cpython (3.3): Documentation corrections for unittest.mock
michael.foord
- [Python-checkins] cpython (merge 3.3 -> default): Merge
michael.foord
- [Python-checkins] cpython: use the HTTPS for pypi upload
benjamin.peterson
- [Python-checkins] peps: Add high-level explanation of transports and protocols early on.
guido.van.rossum
- [Python-checkins] cpython (2.7): Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
gregory.p.smith
- [Python-checkins] cpython (3.3): #10050 - Document DeprecationWarnings for URLopener and FancyURLopener
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): #10050 : merge to default
senthil.kumaran
- [Python-checkins] cpython: Closes issue 16709. unittest test discovery sorts test files for consistent
michael.foord
- [Python-checkins] cpython: #17474 - Remove the various deprecated methods of Request class.
senthil.kumaran
- [Python-checkins] cpython: #17464: improve pydoc test coverage.
r.david.murray
- [Python-checkins] Daily reference leaks (b5980b1171d0): sum=1824552
solipsis at pitrou.net
- [Python-checkins] cpython: sprinkle const
benjamin.peterson
- [Python-checkins] cpython: refactor to fix refleaks
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: placate msvc
benjamin.peterson
- [Python-checkins] cpython: bump Python-ast.c
benjamin.peterson
- [Python-checkins] cpython (3.2): #17476: make allmethods actually return all methods.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17476: make allmethods actually return all methods.
r.david.murray
- [Python-checkins] cpython: Merge: #17476: make allmethods actually return all methods.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Null merge 7127fbc363bb.
ezio.melotti
- [Python-checkins] cpython (3.2): #17460 - Adding relevant warning messages regarding strict removal in docs
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17460 - merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): #17460 - merge from 3.3
senthil.kumaran
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] cpython (3.2): Fix usage of the unittest.skip decorator.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix usage of the unittest.skip decorator.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix usage of the unittest.skip decorator.
serhiy.storchaka
- [Python-checkins] cpython (3.2): #17443: Fix buffering in IMAP4_stream.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #17443: Fix buffering in IMAP4_stream.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #17443: Fix buffering in IMAP4_stream.
r.david.murray
- [Python-checkins] cpython (2.7): Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout
kristjan.jonsson
- [Python-checkins] cpython: ../bug-fixes/http_error_interface/.hg/last-message.txt
senthil.kumaran
- [Python-checkins] cpython: Refactor test_urllib2. Include test_HTTPError_interface under MiscTests
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge branch
senthil.kumaran
- [Python-checkins] cpython: ../bug-fixes/http_error_interface/.hg/last-message.txt
Senthil Kumaran
- [Python-checkins] cpython (2.7): Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout
Senthil Kumaran
- [Python-checkins] cpython (2.7): Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout
Guido van Rossum
- [Python-checkins] cpython (2.7): issue #9090 : Limit the fix to windows since getting a portable simple
kristjan.jonsson
- [Python-checkins] cpython (3.2): #8862: Fix curses cleanup with getchar is interrupted by a signal.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal.
r.david.murray
- [Python-checkins] cpython (2.7): #8862: Fix curses cleanup with getchar is interrupted by a signal.
r.david.murray
- [Python-checkins] cpython (3.2): #17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17471 - merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): #17471 - merge from 3.3
senthil.kumaran
- [Python-checkins] cpython (2.7): issue #9090 : Take the same approach for socketmodule as daytimemodule
kristjan.jonsson
- [Python-checkins] peps: Add second pydev post date
terry.reedy
- [Python-checkins] peps (merge default -> default): Merge
terry.reedy
- [Python-checkins] cpython (2.7): - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting
matthias.klose
- [Python-checkins] cpython (2.7): Reindent files for:
matthias.klose
- [Python-checkins] cpython (2.7): - update config.guess and config.sub
matthias.klose
- [Python-checkins] cpython (3.3): - update config.guess and config.sub
matthias.klose
- [Python-checkins] cpython: - update config.guess and config.sub
matthias.klose
- [Python-checkins] cpython (2.7): Issue #12098: multiprocessing on Windows now starts child processes
kristjan.jonsson
- [Python-checkins] cpython (3.2): #1525919: Document MIMEText+set_payload encoding behavior.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #1525919: Document MIMEText+set_payload encoding behavior.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #1525919: Document MIMEText+set_payload encoding behavior.
r.david.murray
- [Python-checkins] cpython (3.2): Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads in 3.2
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads in 3.3
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge from 3.2
gregory.p.smith
- [Python-checkins] cpython (merge default -> default): merge heads
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): merge heads & use iso8601 date format
gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #10296 : Don't handle BreakPoint exceptions using
kristjan.jonsson
- [Python-checkins] cpython (3.2): Issue #10296 : Don't handle BreakPoint exceptions using
kristjan.jonsson
- [Python-checkins] cpython (merge 3.2 -> 3.3): #10296: Merge to 3.3
kristjan.jonsson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #10296: Merge to default
kristjan.jonsson
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge
kristjan.jonsson
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge
kristjan.jonsson
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
kristjan.jonsson
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
kristjan.jonsson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2
kristjan.jonsson
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
kristjan.jonsson
- [Python-checkins] cpython: Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
terry.reedy
- [Python-checkins] cpython (3.2): #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17471 - merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): #17471: merge from 3.3
senthil.kumaran
- [Python-checkins] cpython: Closes issue 17467. Add readline and readlines support to
michael.foord
- [Python-checkins] cpython (2.7): Issue #12098 : Fix a missing import in the unittests.
kristjan.jonsson
- [Python-checkins] cpython (2.7): Issue #10211 : Buffer object should support the new buffer interface.
kristjan.jonsson
- [Python-checkins] cpython (2.7): Issue #10212: Support new buffer interface for struct.unpack and
kristjan.jonsson
- [Python-checkins] cpython: Issue #17385: Fix quadratic behavior in threading.Condition
Ezio Melotti
- [Python-checkins] cpython: #15927: Fix cvs.reader parsing of escaped \r\n with quoting off.
r.david.murray
- [Python-checkins] cpython: Issue #16475: Support object instancing, recursion and interned strings
kristjan.jonsson
- [Python-checkins] cpython: Issue #15038 : Fixing the condition broadcast and docs.
kristjan.jonsson
- [Python-checkins] cpython (3.3): Issue #15038 : Fixing the condition broadcast and docs.
kristjan.jonsson
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
kristjan.jonsson
- [Python-checkins] peps: update 2.7.4 release dates
benjamin.peterson
- [Python-checkins] cpython: #17485: Delete the Content-Length header if the data attribute is deleted.
r.david.murray
- [Python-checkins] cpython: Use logic operator, not bitwise operator, for conditional.
r.david.murray
- [Python-checkins] peps: update 2.7.4 release dates
Andrew Svetlov
- [Python-checkins] cpython (3.3): #17474 - Mark the deprecated Request methods as deprecated-removed. Review by
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): #17474 - merge from 3.3. Update default Docs with versionchanged markup on
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): Automated merge with ssh://hg.python.org/cpython
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> 3.3): Automated merge with file:///Users/skumaran/python/cpython
senthil.kumaran
- [Python-checkins] peps: update 2.7.4 release dates
Benjamin Peterson
- [Python-checkins] peps: backdating releases, like stocks, is not allowed
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): null merge.
senthil.kumaran
- [Python-checkins] Daily reference leaks (684b75600fa9): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: fix compiler warning
benjamin.peterson
- [Python-checkins] cpython: Backed out changeset 521232b05b97
benjamin.peterson
- [Python-checkins] cpython: fix compiler warning
benjamin.peterson
- [Python-checkins] cpython (2.7): Use a larger amount of data for the interrupted_write tests so that
gregory.p.smith
- [Python-checkins] cpython (3.3): Use a larger amount of data for tests such as the interrupted_write
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Use a larger amount of data for tests such as the interrupted_write
gregory.p.smith
- [Python-checkins] cpython (3.3): clarifiy the documentation for issue17285. see also commit
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): clarifiy the documentation for issue17285. see also commit
gregory.p.smith
- [Python-checkins] cpython (3.2): Fix usage of argument/parameter and markup.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge usage of argument/parameter and markup fixes from 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge usage of argument/parameter and markup fixes from 3.3.
ezio.melotti
- [Python-checkins] cpython: Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
Eli Bendersky
- [Python-checkins] peps: Fix to schedule() pseudo-code by Yuval Greenfield.
guido.van.rossum
- [Python-checkins] cpython (3.2): #17493: re-enable a test on Windows. Patch by Zachary Ware.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17493: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17493: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): site.py is needed to set up paths
benjamin.peterson
- [Python-checkins] cpython (2.7): this obviously is not going to raise any -3 warnings
benjamin.peterson
- [Python-checkins] cpython (2.7): fix issue reference
benjamin.peterson
- [Python-checkins] [Python-Dev] cpython: Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
R. David Murray
- [Python-checkins] cpython: Issue #16997: unittest.TestCase now provides a subTest() context manager to
antoine.pitrou
- [Python-checkins] cpython (3.3): - .hgtouch: Add dependencies for GRAMMAR_H and GRAMMAR_C
matthias.klose
- [Python-checkins] cpython (merge 3.3 -> default): - Merge 3.3 (.hgtouch)
matthias.klose
- [Python-checkins] cpython: Issue #16475: Simplify the interface to r_ref_allocate and improve comments.
kristjan.jonsson
- [Python-checkins] cpython: Issue #16475 : Correctly handle the EOF when reading marshal streams.
kristjan.jonsson
- [Python-checkins] peps: PEP 438: clarifications and adding API information
richard.jones
- [Python-checkins] cpython (3.2): #5713: Handle 421 error codes during sendmail by closing the socket.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #5713: Handle 421 error codes during sendmail by closing the socket.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #5713: Handle 421 error codes during sendmail by closing the socket.
r.david.murray
- [Python-checkins] cpython (3.2): remove the long obsolete mention of universal newlines mode only being
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): merge
gregory.p.smith
- [Python-checkins] cpython (3.2): #5713: fix timing issue in smtplib tests.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #5713: fix timing issue in smtplib tests.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #5713: fix timing issue in smtplib tests.
r.david.murray
- [Python-checkins] cpython (3.2): #5712: Preemptively fix some other possible timing issues.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #5712: Preemptively fix some other possible timing issues.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #5712: Preemptively fix some other possible timing issues.
r.david.murray
- [Python-checkins] cpython: Fix import
raymond.hettinger
- [Python-checkins] cpython: Refactor the Windows specific and POSIX specific implementations of
gregory.p.smith
- [Python-checkins] cpython: Refactor the common code out of the posix and windows listdir
gregory.p.smith
- [Python-checkins] cpython (merge default -> default): merge heads
gregory.p.smith
- [Python-checkins] cpython (3.3): #5713: One more test_smtplib timing fix.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #5713: One more test_smtplib timing fix.
r.david.murray
- [Python-checkins] Daily reference leaks (3969797dd598): sum=4
solipsis at pitrou.net
- [Python-checkins] peps: Add PEP 439, submitted by Richard Jones: Inclusion of pip bootstrap in Python
georg.brandl
- [Python-checkins] peps: release schedule update for 3.2.4 and 3.3.1
georg.brandl
- [Python-checkins] devguide: Add Roger.
georg.brandl
- [Python-checkins] cpython (3.3): Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #17209: curses.window.get_wch() now handles correctly
victor.stinner
- [Python-checkins] peps: correct spelling of Phillip Eby's name
richard.jones
- [Python-checkins] peps (merge default -> default): merge
richard.jones
- [Python-checkins] peps: fix content-type
richard.jones
- [Python-checkins] cpython (3.2): - Issue #16754: Fix the incorrect shared library extension on linux. Introduce
matthias.klose
- [Python-checkins] cpython (merge 3.2 -> 3.3): - Issue #16754: Fix the incorrect shared library extension on linux. Introduce
matthias.klose
- [Python-checkins] cpython (merge 3.3 -> default): - Issue #16754: Fix the incorrect shared library extension on linux. Introduce
matthias.klose
- [Python-checkins] cpython (2.7): - Issue #13150: sysconfig no longer parses the Makefile and config.h files
matthias.klose
- [Python-checkins] cpython: test_ast: pass the filename to ast.parse()
victor.stinner
- [Python-checkins] devinabox: Completely rework devinabox to be easier for core devs to use.
brett.cannon
- [Python-checkins] cpython: Issue #13248: NEWS and What's New items
terry.reedy
- [Python-checkins] cpython: #17472: add tests for a couple of untested methods in urllib.urlparse.
r.david.murray
- [Python-checkins] peps: Fix header order for PEP 439
brett.cannon
- [Python-checkins] cpython: copy 2.7 magic numbers for historical interest
benjamin.peterson
- [Python-checkins] Daily reference leaks (472b72a61b0a): sum=1
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): - Issue #13150: sysconfig no longer parses the Makefile and config.h files
Andrew Svetlov
- [Python-checkins] cpython (2.7): Modernize unittest example
raymond.hettinger
- [Python-checkins] cpython (3.3): Modernize unittest example
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): backout 66e30c4870bb for breaking OSX (#13150)
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #17508: Handled out-of-order handler configuration correctly.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #17508: Handled out-of-order handler configuration correctly.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17508: Merged fix from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #17508: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (3.2): Clean up references to the no longer existing PyString_ APIs in our docs.
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): cleanup references to PyString_ APIs from 2.x in the 3.3 docs.
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): cleanup references to PyString_ APIs in the 3.x docs.
gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #17425: Build against openssl 0.9.8y on Windows.
martin.v.loewis
- [Python-checkins] Daily reference leaks (81083f8841fe): sum=12
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #17522: Add the PyGILState_Check() API.
kristjan.jonsson
- [Python-checkins] cpython: Issue #17522: Minor documentation fix
kristjan.jonsson
- [Python-checkins] cpython (2.7): Updated Misc/NEWS with #17508.
vinay.sajip
- [Python-checkins] cpython (3.2): Updated Misc/NEWS with #17508.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merged Misc/NEWS update for #17508.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Merged Misc/NEWS update for #17508.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #17521: Corrected non-enabling of logger following two calls to
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #17521: Corrected non-enabling of logger following two calls to
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17521: Merged fix from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #17521: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (2.7): Hold key reference until the links have updated.
raymond.hettinger
- [Python-checkins] cpython (3.3): Backport improved dict comparison logic
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.3): #17479: test_io now works with unittest test discovery. Patch by Zachary Ware.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17479: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: #17510: avoid using deprecated assertEquals method in test_program. Patch by
ezio.melotti
- [Python-checkins] cpython (2.7): nonlocal isn't a 2.x topic
benjamin.peterson
- [Python-checkins] cpython (2.7): update pydoc topics
benjamin.peterson
- [Python-checkins] cpython (2.7): version to 2.7.4rc1
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.4rc1 for changeset a8d18780bc2b
benjamin.peterson
- [Python-checkins] cpython (2.7): after 2.7.4rc1 bump
benjamin.peterson
- [Python-checkins] cpython (3.3): Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords.
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Update collections ABC table to match the __abstractmethods__ attribute for
raymond.hettinger
- [Python-checkins] cpython (3.3): Update collections ABC table to match the __abstractmethods__ attribute for
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.2): Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
gregory.p.smith
- [Python-checkins] cpython: Issue #17150: pprint now uses line continuations to wrap long string literals.
antoine.pitrou
- [Python-checkins] cpython (2.7): return int instead long when possible (#17531)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.4 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): add 2.7.5 header
benjamin.peterson
- [Python-checkins] cpython (2.7): undo PyInt -> PyLong change; that was wrong
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.4 branch
benjamin.peterson
- [Python-checkins] cpython (2.7): group ids and user ids can be longs now (#17531)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.4 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): always allow -1 as a uid
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.4 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): update NEWS for #17531
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.4 release branch
benjamin.peterson
- [Python-checkins] cpython (3.2): Clean up references to threads in test_queue.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge test_queue clean up from 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge test_queue clean up from 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): Clean up references to threads in test_queue.
ezio.melotti
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads.
ezio.melotti
- [Python-checkins] cpython (3.3): Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
gregory.p.smith
- [Python-checkins] cpython (2.7): allow any type with __getitem__ to be a mapping for the purposes of % (#15801)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.4 release branch
benjamin.peterson
- [Python-checkins] Daily reference leaks (ace52be8da89): sum=5
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): #17504: remove duplicated sentence. Patch by Radu Voicilas.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17504: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: Issue #17025: Add dumps() and loads() to ForkingPickler.
charles-francois.natali
- [Python-checkins] cpython (3.3): - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
matthias.klose
- [Python-checkins] cpython (merge 3.3 -> default): - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
matthias.klose
- [Python-checkins] peps: Refactor run*() family, rename Handler->Handle, updated intros.
guido.van.rossum
- [Python-checkins] cpython (3.2): Issue #17425: Build with openssl 1.0.0k on Windows.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17425: null merge 3.2
martin.v.loewis
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
martin.v.loewis
- [Python-checkins] cpython (3.3): Issue #17425: Build with openssl 1.0.1d on Windows.
martin.v.loewis
- [Python-checkins] cpython (3.3): Fix typo
martin.v.loewis
- [Python-checkins] cpython (merge 3.3 -> default): #17425: merge 3.3
martin.v.loewis
- [Python-checkins] cpython (2.7): Add missing docstrings to the collections ABCs
raymond.hettinger
- [Python-checkins] cpython (3.3): Add missing docstrings to the collections ABCs
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] peps: Clarify exactly how vague the spec for stop() really is.
guido.van.rossum
- [Python-checkins] Daily reference leaks (c9c877086d8b): sum=12
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention.
charles-francois.natali
- [Python-checkins] peps: Fix typo as submitted by Ethan Furman
brett.cannon
- [Python-checkins] benchmarks: Issue #17317: Have the benchmark count from -h properly reflect the
brett.cannon
- [Python-checkins] peps: fix indentation
benjamin.peterson
- [Python-checkins] Django 1.5 now in the benchmark suite
Brett Cannon
- [Python-checkins] cpython (2.7): Issue #12718: Set importer on instance if Python function, to avoid bad
vinay.sajip
- [Python-checkins] cpython: #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by
ezio.melotti
- [Python-checkins] cpython: Issue #17516: use comment syntax for comments, instead of multiline string
victor.stinner
- [Python-checkins] cpython: Issue #17516: do not create useless tuple: remove dummy commas in tests
victor.stinner
- [Python-checkins] cpython: Issue #17516: remove dead code
victor.stinner
- [Python-checkins] cpython (3.3): Add versionadded for `-X faulthandler` (also fix typo and markup).
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge versionadded addition and typo fix from 3.3.
ezio.melotti
- [Python-checkins] peps: updates based on discussion on distutils-sig:
richard.jones
- [Python-checkins] Daily reference leaks (3c437e591499): sum=-10
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): fix variable reference to fix --enable-profiling (closes #17550)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.4 release branch (#17550)
benjamin.peterson
- [Python-checkins] cpython (3.3): fix variable reference to fix --enable-profiling (closes #17550)
benjamin.peterson
- [Python-checkins] cpython (3.3): move to correct section
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#17550)
benjamin.peterson
- [Python-checkins] cpython (3.3): NEWS: add new header for Python 3.3.2
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): null merge from 3.3
georg.brandl
- [Python-checkins] cpython: Issue #16475: Add a whatsnew entry for 3.4
kristjan.jonsson
- [Python-checkins] peps: Minor grammar fix
brett.cannon
- [Python-checkins] cpython (3.2): Issue 17538: Document XML vulnerabilties
christian.heimes
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue 17538: Document XML vulnerabilties
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue 17538: Document XML vulnerabilties
christian.heimes
- [Python-checkins] cpython (2.7): Issue 17538: Document XML vulnerabilties
christian.heimes
- [Python-checkins] Daily reference leaks (1ebefb6ae9a9): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): #17329: document unittest.SkipTest. Initial patch by Zachary Ware.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17329: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17329: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #17329: document unittest.SkipTest. Initial patch by Zachary Ware.
ezio.melotti
- [Python-checkins] cpython: update importlib.h
benjamin.peterson
- [Python-checkins] cpython (3.2): Update suspicious ignore file.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Update suspicious ignore file.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Update suspicious ignore file.
ezio.melotti
- [Python-checkins] cpython (2.7): Update suspicious ignore file.
ezio.melotti
- [Python-checkins] Daily reference leaks (fa38ea42e5b8): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Fix XML vulnerability link targets.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix XML vulnerability link targets.
christian.heimes
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] cpython (3.3): Closes #4159: add LaTeX tabular column specifications to tables that otherwise
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 2.7): Backport rev. 3ae74b361f53 to 2.7 branch.
georg.brandl
- [Python-checkins] cpython (3.3): Update the suspicious builder to detect unused rules, and remove currently
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge improvements to the suspicious builder and cleanup from 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): Update the suspicious builder to detect unused rules, and remove currently
ezio.melotti
- [Python-checkins] cpython: Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue 17538: Document XML vulnerabilties
Ezio Melotti
- [Python-checkins] cpython (2.7): #8906: document failureException, longMessage, and maxDiff in the class
ezio.melotti
- [Python-checkins] cpython (3.3): #8906: document failureException, longMessage, and maxDiff in the class
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #8906: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #17438: add links to the conversion tables in dump(s)/load(s).
ezio.melotti
- [Python-checkins] cpython (3.3): #17438: add links to the conversion tables in dump(s)/load(s).
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17438: merge with 3.3.
ezio.melotti
- [Python-checkins] Daily reference leaks (5dcd7ee0716a): sum=1
solipsis at pitrou.net
- [Python-checkins] devguide: Add self for idlelib.
roger.serwy
- [Python-checkins] peps: PEP 434 update from Todd.
georg.brandl
- [Python-checkins] cpython: Fix bug in TestResult.addSubTest()
antoine.pitrou
- [Python-checkins] cpython: Use a subtest in test_ssl.test_echo
antoine.pitrou
- [Python-checkins] cpython: In search of TLS 1.1 bug: add debugging output in verbose mode
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #17540: Added style to Formatter configuration by dict.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #17540: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (3.3): #17564: skip test_bad_address unless the tests are run with -unetwork/-uall.
ezio.melotti
- [Python-checkins] cpython (2.7): #17564: skip test_bad_address unless the tests are run with -unetwork/-uall.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17564: merge with 3.3.
ezio.melotti
- [Python-checkins] peps: Accept PEP 434 and mark it as Active
nick.coghlan
- [Python-checkins] cpython (2.7): #17526: fix an IndexError raised while passing code without filename to
ezio.melotti
- [Python-checkins] cpython (3.3): #17526: fix an IndexError raised while passing code without filename to
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17526: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.3): #17539: fix MagicMock example. Patch by Berker Peksag.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17539: merge with 3.3.
ezio.melotti
- [Python-checkins] Daily reference leaks (ae5c4a9118b8): sum=2
solipsis at pitrou.net
- [Python-checkins] peps: Split the versioning standard back out of PEP 426
nick.coghlan
- [Python-checkins] cpython (2.7): Fix typos and clear up one very odd bit of wording as pointed out by
gregory.p.smith
- [Python-checkins] peps: Replace the right PEP
nick.coghlan
- [Python-checkins] cpython (3.3): Updated logging cookbook with additional example for output using str.format().
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Merged documentation update from 3.3.
vinay.sajip
- [Python-checkins] cpython (2.7): Update collections ABC table to match the __abstractmethods__ attribute for
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue 17538: Document XML vulnerabilties
benjamin.peterson
- [Python-checkins] cpython (2.7): Fix XML vulnerability link targets.
benjamin.peterson
- [Python-checkins] cpython (2.7): Fix typos and clear up one very odd bit of wording as pointed out by
benjamin.peterson
- [Python-checkins] cpython (2.7): fall back when an old test_support doesn't have various data and functions
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.4 release branch
benjamin.peterson
- [Python-checkins] cpython: Issue #17581: try to fix building on old OpenSSL versions
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython: Further compiling fixes (issue #17581)
antoine.pitrou
- [Python-checkins] cpython: Fix previous fix (the cause was actually a misplaced #endif, or so it seems)
antoine.pitrou
- [Python-checkins] cpython: Improve set_servername_callback docstring.
antoine.pitrou
- [Python-checkins] cpython: Fix comment about the OpenSSL version in which SNI version was introduced.
antoine.pitrou
- [Python-checkins] devguide: Update the devguide to reflect workflow changes as a result of
ned.deily
- [Python-checkins] cpython (2.7): G -> M (closes #17533)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.4 release branch
benjamin.peterson
- [Python-checkins] cpython (3.3): Issue #17435: Don't use mutable default values in Timer.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #17435: Don't use mutable default values in Timer.
r.david.murray
- [Python-checkins] peps: move references for future discussions from catalog-sig to distutils-sig
richard.jones
- [Python-checkins] cpython (3.3): Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: Issue #17390
terry.reedy
- [Python-checkins] cpython (2.7): Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.
terry.reedy
- [Python-checkins] Daily reference leaks (e0f66c924544): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
roger.serwy
- [Python-checkins] cpython (3.3): #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
roger.serwy
- [Python-checkins] cpython (merge 3.3 -> default): #6649: merge with 3.3.
roger.serwy
- [Python-checkins] cpython (2.7): Add an itertools recipe showing how to use t.__copy__().
raymond.hettinger
- [Python-checkins] cpython (3.3): Skip a test of an old API on ARM Linux that isn't supported by the OS.
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): skip a fcntl test on ARM Linux that isn't supported there.
gregory.p.smith
- [Python-checkins] devguide: Clarify policy for security branches. List RMs for active branches.
georg.brandl
- [Python-checkins] cpython (2.7): Issue #6419: Fix a test_kqueue failure on some BSD flavors.
charles-francois.natali
- [Python-checkins] cpython (3.3): Issue #6419: Fix a test_kqueue failure on some BSD flavors.
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> default): Issue #6419: Fix a test_kqueue failure on some BSD flavors.
charles-francois.natali
- [Python-checkins] cpython: Issue #17591: Use lowercase filenames when including Windows header files.
antoine.pitrou
- [Python-checkins] cpython (2.7): #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an
roger.serwy
- [Python-checkins] cpython (3.3): #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an
roger.serwy
- [Python-checkins] cpython (merge 3.3 -> default): #8900: merge with 3.3.
roger.serwy
- [Python-checkins] cpython (merge default -> default): Merge heads.
roger.serwy
- [Python-checkins] cpython (2.7): Add an itertools recipe showing how to use t.__copy__().
Brett Cannon
Last message date:
Sun Mar 31 23:19:38 CEST 2013
Archived on: Tue May 7 09:40:56 CEST 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).