Showing content from http://mail.python.org/pipermail/python-checkins/2015-February/thread.html below:
The Python-checkins February 2015 Archive by thread
February 2015 Archives by thread
Starting: Sun Feb 1 04:06:09 CET 2015
Ending: Sat Feb 28 23:43:41 CET 2015
Messages: 435
- [Python-checkins] peps: PEP 462 now proposes Kallithea as the review component nick.coghlan
- [Python-checkins] peps: PEP 477 was implemented for 2.7.9 nick.coghlan
- [Python-checkins] peps: PEP 461 has been implemented for 3.5 nick.coghlan
- [Python-checkins] Daily reference leaks (469ff344f8fd): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity stefan.krah
- [Python-checkins] cpython (merge 3.4 -> default): Merged documentation update from 3.4. vinay.sajip
- [Python-checkins] cpython (3.4): Added a cookbook entry on logging audible messages. vinay.sajip
- [Python-checkins] cpython (2.7): Added a cookbook entry on logging audible messages. vinay.sajip
- [Python-checkins] peps: Switch to proposing a full migration to Git, Github, and Phabricator donald.stufft
- [Python-checkins] cpython: Don't seek to the start of the file when open ZipFile with the 'w' mode serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4. stefan.krah
- [Python-checkins] cpython (3.4): Issue #23370: Fix off-by-one error for non-contiguous buffers. stefan.krah
- [Python-checkins] cpython (2.7): Issue #23370: Fix off-by-one error for non-contiguous buffers. stefan.krah
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23352: Merge from 3.4. stefan.krah
- [Python-checkins] cpython (2.7): Preserve critical whitespace in Doc/*. stefan.krah
- [Python-checkins] cpython: Whitespace. stefan.krah
- [Python-checkins] cpython (3.4): Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets stefan.krah
- [Python-checkins] cpython (3.4): Whitespace. stefan.krah
- [Python-checkins] cpython (merge 3.4 -> default): Merge cosmetic change. stefan.krah
- [Python-checkins] cpython (2.7): Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets stefan.krah
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 benjamin.peterson
- [Python-checkins] cpython (3.3): fix possible overflow in encode_basestring_ascii (closes #23369) benjamin.peterson
- [Python-checkins] cpython (3.3): remove extra ws benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23369) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#23369) benjamin.peterson
- [Python-checkins] cpython (3.4): https goodness benjamin.peterson
- [Python-checkins] cpython (2.7): https goodness benjamin.peterson
- [Python-checkins] cpython (3.4): fix tests on systems that can't validate python.org benjamin.peterson
- [Python-checkins] cpython (2.7): detect overflow in combinations (closes #23366) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#23366) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23366) benjamin.peterson
- [Python-checkins] cpython (3.3): detect overflow in combinations (closes #23366) benjamin.peterson
- [Python-checkins] cpython (3.3): check for overflow in combinations_with_replacement (closes #23365) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#23365) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23365) benjamin.peterson
- [Python-checkins] cpython (2.7): check for overflow in combinations_with_replacement (closes #23365) benjamin.peterson
- [Python-checkins] cpython (3.3): check for overflows in permutations() and product() (closes #23363, closes benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#23364, #23363) benjamin.peterson
- [Python-checkins] cpython (2.7): check for overflows in permutations() and product() (closes #23363, closes benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23364, #23363) benjamin.peterson
- [Python-checkins] cpython: Optimization guides suggest copying memory in an ascending direction when raymond.hettinger
- [Python-checkins] Daily reference leaks (4d875a690c01): sum=1 solipsis at pitrou.net
- [Python-checkins] peps: PEP 448: Update from Joshua Landau. berker.peksag
- [Python-checkins] peps: Update PEP editors list. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21295) benjamin.peterson
- [Python-checkins] cpython (3.4): revert lineno and col_offset changes from #16795 (closes #21295) benjamin.peterson
- [Python-checkins] cpython: Issue 23359: Tighten inner search loop for sets (don't and-mask every entry raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23353, asyncio: Workaround CPython bug #23353 victor.stinner
- [Python-checkins] cpython (3.4): _clear_type_cache is cpython-only benjamin.peterson
- [Python-checkins] cpython (2.7): _clear_type_cache is cpython-only benjamin.peterson
- [Python-checkins] cpython (3.4): adjust for py3k module renaming benjamin.peterson
- [Python-checkins] peps: Update PEP with latest changes. antoine.pitrou
- [Python-checkins] peps: Mark accepted antoine.pitrou
- [Python-checkins] cpython (3.3): reduce memory usage of test (closes #23369) benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #23099: Closing io.BytesIO with exported buffer is rejected now to serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> 3.4): Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() serhiy.storchaka
- [Python-checkins] cpython: Issue #22896: Fixed using _getbuffer() in recently added _PyBytes_Format(). serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() serhiy.storchaka
- [Python-checkins] peps: PEP 328: Fix a broken link. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23099: Closing io.BytesIO with exported buffer is rejected now to serhiy.storchaka
- [Python-checkins] Daily reference leaks (4cb316fe6bf2): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22818: Splitting on a pattern that could match an empty string now serhiy.storchaka
- [Python-checkins] cpython: Issue #15381: Optimized io.BytesIO to make less allocations and copyings. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23358: Add missing BaseServer entry to socketserver.__all__. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23358: Add missing BaseServer entry to socketserver.__all__. berker.peksag
- [Python-checkins] cpython: Issue #13128: Print response headers for CONNECT requests when debuglevel > 0. berker.peksag
- [Python-checkins] cpython: Issue #15381: Try to fix refcount bug. Empty and 1-byte buffers are always serhiy.storchaka
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc) victor.stinner
- [Python-checkins] cpython: Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo() stefan.krah
- [Python-checkins] cpython: Issue 23359: Reduce size of code in set_lookkey. Only do linear probes when raymond.hettinger
- [Python-checkins] cpython: Issue #15381: Fixed a bug in BytesIO.write(). serhiy.storchaka
- [Python-checkins] cpython: Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() stefan.krah
- [Python-checkins] cpython: Issue #14203: Temporary fix for the compile failure on Windows. stefan.krah
- [Python-checkins] cpython (2.7): Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. serhiy.storchaka
- [Python-checkins] Daily reference leaks (17a8c5f8ca48): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Skip some tests that require a subinterpreter launched with -E or -I when the gregory.p.smith
- [Python-checkins] cpython (3.4): Skip some tests that require a subinterpreter launched with -E or -I when the gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Fixes issue23390: make profile-opt causes -fprofile-generate and related flags gregory.p.smith
- [Python-checkins] cpython (3.4): Fixes issue23390: make profile-opt causes -fprofile-generate and related flags gregory.p.smith
- [Python-checkins] cpython (3.4): asyncio: BaseSelectorEventLoop uses directly the private _debug attribute victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Only call _check_resolved_address() in debug mode victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: explain how to display ResourceWarning in the debug mode section victor.stinner
- [Python-checkins] cpython: Minor code clean up. raymond.hettinger
- [Python-checkins] peps: Update PEP 485 from Chris Barker's edits chris.angelico
- [Python-checkins] cpython (3.4): Make the stdlib test suite helper test.script_helper._assert_python no longer gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Make the stdlib test suite helper test.script_helper._assert_python no longer gregory.p.smith
- [Python-checkins] cpython (3.4): Update pip to 6.0.8 donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): Merge: Update pip to 6.0.8 donald.stufft
- [Python-checkins] cpython (2.7): Update pip to 6.0.8 donald.stufft
- [Python-checkins] cpython (2.7): remove parenthesis from print statement (closes #23396) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23345: merge from 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #23345: Prevent test_ssl failures with large OpenSSL patch level ned.deily
- [Python-checkins] cpython (2.7): Issue #23345: Prevent test_ssl failures with large OpenSSL patch level ned.deily
- [Python-checkins] Daily reference leaks (7dce0cbea210): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio: BaseEventLoop: rename _owner to _thread_id victor.stinner
- [Python-checkins] cpython (2.7): Issue #18982: Add tests for CLI of the calendar module. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #18982: Add tests for CLI of the calendar module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #18982: Add tests for CLI of the calendar module. serhiy.storchaka
- [Python-checkins] cpython (3.4): test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of bad victor.stinner
- [Python-checkins] cpython (2.7): Issue #18982: Fixed newlines in calendar CLI tests on Windows. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23212: merge from 3.4 ned.deily
- [Python-checkins] cpython (2.7): Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. ned.deily
- [Python-checkins] cpython (3.4): Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22735) benjamin.peterson
- [Python-checkins] cpython (3.4): fix many custom mro() edge cases and improve code quality (#22735) benjamin.peterson
- [Python-checkins] cpython (3.4): Fix missing :ref: for idle in doc build. ned.deily
- [Python-checkins] cpython (2.7): Fix missing :ref: for idle in doc build. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Fix missing :ref: for idle in doc build. ned.deily
- [Python-checkins] cpython: Issue #23260: Update Windows installer steve.dower
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23881: Only use entry-values with gdb 7.4 in tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23392: Added tests for marshal C API that works with FILE*. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23392: Added tests for marshal C API that works with FILE*. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23392: Added tests for marshal C API that works with FILE*. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23881: Only use entry-values with gdb 7.4 in tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23881: Only use entry-values with gdb 7.4 in tests. serhiy.storchaka
- [Python-checkins] cpython: Fix typos in Doc/whatsnew/3.5.rst. berker.peksag
- [Python-checkins] cpython: Issue #20289: cgi.FieldStorage() now supports the context management protocol. berker.peksag
- [Python-checkins] Daily reference leaks (494376ec13d9): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Fix definition mismatch for type_is_subtype_base_chain. steve.dower
- [Python-checkins] cpython (3.4): Fix definition mismatch for type_is_subtype_base_chain. steve.dower
- [Python-checkins] cpython (merge 3.4 -> 3.4): Issue #23399: pyvenv creates relative symlinks where possible. barry.warsaw
- [Python-checkins] cpython (merge 3.4 -> default): Merge barry.warsaw
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23399: pyvenv creates relative symlinks where possible. barry.warsaw
- [Python-checkins] cpython (3.4): Issue #23399: pyvenv creates relative symlinks where possible. barry.warsaw
- [Python-checkins] cpython (merge default -> default): Trunk merge. barry.warsaw
- [Python-checkins] cpython: Require Mercurial on PATH when building a Windows release. steve.dower
- [Python-checkins] cpython: Fix download URL embedded in Windows installer. steve.dower
- [Python-checkins] Daily reference leaks (7ed9c601accd): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Corrected typo. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #23357: Updated documentation on creating venvs. vinay.sajip
- [Python-checkins] cpython (3.4): Minor change to documentation on creating venvs. vinay.sajip
- [Python-checkins] cpython: Fix whitespace. charles-francois.natali
- [Python-checkins] cpython: Issue #23285: PEP 475 -- Retry system calls failing with EINTR. charles-francois.natali
- [Python-checkins] cpython: Adds automated test script for the Windows installer and fixes download URL steve.dower
- [Python-checkins] cpython: Issue #23285: Install new test directory. ned.deily
- [Python-checkins] cpython: Improve Windows release scripts steve.dower
- [Python-checkins] Daily reference leaks (45ba5de2711b): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Updated pydoc topics data for 3.4.3rc1 release. larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.3rc1 for changeset 69dd528ca625 larry.hastings
- [Python-checkins] cpython (3.4): Version bump for 3.4.3rc1. larry.hastings
- [Python-checkins] cpython (3.4): Post-release updates for Python 3.4.3rc1. larry.hastings
- [Python-checkins] cpython (3.4): Fix a copyright notice that still said 2014. larry.hastings
- [Python-checkins] cpython: Updated pydoc topics data for 3.5.0a1 release. larry.hastings
- [Python-checkins] cpython: Fix a copyright notice that still said 2014. larry.hastings
- [Python-checkins] cpython: Added tag v3.5.0a1 for changeset 5d4b6a57d5fd larry.hastings
- [Python-checkins] cpython (merge default -> default): Merge. larry.hastings
- [Python-checkins] cpython: Post-release updates for Python 3.5.0a1. larry.hastings
- [Python-checkins] cpython: Release bump for 3.5.0a1. larry.hastings
- [Python-checkins] cpython (3.4): Issue #17896: Update msi.py to new externals dir. martin.v.loewis
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 martin.v.loewis
- [Python-checkins] cpython (3.4): Amend b8ebf381390f: find patchlevel.py in extensions. martin.v.loewis
- [Python-checkins] Daily reference leaks (b5a953ffb2be): sum=3 solipsis at pitrou.net
- [Python-checkins] peps: Update Kallithea PEPs with change to my availability nick.coghlan
- [Python-checkins] cpython: Mirco-optimizations to reduce register spills and reloads observed on CLANG and raymond.hettinger
- [Python-checkins] cpython: Added respect_handler_level to QueueListener. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23361) benjamin.peterson
- [Python-checkins] cpython (3.3): add overflow checking (closes #23361) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#23361) benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. serhiy.storchaka
- [Python-checkins] Daily reference leaks (76170e33f251): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it victor.stinner
- [Python-checkins] cpython: Issue #23383: Cleaned up bytes formatting. serhiy.storchaka
- [Python-checkins] cpython: Update copyright. raymond.hettinger
- [Python-checkins] Daily reference leaks (4883f9046b10): sum=1424 solipsis at pitrou.net
- [Python-checkins] peps: Update PEP 485 from Chris Barker's edits (w/ minor formatting) chris.angelico
- [Python-checkins] cpython (3.4): Issue #23433: Fix faulthandler._stack_overflow() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (faulthandler) victor.stinner
- [Python-checkins] cpython: Issue #23344: marshal.dumps() is now 20-25% faster on average. serhiy.storchaka
- [Python-checkins] cpython: Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on serhiy.storchaka
- [Python-checkins] cpython: Splitted the WFILE structure to WFILE and RFILE. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (typo) victor.stinner
- [Python-checkins] cpython (3.4): Fix typo: PyMem_Alloc => PyMem_Malloc victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the antoine.pitrou
- [Python-checkins] cpython: Fix installer Back button going to wrong page when modifying. steve.dower
- [Python-checkins] cpython: Issue #23450: Fix signal.set_wakeup_fd() on Windows victor.stinner
- [Python-checkins] peps: Add PEP 486 by Paul Moore. berker.peksag
- [Python-checkins] cpython (3.4): asyncio doc: annotate coroutine on coroutine functions and methods victor.stinner
- [Python-checkins] Daily reference leaks (b8acfbf5aa61): sum=949 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #21840: Fixed expanding unicode variables of form $var in serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21840: Fixed a typo. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21849: Ported from 2.7 tests for non-ASCII data. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21849: Ported from 2.7 tests for non-ASCII data. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23418: Add missing entries to http.server.__all__. berker.peksag
- [Python-checkins] cpython (3.4): Issue #23418: Add missing entries to http.server.__all__. berker.peksag
- [Python-checkins] cpython: Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. berker.peksag
- [Python-checkins] cpython: Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. berker.peksag
- [Python-checkins] Daily reference leaks (ed9e9e6b3c1e): sum=1421 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #19105: pprint now more efficiently uses free space at the right. serhiy.storchaka
- [Python-checkins] peps: Apply PEP 486 changes from Paul Moore chris.angelico
- [Python-checkins] cpython: Issue #23461: Normalise line endings when comparing old and new contents of steve.dower
- [Python-checkins] cpython: Closes #23437: Make user scripts directory versioned on Windows (patch by steve.dower
- [Python-checkins] peps: Fixed markup of footnotes. serhiy.storchaka
- [Python-checkins] peps: Removed unneeded spaces before commas and periods. serhiy.storchaka
- [Python-checkins] cpython: Simplify MSI projects. steve.dower
- [Python-checkins] cpython: Issue #23437: Update NEWS and whatsnew/3.5 steve.dower
- [Python-checkins] cpython (2.7): avoid reading unallocated memory when argc == 0 (closes #22633) benjamin.peterson
- [Python-checkins] cpython (3.4): avoid reading unallocated memory when argc == 0 (closes #22633) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22633) benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #17753: Skip test_zipfile tests which require write access to test serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #17753: Skip test_zipfile tests which require write access to test serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17753: Skip test_zipfile tests which require write access to test serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #13637: Remove outdated versionchanged directives. berker.peksag
- [Python-checkins] cpython (3.4): Issue #13637: Remove outdated versionchanged directives. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #13637: Improve exception message of a2b_* functions. berker.peksag
- [Python-checkins] cpython (3.4): Issue #13637: Improve exception message of a2b_* functions. berker.peksag
- [Python-checkins] cpython: Add a whatsnew entry for issue #22003. berker.peksag
- [Python-checkins] Daily reference leaks (7ae156f07a90): sum=1415 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSD serhiy.storchaka
- [Python-checkins] cpython: Issue #23096: Pickle representation of floats with protocol 0 now is the same serhiy.storchaka
- [Python-checkins] cpython (2.7): Use os.devnull instead of hardcoded '/dev/null'. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Use os.devnull instead of hardcoded '/dev/null'. serhiy.storchaka
- [Python-checkins] cpython (3.4): Use os.devnull instead of hardcoded '/dev/null'. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge heads serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Use pickled data compatible with Python 2 for testing protocols 0-2. serhiy.storchaka
- [Python-checkins] cpython (3.4): Use pickled data compatible with Python 2 for testing protocols 0-2. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19681: Test the repr of partial with more than one keyword argument. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #19681: Test the repr of partial with more than one keyword argument. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in antoine.pitrou
- [Python-checkins] cpython: Issue #23239: ssl.match_hostname() now supports matching of IP addresses. antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb serhiy.storchaka
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads serhiy.storchaka
- [Python-checkins] cpython (2.7): Backed out changeset 7d2018774925 serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fix typo in os.supports_effective_ids documentation. berker.peksag
- [Python-checkins] cpython (3.4): Fix typo in os.supports_effective_ids documentation. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #17753: effective_ids unavailable on Windows. berker.peksag
- [Python-checkins] cpython (3.4): Issue #17753: effective_ids unavailable on Windows. berker.peksag
- [Python-checkins] Daily reference leaks (cf6a62b0ef3b): sum=481 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #23115: Fixed compilation on OpenBSD (Py_MIN is not defined in 2.7). serhiy.storchaka
- [Python-checkins] cpython: Issue #20069: Fixed test_os on Solaris: error message is platform depended. serhiy.storchaka
- [Python-checkins] devguide: Update git mirror URL to python/cpython. berker.peksag
- [Python-checkins] cpython: Fixed few compiler warnings. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython (3.4): Shoould be Py_MIN, not Py_MAX. serhiy.storchaka
- [Python-checkins] cpython: Issue #23450: Silenced compiler warnings and added asserts in peephole serhiy.storchaka
- [Python-checkins] cpython: Issue #23450: Fixed possible integer overflows. serhiy.storchaka
- [Python-checkins] cpython: Fixed sizeof tests for ElementTree (issue #23450). serhiy.storchaka
- [Python-checkins] cpython (3.4): fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21548) benjamin.peterson
- [Python-checkins] Daily reference leaks (f47d683b6c9e): sum=484 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22883: Got rid of outdated references to PyInt and PyString in comments. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22883: Update PyInt to PyLong in C API example. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22883: Update PyInt to PyLong in C API example. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23475, asyncio: Fix test_close_kill_running() victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: fix the sphinx extension for coroutine commands victor.stinner
- [Python-checkins] cpython (3.4): asyncio: BaseSubprocessTransport: repr() mentions when the child process is victor.stinner
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 220: Merge JoinableQueue with Queue. victor.stinner
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Fix warning in test_close_kill_running() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23410) benjamin.peterson
- [Python-checkins] cpython (3.4): document the requestline and close_connection attributes, use real booleans, benjamin.peterson
- [Python-checkins] Daily reference leaks (9a55a2a1dc6f): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #23474: Enhanced locale testing. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23474: Enhanced locale testing. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23474: Enhanced locale testing. serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython (2.7): remove RPM file, which is unused and unmaintained benjamin.peterson
- [Python-checkins] cpython (3.2): remove RPM, since it's unused and unmaintained benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 benjamin.peterson
- [Python-checkins] release: the RPM spec file is gone now, so don't update it benjamin.peterson
- [Python-checkins] cpython: Closes #23482: sqlite3_d.dll is not included in installer steve.dower
- [Python-checkins] Daily reference leaks (b2d238adf802): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23481) benjamin.peterson
- [Python-checkins] cpython (3.4): remove rc4 from the default client ciphers (closes #23481) benjamin.peterson
- [Python-checkins] cpython (2.7): remove rc4 from the default client ciphers (closes #23481) benjamin.peterson
- [Python-checkins] cpython (3.4): Fix a typo pointed out on docs@ zach.ware
- [Python-checkins] cpython (2.7): Fix typo pointed out on docs@ by Yaniv Sayeh zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Null merge with 3.4 zach.ware
- [Python-checkins] cpython (3.4): Fix typo pointed out on docs@ by Yaniv Sayeh zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23439: Add missing entries to http.client.__all__. berker.peksag
- [Python-checkins] cpython (3.4): Issue #23439: Add missing entries to http.client.__all__. berker.peksag
- [Python-checkins] Daily reference leaks (041a27298cf3): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Improve struct cache locality by bring commonly accessed fields close together. raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty berker.peksag
- [Python-checkins] cpython: Regenerated Argument Clinic checksums. serhiy.storchaka
- [Python-checkins] cpython: Issue #23442: Rename two member names to stay backward compatible berker.peksag
- [Python-checkins] peps: PEP 441: Updates from Paul Moore. berker.peksag
- [Python-checkins] peps: PEP 441: Update markup. berker.peksag
- [Python-checkins] cpython: Issue #22834: Fix a failing test under Solaris due to the platform not brett.cannon
- [Python-checkins] cpython: Issue #23422: Clarify some things around importlib.import_module() brett.cannon
- [Python-checkins] cpython: Removes unused string resources from Windows installer. steve.dower
- [Python-checkins] cpython: Closes #23018: Replace copyright symbol with escape. steve.dower
- [Python-checkins] cpython (3.4): Issue #23490: Fixed possible crashes related to interoperability between serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23490: Fixed possible crashes related to interoperability between serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #5700: io.FileIO() called flush() after closing the file. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #5700: io.FileIO() called flush() after closing the file. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #5700: io.FileIO() called flush() after closing the file. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23215: Multibyte codecs with custom error handlers that ignores errors serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23215: Multibyte codecs with custom error handlers that ignores errors serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23215: Multibyte codecs with custom error handlers that ignores errors serhiy.storchaka
- [Python-checkins] cpython (2.7): Issues #814253, #9179: Warnings now are raised when group references and serhiy.storchaka
- [Python-checkins] cpython (3.4): Issues #814253, #9179: Warnings now are raised when group references and serhiy.storchaka
- [Python-checkins] cpython: Issues #814253, #9179: Group references and conditional group references now serhiy.storchaka
- [Python-checkins] cpython: Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on steve.dower
- [Python-checkins] cpython (2.7): Issue #22113: struct.pack_into() now supports new buffer protocol (in serhiy.storchaka
- [Python-checkins] cpython: Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat steve.dower
- [Python-checkins] cpython: Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes steve.dower
- [Python-checkins] Daily reference leaks (a824c40e8fc0): sum=3 solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5620691ce26b): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: PEP 422: Rename init_class as autodecorate nick.coghlan
- [Python-checkins] peps: PEP 422: Update Deferral note & other tweaks nick.coghlan
- [Python-checkins] cpython (3.4): Issue #6639: Module-level turtle functions no longer raise TclError after serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #6639: Module-level turtle functions no longer raise TclError after serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #6639: Module-level turtle functions no longer raise TclError after serhiy.storchaka
- [Python-checkins] cpython: Issue #23152: Move declaration into a header and exclude from stable API. serhiy.storchaka
- [Python-checkins] cpython: Issue #23152: Move declarations back to posixmodule.c. serhiy.storchaka
- [Python-checkins] cpython (3.4): Broke reference loops in tests added in issue #5700. serhiy.storchaka
- [Python-checkins] cpython (2.7): Broke reference loops in tests added in issue #5700. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Broke reference loops in tests added in issue #5700. serhiy.storchaka
- [Python-checkins] peps: PEP 446: Fix typo reported by Zhou Keyang victor.stinner
- [Python-checkins] cpython (3.4): Issue #23499: Fix grammar error noticed by SilentGhost ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23499: Fix grammar error noticed by SilentGhost ned.deily
- [Python-checkins] cpython (2.7): Issue #23499: Fix grammar error noticed by SilentGhost ned.deily
- [Python-checkins] Daily reference leaks (a8df1ca60452): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio doc: close explicitly event loops victor.stinner
- [Python-checkins] peps: PEP 422: Make __autodecorate__ a true decorator nick.coghlan
- [Python-checkins] cpython: Issue 23314: SuppressCrashReports now disables CRT assertions steve.dower
- [Python-checkins] cpython (2.7): Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now victor.stinner
- [Python-checkins] cpython (2.7): Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on Windows victor.stinner
- [Python-checkins] peps: Update to PEP 441 from Paul More: swap pack() args, default archive name, guido.van.rossum
- [Python-checkins] peps: Make a line of dashes longer, to satisfy pep2html. guido.van.rossum
- [Python-checkins] peps: Small wording change to PEP 448 (replace "currently" with "continue to"). guido.van.rossum
- [Python-checkins] Daily reference leaks (bb67b810aac1): sum=7 solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (bb67b810aac1): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Remove unsupported (in latex) character from the source. georg.brandl
- [Python-checkins] cpython (3.4): asyncio doc: begin with warnings on asyncio traps victor.stinner
- [Python-checkins] cpython (3.4): asyncio: add a note about (non) thread safety in each class victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: move queues to a new page victor.stinner
- [Python-checkins] cpython (2.7): fix merge_collapse to actually maintain the invariant it purports to (closes benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23515) benjamin.peterson
- [Python-checkins] cpython (3.4): fix merge_collapse to actually maintain the invariant it purports to (closes benjamin.peterson
- [Python-checkins] devguide: Added the "argument clinic" interest area. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23511: Port email-simple.py to Python 3. berker.peksag
- [Python-checkins] cpython (3.4): Issue #23511: Port email-simple.py to Python 3. berker.peksag
- [Python-checkins] cpython (3.4): remove unused import benjamin.peterson
- [Python-checkins] cpython: Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok. steve.dower
- [Python-checkins] cpython: Back-out wcstok deprecation suppression and updates calls to use wcstok_s. steve.dower
- [Python-checkins] cpython (3.4): asyncio doc: lock classes are not thread safe victor.stinner
- [Python-checkins] cpython: Issue #15955: Add an option to limit the output size in bz2.decompress(). antoine.pitrou
- [Python-checkins] cpython: Silenced minor GCC warnings. serhiy.storchaka
- [Python-checkins] cpython (3.4): Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.3 for changeset 9b73f1c3e601 larry.hastings
- [Python-checkins] cpython (3.4): Release bump for 3.4.3 final. larry.hastings
- [Python-checkins] cpython (3.4): Post-release changes for 3.4.3. larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.3 for changeset b4cbecbc0781 larry.hastings
- [Python-checkins] cpython (3.4): Doc updates for 3.4.3 final. larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge 3.4.3 release engineering changes back into 3.4. larry.hastings
- [Python-checkins] peps: Update final release date for (slightly slipped) Python 3.4.3. larry.hastings
- [Python-checkins] peps: Apply PEP 441 changes from Paul Moore chris.angelico
- [Python-checkins] peps: Update to PEP 448 -- approved 2 out of 3, rejected *comprehension. guido.van.rossum
- [Python-checkins] peps: Record acceptances of PEPs 441 and 486, including trivial fixes for each chris.angelico
- [Python-checkins] cpython: Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual steve.dower
- [Python-checkins] cpython (3.4): remove duplicate 3.4.3 tags benjamin.peterson
- [Python-checkins] cpython: unix newlines benjamin.peterson
- [Python-checkins] cpython: Bump the blocksize up from 62 to 64 to speed up the modulo calculation. raymond.hettinger
- [Python-checkins] cpython (3.4): Fix copy/paste error in bytes.isupper() doc. zach.ware
- [Python-checkins] peps: PEP 478: 4 PEP have been accepted for python 3.5 victor.stinner
- [Python-checkins] Daily reference leaks (2eb99070a38f): sum=-3 solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1bb9641713ec): sum=0 solipsis at pitrou.net
- [Python-checkins] devguide: Not an expert on anything anymore unfortunately hynek.schlawack
- [Python-checkins] peps: Fix syntax error brett.cannon
- [Python-checkins] peps: Update PEP 11 to be more clear about what is required to gain support for a brett.cannon
- [Python-checkins] peps: a warning benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (httplib) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport victor.stinner
- [Python-checkins] cpython: Issue #22834: Drop a redundant comment and use errno instead of an brett.cannon
- [Python-checkins] cpython (3.4): Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!) larry.hastings
- [Python-checkins] peps: Create PEP 487 from Martin Teichmann's submission chris.angelico
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 for porting HOWTO tweaks brett.cannon
- [Python-checkins] cpython (3.4): Fix the clarification as to why division cannot be ported automatically brett.cannon
- [Python-checkins] cpython: Since the index is always non-negative, use faster unsigned division and modulo. raymond.hettinger
- [Python-checkins] cpython: Line missed in last checkin raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21619: Popen objects no longer leave a zombie after exit in the with serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21619: Popen objects no longer leave a zombie after exit in the with serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed a test for issue #21619 on Windows. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed a test for issue #21619 on Windows. serhiy.storchaka
- [Python-checkins] Daily reference leaks (91a1613e161c): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython: Convert one more division to unsigned arithmetic to speed-up deque_item(). raymond.hettinger
- [Python-checkins] cpython (3.4): Fixes #23521: Corrected pure python implementation of timedelta division. alexander.belopolsky
- [Python-checkins] cpython (merge default -> default): merge alexander.belopolsky
- [Python-checkins] cpython (merge 3.4 -> default): Fixes #23521: Corrected pure python implementation of timedelta division. alexander.belopolsky
- [Python-checkins] cpython: Issue #19980: Improved help() for non-recognized strings. help('') now serhiy.storchaka
Last message date: Sat Feb 28 23:43:41 CET 2015
Archived on: Sat Feb 28 23:43:44 CET 2015
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