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