1. 2fee5c9 Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 9 years ago
  2. 1c837f4 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  3. 231007f Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 9 years ago
  4. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  5. 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  6. 111803c Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 9 years ago
  7. ddc7440 Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  8. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  9. b37f43f - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  10. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  11. 5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  12. bb5dbf8 Attribute Michael Dorman for his initial patch on issue #18402. by Zachary Ware · 9 years ago
  13. 2e229e0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  14. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 9 years ago
  15. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 9 years ago
  16. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  17. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  18. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 9 years ago
  19. b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. by Victor Stinner · 9 years ago
  20. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 9 years ago
  21. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 9 years ago
  22. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 9 years ago
  23. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 9 years ago
  24. e718297 Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  25. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  26. 8b23f5c #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 10 years ago
  27. 788f2ad #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 10 years ago
  28. 670e8ff #22237: fix patch attribution. by Ezio Melotti · 10 years ago
  29. 64138c4 Issue 22603: add Francisco Fernández Castaño to ACKS. by Terry Jan Reedy · 10 years ago
  30. e161849 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 10 years ago
  31. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  32. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  33. 21c8d5c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  34. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  35. b87630c Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  36. eb83ffe fix error in split() examples (closes #22459) by Benjamin Peterson · 10 years ago
  37. 86c9e18 Merge from 3.3 by Senthil Kumaran · 10 years ago
  38. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  39. 637e454 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  40. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  41. f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  42. 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
  43. 14ad531 Issue #22191: Fix warnings.__all__. by Brett Cannon · 10 years ago
  44. 143fe05 Issue #21445: Pass exception messages correctly to assertTrue in by Berker Peksag · 10 years ago
  45. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 10 years ago
  46. e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 10 years ago
  47. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
  48. 8a0fb2c #21704: remove duplicate name in Misc/ACKS. by Ezio Melotti · 10 years ago
  49. e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 10 years ago
  50. 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 10 years ago
  51. b03f042 Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 10 years ago
  52. 64a1207 Correct issue #21044 patch author. by Serhiy Storchaka · 10 years ago
  53. dfab935 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 10 years ago
  54. 2c6a3ae Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  55. 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  56. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  57. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  58. 1945456 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 10 years ago
  59. 97d3555 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 10 years ago
  60. 14199f9 #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 10 years ago
  61. 4c945fe merge by Raymond Hettinger · 10 years ago
  62. 17f9b64 add Chris Foster by Benjamin Peterson · 10 years ago
  63. 04ba0bb Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 10 years ago
  64. 6dec4ea Issue #21812: Trigger immediate transformation in turtle.shapetransform(). by Raymond Hettinger · 10 years ago
  65. 2e4d3b1 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  66. 67fbed5 add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 10 years ago
  67. 96e0430 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 10 years ago
  68. 3c2dca6 in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463) by Benjamin Peterson · 10 years ago
  69. 9b2731b document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 10 years ago
  70. b52f876 Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 10 years ago
  71. e17de09 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 10 years ago
  72. fcbeab5 Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 10 years ago
  73. 946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 10 years ago
  74. ef5b4e3 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 10 years ago
  75. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  76. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  77. 43e7cd3 Issue #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 10 years ago
  78. cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 10 years ago
  79. 9077d24 #12220: improve minidom error when URI contains spaces. by R David Murray · 10 years ago
  80. f31b478 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 10 years ago
  81. a37ff0f Issue #21289: Fix documentation building on Windows using Doc/make.bat. by Zachary Ware · 10 years ago
  82. 6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 10 years ago
  83. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  84. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  85. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 10 years ago
  86. f5bdfda merge 3.3 by Benjamin Peterson · 10 years ago
  87. aa2d085 merge 3.2 by Benjamin Peterson · 10 years ago
  88. 8aef28a add Ian Beer by Benjamin Peterson · 10 years ago
  89. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 10 years ago
  90. 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 10 years ago
  91. deec16b add Nehal Hussain by Benjamin Peterson · 10 years ago
  92. f993399 add Sean Rodman by Benjamin Peterson · 10 years ago
  93. 67266d1 merge 3.3 by Benjamin Peterson · 10 years ago
  94. b8bf995 #20871: improve email policy test coverage. by R David Murray · 10 years ago
  95. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 10 years ago
  96. 150570a merge 3.3 by Benjamin Peterson · 10 years ago
  97. 9e90b12 add Chris Angelico by Benjamin Peterson · 10 years ago
  98. f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 10 years ago
  99. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 10 years ago
  100. 6834a65 Issue #20367: Add Glenn Langford to Misc/ACKS by Victor Stinner · 10 years ago