Final head of the now-retired 3.4 branch.
  1. 942cc04 [3.4] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6035) by Ned Deily · 7 years ago
  2. 6c004b4 bpo-30657: Fix CVE-2017-1000158 (#4758) by Miro Hrončok · 8 years ago
  3. cc54c1c bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2291) by Victor Stinner · 8 years ago
  4. f734479 [3.4] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678) (#2248) by Serhiy Storchaka · 8 years ago
  5. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
  6. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 10 years ago
  7. ced699b #24903: Remove misleading error message to fix regression. by R David Murray · 10 years ago
  8. 747d48c Issues #22989, #21228: Document HTTP response object for urlopen() by Martin Panter · 10 years ago
  9. 1c855f4 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 10 years ago
  10. 8bc792a Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 10 years ago
  11. da32d26 Issue #25498: Fixed contributors name. by Serhiy Storchaka · 10 years ago
  12. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 10 years ago
  13. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 10 years ago
  14. 0e316f6 Issue #25461: Rephrase os.walk() doc by Victor Stinner · 10 years ago
  15. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
  16. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 10 years ago
  17. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 10 years ago
  18. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 10 years ago
  19. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 10 years ago
  20. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 10 years ago
  21. 74edd35 Add Benjamin Hodgson to Misc/ACK by Andrew Svetlov · 10 years ago
  22. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 10 years ago
  23. cebfdac Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä by Martin Panter · 10 years ago
  24. db4220e Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 10 years ago
  25. d1a9858 Issue #24984: Document AF_BLUETOOTH socket address formats by Martin Panter · 10 years ago
  26. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 10 years ago
  27. e8d58d1 Issue #25004: Handle out-of-disk-space error in LargeMmapTests by Martin Panter · 10 years ago
  28. 7f02d6d Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 10 years ago
  29. 6fb5bae Fix race condition in create_stdio() by Victor Stinner · 10 years ago
  30. 31e7f50 Issue #24952: Clarify default argument of stack_size() in threading, _thread by Martin Panter · 10 years ago
  31. 78d5033 Issue #24808: Update the documentation of some PyTypeObject fields by Martin Panter · 10 years ago
  32. a2b0055 Issue #22812: Fix unittest discovery examples. by Robert Collins · 10 years ago
  33. 6579459 cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 10 years ago
  34. a350e85 Issue #23672: ACKS by Terry Jan Reedy · 10 years ago
  35. 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 10 years ago
  36. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 10 years ago
  37. 91e561a Issue #24129: Clarify reference docs for name resolution. by Nick Coghlan · 10 years ago
  38. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 10 years ago
  39. 2fee5c9 Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 10 years ago
  40. 1c837f4 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 10 years ago
  41. 231007f Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 10 years ago
  42. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 10 years ago
  43. 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 10 years ago
  44. 111803c Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 10 years ago
  45. ddc7440 Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 10 years ago
  46. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 10 years ago
  47. b37f43f - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 10 years ago
  48. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 10 years ago
  49. 5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 10 years ago
  50. bb5dbf8 Attribute Michael Dorman for his initial patch on issue #18402. by Zachary Ware · 10 years ago
  51. 2e229e0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 10 years ago
  52. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
  53. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 10 years ago
  54. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  55. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  56. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  57. b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. by Victor Stinner · 10 years ago
  58. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 11 years ago
  59. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 11 years ago
  60. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 11 years ago
  61. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
  62. e718297 Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 11 years ago
  63. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 11 years ago
  64. 8b23f5c #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 11 years ago
  65. 788f2ad #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 11 years ago
  66. 670e8ff #22237: fix patch attribution. by Ezio Melotti · 11 years ago
  67. 64138c4 Issue 22603: add Francisco Fernández Castaño to ACKS. by Terry Jan Reedy · 11 years ago
  68. e161849 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 11 years ago
  69. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 11 years ago
  70. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 11 years ago
  71. 21c8d5c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 11 years ago
  72. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 11 years ago
  73. b87630c Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 11 years ago
  74. eb83ffe fix error in split() examples (closes #22459) by Benjamin Peterson · 11 years ago
  75. 86c9e18 Merge from 3.3 by Senthil Kumaran · 11 years ago
  76. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 11 years ago
  77. 637e454 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 11 years ago
  78. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 11 years ago
  79. f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 11 years ago
  80. 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 · 11 years ago
  81. 14ad531 Issue #22191: Fix warnings.__all__. by Brett Cannon · 11 years ago
  82. 143fe05 Issue #21445: Pass exception messages correctly to assertTrue in by Berker Peksag · 11 years ago
  83. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 11 years ago
  84. e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 11 years ago
  85. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 11 years ago
  86. 8a0fb2c #21704: remove duplicate name in Misc/ACKS. by Ezio Melotti · 11 years ago
  87. e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 11 years ago
  88. 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 11 years ago
  89. b03f042 Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 11 years ago
  90. 64a1207 Correct issue #21044 patch author. by Serhiy Storchaka · 11 years ago
  91. dfab935 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 11 years ago
  92. 2c6a3ae Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 11 years ago
  93. 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  94. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  95. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  96. 1945456 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 11 years ago
  97. 97d3555 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
  98. 14199f9 #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 11 years ago
  99. 4c945fe merge by Raymond Hettinger · 11 years ago
  100. 17f9b64 add Chris Foster by Benjamin Peterson · 11 years ago