1. 2756d8a Idle NEWS entries. by Terry Jan Reedy · 9 years ago
  2. a350e85 Issue #23672: ACKS by Terry Jan Reedy · 9 years ago
  3. 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  4. ac37ba0 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  5. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  6. 054d3cd Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  7. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  8. 86b34da Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  9. 3fc0f2d Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  10. 91e561a Issue #24129: Clarify reference docs for name resolution. by Nick Coghlan · 9 years ago
  11. 920a335 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
  12. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  13. 2fee5c9 Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 9 years ago
  14. a0e5d98 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  15. 3e77677 Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  16. 1c837f4 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  17. 231007f Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 9 years ago
  18. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  19. 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  20. dcf841b Merge by Jason R. Coombs · 9 years ago
  21. bd4dd54 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  22. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  23. 111803c Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 9 years ago
  24. 9c631a0 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  25. bb1c079 Issue #19450: Update OS X installer builds to use SQLite 3.8.11. by Ned Deily · 9 years ago
  26. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  27. 54d361f Issue #19450: Update Windows builds to use SQLite 3.8.11.0 by Steve Dower · 9 years ago
  28. acd61b6 Issue #24735: Fix invalid memory access in combinations_with_replacement() by Raymond Hettinger · 9 years ago
  29. aaf6114 Issue #23441: rcompleter now prints a tab character instead of displaying by Berker Peksag · 9 years ago
  30. ddc7440 Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  31. 83236f7 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  32. 5a294d8 Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
  33. 178f0b6 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  34. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  35. 689b55c Issue #24603: Update the Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  36. 3018cc4 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 9 years ago
  37. 5329aaa Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  38. 579db16 Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs by Victor Stinner · 9 years ago
  39. b37f43f - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  40. d44768f Issue #24608: chunk.Chunk.read() now always returns bytes, not str. by Serhiy Storchaka · 9 years ago
  41. ebbdb7d Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  42. 03d6ee3 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  43. 0357268 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  44. 1da0612 merge heads by Benjamin Peterson · 9 years ago
  45. 2a48a6e merge 3.3 (#24407) by Benjamin Peterson · 9 years ago
  46. a82f77f protect against mutation of the dict during insertion (closes #24407) by Benjamin Peterson · 9 years ago
  47. 0454d48 Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 9 years ago
  48. a09ef03 Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  49. 80f78a3 fix use after free (closes #24552) by Benjamin Peterson · 9 years ago
  50. b7a688b Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  51. 05744ac Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  52. 7b6e3b9 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  53. 50373e6 Issue #20387: Merge by Jason R. Coombs · 9 years ago
  54. 449e2be Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  55. 80c29ac Issue #20387: Merge patch and test by Jason R. Coombs · 9 years ago
  56. 101ff35 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  57. acac1e0 merge 3.3 by Benjamin Peterson · 9 years ago
  58. dac3ab8 add issue number by Benjamin Peterson · 9 years ago
  59. ff0f322 merge 3.3 by Benjamin Peterson · 9 years ago
  60. 59b08c1 use safe allocation and reallocation macros by Benjamin Peterson · 9 years ago
  61. d1d628d Issue #20387: Update Misc/NEWS by Jason R. Coombs · 9 years ago
  62. 6bc217d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  63. 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  64. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 9 years ago
  65. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  66. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 10 years ago
  67. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 10 years ago
  68. 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 10 years ago
  69. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 10 years ago
  70. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  71. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  72. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  73. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  74. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  75. ca208a0 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  76. 387729e Issue #23840: tokenize.open() now closes the temporary binary file on error to by Victor Stinner · 9 years ago
  77. 410d77f Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  78. 4cbb9e6 Add NEWS item for Idle. by Terry Jan Reedy · 9 years ago
  79. c4ae86e merge 3.3 (#22931) by Benjamin Peterson · 9 years ago
  80. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  81. bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  82. 0978b5c Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  83. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  84. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  85. 2545411 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. by Antoine Pitrou · 9 years ago
  86. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  87. ed9ed7f Fix typo in Nisc/NEWS. by Berker Peksag · 9 years ago
  88. 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  89. ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  90. 0a29e89 Issue #21931: Fix error handling in msilib.FCICreate(). by Zachary Ware · 9 years ago
  91. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  92. 6558190 Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  93. a7d00c2 Reverted issue #24134 changes (except new tests). by Serhiy Storchaka · 9 years ago
  94. ea6d559 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  95. 5d87ec2 Fix NEWS file. by Yury Selivanov · 9 years ago
  96. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 9 years ago
  97. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 9 years ago
  98. 37c4f78 add trailing slash by Benjamin Peterson · 9 years ago
  99. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 10 years ago
  100. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 10 years ago