- 6834a65 Issue #20367: Add Glenn Langford to Misc/ACKS by Victor Stinner · 11 years ago
- 34e4628 Merge from 3.3. by Stefan Krah · 11 years ago
- 6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. by Stefan Krah · 11 years ago
- c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 11 years ago
- 3836593 add Nikolaus Rath to ACKS by Benjamin Peterson · 11 years ago
- c6b37e2 merge 3.3 (#20246) by Benjamin Peterson · 11 years ago
- 5688222 merge 3.2 (#20246) by Benjamin Peterson · 11 years ago
- fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 11 years ago
- f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
- c1764dd Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. by Antoine Pitrou · 11 years ago
- e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 11 years ago
- cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
- 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
- 0aba1a2 (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from by Victor Stinner · 11 years ago
- 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 11 years ago
- d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
- 910b1c3 Merge heads by Zachary Ware · 11 years ago
- 99fb051 Merge heads by Zachary Ware · 11 years ago
- 29f8cb6 Issue #19588: Merge with 3.3 by Zachary Ware · 11 years ago
- a6edea5 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 11 years ago
- 822963e Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
- 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
- 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
- fd66cc5 Merge from 3.3 by Andrew Kuchling · 11 years ago
- f92ef9b Update Itamar's name by Andrew Kuchling · 11 years ago
- 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
- 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
- d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
- 3241641 Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419b by Victor Stinner · 11 years ago
- 0fb23a2 Issue13234 Credit Santoso for the patch and add NEWS item by Tim Golden · 11 years ago
- 2300508 Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt) by Tim Golden · 11 years ago
- 3d3e1ba Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 11 years ago
- dde25c4 Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 11 years ago
- a4df90c Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
- 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
- 5c16c2e #8964: merge with 3.3. by Ezio Melotti · 11 years ago
- f076f53 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 11 years ago
- 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 11 years ago
- 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 11 years ago
- 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
- a8fc7f6 #18714: add attribution. by Georg Brandl · 11 years ago
- 7c67951 merge with 3.3 by Georg Brandl · 11 years ago
- c377fe2 Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. by Georg Brandl · 11 years ago
- 93d7dda #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha. by Ezio Melotti · 11 years ago
- f05d981 Close #10042: functools.total_ordering now handles NotImplemented by Nick Coghlan · 11 years ago
- e6f4631 Merge #19092 from 3.3 by Nick Coghlan · 11 years ago
- 1a33b2f Close #19092: ExitStack now reraises exceptions from __exit__ by Nick Coghlan · 11 years ago
- 6a9c0e5 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
- 3c678c3 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
- 6ba64f4 Close #18596: Support address sanity checking in clang/GCC by Nick Coghlan · 11 years ago
- c76aa48 merge by Raymond Hettinger · 11 years ago
- 46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
- 12f1828 Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
- 61f4cd1 Add Germán M. Bravo to Misc/ACKS by Eli Bendersky · 11 years ago
- 5abf3d9 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
- 016af3f Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
- f276232 Issue #18962: Optimize the single iterator case for heapq.merge() by Raymond Hettinger · 11 years ago
- 9143b0e Added Elazar to Misc/ACKS. by Ethan Furman · 11 years ago
- 309836c Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
- f315df3 Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
- 207fe01 Issue #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
- 79a53ea Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
- 9939cc8 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
- eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
- ec42975 #18833: merge with 3.3. by Ezio Melotti · 11 years ago
- 4f1353a #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
- 5617df1 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
- b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
- ee8f773 Issue #18676: Merge from 3.3 by Terry Jan Reedy · 11 years ago
- 7608b60 Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
- d119b7b #18357: merge with 3.3. by Ezio Melotti · 11 years ago
- 2532635 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
- c53204b Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. by Antoine Pitrou · 11 years ago
- 2833f42 #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
- 21e9ac7 Merge: #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
- ffb3289 Issue #17557: merge from 3.3 by Ned Deily · 11 years ago
- b5dd6d2 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 11 years ago
- 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
- fb15aa1 Close #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
- 3e1e97a #16937: merge with 3.3. by Ezio Melotti · 11 years ago
- 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 11 years ago
- 60a26e0 Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket. by Antoine Pitrou · 11 years ago
- 6180a2f Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
- 2670b9a Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
- 371f746 Merge with 3.3 by Terry Jan Reedy · 11 years ago
- 4f133e2 Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
- a79e4fb Issue #18342: Use the repr of a module name for ``from ... import by Brett Cannon · 11 years ago
- e173d01 Merge #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
- 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
- 4603487 #18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant. by Ezio Melotti · 11 years ago
- 7e5d557 merge for issue #18351. by Brett Cannon · 11 years ago
- a53cca3 Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile(). by Brett Cannon · 11 years ago
- e0a39de #18380: merge with 3.3. by Ezio Melotti · 11 years ago
- 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
- 3720c77 Issue #18244: Adopt C3-based linearization in functools.singledispatch for improved ABC support by Łukasz Langa · 11 years ago
- 04926ae Issue 18240: The HMAC module is no longer restricted to bytes and accepts by Christian Heimes · 11 years ago
- 925a322 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
- b1c6827 Merge with 3.3 by Terry Jan Reedy · 11 years ago
- 70d2c71 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
- 1a1a06e Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago