- 29dacf2 Issue #15859: PyUnicode_EncodeFSDefault(), PyUnicode_EncodeMBCS() and by Victor Stinner · 10 years ago
- a14f7d2 Issue #14099: Restored support of writing ZIP files to tellable but by Serhiy Storchaka · 10 years ago
- f15e524 Issue #14099: Writing to ZipFile and reading multiple ZipExtFiles is by Serhiy Storchaka · 10 years ago
- 47efb4a Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. by Serhiy Storchaka · 10 years ago
- c959b0c Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
- 2bef585 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
- 2305867 Issue #23094: Fixed readline with frames in Python implementation of pickle. by Serhiy Storchaka · 10 years ago
- 21d7533 Issue #23094: Fixed readline with frames in Python implementation of pickle. by Serhiy Storchaka · 10 years ago
- 4145652 Add credits for Martin Panter. by Serhiy Storchaka · 10 years ago
- 624caf7 Add credits for Martin Panter. by Serhiy Storchaka · 10 years ago
- ffd48c9 Issue #23268: Fixed bugs in the comparison of ipaddress classes. by Serhiy Storchaka · 10 years ago
- f186e12 Issue #23268: Fixed bugs in the comparison of ipaddress classes. by Serhiy Storchaka · 10 years ago
- 34af502 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 10 years ago
- f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 10 years ago
- 60a2f49 merge 3.4 (#19996) by Benjamin Peterson · 10 years ago
- 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 10 years ago
- bbd3aa8 Issue #23321: Fixed a crash in str.decode() when error handler returned by Serhiy Storchaka · 10 years ago
- 7e4b905 Issue #23321: Fixed a crash in str.decode() when error handler returned by Serhiy Storchaka · 10 years ago
- 07985ef Issue #22286: The "backslashreplace" error handlers now works with by Serhiy Storchaka · 10 years ago
- 7d0e0c9 Closes #23253: Delay-load ShellExecute by Steve Dower · 10 years ago
- b95b561 Issue20284: Implement PEP461 by Ethan Furman · 10 years ago
- cca2732 add support for ALPN (closes #20188) by Benjamin Peterson · 10 years ago
- 9d8a3ad http.client: disable Nagle's algorithm (closes #23302) by Benjamin Peterson · 10 years ago
- 5f38f5c Issue #23133: Pickling of ipaddress objects now produces more compact and by Serhiy Storchaka · 10 years ago
- 3b225d8 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 10 years ago
- 173ad83 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 10 years ago
- e6f250e Issue #23266: Much faster implementation of ipaddress.collapse_addresses() when there are many non-consecutive addresses. by Antoine Pitrou · 10 years ago
- acdb7c1 Issue #23098: 64-bit dev_t is now supported in the os module. by Serhiy Storchaka · 10 years ago
- b2653b3 Issue #23098: 64-bit dev_t is now supported in the os module. by Serhiy Storchaka · 10 years ago
- 140fc9f Issue #23180: merge from 3.4 by Ned Deily · 10 years ago
- ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
- cad3eb6 Issue #23211: merge from 3.4 by Ned Deily · 10 years ago
- 1e012e6 Issue #23211: Workaround test_logging failure on some OS X 10.6 systems: by Ned Deily · 10 years ago
- 1285c9b Issue #21817: When an exception is raised in a task submitted to a ProcessPoolExecutor, the remote traceback is now displayed in the parent process. by Antoine Pitrou · 10 years ago
- 26795ba Issue #15955: Add an option to limit output size when decompressing LZMA data. by Antoine Pitrou · 10 years ago
- 5b88329 merge 3.4 (#22986) by Benjamin Peterson · 10 years ago
- bd34162 capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250) by Benjamin Peterson · 10 years ago
- 71f1c5c merge 3.4 (#23063) by Benjamin Peterson · 10 years ago
- 562b7cb fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 10 years ago
- 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
- 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
- 458fc6f Issue #23209, #23225: selectors.BaseSelector.get_key() now raises a by Victor Stinner · 10 years ago
- 38dc250 Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal by Victor Stinner · 10 years ago
- 17cba7d Issue #19777: Provide a home() classmethod on Path objects. by Antoine Pitrou · 10 years ago
- dc3eaa8 Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. Patch by Naoki Inada. by Antoine Pitrou · 10 years ago
- a5d0c7c Issue #23185: add math.inf and math.nan constants. by Mark Dickinson · 10 years ago
- 4f5366e Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for by Victor Stinner · 10 years ago
- 4cb1781 expose the client's cipher suites from the handshake (closes #23186) by Benjamin Peterson · 10 years ago
- 582acb7 Merge issue 19548 changes from 3.4 by Nick Coghlan · 10 years ago
- b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
- fcfed19 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
- 9d01717 Issue #20896, #22935: The ssl.get_server_certificate() function now uses the by Victor Stinner · 10 years ago
- 0603d30 Issue #23132: Mitigate regression in speed and clarity in functools.total_ordering. by Raymond Hettinger · 10 years ago
- f869341 merge 3.4 (#23165) by Benjamin Peterson · 10 years ago
- 10ecaa2 merge 3.3 (closes #23165) by Benjamin Peterson · 10 years ago
- 72c2a0f merge 3.2 (closes #23165) by Benjamin Peterson · 10 years ago
- f18bf6f add some overflow checks before multiplying (closes #23165) by Benjamin Peterson · 10 years ago
- 5e8430d Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. by Antoine Pitrou · 10 years ago
- 697a526 Issue #23132: Improve performance and introspection support of comparison by Serhiy Storchaka · 10 years ago
- bfdec62 merge 3.4 (#23111) by Benjamin Peterson · 10 years ago
- 36fe792 make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111) by Benjamin Peterson · 10 years ago
- 8477ed6 Issue #19776: Add a expanduser() method on Path objects. by Antoine Pitrou · 10 years ago
- fe975a2 merge 3.4 (#23112) by Benjamin Peterson · 10 years ago
- 94cb7a2 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 10 years ago
- e4db769 Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, by Serhiy Storchaka · 10 years ago
- 98beb75 merge 3.4 (#23093) by Benjamin Peterson · 10 years ago
- 10e76b6 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 10 years ago
- fe02e39 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 10 years ago
- 4d6a3d6 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 10 years ago
- 3c6fe4d Issue #19104: pprint now produces evaluable output for wrapped strings. by Serhiy Storchaka · 10 years ago
- fe3dc37 Issue #19104: pprint now produces evaluable output for wrapped strings. by Serhiy Storchaka · 10 years ago
- 4d33ff6 Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
- de3ee5b Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
- 6a43c8a Issue #22733: Added NEWS item by Steve Dower · 10 years ago
- 707b5cc Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX by Serhiy Storchaka · 10 years ago
- 01bdd9a Issue #15513: Added a __sizeof__ implementation for pickle classes. by Serhiy Storchaka · 10 years ago
- 5bbd231 Issue #15513: Added a __sizeof__ implementation for pickle classes. by Serhiy Storchaka · 10 years ago
- f5553bb Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can by Serhiy Storchaka · 10 years ago
- 05dadcf Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can by Serhiy Storchaka · 10 years ago
- 7bc279c Merge with 3.4 by Terry Jan Reedy · 10 years ago
- df93869 Issue #20577: move configuration of FormatParagraph extension to new extension by Terry Jan Reedy · 10 years ago
- 03a144b #22980 Adds platform and version tags to .pyd files by Steve Dower · 10 years ago
- f074f01 Issue #21740: Fix module name in NEWS entry. by Zachary Ware · 10 years ago
- 7f9b596 Add NEWS item for Windows Tcl/Tk update. by Zachary Ware · 10 years ago
- 7bb7793 merge 3.4 (#15506) by Benjamin Peterson · 10 years ago
- 0f3cde1 use autoconf macro to check for pkg-config (closes #15506) by Benjamin Peterson · 10 years ago
- 7ced53c merge 3.4 (#23048) by Benjamin Peterson · 10 years ago
- 3cda0ed pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 10 years ago
- a4158a0 Issue #17128: Merge / update from 3.4 by Ned Deily · 10 years ago
- 5d3febf Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers. by Ned Deily · 10 years ago
- 4ac7ed9 Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 10 years ago
- b67f6e2 Issue #23006: Improve the documentation and indexing of dict.__missing__. by Terry Jan Reedy · 10 years ago
- 6059952 Issue #23016: A warning no longer produces AttributeError when the program by Serhiy Storchaka · 10 years ago
- 884afd9 Issue #21775: shutil.copytree(): fix crash when copying to VFAT by Berker Peksag · 10 years ago
- 7de2968 inspect: Fix getsource() to load updated source of reloaded module by Yury Selivanov · 10 years ago
- f8b44a4 NEWS: Remove duplicate entry by Yury Selivanov · 10 years ago
- 690998b NEWS: Add news entry for issue #23009. by Yury Selivanov · 10 years ago
- a090f01 HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959) by Benjamin Peterson · 10 years ago
- e32467c allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 10 years ago
- eca72d4 merge 3.3 (#16043) by Benjamin Peterson · 10 years ago