1. d0cadba Issue #22726: Re-activate config dialog help button with some content about by Terry Jan Reedy · 9 years ago
  2. 1fdc80b Cleanup test_descr: remove C8 that is the same as C3. by Serhiy Storchaka · 9 years ago
  3. 414918a use the with statement for locking the internal condition (closes #25362) by Benjamin Peterson · 9 years ago
  4. 89065d9 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  5. 7b2cfc4 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  6. 7c6420a Issue #25322: Fix test for nested contextlib.suppress by Martin Panter · 9 years ago
  7. e44dba3 Issue #24402: Factor out PtyTests.run_child() in input() tests by Martin Panter · 9 years ago
  8. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  9. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  10. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  11. 106ddf0 Issue #25097: Re-raise any other pywin32 error by Zachary Ware · 9 years ago
  12. 22226c5 Issue #25097: fix Windows error number access by Zachary Ware · 9 years ago
  13. a6d04cf Merge heads by Serhiy Storchaka · 9 years ago
  14. 36bbd0f Issue #23972: Fix tests for Windows and Debian. by Guido van Rossum · 9 years ago
  15. 5f6fa82 Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  16. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  17. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  18. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  19. d17e978 Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  20. be5b7a2 Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  21. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  22. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  23. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  24. d470527 Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 9 years ago
  25. a8aa4d5 Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 9 years ago
  26. 620279b asyncio: ensure_future() now understands awaitables by Yury Selivanov · 9 years ago
  27. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  28. 223349c Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing. by Vinay Sajip · 9 years ago
  29. f223c53 Closes #25185: Use UTF-8 encoding when reading pyvenv.cfg. by Vinay Sajip · 9 years ago
  30. f731bc0 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  31. 3f18f10 Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  32. b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  33. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  34. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  35. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  36. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 9 years ago
  37. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 9 years ago
  38. b8b951f Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  39. c6b54b4 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  40. 37f8135 Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  41. 9af7fe7 Add recent IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  42. 99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. by Guido van Rossum · 9 years ago
  43. 16a1f28 Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  44. d351706 Issue #24972: New option is only valid in tk 8.5+. by Terry Jan Reedy · 9 years ago
  45. 507a5c4 Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  46. 2122b62 Backed out changeset: 70c01dd35100 by Terry Jan Reedy · 9 years ago
  47. 7082cbc Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  48. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  49. 28670d1 Issue #25198: When using the Idle dov TOC menu, put the section title at the by Terry Jan Reedy · 9 years ago
  50. d2134c7 Issue #24570: Idle: make calltip and completion boxes appear on Macs by Terry Jan Reedy · 9 years ago
  51. 00e4ce3 Issue #24988: Idle ScrolledList context menus (used in debugger) by Terry Jan Reedy · 9 years ago
  52. 3be2e54 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. by Terry Jan Reedy · 9 years ago
  53. cbe16ae Issue #25211: Eliminate lazy error message class by using subTest by Martin Panter · 9 years ago
  54. 52736dd Issue #25198: Idle doc viewer now uses user width and height setting. by Terry Jan Reedy · 9 years ago
  55. ce021db Issue #25225: add revised .html. by Terry Jan Reedy · 9 years ago
  56. 974a271 Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text by Terry Jan Reedy · 9 years ago
  57. 0053c47 Issue 21995: Explain some differences between IDLE and console Python. by Terry Jan Reedy · 9 years ago
  58. 6e10ec5 Issue 25224: Augment Idle doc feature list and no-subprocess section by Terry Jan Reedy · 9 years ago
  59. 968e285 Issue #25219: Update doc for Idle command line options. by Terry Jan Reedy · 9 years ago
  60. 6f5cdfe Idlelib.help: add 'b' prefix needed for bytes + bytes. by Terry Jan Reedy · 9 years ago
  61. a0ae789 Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning by Terry Jan Reedy · 9 years ago
  62. 89f76d3 Issue #25047: Respect case writing XML encoding declarations by Martin Panter · 9 years ago
  63. f94471c whitespace by Terry Jan Reedy · 9 years ago
  64. 3c7eccd Issue #24570: Right-click for context menus now work on Mac Aqual also. by Terry Jan Reedy · 9 years ago
  65. 8f278f1 Handle calls to win32_ver from non-Windows platform by Steve Dower · 9 years ago
  66. 64a3387 Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. by Steve Dower · 9 years ago
  67. 364d6e1 whitespace by Terry Jan Reedy · 9 years ago
  68. cba1a1a Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. by Terry Jan Reedy · 9 years ago
  69. d9763c2 Issue #24861: add Idle news item and correct previous errors. by Terry Jan Reedy · 9 years ago
  70. 582b17c Issue #23630: Fix test_asyncio on Windows by Victor Stinner · 9 years ago
  71. 72e1eae Issue #25114: Fix test_asyncio by Victor Stinner · 9 years ago
  72. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago
  73. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 9 years ago
  74. 808d641 Issue #25138: test_socket.test_idna() uses support.transient_internet() instead by Victor Stinner · 9 years ago
  75. c3f7731 Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. by Terry Jan Reedy · 9 years ago
  76. 09fbb20 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines by Terry Jan Reedy · 9 years ago
  77. 96f802a Issue #16893: finish deprecation. by Terry Jan Reedy · 9 years ago
  78. b50c637 Issue #25199: Idle: add synchronization comments for future maintainers. by Terry Jan Reedy · 9 years ago
  79. 963a38b Issue #16893: whitespace in idle.html. by Terry Jan Reedy · 9 years ago
  80. 5d46ab1 Issue #16893: Replace help.txt with idle.html for Idle doc display. by Terry Jan Reedy · 9 years ago
  81. c37c49f Issue #24199: Add stacklevel to deprecation warning call. by Terry Jan Reedy · 9 years ago
  82. d86a6ef Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 9 years ago
  83. 5393647 Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow by Victor Stinner · 9 years ago
  84. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  85. e3bcbd2 Issue #25108: Backported tests for traceback functions print_stack(), by Serhiy Storchaka · 9 years ago
  86. a578eb3 test_gdb: fix regex to parse the GDB version by Victor Stinner · 9 years ago
  87. 4019852 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 9 years ago
  88. 95c3e6c Issue #25021: Merge from 3.3 to 3.4 by Kristján Valur Jónsson · 9 years ago
  89. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 9 years ago
  90. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  91. 06171bd Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 9 years ago
  92. 3fc536f Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
  93. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  94. 78d915a Issue 24199: Deprecate idlelib.idlever with a warning on import. by Terry Jan Reedy · 9 years ago
  95. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  96. 5558d4f Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  97. 8ba03cf Fix whitespace in comment. by Raymond Hettinger · 9 years ago
  98. 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  99. de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  100. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago