1239 Commits (58cf607d13c178f41aed05458296b68e985c5fff)

Author SHA1 Message Date
Serhiy Storchaka 58cf607d13 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. 12 years ago
Nick Coghlan d0cf0635b3 Close #19406: Initial implementation of ensurepip 12 years ago
Victor Stinner 324164172f Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419b 12 years ago
Tim Golden 0fb23a23f1 Issue13234 Credit Santoso for the patch and add NEWS item 12 years ago
Tim Golden 23005084ad Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt) 12 years ago
Antoine Pitrou dde25c4851 Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. 12 years ago
Tim Golden 27a856495e Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) 12 years ago
Ezio Melotti f076f53386 #8964: fix platform._sys_version to handle IronPython 2.6+. 12 years ago
Nadeem Vawda 42ca98217c Issue #19201: Add support for the 'x' mode to the lzma module. 12 years ago
Nick Coghlan 240f86d7dd Close #19266: contextlib.ignore -> contextlib.suppress 12 years ago
Nick Coghlan 7d270ee05d Issue #16129: Add `Py_SetStandardStreamEncoding` 12 years ago
Georg Brandl a8fc7f6fac #18714: add attribution. 12 years ago
Georg Brandl c377fe2b96 Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. 12 years ago
Ezio Melotti 93d7dda914 #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha. 12 years ago
Nick Coghlan f05d981f58 Close #10042: functools.total_ordering now handles NotImplemented 12 years ago
Nick Coghlan 1a33b2f35b Close #19092: ExitStack now reraises exceptions from __exit__ 12 years ago
Antoine Pitrou 3c678c33a7 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. 12 years ago
Nick Coghlan 6ba64f454d Close #18596: Support address sanity checking in clang/GCC 12 years ago
Raymond Hettinger 46f5ca31d0 Issue #19018: The heapq.merge() function no longer suppresses IndexError 12 years ago
Eli Bendersky 61f4cd1dd5 Add Germán M. Bravo to Misc/ACKS 12 years ago
Serhiy Storchaka 016af3f4d4 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, 12 years ago
Raymond Hettinger f27623215c Issue #18962: Optimize the single iterator case for heapq.merge() 12 years ago
Ethan Furman 9143b0e087 Added Elazar to Misc/ACKS. 13 years ago
Eli Bendersky f315df31bd Issue #18849: Fixed a Windows-specific tempfile bug where collision with an 13 years ago
Charles-François Natali 9939cc89a4 Issue #18418: After fork(), reinit all threads states, not only active ones. 13 years ago
Andrew Svetlov eb97368451 Issue #11798: TestSuite now drops references to own tests after execution. 13 years ago
Ezio Melotti 4f1353ab10 #18833: add a test for test_telnetlib. Patch by Alex Volkov. 13 years ago
Serhiy Storchaka b1973c252c Issue #8865: Concurrent invocation of select.poll.poll() now raises a 13 years ago
Terry Jan Reedy 7608b607b1 Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get 13 years ago
Ezio Melotti 2532635fcd #18357: add tests for dictview set difference. Patch by Fraser Tweedale. 13 years ago
Antoine Pitrou c53204b947 Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. 13 years ago
R David Murray 2833f42802 #18657: remove duplicate entries from Misc/ACKS. 13 years ago
Ned Deily b5dd6d2287 Issue #17557: Fix os.getgroups() to work with the modified behavior of 13 years ago
Nick Coghlan 69e3bda310 Issue #15494: test.support is now a package rather than a module 13 years ago
Nick Coghlan fb15aa1e08 Close #15494: test.support is now a package rather than a module 13 years ago
Ezio Melotti 61b0c672b5 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. 13 years ago
Antoine Pitrou 60a26e0516 Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket. 13 years ago
Serhiy Storchaka 2670b9acb6 Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by 13 years ago
Terry Jan Reedy 4f133e2e98 Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by 13 years ago
Brett Cannon a79e4fb38d Issue #18342: Use the repr of a module name for ``from ... import 13 years ago
R David Murray 5a33f81348 #17987: properly document support.captured_xxx. 13 years ago
Ezio Melotti 4603487dc9 #18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant. 13 years ago
Brett Cannon a53cca3fea Issue #18351: Fix various issues with 13 years ago
Ezio Melotti 2a99d5df63 #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. 13 years ago
Łukasz Langa 3720c77e30 Issue #18244: Adopt C3-based linearization in functools.singledispatch for improved ABC support 13 years ago
Christian Heimes 04926aeb2f Issue 18240: The HMAC module is no longer restricted to bytes and accepts 13 years ago
R David Murray 925a322570 #18155: Regex-escape delimiter, in case it is a regex special char. 13 years ago
Terry Jan Reedy 70d2c711f1 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and 13 years ago
Antoine Pitrou 9a00e0a41c Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. 13 years ago
Ned Deily 7bff3cbe3d Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache. 13 years ago