1. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 9 years ago
  2. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  3. 0f05cea #11468: merge with 3.4. by Ezio Melotti · 9 years ago
  4. d1f3a00 Merge 3.4 (faulthandler ICC) by Victor Stinner · 9 years ago
  5. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  6. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  7. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  8. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 9 years ago
  9. 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 9 years ago
  10. 69899e6 Merge 3.4 (httplib) by Victor Stinner · 9 years ago
  11. b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. by Victor Stinner · 9 years ago
  12. 77c041b merge 3.4 (#21548) by Benjamin Peterson · 9 years ago
  13. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 9 years ago
  14. 6c62ac1 merge 3.4 (#22735) by Benjamin Peterson · 9 years ago
  15. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 9 years ago
  16. 29dacf2 Issue #15859: PyUnicode_EncodeFSDefault(), PyUnicode_EncodeMBCS() and by Victor Stinner · 9 years ago
  17. 140fc9f Issue #23180: merge from 3.4 by Ned Deily · 9 years ago
  18. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 9 years ago
  19. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 9 years ago
  20. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 9 years ago
  21. 17cba7d Issue #19777: Provide a home() classmethod on Path objects. by Antoine Pitrou · 9 years ago
  22. 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
  23. 4f5366e Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for by Victor Stinner · 10 years ago
  24. e718297 Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  25. ac4aa7b Issue #22902: The "ip" command is now used on Linux to determine MAC address by Serhiy Storchaka · 10 years ago
  26. 79d784a (Merge 3.4) Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  27. 2cb0e73 Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  28. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  29. 6e2db04 #22751: merge with 3.4. by Ezio Melotti · 10 years ago
  30. 8b23f5c #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 10 years ago
  31. 8f791d3 Issue #6623: Remove deprecated Netrc class in the ftplib module. by Berker Peksag · 10 years ago
  32. be8d06f Issue #18216: gettext now raises an error when a .mo file has an unsupported major version number. Patch by Aaron Hill. by Antoine Pitrou · 10 years ago
  33. 788f2ad #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 10 years ago
  34. 993c782 #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 10 years ago
  35. 85f16bf #22237: merge patch attribution fix. by Ezio Melotti · 10 years ago
  36. 670e8ff #22237: fix patch attribution. by Ezio Melotti · 10 years ago
  37. b6f8fec Issue #22261: Add a note to PCbuild\readme.txt about MSBuild switches. by Zachary Ware · 10 years ago
  38. 439da84 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  39. 64138c4 Issue 22603: add Francisco Fernández Castaño to ACKS. by Terry Jan Reedy · 10 years ago
  40. 9bf2c00 Add Dan O'Reilly to Misc/ACKS by Antoine Pitrou · 10 years ago
  41. 5f6a755 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 10 years ago
  42. e161849 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 10 years ago
  43. 6c7a418 Closes issue #20858: Enhancements/fixes to pure-python datetime module by Alexander Belopolsky · 10 years ago
  44. a2f9388 merge 3.4 (#22379) by Benjamin Peterson · 10 years ago
  45. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  46. 3a54c3e Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  47. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  48. a72bc8c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  49. 21c8d5c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  50. fe21e4d Issue #16324: _charset parameter of MIMEText now also accepts email.charset.Charset instances. by Berker Peksag · 10 years ago
  51. 4f6355f Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  52. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  53. 43705d7 Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  54. b87630c Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  55. 21df71a merge 3.4 (#22459) by Benjamin Peterson · 10 years ago
  56. eb83ffe fix error in split() examples (closes #22459) by Benjamin Peterson · 10 years ago
  57. dc41440 Merge from 3.4 by Senthil Kumaran · 10 years ago
  58. 86c9e18 Merge from 3.3 by Senthil Kumaran · 10 years ago
  59. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  60. 0d54887 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  61. 637e454 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  62. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  63. 9145302 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  64. f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  65. fa9211b Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock. by Antoine Pitrou · 10 years ago
  66. a64b92e Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock. by Antoine Pitrou · 10 years ago
  67. ef3b9ed Issue #2527: Add a *globals* argument to timeit functions, in order to override the globals namespace in which the timed code is executed. by Antoine Pitrou · 10 years ago
  68. 145759c Merge for issue #22191 fix by Brett Cannon · 10 years ago
  69. 14ad531 Issue #22191: Fix warnings.__all__. by Brett Cannon · 10 years ago
  70. 3714ab4 Issue #21445: Pass exception messages correctly to assertTrue in by Berker Peksag · 10 years ago
  71. 143fe05 Issue #21445: Pass exception messages correctly to assertTrue in by Berker Peksag · 10 years ago
  72. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 10 years ago
  73. ed16b2e merge by Raymond Hettinger · 10 years ago
  74. b349e4c Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu. by Antoine Pitrou · 10 years ago
  75. 48b8e4a #18034: merge with 3.4. by Ezio Melotti · 10 years ago
  76. e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 10 years ago
  77. c734c38 #20977: merge with 3.4. by Ezio Melotti · 10 years ago
  78. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
  79. cb09dca Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. by Zachary Ware · 10 years ago
  80. cc66a73 Issue #22003: When initialized from a bytes object, io.BytesIO() now by Antoine Pitrou · 10 years ago
  81. 6aa4269 #21704: merge with 3.4. by Ezio Melotti · 10 years ago
  82. 8a0fb2c #21704: remove duplicate name in Misc/ACKS. by Ezio Melotti · 10 years ago
  83. c3fc341 Issue #21704: Merge. by Richard Oudkerk · 10 years ago
  84. e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 10 years ago
  85. a22d823 merge by Raymond Hettinger · 10 years ago
  86. 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 10 years ago
  87. efd5df9 Issue #21947: handle generator-iterator objects in dis by Nick Coghlan · 10 years ago
  88. 22084fc Merge with 3.4 by Terry Jan Reedy · 10 years ago
  89. b03f042 Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 10 years ago
  90. f106276 Correct issue #21044 patch author. by Serhiy Storchaka · 10 years ago
  91. 64a1207 Correct issue #21044 patch author. by Serhiy Storchaka · 10 years ago
  92. 26408df Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 10 years ago
  93. dfab935 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 10 years ago
  94. a98faef Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  95. 2c6a3ae Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  96. 5596619 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  97. 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  98. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  99. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  100. 1c5f56a Issue #9554: Use modern unittest features in test_argparse. by Berker Peksag · 10 years ago