1. 64a3387 Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. by Steve Dower · 9 years ago
  2. cba1a1a Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. by Terry Jan Reedy · 9 years ago
  3. d9763c2 Issue #24861: add Idle news item and correct previous errors. by Terry Jan Reedy · 9 years ago
  4. bb5f83f Add NEWS items for Idle. by Terry Jan Reedy · 9 years ago
  5. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  6. ec1a498 Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  7. 3d9a9d4 Issue #25022: Add NEWS, fix docs to not mention the old example. by Zachary Ware · 9 years ago
  8. 3fc536f Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
  9. 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  10. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  11. aa2fcc6 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  12. 6f2bb98 #23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True. by Ezio Melotti · 9 years ago
  13. ef920d6 Backed out changeset: a29b49d57769 by Steve Dower · 9 years ago
  14. 0fba9b3 Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  15. ca3f435 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 9 years ago
  16. 6fb5bae Fix race condition in create_stdio() by Victor Stinner · 9 years ago
  17. 31e7f50 Issue #24952: Clarify default argument of stack_size() in threading, _thread by Martin Panter · 9 years ago
  18. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  19. ed599b7 Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
  20. 78d5033 Issue #24808: Update the documentation of some PyTypeObject fields by Martin Panter · 9 years ago
  21. a2b0055 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  22. ab7cc759 Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. by Yury Selivanov · 9 years ago
  23. 6579459 cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  24. 2756d8a Idle NEWS entries. by Terry Jan Reedy · 9 years ago
  25. 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  26. ac37ba0 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  27. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  28. 054d3cd Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  29. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  30. 86b34da Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  31. 3fc0f2d Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  32. 91e561a Issue #24129: Clarify reference docs for name resolution. by Nick Coghlan · 9 years ago
  33. 920a335 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
  34. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  35. a0e5d98 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  36. 3e77677 Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  37. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  38. 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  39. dcf841b Merge by Jason R. Coombs · 9 years ago
  40. bd4dd54 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  41. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  42. 9c631a0 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  43. bb1c079 Issue #19450: Update OS X installer builds to use SQLite 3.8.11. by Ned Deily · 9 years ago
  44. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  45. 54d361f Issue #19450: Update Windows builds to use SQLite 3.8.11.0 by Steve Dower · 9 years ago
  46. acd61b6 Issue #24735: Fix invalid memory access in combinations_with_replacement() by Raymond Hettinger · 9 years ago
  47. aaf6114 Issue #23441: rcompleter now prints a tab character instead of displaying by Berker Peksag · 9 years ago
  48. ddc7440 Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  49. 83236f7 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  50. 5a294d8 Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
  51. 178f0b6 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  52. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  53. 689b55c Issue #24603: Update the Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  54. 3018cc4 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 9 years ago
  55. 5329aaa Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  56. 579db16 Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs by Victor Stinner · 9 years ago
  57. b37f43f - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  58. d44768f Issue #24608: chunk.Chunk.read() now always returns bytes, not str. by Serhiy Storchaka · 9 years ago
  59. ebbdb7d Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  60. 03d6ee3 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  61. 0357268 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  62. 1da0612 merge heads by Benjamin Peterson · 9 years ago
  63. 2a48a6e merge 3.3 (#24407) by Benjamin Peterson · 9 years ago
  64. a82f77f protect against mutation of the dict during insertion (closes #24407) by Benjamin Peterson · 9 years ago
  65. 0454d48 Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 9 years ago
  66. a09ef03 Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  67. 80f78a3 fix use after free (closes #24552) by Benjamin Peterson · 9 years ago
  68. b7a688b Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  69. 05744ac Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  70. 7b6e3b9 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  71. 50373e6 Issue #20387: Merge by Jason R. Coombs · 9 years ago
  72. 449e2be Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  73. 80c29ac Issue #20387: Merge patch and test by Jason R. Coombs · 9 years ago
  74. 101ff35 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  75. acac1e0 merge 3.3 by Benjamin Peterson · 9 years ago
  76. dac3ab8 add issue number by Benjamin Peterson · 9 years ago
  77. ff0f322 merge 3.3 by Benjamin Peterson · 9 years ago
  78. 59b08c1 use safe allocation and reallocation macros by Benjamin Peterson · 9 years ago
  79. d1d628d Issue #20387: Update Misc/NEWS by Jason R. Coombs · 9 years ago
  80. 6bc217d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  81. 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  82. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 9 years ago
  83. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  84. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  85. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  86. 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 9 years ago
  87. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 9 years ago
  88. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  89. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  90. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  91. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  92. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  93. ca208a0 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  94. 387729e Issue #23840: tokenize.open() now closes the temporary binary file on error to by Victor Stinner · 9 years ago
  95. 410d77f Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  96. 4cbb9e6 Add NEWS item for Idle. by Terry Jan Reedy · 9 years ago
  97. c4ae86e merge 3.3 (#22931) by Benjamin Peterson · 9 years ago
  98. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  99. bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  100. 0978b5c Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago