1. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  2. d9dbf49 accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471) by Benjamin Peterson · 9 years ago
  3. 0e316f6 Issue #25461: Rephrase os.walk() doc by Victor Stinner · 9 years ago
  4. c44ecdf Issue #25441: asyncio: Raise error from drain() when socket is closed. by Guido van Rossum · 9 years ago
  5. 2bf91bf - Issue #25440: Fix output of python-config --extension-suffix. by doko@ubuntu.com · 9 years ago
  6. 277640a Closes #25411: Improved Unicode support in SMTPHandler. by Vinay Sajip · 9 years ago
  7. 5805dde Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes. by Serhiy Storchaka · 9 years ago
  8. 0289155 Correct Misc/NEWS. by Serhiy Storchaka · 9 years ago
  9. 89065d9 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  10. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  11. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  12. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  13. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  14. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  15. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  16. d17e978 Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  17. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  18. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  19. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  20. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  21. f731bc0 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  22. 78cc2e8 Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  23. a59018c Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  24. b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  25. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  26. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  27. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  28. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 9 years ago
  29. f38356a Remove indent in news item. Error when building 3.x docs. by Terry Jan Reedy · 9 years ago
  30. 9af7fe7 Add recent IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  31. 9af30ac Correct Misc/NEWS about asyncio.Queue rewrite. by Guido van Rossum · 9 years ago
  32. 99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. by Guido van Rossum · 9 years ago
  33. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  34. 1138439 Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  35. e48cf7e prevent overflow in _Unpickler_Read by Benjamin Peterson · 9 years ago
  36. 74edd35 Add Benjamin Hodgson to Misc/ACK by Andrew Svetlov · 9 years ago
  37. aa0da86 Issue #12067: Rewrite Comparisons section in the language reference by Martin Panter · 9 years ago
  38. 89f76d3 Issue #25047: Respect case writing XML encoding declarations by Martin Panter · 9 years ago
  39. 64a3387 Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. by Steve Dower · 9 years ago
  40. cba1a1a Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. by Terry Jan Reedy · 9 years ago
  41. d9763c2 Issue #24861: add Idle news item and correct previous errors. by Terry Jan Reedy · 9 years ago
  42. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago
  43. bb5f83f Add NEWS items for Idle. by Terry Jan Reedy · 9 years ago
  44. cebfdac Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä by Martin Panter · 9 years ago
  45. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  46. ec1a498 Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  47. db4220e Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  48. 3d9a9d4 Issue #25022: Add NEWS, fix docs to not mention the old example. by Zachary Ware · 9 years ago
  49. 3fc536f Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
  50. d1a9858 Issue #24984: Document AF_BLUETOOTH socket address formats by Martin Panter · 9 years ago
  51. 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  52. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  53. aa2fcc6 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  54. e8d58d1 Issue #25004: Handle out-of-disk-space error in LargeMmapTests by Martin Panter · 9 years ago
  55. 7f02d6d Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  56. 6f2bb98 #23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True. by Ezio Melotti · 9 years ago
  57. ef920d6 Backed out changeset: a29b49d57769 by Steve Dower · 9 years ago
  58. 0fba9b3 Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  59. ca3f435 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 9 years ago
  60. 6fb5bae Fix race condition in create_stdio() by Victor Stinner · 9 years ago
  61. 31e7f50 Issue #24952: Clarify default argument of stack_size() in threading, _thread by Martin Panter · 9 years ago
  62. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  63. ed599b7 Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
  64. 78d5033 Issue #24808: Update the documentation of some PyTypeObject fields by Martin Panter · 9 years ago
  65. a2b0055 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  66. ab7cc759 Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. by Yury Selivanov · 9 years ago
  67. 6579459 cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  68. 2756d8a Idle NEWS entries. by Terry Jan Reedy · 9 years ago
  69. a350e85 Issue #23672: ACKS by Terry Jan Reedy · 9 years ago
  70. 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  71. ac37ba0 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  72. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  73. 054d3cd Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  74. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  75. 86b34da Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  76. 3fc0f2d Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  77. 91e561a Issue #24129: Clarify reference docs for name resolution. by Nick Coghlan · 9 years ago
  78. 920a335 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
  79. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  80. 2fee5c9 Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 9 years ago
  81. a0e5d98 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  82. 3e77677 Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  83. 1c837f4 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  84. 231007f Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 9 years ago
  85. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  86. 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  87. dcf841b Merge by Jason R. Coombs · 9 years ago
  88. bd4dd54 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  89. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  90. 111803c Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 9 years ago
  91. 9c631a0 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  92. bb1c079 Issue #19450: Update OS X installer builds to use SQLite 3.8.11. by Ned Deily · 9 years ago
  93. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  94. 54d361f Issue #19450: Update Windows builds to use SQLite 3.8.11.0 by Steve Dower · 9 years ago
  95. acd61b6 Issue #24735: Fix invalid memory access in combinations_with_replacement() by Raymond Hettinger · 9 years ago
  96. aaf6114 Issue #23441: rcompleter now prints a tab character instead of displaying by Berker Peksag · 9 years ago
  97. ddc7440 Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  98. 83236f7 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  99. 5a294d8 Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
  100. 178f0b6 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago