Showing content from http://mail.python.org/pipermail/python-checkins/2012-September/thread.html below:
The Python-checkins September 2012 Archive by thread
September 2012 Archives by thread
Starting: Sat Sep 1 00:52:50 CEST 2012
Ending: Sun Sep 30 23:30:23 CEST 2012
Messages: 627
- [Python-checkins] benchmarks: Differentiate between libraries that are Python 3 compatible as-is vs. brett.cannon
- [Python-checkins] benchmarks: Allow for the specification of a base directory for either interpreter brett.cannon
- [Python-checkins] cpython (3.2): #12776,#11839: call argparse type function only once. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #12776,#11839: call argparse type function only once. r.david.murray
- [Python-checkins] cpython (2.7): #12776,#11839: call argparse type function only once. r.david.murray
- [Python-checkins] Daily reference leaks (815b88454e3e): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #13769: Enhance docs for ensure_ascii semantics in JSON decoding functions petri.lehtinen
- [Python-checkins] cpython (3.2): #15802: Fix test logic in TestMaildir.test_create_tmp petri.lehtinen
- [Python-checkins] cpython (2.7): #15802: Fix test logic in TestMaildir.test_create_tmp petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #15802: Fix test logic in TestMaildir.test_create_tmp petri.lehtinen
- [Python-checkins] cpython: Compile _decimal without asserts and update benchmark results. stefan.krah
- [Python-checkins] cpython: Add missing unit. stefan.krah
- [Python-checkins] cpython: Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. stefan.krah
- [Python-checkins] cpython: Close #14223: Fix window.addch(curses.ACS_HLINE) victor.stinner
- [Python-checkins] cpython: Make super() internal errors RuntimeError instead of SystemError (closes #15839) benjamin.peterson
- [Python-checkins] Daily reference leaks (27b5bd5f0e4c): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. stefan.krah
- [Python-checkins] cpython: Fix C++-style comment (xlc compilation failure) antoine.pitrou
- [Python-checkins] cpython (3.2): prevert ast errors from being normalized before ast_error_finish is called benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#15846) benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython (3.2): move variable decl to the top of the function benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython: get rid of ast_error_finish by passing the compiling struct to ast_error benjamin.peterson
- [Python-checkins] cpython (3.2): put * in the normal place benjamin.peterson
- [Python-checkins] Daily reference leaks (8ff2f4634ed8): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Explicitly recast this proposal as a new kind of decorator clause nick.coghlan
- [Python-checkins] peps: Don't have quite so many top level headings nick.coghlan
- [Python-checkins] cpython: Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions nick.coghlan
- [Python-checkins] peps: Tweak the equivalence example, explain why a nested suite is a bad idea nick.coghlan
- [Python-checkins] cpython (3.2): #15509: If %action substitution produces a null string, drop it. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15509: If %action substitution produces a null string, drop it. r.david.murray
- [Python-checkins] cpython: #15447: Use subprocess.DEVNULL in webbrowser, instead of opening r.david.murray
- [Python-checkins] cpython: #15557,#15447,#15509: webbrowser test suite added. r.david.murray
- [Python-checkins] cpython (3.2): Issue #15855: added docstrings for memoryview methods and data descriptors. alexander.belopolsky
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15855: added docstrings for memoryview methods and data descriptors alexander.belopolsky
- [Python-checkins] cpython: Issue #15855: added docstrings for memoryview methods and data descriptors new alexander.belopolsky
- [Python-checkins] cpython: Issue #15855: updated related manual entries. alexander.belopolsky
- [Python-checkins] Daily reference leaks (82ae284cd5f1): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Expand the discussion of nested suite variants nick.coghlan
- [Python-checkins] peps: Updating PEP 3150's statement local namespaces to be substantially simpler and nick.coghlan
- [Python-checkins] cpython (3.2): Issue #15841: The readable(), writable() and seekable() methods of BytesIO antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15841: The readable(), writable() and seekable() methods of BytesIO antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13992: The trashcan mechanism is now thread-safe. This eliminates antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13992: The trashcan mechanism is now thread-safe. This eliminates antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13992: The trashcan mechanism is now thread-safe. This eliminates antoine.pitrou
- [Python-checkins] Daily reference leaks (6bcaba9e8df2): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython: add whatsnew entry for PEP 421 eric.snow
- [Python-checkins] cpython: _testbuffer.c: In all current use cases of cmp_structure() dest->format and stefan.krah
- [Python-checkins] cpython: After the jump in line 1051 unicode_tmp is NULL. Found by Coverity. stefan.krah
- [Python-checkins] cpython (3.2): Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently christian.heimes
- [Python-checkins] cpython (2.7): Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently christian.heimes
- [Python-checkins] cpython: Fix a typo in the curses docs ross.lagerwall
- [Python-checkins] cpython (3.2): Issue #15591 and Issue #11715: silence output of setup.py when make is run with christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15591 and Issue #11715: silence output of setup.py when make is run with christian.heimes
- [Python-checkins] cpython (2.7): Issue #15591 and Issue #11715: silence output of setup.py when make is run with christian.heimes
- [Python-checkins] cpython (merge default -> default): Issue #15591 and Issue #11715: silence output of setup.py when make is run with christian.heimes
- [Python-checkins] cpython (3.2): Fix for fcc629208842 christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Fix for fcc629208842 christian.heimes
- [Python-checkins] Daily reference leaks (ffcb7f5f2e48): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #15876: Fix a refleak in the curses module ross.lagerwall
- [Python-checkins] devguide: Added me and Brett as contacts for coverity scan christian.heimes
- [Python-checkins] cpython (3.2): Issue #15340: Fix importing the random module when /dev/urandom cannot be antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15340: Fix importing the random module when /dev/urandom cannot be antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15340: Fix importing the random module when /dev/urandom cannot be antoine.pitrou
- [Python-checkins] devguide: Mention Petri's git mirror, since this question has come up a couple of times nick.coghlan
- [Python-checkins] Daily reference leaks (a53fc9982e2a): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #15868: Fix refleak in bytesio.c (Coverity #715365). stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2. stefan.krah
- [Python-checkins] cpython: Issue #15814: Update whatsnew to the current state of hashing memoryviews. stefan.krah
- [Python-checkins] peps: Update to latest metadata 1.3 draft nick.coghlan
- [Python-checkins] cpython (3.2): #15847: allow args to be a tuple in parse_args r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #15847: allow args to be a tuple in parse_args r.david.murray
- [Python-checkins] cpython (2.7): #15847: allow args to be a tuple in parse_args r.david.murray
- [Python-checkins] cpython (2.7): Fix for fcc629208842 christian.heimes
- [Python-checkins] cpython (merge 2.7 -> 2.7): Fix for fcc629208842 christian.heimes
- [Python-checkins] cpython (3.2): #15510: clarify textwrap's handling of whitespace, and add confirming tests. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15510: clarify textwrap's handling of whitespace, and add confirming r.david.murray
- [Python-checkins] cpython (2.7): #15510: clarify textwrap's handling of whitespace, and add confirming tests. r.david.murray
- [Python-checkins] cpython (3.2): #15865: add "*" in the signature to document keyword-only args in the docs. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15865: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge heads. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge Ezio's 'merge heads'. r.david.murray
- [Python-checkins] cpython (3.2): #5088: document behavior of optparse defaults with 'append' action. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #5088: document behavior of optparse defaults with 'append' action. r.david.murray
- [Python-checkins] cpython (2.7): closes #5088: document behavior of optparse defaults with 'append' action. r.david.murray
- [Python-checkins] devguide: #15820: Improve the Helping with the Devguide section r.david.murray
- [Python-checkins] cpython (2.7): Issue #15822: Fix installation of lib2to3 grammar pickles to ensure ned.deily
- [Python-checkins] cpython (3.2): Issue #15822: Fix installation of lib2to3 grammar pickles to ensure ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): null merge ned.deily
- [Python-checkins] cpython: Issue #15822: Fix installation of lib2to3 grammar pickles to ensure ned.deily
- [Python-checkins] Daily reference leaks (0c2bdd2c2032): sum=3 solipsis at pitrou.net
- [Python-checkins] devguide: Add Daniel Holth to committer list. georg.brandl
- [Python-checkins] devguide: Add Eric Snow. georg.brandl
- [Python-checkins] devguide: Update committers list location. georg.brandl
- [Python-checkins] peps: Remove outdated Windows instructions. georg.brandl
- [Python-checkins] cpython: Issue #15785: Modify window.get_wch() API of the curses module: return a georg.brandl
- [Python-checkins] cpython: Issue #15784: Modify OSError.__str__() to better distinguish between georg.brandl
- [Python-checkins] cpython: Issue #15781: Fix two small race conditions in import's module locking. georg.brandl
- [Python-checkins] cpython: Issue #15340: Fix importing the random module when /dev/urandom cannot be georg.brandl
- [Python-checkins] cpython: Issue #15828: Restore support for C extension modules in imp.load_module() georg.brandl
- [Python-checkins] cpython: Issue #15828: Don't try to close a file if imp.find_module() doesn't georg.brandl
- [Python-checkins] cpython: Issue #15724: Add versionchanged tags to the memoryview documentation. georg.brandl
- [Python-checkins] cpython: Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). georg.brandl
- [Python-checkins] cpython: Fix bug with argparse.Parser.parse_args(*args) georg.brandl
- [Python-checkins] cpython: Changelog entry for 8c2e87aeb707. georg.brandl
- [Python-checkins] cpython: Issue #13992: The trashcan mechanism is now thread-safe. This eliminates georg.brandl
- [Python-checkins] cpython: Fix NEWS entry location. georg.brandl
- [Python-checkins] cpython: Bump to 3.3.0rc2. georg.brandl
- [Python-checkins] cpython: Added tag v3.3.0rc2 for changeset 88a0792e8ba3 georg.brandl
- [Python-checkins] cpython: Post-release updates for 3.3.0rc2. georg.brandl
- [Python-checkins] cpython (merge default -> default): Merge in changes from 3.3.0rc2 release clone. georg.brandl
- [Python-checkins] cpython (3.2): Issue #15881: Fixed atexit hook in multiprocessing. alexander.belopolsky
- [Python-checkins] cpython: Issue #15881: Fixed atexit hook in multiprocessing. alexander.belopolsky
- [Python-checkins] cpython (3.2): Fixed whitespace alexander.belopolsky
- [Python-checkins] cpython: Fixed whitespace alexander.belopolsky
- [Python-checkins] cpython (3.2): Issue #15881: Fixed 3.2 backport. alexander.belopolsky
- [Python-checkins] cpython (3.2): Issue #15881: Added NEWS entry and proper credit. alexander.belopolsky
- [Python-checkins] cpython (merge 3.2 -> default): merge alexander.belopolsky
- [Python-checkins] cpython (3.2): Closes #15676: mmap: add empty file check prior to offset check jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): Closes #15676: mmap: add empty file check prior to offset check jesus.cea
- [Python-checkins] cpython (2.7): Closes #15676: mmap: add empty file check prior to offset check jesus.cea
- [Python-checkins] cpython: Make sure that *really* no more than sizeof(ifr.ifr_name) chars are strcpy-ed christian.heimes
- [Python-checkins] cpython: Fixed two memory leaks in make_filename() in zipimport.c. The allocated buffer christian.heimes
- [Python-checkins] cpython (3.2): Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() christian.heimes
- [Python-checkins] cpython: Fixed resource leak to scratch when _PyUnicodeWriter_Prepare fails christian.heimes
- [Python-checkins] cpython (3.2): PyTuple_Pack() was missing va_end() in its error branch which lead to a christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): PyTuple_Pack() was missing va_end() in its error branch which lead to a christian.heimes
- [Python-checkins] cpython (2.7): PyTuple_Pack() was missing va_end() in its error branch which lead to a christian.heimes
- [Python-checkins] cpython (3.2): Fixed possible reference leak to mod when type_name() returns NULL christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Fixed possible reference leak to mod when type_name() returns NULL christian.heimes
- [Python-checkins] cpython (2.7): Fixed possible reference leak to mod when type_name() returns NULL christian.heimes
- [Python-checkins] cpython (3.2): Closed reference leak of variable 'k' in function ste_new which wasn't decrefed christian.heimes
- [Python-checkins] cpython (2.7): Closed reference leak of variable 'k' in function ste_new which wasn't decrefed christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Closed reference leak of variable 'k' in function ste_new which wasn't decrefed christian.heimes
- [Python-checkins] cpython: Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't christian.heimes
- [Python-checkins] Daily reference leaks (a29854168241): sum=2 solipsis at pitrou.net
- [Python-checkins] cpython: Fixed memory leak in error branch of formatfloat(). CID 719687 christian.heimes
- [Python-checkins] cpython (2.7): - Mention _heapq in Setup.dist. matthias.klose
- [Python-checkins] cpython (3.2): Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641 christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641 christian.heimes
- [Python-checkins] cpython (2.7): Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641 christian.heimes
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge christian.heimes
- [Python-checkins] cpython (3.2): Issue #15901: Change example to use byte string instead of string richard.oudkerk
- [Python-checkins] cpython (3.2): backport from the trunk, to fix test_tools with srcdir != builddir matthias.klose
- [Python-checkins] cpython (2.7): backport from the trunk, to fix test_tools with srcdir != builddir matthias.klose
- [Python-checkins] cpython: Added test for 85cb90f79cbf and see how the code handles all flags at once christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Null merge for ddb406904be1 backport. r.david.murray
- [Python-checkins] cpython (3.2): #14649: clarify DocTestSuite error when there are no docstrings. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14649: clarify DocTestSuite error when there are no docstrings. r.david.murray
- [Python-checkins] cpython (2.7): #14649: clarify DocTestSuite error when there are no docstrings. r.david.murray
- [Python-checkins] cpython (3.2): Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going christian.heimes
- [Python-checkins] cpython (3.2): Fixed memory leak in error branch of object_repr which may leak a reference to christian.heimes
- [Python-checkins] cpython (2.7): Fixed memory leak in error branch of object_repr which may leak a reference to christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Fixed memory leak in error branch of object_repr which may leak a reference to christian.heimes
- [Python-checkins] cpython (2.7): #14649: add sample files omitted from previous checkin. r.david.murray
- [Python-checkins] cpython: Fixed reference leak in error branch of _bufferedreader_read_all(). The christian.heimes
- [Python-checkins] cpython: Issue #15882: Change _decimal to accept any coefficient tuple when stefan.krah
- [Python-checkins] cpython (2.7): #15676: Proper attribution in Misc/ACKS jesus.cea
- [Python-checkins] cpython (3.2): #15676: Proper attribution in Misc/ACKS jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: #15676: Proper attribution in Misc/ACKS jesus.cea
- [Python-checkins] cpython (2.7): Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than jesus.cea
- [Python-checkins] cpython (2.7): Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 jesus.cea
- [Python-checkins] cpython (2.7): #15676: mmap: add empty file check prior to offset check <- Previous patch was jesus.cea
- [Python-checkins] cpython (3.2): #15676: mmap: add empty file check prior to offset check <- Previous patch was jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): #15676: mmap: add empty file check prior to offset check <- Previous patch was jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: #15676: mmap: add empty file check prior to offset check <- Previous jesus.cea
- [Python-checkins] cpython (2.7): Closes #15793: Stack corruption in ssl.RAND_egd(). Python 2.7 hasn't any issue jesus.cea
- [Python-checkins] cpython (3.2): Closes #15793: Stack corruption in ssl.RAND_egd() jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Closes #15793: Stack corruption in ssl.RAND_egd() jesus.cea
- [Python-checkins] cpython: #15886: remove redundant phrase r.david.murray
- [Python-checkins] hooks: Remove unused import and clean up whitespace. ezio.melotti
- [Python-checkins] Daily reference leaks (d7ea7ec671ba): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris senthil.kumaran
- [Python-checkins] cpython: Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap() christian.heimes
- [Python-checkins] cpython: Spelling past tense -> present tense christian.heimes
- [Python-checkins] cpython: Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filename christian.heimes
- [Python-checkins] cpython: Issue #15895: my analysis was slightly off. The FILE pointer is only leaked christian.heimes
- [Python-checkins] cpython (3.2): Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR. christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR. christian.heimes
- [Python-checkins] cpython: remove useless and defined initialization (closes #15921) benjamin.peterson
- [Python-checkins] cpython (3.2): #14617: clarify discussion of interrelationship of __eq__ and __hash__. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__. r.david.murray
- [Python-checkins] cpython: Updates NEWS for issue #15895 christian.heimes
- [Python-checkins] Daily reference leaks (6fea947edead): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): - Issue #15906: Fix a regression in argparse caused by the preceding change, barry.warsaw
- [Python-checkins] cpython (3.2): - Issue #15906: Fix a regression in argparse caused by the preceding change, barry.warsaw
- [Python-checkins] cpython (merge 3.2 -> default): - Issue #15906: Fix a regression in argparse caused by the preceding change, barry.warsaw
- [Python-checkins] cpython (2.7): Fix issue #15899 - howto/unicode.rst doctest corrections for 2.7 branch. senthil.kumaran
- [Python-checkins] cpython (merge 2.7 -> 2.7): Automated merge with file:///home/vagrant/3.2 senthil.kumaran
- [Python-checkins] cpython (3.2): Fix out of bounds read in long_new() for empty bytes with an explicit base. christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Fix out of bounds read in long_new() for empty bytes with an explicit base. christian.heimes
- [Python-checkins] cpython (3.2): Partly revert ad3824a90261 and add comment about reference ownership christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Partly revert ad3824a90261 and add comment about reference ownership christian.heimes
- [Python-checkins] cpython (2.7): Partly revert ad3824a90261 and add comment about reference ownership christian.heimes
- [Python-checkins] cpython (3.2): Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to christian.heimes
- [Python-checkins] cpython (2.7): Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to christian.heimes
- [Python-checkins] cpython: Issue #15926: Fix crash after multiple reinitializations of the interpreter. antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython (2.7): A follow up for issue #15906: change the test for calling the type conversion barry.warsaw
- [Python-checkins] cpython (3.2): A follow up for issue #15906: change the test for calling the type conversion barry.warsaw
- [Python-checkins] cpython (3.2): Update merge from 2.7: s/basetring/str barry.warsaw
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 fix updates and tests for issue #15906. barry.warsaw
- [Python-checkins] cpython: Issue #15599: FreeBSD on KVM cannot handle a very low switch interval. stefan.krah
- [Python-checkins] Daily reference leaks (9b40d018e4cf): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #15881: Clarify comment in exit function richard.oudkerk
- [Python-checkins] cpython (2.7): #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst ezio.melotti
- [Python-checkins] cpython (3.2): #15831: document multiple signatures on different lines. Patch by Chris ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15831: merge with 3.2 ezio.melotti
- [Python-checkins] cpython (2.7): #15831: document multiple signatures on different lines. Patch by Chris ezio.melotti
- [Python-checkins] Daily reference leaks (2b4a89f82485): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise antoine.pitrou
- [Python-checkins] benchmarks: Port PyPy's chaos benchmark. brett.cannon
- [Python-checkins] benchmarks: Remove dead file. brett.cannon
- [Python-checkins] benchmarks: Port PyPy's fannkuch benchmark. brett.cannon
- [Python-checkins] benchmarks: Tweak import order to follow style of other modules. brett.cannon
- [Python-checkins] benchmarks: Port PyPy's float benchmark. brett.cannon
- [Python-checkins] benchmarks: Port PyPy's meteor-contest benchmark. brett.cannon
- [Python-checkins] benchmarks: Port PyPy's spectral_norm benchmark. brett.cannon
- [Python-checkins] benchmarks: Add the Telco benchmark and fix some stupid errors in perf.py. brett.cannon
- [Python-checkins] benchmarks: Port PyPy's tweaked bm_mako benchmark as bm_mako_v2. brett.cannon
- [Python-checkins] benchmarks: Remove an unneeded sys.path modification. brett.cannon
- [Python-checkins] benchmarks: Port PyPy's json_bench benchmark. Currently only includes a new version of brett.cannon
- [Python-checkins] benchmarks: Port PyPy's go benchmark. brett.cannon
- [Python-checkins] benchmarks: Mark what serializing tests are not run by Python 3. brett.cannon
- [Python-checkins] benchmarks: Minor code clean-up. brett.cannon
- [Python-checkins] benchmarks: Port PyPy's hexiom2's benchmark. brett.cannon
- [Python-checkins] benchmarks: Port PyPy's raytrace benchmark. brett.cannon
- [Python-checkins] benchmarks: Tweak some iteration scaling values so that using the same interpreter doesn't brett.cannon
- [Python-checkins] cpython (2.7): #15831: avoid using 3.x syntax for keyword-only args. ezio.melotti
- [Python-checkins] cpython (2.7): #15932: use with statement in csv doc examples. ezio.melotti
- [Python-checkins] cpython (3.2): #15932: use with statement in csv doc examples. Patch by Dario Bertini. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15932: merge with 3.2. ezio.melotti
- [Python-checkins] Daily reference leaks (3b0e20f71d8a): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch ezio.melotti
- [Python-checkins] cpython (3.2): #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15789: merge with 3.2. ezio.melotti
- [Python-checkins] peps: metadata 1.3 edits daniel.holth
- [Python-checkins] cpython (3.2): Issue #15526: try to fix test_startfile's inability to clean up after itself in antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15526: try to fix test_startfile's inability to clean up after itself in antoine.pitrou
- [Python-checkins] Daily reference leaks (1704deb7e6d7): sum=2 solipsis at pitrou.net
- [Python-checkins] peps: add hash algorithm agility to RECORD daniel.holth
- [Python-checkins] peps: update tags PEP daniel.holth
- [Python-checkins] peps: pep-0425 edits daniel.holth
- [Python-checkins] cpython (3.2): #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15920: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. ezio.melotti
- [Python-checkins] Daily reference leaks (1704deb7e6d7): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #11643: fix rst markup error in site.rst. ezio.melotti
- [Python-checkins] cpython (3.2): #11643: fix rst markup error in site.rst. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11643: merge with 3.2. ezio.melotti
- [Python-checkins] Daily reference leaks (c6892ce7e56f): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #15796: Fix \n in readline docstring. ezio.melotti
- [Python-checkins] cpython (3.2): #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15796: merge with 3.2. ezio.melotti
- [Python-checkins] devguide: Add a note to say that you need to purge build artefacts after switching from nick.coghlan
- [Python-checkins] cpython: What's New in Python 3.3: mention unittest.mock victor.stinner
- [Python-checkins] cpython: #15965: Explicitly cast AT_FDCWD as (int). trent.nelson
- [Python-checkins] cpython (3.2): Silence compiler warnings on Solaris 10 via explicit (void *) casts. trent.nelson
- [Python-checkins] cpython (merge 3.2 -> default): Silence compiler warnings on Solaris 10 via explicit (void *) casts. trent.nelson
- [Python-checkins] Daily reference leaks (cffb815e6de4): sum=2 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements ezio.melotti
- [Python-checkins] cpython (3.2): #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15970: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): Fix rst markup in timeit docs. ezio.melotti
- [Python-checkins] cpython (3.2): Fix rst markup in timeit docs. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge rst markup fixes in timeit docs with 3.2. ezio.melotti
- [Python-checkins] Daily reference leaks (19c74cadea95): sum=0 solipsis at pitrou.net
- [Python-checkins] devguide: #14873: add paragraph about building errors caused by missing dependencies on ezio.melotti
- [Python-checkins] devguide: Add missing space. ezio.melotti
- [Python-checkins] cpython: Fix rst markup. ezio.melotti
- [Python-checkins] cpython: Update suspicious ignore file. ezio.melotti
- [Python-checkins] cpython (3.2): Fix markup in smtpd.rst. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge markup fixes in smtpd.rst with 3.2. ezio.melotti
- [Python-checkins] cpython (3.2): Fix a few quotes/backslashes. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge the quotes/backslashes fixes with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): Fix a few quotes/backslashes. ezio.melotti
- [Python-checkins] cpython: Issue #15977: Fix memory leak in Modules/_ssl.c when the function christian.heimes
- [Python-checkins] cpython: Issue #15144: Fix possible integer overflow when handling pointers as integer antoine.pitrou
- [Python-checkins] cpython (3.2): Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue 15985: merge from 3.2. mark.dickinson
- [Python-checkins] cpython (2.7): Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. mark.dickinson
- [Python-checkins] cpython (3.2): Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue 15959: Merge from 3.2. mark.dickinson
- [Python-checkins] cpython (3.2): Issue #15973: Fixed segmentation fault on timezone comparison to other types. alexander.belopolsky
- [Python-checkins] cpython (merge 3.2 -> default): merged 3.2 alexander.belopolsky
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge alexander.belopolsky
- [Python-checkins] cpython (3.2): Issue #15973: fixed 3.2 backport. alexander.belopolsky
- [Python-checkins] peps: add stub for wheel spec daniel.holth
- [Python-checkins] cpython (3.2): remove gdb noise about linux-vdso benjamin.peterson
- [Python-checkins] cpython (2.7): remove gdb noise about linux-vdso benjamin.peterson
- [Python-checkins] Daily reference leaks (9be7289dca60): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): - Issue #11715: Fix multiarch detection without having Debian development matthias.klose
- [Python-checkins] cpython (3.2): - Issue #11715: Fix multiarch detection without having Debian development matthias.klose
- [Python-checkins] cpython (2.7): #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. ezio.melotti
- [Python-checkins] cpython (3.2): #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15980: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (3.2): #15304: fix wrong warning message in test.support.temp_cwd(). ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15304: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): #15421: fix an OverflowError in Calendar.itermonthdates() after ezio.melotti
- [Python-checkins] cpython (3.2): #15421: fix an OverflowError in Calendar.itermonthdates() after ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15421: merge with 3.2. ezio.melotti
- [Python-checkins] peps: Update pep-362 text. andrew.svetlov
- [Python-checkins] cpython: Add What's New entries for some minor work I did in 3.3. larry.hastings
- [Python-checkins] cpython: Mention that "defaults" can be None for inspect.getfullargspec. larry.hastings
- [Python-checkins] cpython: Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. larry.hastings
- [Python-checkins] Daily reference leaks (3e677956eef4): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): #15949, 15899: avoid using non-latin1 chars in the doc (they break `make ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15949, 15899: merge with 3.2. ezio.melotti
- [Python-checkins] peps: Add 3.3rc3. georg.brandl
- [Python-checkins] cpython: #15925: fix regression: return None for null and non-date strings. r.david.murray
- [Python-checkins] peps: recapitalize PyPy daniel.holth
- [Python-checkins] Daily reference leaks (3b03d31f6a79): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #5969: faulthandler module: rename dump_tracebacks_later() to victor.stinner
- [Python-checkins] cpython: Issue #15969: Fix the issue number in Misc/NEWS victor.stinner
- [Python-checkins] peps: full text of wheel PEP daniel.holth
- [Python-checkins] peps (merge default -> default): merge daniel.holth
- [Python-checkins] cpython (3.2): #15949, #15899: use \ufffd instead of ?. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15949, #15899: merge with 3.2. ezio.melotti
- [Python-checkins] cpython: Use C-style comments. stefan.krah
- [Python-checkins] cpython: Use C-style comments (required for the AIX build slave). stefan.krah
- [Python-checkins] cpython: Use C-style comments for C89 / ANSI C compatibility christian.heimes
- [Python-checkins] cpython: GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) christian.heimes
- [Python-checkins] peps: #16006: fix typo in PEP 213. ezio.melotti
- [Python-checkins] cpython: Fix indentation of examples in lzma module documentation. nadeem.vawda
- [Python-checkins] cpython: Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation. nadeem.vawda
- [Python-checkins] devguide: Issue #15270. Appease critics by removing a reference to the docs for super(). raymond.hettinger
- [Python-checkins] cpython (3.2): Issue #15379: Fix passing of non-BMP characters as integers for the charmap antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15379: Fix passing of non-BMP characters as integers for the charmap antoine.pitrou
- [Python-checkins] peps: Edit PEP 427 for markup and add missing footer. georg.brandl
- [Python-checkins] Daily reference leaks (c64dec45d46f): sum=0 solipsis at pitrou.net
- [Python-checkins] devguide: Add Chris Jerdonek. georg.brandl
- [Python-checkins] cpython: Spacing fix. georg.brandl
- [Python-checkins] cpython: Closes #15969: rename new API to have consistent names in the faulthandler georg.brandl
- [Python-checkins] cpython: Closes #15925: fix regression in parsedate() and parsedate_tz() that should georg.brandl
- [Python-checkins] cpython: Closes #15973: fix a segmentation fault when comparing timezone objects. georg.brandl
- [Python-checkins] cpython: Fix issue number. georg.brandl
- [Python-checkins] cpython: Add news entries for recent changes. georg.brandl
- [Python-checkins] cpython: Bump to 3.3.0rc3. georg.brandl
- [Python-checkins] cpython: Added tag v3.3.0rc3 for changeset c191d21cefaf georg.brandl
- [Python-checkins] cpython: Post-release updates. georg.brandl
- [Python-checkins] cpython (merge default -> default): Merge with 3.3.0 release clone. georg.brandl
- [Python-checkins] devguide: Mention the need to flip the "is committer" bit in the tracker account settings georg.brandl
- [Python-checkins] cpython (3.2): Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() christian.heimes
- [Python-checkins] cpython (2.7): Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() christian.heimes
- [Python-checkins] cpython (merge 3.2 -> default): Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() christian.heimes
- [Python-checkins] cpython (2.7): #16014: fix broken link. ezio.melotti
- [Python-checkins] cpython (3.2): #16014: fix broken link. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #16014: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): #16017: capitalize URLs. ezio.melotti
- [Python-checkins] cpython (3.2): #16017: capitalize URLs. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #16017: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): #16019, #16020: fix syntax highlight. ezio.melotti
- [Python-checkins] cpython (3.2): #16019, #16020: fix syntax highlight. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #16019, #16020: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (3.2): Issue #14167: restore statement about breaks in finally clauses. mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14167: merge fix from 3.2 branch. mark.dickinson
- [Python-checkins] cpython (2.7): Issue #14167: restore statement about breaks in finally clauses; remove mark.dickinson
- [Python-checkins] cpython: Close #16022: What's New in Python 3.3 document is no more at beta stage victor.stinner
- [Python-checkins] cpython (3.2): Issue #16015: Fix NameError doctest example in tutorial introduction. chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> default): Issue #16015: Merge fix from 3.2. chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #16015: Fix NameError doctest example in tutorial introduction. chris.jerdonek
- [Python-checkins] Daily reference leaks (35289291a2e6): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote senthil.kumaran
- [Python-checkins] cpython (2.7): 2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #16037: Limit httplib's _read_status() function to work around broken christian.heimes
- [Python-checkins] cpython (3.2): Issue #16015: Make welcome message more realistic in tutorial example. chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> default): Issue #16015: Merge and update from 3.2. chris.jerdonek
- [Python-checkins] cpython: Make the decimal bench file run under Python 2.7. brett.cannon
- [Python-checkins] cpython: Fix whitespace. brett.cannon
- [Python-checkins] cpython (2.7): - Issue #15935: Clarification of argparse docs, re: add_argument() type and barry.warsaw
- [Python-checkins] cpython (3.2): - Issue #15935: Clarification of argparse docs, re: add_argument() type and barry.warsaw
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. barry.warsaw
- [Python-checkins] benchmarks: Add the chameleon benchmark from PyPy. brett.cannon
- [Python-checkins] cpython (3.2): use modern conditional syntax benjamin.peterson
- [Python-checkins] cpython: Restore the benchmark order to avoid waiting for decimal.py if just the stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge. stefan.krah
- [Python-checkins] cpython: don't depend on __debug__ because it's baked in at freeze time (issue #16046) benjamin.peterson
- [Python-checkins] cpython (3.2): fix test_compileall when run with -O[O] benjamin.peterson
- [Python-checkins] cpython (3.2): switch assertion to an explicit ValueError benjamin.peterson
- [Python-checkins] cpython (2.7): switch assertion to an explicit ValueError benjamin.peterson
- [Python-checkins] cpython: raise a ValueError instead of an AssertionError when pool is an invalid state benjamin.peterson
- [Python-checkins] cpython: fix contextlib.ExitStack typo in 3.3's whatsnew.rst giampaolo.rodola
- [Python-checkins] cpython (2.7): #15222: test_mailbox: End message template in a newline petri.lehtinen
- [Python-checkins] cpython (2.7): #15222: Insert blank line after each message in mbox mailboxes petri.lehtinen
- [Python-checkins] cpython (3.2): #15222: test_mailbox: End message template in a newline petri.lehtinen
- [Python-checkins] cpython (3.2): #15222: Insert blank line after each message in mbox mailboxes petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #15222: Merge 3.2 petri.lehtinen
- [Python-checkins] cpython: Shift a deprecation from the porting section to the deprecation section. brett.cannon
- [Python-checkins] cpython: mention new MLSD support for ftplib in 3.3 whatsnew giampaolo.rodola
- [Python-checkins] cpython (merge default -> default): merge 3.3 giampaolo.rodola
- [Python-checkins] cpython (2.7): Show how to close a connection raymond.hettinger
- [Python-checkins] Daily reference leaks (82f25e941be2): sum=2 solipsis at pitrou.net
- [Python-checkins] cpython: rephrase benjamin.peterson
- [Python-checkins] cpython (2.7): #15222: Fix a test failure on Windows petri.lehtinen
- [Python-checkins] cpython: Closes #16052: fix typo. Patch by Lars Buitinck. georg.brandl
- [Python-checkins] cpython: Add a few entries to whatsnew/3.3.rst. ezio.melotti
- [Python-checkins] cpython: #1087: use proper skips in test_os. ezio.melotti
- [Python-checkins] Daily reference leaks (c8cc94a0ba4c): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Mention the Unicode version bump in What's New nick.coghlan
- [Python-checkins] cpython: Tell people the *new* behaviour, not just the old behaviour nick.coghlan
- [Python-checkins] cpython: Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy mark.dickinson
- [Python-checkins] cpython: renmae test method to avoid conflict (#16056) benjamin.peterson
- [Python-checkins] Daily reference leaks (e99c0425da59): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #16036: Improve documentation of built-in int()'s signature and arguments. chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> default): Issue #16036: Merge update from 3.2. chris.jerdonek
- [Python-checkins] hooks: add irker (IRC checkin notifications) hook georg.brandl
- [Python-checkins] hooks: Use gray for the URL instead of brown. local-hg
- [Python-checkins] cpython (2.7): Pass on parameters in unittest.TextTestResult.__init__ super call michael.foord
- [Python-checkins] hooks: Always use two-digit color numbers to avoid munging part of the message. georg.brandl
- [Python-checkins] cpython (3.2): Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ michael.foord
- [Python-checkins] cpython: Now that it's possible, avoid timing attacks in the crypt module examples) nick.coghlan
- [Python-checkins] cpython (2.7): Update documentation for string.replace. Thanks to docs@ andrew.svetlov
- [Python-checkins] cpython (2.7): Update docs for string.zfill andrew.svetlov
- [Python-checkins] cpython: urllib.parse.urlencode doc updarte. michael.foord
- [Python-checkins] cpython: Fix typo. ezio.melotti
- [Python-checkins] cpython: Closes issue 16064. No longer hard code executable name in unittest help output. michael.foord
- [Python-checkins] cpython (3.2): Close issue #16073: fix map() example in list comprehension documentation. chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> default): Close issue #16073: merge fix from 3.2. chris.jerdonek
- [Python-checkins] cpython: Issue #16080: Use run_with_locale() decorator to reset the locale properly. stefan.krah
- [Python-checkins] cpython (2.7): Closes #15953: Incorrect some fields declaration in the PyTypeObject jesus.cea
- [Python-checkins] cpython (3.2): Closes #15953: Incorrect some fields declaration in the PyTypeObject jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject jesus.cea
- [Python-checkins] cpython: Move NEWS items from 3.3.0 to that section, to ease merging from the release georg.brandl
- [Python-checkins] cpython: Closes issue 15323. Improve failure message of Mock.assert_called_once_with michael.foord
- [Python-checkins] cpython: Closes #16080: The decorator ignores failed attempts to set the required stefan.krah
- [Python-checkins] cpython (3.2): #16071: fix links to email.message.Message in mailbox docs. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #16071: fix links to email.message.Message in mailbox docs. r.david.murray
- [Python-checkins] cpython (3.2): #16071: fix more email.message links in mailbox docs. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #16071: fix more email.message links in mailbox docs. r.david.murray
- [Python-checkins] cpython (2.7): #16071: fix email.message links in the mailbox docs. r.david.murray
- [Python-checkins] cpython (2.7): Issues #16029, #16030: Fix pickling and repr of large xranges. mark.dickinson
- [Python-checkins] cpython: Add some comments. brett.cannon
- [Python-checkins] peps: configure.in is now configure.ac georg.brandl
- [Python-checkins] cpython: Port #16012 fix: parameter parsing regression in pyexpat parser UseForeignDTD() georg.brandl
- [Python-checkins] cpython: Add a versionchanged note for #9374 changes. georg.brandl
- [Python-checkins] cpython: Point "source" links in the docs to the 3.3 versions in the repo. georg.brandl
- [Python-checkins] cpython: Bump version to 3.3.0 final. georg.brandl
- [Python-checkins] cpython: Update release date in whatsnew document. georg.brandl
- [Python-checkins] cpython: Added tag v3.3.0 for changeset de6b91d97113 georg.brandl
- [Python-checkins] cpython (merge default -> default): Merge with main repo default branch. georg.brandl
- [Python-checkins] release: configure.in is now configure.ac georg.brandl
- [Python-checkins] cpython: RPM spec file name update for 3.4 branch. georg.brandl
- [Python-checkins] cpython: Bump version to 3.4.0 alpha 0. georg.brandl
- [Python-checkins] cpython: Set up "source" links to point to default branch. georg.brandl
- [Python-checkins] cpython (3.3): Fix test_sys.test_implementation for final releases. georg.brandl
- [Python-checkins] cpython (3.3): Re-tagging 3.3.0 for test_sys fix. georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3 georg.brandl
- [Python-checkins] cpython (3.3): Ajdust path to launcher for non-PGO-builds martin.v.loewis
- [Python-checkins] cpython (3.3): Post-release update. georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): null-merge from 3.3 georg.brandl
- [Python-checkins] peps: A few more files to touch. georg.brandl
- [Python-checkins] peps: The schedule is now in the past. georg.brandl
- [Python-checkins] cpython (3.3): Document the addition of 'quote' to shlex in What's New. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Document the addition of 'quote' to shlex in What's New. r.david.murray
- [Python-checkins] cpython (3.3): Remove visible XXX in What's New. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Remove visible XXX in What's New. r.david.murray
- [Python-checkins] cpython (3.3): Add smtpd changes to whatsnew, and integrate 'other' section. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Add smtpd changes to whatsnew, and integrate 'other' section. r.david.murray
- [Python-checkins] cpython: upgrade to UCD 6.2 benjamin.peterson
- [Python-checkins] cpython (merge default -> 3.3): merge mostly from default benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 nully benjamin.peterson
- [Python-checkins] cpython (3.3): Clarify description of who needs to worry about importlib changes. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Clarify description of who needs to worry about importlib changes. r.david.murray
- [Python-checkins] cpython (3.2): #16085: Don't promote shadowing builtins in the configparser example. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge #16085: Don't promote shadowing builtins in the configparser example. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #16085: Don't promote shadowing builtins in the configparser example. r.david.murray
- [Python-checkins] cpython (2.7): #16085: Don't promote shadowing builtins in the configparser example. r.david.murray
- [Python-checkins] cpython (2.7): Close issue #16077: fix code example in documentation of reduce() built-in chris.jerdonek
- [Python-checkins] cpython (3.2): Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD to gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge heads gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): merge heads gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #15756: subprocess.poll() now properly handles errno.ECHILD to gregory.p.smith
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads gregory.p.smith
- [Python-checkins] cpython (3.3): Be consistent and don't use a bullet list when a section has only one item. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Be consistent and don't use a bullet list when a section has only one r.david.murray
- [Python-checkins] cpython (3.3): Fix over-indentation of bullet lists. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Fix over-indentation of bullet lists. r.david.murray
- [Python-checkins] cpython (3.3): Raymond didn't write any of the text this time, remove as author. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Raymond didn't write any of the text this time, remove as author. r.david.murray
- [Python-checkins] cpython: pty.spawn() now returns the child process status as returned by os.waitpid(). gregory.p.smith
- [Python-checkins] cpython (3.3): Move discussion of email changes into Improved Modules section. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Move discussion of email changes into Improved Modules section. r.david.murray
- [Python-checkins] cpython: Remove the new trivial pty.spawn() test as it hangs on many buildbots. gregory.p.smith
- [Python-checkins] cpython (3.2): Speed up test_httpservers by avoiding a one-second cleanup wait after each test antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Speed up test_httpservers by avoiding a one-second cleanup wait after each test antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Speed up test_httpservers by avoiding a one-second cleanup wait after each test antoine.pitrou
- [Python-checkins] cpython (3.3): Make whatsnew PEP markup conform to previous whatsnew docs. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Make whatsnew PEP markup conform to previous whatsnew docs. r.david.murray
- [Python-checkins] cpython (3.3): Issue #16034: Fix performance regressions in the new BZ2File implementation. nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): Merge #16034: Fix performance regressions in the new BZ2File implementation. nadeem.vawda
- [Python-checkins] peps: note that wheel installers should compile .py daniel.holth
- [Python-checkins] cpython (3.3): Add notes to whatsnew porting for visible changes in email compatibility mode. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Add notes to whatsnew porting for visible changes in email compatibility r.david.murray
- [Python-checkins] cpython (3.3): Fix release PEP description nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge What's New fix from 3.3 nick.coghlan
- [Python-checkins] peps: Some typo fixes in PEP 3138; also add variables footer. georg.brandl
- [Python-checkins] cpython: Doc sidebar: point to 3.3 as stable. georg.brandl
- [Python-checkins] cpython (3.3): Doc sidebar: point to 3.4 as dev. georg.brandl
- [Python-checkins] cpython (2.7): Doc sidebar: point to 3.4 as dev. georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): Closes #16091: fix the references to 3.3/3.4 in the Doc sidebar. georg.brandl
- [Python-checkins] cpython (2.7): Commit current version of the doc "dailybuild" script. georg.brandl
- [Python-checkins] cpython: Add a stub "whatsnew in 3.4" document. georg.brandl
- [Python-checkins] cpython (3.3): Make it clear that the pi function is modified for benchmarking purposes. stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3. stefan.krah
- [Python-checkins] cpython (3.3): Add missing 3.3.1 NEWS entries deleted in 83496b5e1916. georg.brandl
- [Python-checkins] cpython (3.3): What's new entry for PEP 397 and Windows PATH modification nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge Windows What's New changes from 3.3 nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge commit, because Mercurial's handling of push races is bloody awful nick.coghlan
- [Python-checkins] cpython (merge default -> default): Close previous head nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Redo 3.3 merge nick.coghlan
- [Python-checkins] cpython: Add Misc/NEWS entries from 3.3.1 in 3.3 branch to 3.4.0 in default branch. chris.jerdonek
- [Python-checkins] cpython (3.2): Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #15533: Merge fix from 3.2. chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15533: Merge fix from 3.3. chris.jerdonek
- [Python-checkins] cpython (3.3): Fix the return value of BZ2File._read_block() to be consistent with comments. nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Fix the return value of BZ2File._read_block() to be consistent with nadeem.vawda
- [Python-checkins] cpython: Record UCD update in whatsnew. georg.brandl
- [Python-checkins] cpython (3.3): Fix reST markup in NEWS. georg.brandl
- [Python-checkins] cpython (3.3): Add a filterable HTML version of Misc/NEWS to the docs "whatsnew" section. georg.brandl
- [Python-checkins] cpython (3.3): Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't christian.heimes
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge christian.heimes
- [Python-checkins] cpython (3.3): Revert 29506c7db353 (build output should be accurate). stefan.krah
- [Python-checkins] cpython (3.3): Support gcc's -ansi flag: use "__asm__" instead of "asm". stefan.krah
- [Python-checkins] cpython (3.3): Use newer version of Pygments that handles "yield from". georg.brandl
- [Python-checkins] cpython (3.2): Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #15533: Merge update from 3.2. chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15533: Merge update from 3.3. chris.jerdonek
- [Python-checkins] cpython (3.3): doc typo fixes gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): doc typo fixes gregory.p.smith
- [Python-checkins] cpython: Adjust guidelines for What's New maintenance to account for issues encountered nick.coghlan
- [Python-checkins] cpython: Suppress unknown pragma warning (STDC FENV_ACCESS). stefan.krah
- [Python-checkins] cpython (3.3): Backport 5cfe8af7abb2. stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Null merge. stefan.krah
- [Python-checkins] cpython (2.7): #15923: fix a mistake in asdl_c.py that resulted in a TypeError after ezio.melotti
- [Python-checkins] cpython (3.2): #15923: fix a mistake in asdl_c.py that resulted in a TypeError after ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #15923: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #15923: merge with 3.3. ezio.melotti
- [Python-checkins] cpython (3.3): Add some missing stuff to whatsnew. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Add some missing stuff to whatsnew. r.david.murray
Last message date: Sun Sep 30 23:30:23 CEST 2012
Archived on: Sun Sep 30 23:30:25 CEST 2012
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4