1. d9763c2 Issue #24861: add Idle news item and correct previous errors. by Terry Jan Reedy · 9 years ago
  2. 582b17c Issue #23630: Fix test_asyncio on Windows by Victor Stinner · 9 years ago
  3. 72e1eae Issue #25114: Fix test_asyncio by Victor Stinner · 9 years ago
  4. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago
  5. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 9 years ago
  6. 808d641 Issue #25138: test_socket.test_idna() uses support.transient_internet() instead by Victor Stinner · 9 years ago
  7. c3f7731 Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. by Terry Jan Reedy · 9 years ago
  8. 09fbb20 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines by Terry Jan Reedy · 9 years ago
  9. 407c497 Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 9 years ago
  10. bb5f83f Add NEWS items for Idle. by Terry Jan Reedy · 9 years ago
  11. 44e4b11 Issue #25169: os.getppid() is available on Windows since Python 3.2. by Berker Peksag · 9 years ago
  12. 96f802a Issue #16893: finish deprecation. by Terry Jan Reedy · 9 years ago
  13. b50c637 Issue #25199: Idle: add synchronization comments for future maintainers. by Terry Jan Reedy · 9 years ago
  14. 963a38b Issue #16893: whitespace in idle.html. by Terry Jan Reedy · 9 years ago
  15. 5d46ab1 Issue #16893: Replace help.txt with idle.html for Idle doc display. by Terry Jan Reedy · 9 years ago
  16. 16ad5cf remove reference to PyGoogle (#25145) by Benjamin Peterson · 9 years ago
  17. 95acbce use a more modern UA (#25145) by Benjamin Peterson · 9 years ago
  18. c37c49f Issue #24199: Add stacklevel to deprecation warning call. by Terry Jan Reedy · 9 years ago
  19. cebfdac Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä by Martin Panter · 9 years ago
  20. d86a6ef Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 9 years ago
  21. 5393647 Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow by Victor Stinner · 9 years ago
  22. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  23. e3bcbd2 Issue #25108: Backported tests for traceback functions print_stack(), by Serhiy Storchaka · 9 years ago
  24. 2a5f9da Issue24756: clarify usage of run_docstring_examples() by Ethan Furman · 9 years ago
  25. 0b0c3b6 Issue #25127: Fix typo in concurrent.futures.rst by Berker Peksag · 9 years ago
  26. a578eb3 test_gdb: fix regex to parse the GDB version by Victor Stinner · 9 years ago
  27. 66ad846 Use :menuselection: in whatsnew/3.4. by Serhiy Storchaka · 9 years ago
  28. 4019852 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 9 years ago
  29. 95c3e6c Issue #25021: Merge from 3.3 to 3.4 by Kristján Valur Jónsson · 9 years ago
  30. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 9 years ago
  31. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  32. 06171bd Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 9 years ago
  33. f9b6875 Issue #25063: socket.sendfile() does not exist in 3.4 by Martin Panter · 9 years ago
  34. ea7266d Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants by Martin Panter · 9 years ago
  35. 79e5088 Fix grammatical error in csv docs. by Zachary Ware · 9 years ago
  36. ec1a498 Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  37. db4220e Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  38. 91c03e0 Issue #25022: Avoid warning about unused suspicious rule by Martin Panter · 9 years ago
  39. d830262 Issue #24984: BTPROTO_SCO supports only bytes objects by Martin Panter · 9 years ago
  40. 3d9a9d4 Issue #25022: Add NEWS, fix docs to not mention the old example. by Zachary Ware · 9 years ago
  41. b54a068 Issue #25022: Remove PC/example_nt/ by Zachary Ware · 9 years ago
  42. 920f6db Use print function in mock docs. by Berker Peksag · 9 years ago
  43. 3fc536f Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
  44. d1a9858 Issue #24984: Document AF_BLUETOOTH socket address formats by Martin Panter · 9 years ago
  45. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  46. 78d915a Issue 24199: Deprecate idlelib.idlever with a warning on import. by Terry Jan Reedy · 9 years ago
  47. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  48. 5558d4f Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  49. 8ba03cf Fix whitespace in comment. by Raymond Hettinger · 9 years ago
  50. 1a690fb Issue #25010: Fix path for .pyd example project. by Zachary Ware · 9 years ago
  51. 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  52. de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  53. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  54. eba8fee Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  55. a091a82 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  56. b41eada Issue #24889: When starting Idle, force focus onto Idle window if not already by Terry Jan Reedy · 9 years ago
  57. aa2fcc6 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  58. e8d58d1 Issue #25004: Handle out-of-disk-space error in LargeMmapTests by Martin Panter · 9 years ago
  59. 7f02d6d Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  60. 6f2bb98 #23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True. by Ezio Melotti · 9 years ago
  61. 527ef07 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  62. 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  63. ef920d6 Backed out changeset: a29b49d57769 by Steve Dower · 9 years ago
  64. 0fba9b3 Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  65. ca3f435 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 9 years ago
  66. 6fb5bae Fix race condition in create_stdio() by Victor Stinner · 9 years ago
  67. 17227a7 #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  68. 4fda56f Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. by Terry Jan Reedy · 9 years ago
  69. 528a9ab Don't use defined() in C preprocessor macros by Victor Stinner · 9 years ago
  70. 479fea6 test_gdb: oops, the regex to parse the gdb version was still too strict by Victor Stinner · 9 years ago
  71. a7b76e0 test_wsgiref: add missing import (support) by Victor Stinner · 9 years ago
  72. 22f2c0e Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  73. 26afae4 test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n' by Victor Stinner · 9 years ago
  74. ac5004f Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 9 years ago
  75. 1c40552 Fix test_warnings: don't modify warnings.filters by Victor Stinner · 9 years ago
  76. 5b6b4a8 test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings by Victor Stinner · 9 years ago
  77. 2f3ac1e test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise by Victor Stinner · 9 years ago
  78. 5492d35 asyncio doc: fix subprocess sections by Victor Stinner · 9 years ago
  79. 31e7f50 Issue #24952: Clarify default argument of stack_size() in threading, _thread by Martin Panter · 9 years ago
  80. 0612ffe fix spelling that was a bit confused (closes #24963) by Benjamin Peterson · 9 years ago
  81. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  82. 1a83746 Issue #24962: Remove space from filename by Zachary Ware · 9 years ago
  83. ed599b7 Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
  84. 5e580da Issue #24947: Fix grammar in asyncio doc by Zachary Ware · 9 years ago
  85. 8e92967 Issue #24790: correct typo noticed by Eric Smith by Terry Jan Reedy · 9 years ago
  86. 2050a10 Issue #24790: Restore unused function. by Terry Jan Reedy · 9 years ago
  87. 41a27e0 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. by Terry Jan Reedy · 9 years ago
  88. 78d5033 Issue #24808: Update the documentation of some PyTypeObject fields by Martin Panter · 9 years ago
  89. b372356 Update pip to 7.1.2 and setuptools to 18.2 by Donald Stufft · 9 years ago
  90. 87cbfb2 #24926: Fix typo in example. by R David Murray · 9 years ago
  91. a2b0055 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  92. ab7cc759 Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. by Yury Selivanov · 9 years ago
  93. a78ebe6 Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts). by Terry Jan Reedy · 9 years ago
  94. 6579459 cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  95. 2053aa1 'Py_Buffer' should be 'Py_buffer' (closes #24883) by Benjamin Peterson · 9 years ago
  96. eca0445 Issue #24079: Improve description of the text and tail attributes for by Ned Deily · 9 years ago
  97. 5080deb Entries for idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
  98. 2756d8a Idle NEWS entries. by Terry Jan Reedy · 9 years ago
  99. a350e85 Issue #23672: ACKS by Terry Jan Reedy · 9 years ago
  100. 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago