1. cbbec1c Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 9 years ago
  2. 7279bef Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  3. c472246 Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  4. 747d48c Issues #22989, #21228: Document HTTP response object for urlopen() by Martin Panter · 9 years ago
  5. 92072ac Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows by Martin Panter · 9 years ago
  6. 097a664 Issue #19687: Fixed possible integer overflows in ElementTree. by Serhiy Storchaka · 9 years ago
  7. d28bb62 Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  8. 33e7ea5 Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  9. 1c855f4 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 9 years ago
  10. 1509580 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  11. a49de6b Issue #25725: Fixed a reference leak in pickle.loads() when unpickling by Serhiy Storchaka · 9 years ago
  12. 4f44d53 Issue #25508: Clarify documentation on LogRecord args attribute. by Vinay Sajip · 9 years ago
  13. cda85a0 Issue #25576: Remove application/x-www-form-urlencoded charset advice by Martin Panter · 9 years ago
  14. ed92910 Issue #25663: Make rlcompleter avoid duplicate global names by Martin Panter · 9 years ago
  15. bf7b9ed Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  16. e3d4ec4 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  17. e9b3074 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  18. b6aa537 Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  19. 8bc792a Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  20. 04d759b Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  21. 828123c Issue #25689: Fix language in ftplib and nntplib docs by Martin Panter · 9 years ago
  22. 6e92c11 Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  23. c75d37f Misc/NEWS entries for IDLE. by Terry Jan Reedy · 9 years ago
  24. b42de2f Issue #25686: test_shutil no longer uses the distutils package for searching by Serhiy Storchaka · 9 years ago
  25. e1b02e0 Issue 15348: Stop debugger engine (normally in user process) by Terry Jan Reedy · 9 years ago
  26. 6a904c1 Issue #24455: Prevent IDLE from hanging when a) closing the shell while the by Terry Jan Reedy · 9 years ago
  27. 0f3c976 asyncio: Fix with github by Yury Selivanov · 9 years ago
  28. a211a7a asyncio.tests: Fix whitespace by Yury Selivanov · 9 years ago
  29. d59bba8 asyncio: Drop "value" parameter from Task._step method. by Yury Selivanov · 9 years ago
  30. b485bb4 asyncio: Sync with github by Yury Selivanov · 9 years ago
  31. 4379d15 Make it slightly clearer that IDLE close message is referring to user program, by Terry Jan Reedy · 9 years ago
  32. 51d3f8b #25679: spelling fix by R David Murray · 9 years ago
  33. a82642f Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True) by Martin Panter · 9 years ago
  34. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 9 years ago
  35. 01a65af asyncio.docs: Fix versionadded by Yury Selivanov · 9 years ago
  36. b3dd6d7 asyncio: Error if awaiting in parallel on the same coroutine by Yury Selivanov · 9 years ago
  37. 38fe4dc Issue #23200: Document that max_length=0 is not supported by Martin Panter · 9 years ago
  38. f8f66eb Issue #20468: Remove incorrect information about maxrss and page size by Martin Panter · 9 years ago
  39. 5d7e3b6 asyncio: Cleanup Future API by Yury Selivanov · 9 years ago
  40. 0013cce asyncio: Sync with github by Yury Selivanov · 9 years ago
  41. 9f3c094 Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones by Martin Panter · 9 years ago
  42. a4afc48 asyncio: Optimize Task._wakeup by Yury Selivanov · 9 years ago
  43. 1744d53 asyncio.docs: Document Transport.is_closing by Yury Selivanov · 9 years ago
  44. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 9 years ago
  45. da32d26 Issue #25498: Fixed contributors name. by Serhiy Storchaka · 9 years ago
  46. 4932ac2 Issue #24750: whitespace by Terry Jan Reedy · 9 years ago
  47. d36d817 Issue #24750: Improve appearance of IDLE editor window status bar. by Terry Jan Reedy · 9 years ago
  48. 6e0889f Issue #20220: Add DST rules to work around glibc quirk by Martin Panter · 9 years ago
  49. e28209f Issue #9051: Added tests for pickling and copying the timezone objects. by Serhiy Storchaka · 9 years ago
  50. a0c9caa Fix issue #6973: When we know a subprocess.Popen process has died, do by Gregory P. Smith · 9 years ago
  51. 025a1fd rm trailing ws by Benjamin Peterson · 9 years ago
  52. f0c9038 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 9 years ago
  53. 0d44111 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 9 years ago
  54. 806fb25 fix build with older openssl (#25569) by Benjamin Peterson · 9 years ago
  55. 2e4571a Fix a few grammar problems in the documentation and comments by Martin Panter · 9 years ago
  56. ac34e09 Correct Content-Type syntax in documentation by Martin Panter · 9 years ago
  57. 06622ea Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 9 years ago
  58. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 9 years ago
  59. abe9625 asyncio: Fix sporadic failing unittests in debug mode by Yury Selivanov · 9 years ago
  60. 9cccfce Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock() by Victor Stinner · 9 years ago
  61. 5496ba2 Indent by Terry Jan Reedy · 9 years ago
  62. c15a7c6 Whitespace by Terry Jan Reedy · 9 years ago
  63. d0c0f00 Issue #25313: Change the handling of new built-in text color themes to better by Terry Jan Reedy · 9 years ago
  64. 8402324 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  65. fda7fe0 Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  66. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  67. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  68. eda06c8 fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  69. 71a0b43 Rewrite re.VERBOSE section. by Zachary Ware · 9 years ago
  70. e1dc3d4 Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  71. 40fe35a Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  72. fed16ec Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  73. faf7060 Fixed markup in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  74. b63902a Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  75. ba27014 Issue #24306: Sets component ID for launcher to match 3.5 and later to avoid downgrading. by Steve Dower · 9 years ago
  76. 411dfd8 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 9 years ago
  77. 608c213 Issue #892902: Added new tests for pickling recursive collections. by Serhiy Storchaka · 9 years ago
  78. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  79. 9ad0aae Issue #18010: Fix pydoc web server search to handle package exceptions by Martin Panter · 9 years ago
  80. ade0412 asyncio: Optimize asyncio.sleep(0) by Yury Selivanov · 9 years ago
  81. 5be2dac remove trailing ws by Benjamin Peterson · 9 years ago
  82. c2f0121 link to modern PUG url by Benjamin Peterson · 9 years ago
  83. 8778c6b Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. by Guido van Rossum · 9 years ago
  84. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  85. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  86. 314464d Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 9 years ago
  87. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 9 years ago
  88. 3e8a7ad Issue #25519: Mark difflib.ndiff as a functions where not already. by Terry Jan Reedy · 9 years ago
  89. a05e7f6 Issue #25505: Remove unused buggy method. by Terry Jan Reedy · 9 years ago
  90. bbdc065 Issue #25507: move test-specific imports to test function (idlelib.IOBinding). by Terry Jan Reedy · 9 years ago
  91. dcc13ef fix usage of undefined name (#25504) by Benjamin Peterson · 9 years ago
  92. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  93. 68b6874 Issue #25432: Explain isinstance behaviour when type is a tuple. by Terry Jan Reedy · 9 years ago
  94. df2660e Issue #25494: Remove extra quote from docstring. by Zachary Ware · 9 years ago
  95. 4c973e9 Display IDLE warning as a warning rather than as an error. by Terry Jan Reedy · 9 years ago
  96. 5487c13 Issue #23391: Restore OSError constructor argument documentation by Martin Panter · 9 years ago
  97. f085a16 Issue #25456: Fix test_idle when Tcl/Tk DLLs are loaded from python.exe's home by Zachary Ware · 9 years ago
  98. d9dbf49 accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471) by Benjamin Peterson · 9 years ago
  99. 458123b Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić. by Serhiy Storchaka · 9 years ago
  100. 677744b Closes #25456: Copy Tcl/Tk DLLs to build directory on Windows by Zachary Ware · 9 years ago