1. dab305e Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 9 years ago
  2. 462502b Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character by Serhiy Storchaka · 9 years ago
  3. 9918775 Closes #25344: Added cookbook recipe to show buffering of logging events. by Vinay Sajip · 9 years ago
  4. 9c90e25 Issue #25326: Improve an obscure error message. by Raymond Hettinger · 9 years ago
  5. 840c82e Issue #25286: Accidentally dropped "the" by Martin Panter · 9 years ago
  6. 4a33724 Issue #25286: Dictionary views are not sequences by Martin Panter · 9 years ago
  7. e904427 Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 by Raymond Hettinger · 9 years ago
  8. cf0d512 merge heads by Benjamin Peterson · 9 years ago
  9. 77d12ec prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  10. 0a8845e Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  11. 51cd53e reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  12. 0451fb9 Make error report in test_codecs more informative. by Serhiy Storchaka · 9 years ago
  13. 1b6333a Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  14. 9f37eae Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  15. fcf58a1 Issue #16701: Document += and *= for mutable sequences by Martin Panter · 9 years ago
  16. 74c76c8 Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  17. cff22eb Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  18. 195fc2f Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 9 years ago
  19. c30475e Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 9 years ago
  20. 65918e0 Fix indentation by Brett Cannon · 9 years ago
  21. 9537478 Issue #25188: Add -P/--pgo to test.regrtest for PGO building. by Brett Cannon · 9 years ago
  22. f6eced5 Removed the "b" string prefix to make test_xpickle compatible with Python 2.5. by Serhiy Storchaka · 9 years ago
  23. 4e29477 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  24. e12f632 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  25. a87633e Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  26. f522bbc Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  27. cab4566 Issue #22609: Constructor and the update method of collections.UserDict now by Serhiy Storchaka · 9 years ago
  28. 22afc50 Backported additional unpickling tests from 3.x. by Serhiy Storchaka · 9 years ago
  29. 4d2cf55 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  30. 958a9c7 Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  31. 6d49160 Remove indent in news item. Error when building 3.x docs. by Terry Jan Reedy · 9 years ago
  32. da10017 Add recent IDLE NEWS items. Move Build sectios down. by Terry Jan Reedy · 9 years ago
  33. b7c3515 Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  34. a667380 Issue #24972: New option is only valid in tk 8.5+. by Terry Jan Reedy · 9 years ago
  35. 62520b2 Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  36. a8041ae Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  37. 96d2654 fix spacing by Benjamin Peterson · 9 years ago
  38. 02dc7d1 merge heads by Benjamin Peterson · 9 years ago
  39. 9fa7e2e Fix broken link in Doc/extending/index.rst by Berker Peksag · 9 years ago
  40. 4e648f6 make wikipedia link https by Benjamin Peterson · 9 years ago
  41. 4cdb054 Issue #25198: When using the Idle dov TOC menu, put the section title at the by Terry Jan Reedy · 9 years ago
  42. 9b4865a shorten and fix casing of title by Benjamin Peterson · 9 years ago
  43. 0c58d31 Issue #24570: Idle: make calltip and completion boxes appear on Macs by Terry Jan Reedy · 9 years ago
  44. 83cce49 Issue #24988: Idle ScrolledList context menus (used in debugger) by Terry Jan Reedy · 9 years ago
  45. d2a4073 Issue #25135: Avoid possible reentrancy issues in deque_clear. by Raymond Hettinger · 9 years ago
  46. 8bfacc7 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. by Terry Jan Reedy · 9 years ago
  47. 647412f Issue #25198: Idle doc viewer now uses user width and height setting. by Terry Jan Reedy · 9 years ago
  48. bdf1d0d Issue #25225: add revised .html. by Terry Jan Reedy · 9 years ago
  49. f56f8d1 Issue #25225: Condense and rewrite Idle doc section on text colors. by Terry Jan Reedy · 9 years ago
  50. 49095e2 Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text by Terry Jan Reedy · 9 years ago
  51. 7cca4e5 Issue 21995: Explain some differences between IDLE and console Python. by Terry Jan Reedy · 9 years ago
  52. 68dafe5 Issue #24894: Document the codec iso8859_11 by Victor Stinner · 9 years ago
  53. cf5bf82 Issue #22820: Explain need for *print* when running file from Idle editor. by Terry Jan Reedy · 9 years ago
  54. 2bc50d7 Issue #25211: Fix error message code in test_long; patch from s-wakaba by Martin Panter · 9 years ago
  55. 328e1ec Issue 25224: Augment Idle doc feature list and no-subprocess section by Terry Jan Reedy · 9 years ago
  56. 6741a5a Issue 25224: Augment Idle doc feature list and no-subprocess section by Terry Jan Reedy · 9 years ago
  57. c7025c6 Issue #25219: Update doc for Idle command line options. by Terry Jan Reedy · 9 years ago
  58. fea7fc1 Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning by Terry Jan Reedy · 9 years ago
  59. b60d103 whitespace by Terry Jan Reedy · 9 years ago
  60. ca33d56 Issue #24570: Right-click for context menus now work on Mac Aqual also. by Terry Jan Reedy · 9 years ago
  61. e20c2a6 Handle calls to win32_ver from non-Windows platform by Steve Dower · 9 years ago
  62. 044cde5 Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. by Steve Dower · 9 years ago
  63. 1234fd9 whitespace by Terry Jan Reedy · 9 years ago
  64. 13b21f8 Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. by Terry Jan Reedy · 9 years ago
  65. 4dd7887 Issue #24861: add Idle news items and correct previous errors. by Terry Jan Reedy · 9 years ago
  66. 79157ae Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. by Terry Jan Reedy · 9 years ago
  67. 1d2ce97 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines by Terry Jan Reedy · 9 years ago
  68. 0612ae5 Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 9 years ago
  69. 0eb8f01 Add NEWS items for Idle. by Terry Jan Reedy · 9 years ago
  70. 8b7122c Issue #16893: finish deprecation. by Terry Jan Reedy · 9 years ago
  71. 36443f1 Issue #25199: Idle: add synchronization comments for future maintainers. by Terry Jan Reedy · 9 years ago
  72. 37ad796 Issue #16893: whitespace in help.py. by Terry Jan Reedy · 9 years ago
  73. 72895c1 Issue #16893: whitespace in idle.html. by Terry Jan Reedy · 9 years ago
  74. a2f257b Issue #16893: include new files by Terry Jan Reedy · 9 years ago
  75. 70e763c Issue #16893: Replace help.txt with idle.html for Idle doc display. by Terry Jan Reedy · 9 years ago
  76. 1b822d0 use a more modern UA (#25145) by Benjamin Peterson · 9 years ago
  77. c717e08 remove reference to PyGoogle (#25145) by Benjamin Peterson · 9 years ago
  78. edc041d Issue #24199: Add stacklevel to deprecation warning call. by Terry Jan Reedy · 9 years ago
  79. 63550ee Issue #25108: Fixed test_traceback in the case when this test is run twice. by Serhiy Storchaka · 9 years ago
  80. 90f5f51 Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 9 years ago
  81. ab54ca7 Give proper credit for issue #24915 by Brett Cannon · 9 years ago
  82. 4ff151a Issue #24915: Make PGO builds support Clang and use the test suite for by Brett Cannon · 9 years ago
  83. 62f0ffa Issue #25108: Backported tests for traceback functions print_stack(), by Serhiy Storchaka · 9 years ago
  84. b85154f Issue24756: clarify usage of run_docstring_examples() by Ethan Furman · 9 years ago
  85. df11d7c test_gdb: fix regex to parse the GDB version by Victor Stinner · 9 years ago
  86. 0616530 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 9 years ago
  87. 9b2e37f Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  88. b2528c9 Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 9 years ago
  89. 90bc71f Remove and enable misplaced codecs tests ported from Python 3 by Martin Panter · 9 years ago
  90. d038404 Fix grammatical error in csv docs. by Zachary Ware · 9 years ago
  91. 9a2326b Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  92. 6f80464 Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  93. 397c210 Issue #25022: Avoid warning about unused suspicious rule by Martin Panter · 9 years ago
  94. 677688b Issue #25022: Add NEWS, fix docs to not mention the old example. by Zachary Ware · 9 years ago
  95. 5eaf58b Issue #25022: Remove PC/example_nt/ by Zachary Ware · 9 years ago
  96. d076454 Add the original author of profile.py back to the docs, at his request. by Guido van Rossum · 9 years ago
  97. f29ab72 Don't encode unicode dirname in test_support.temp_cwd() if unicode file names by Serhiy Storchaka · 9 years ago
  98. e1d38b0 Issue 24199: Deprecate idlelib.idlever with a warning on import. by Terry Jan Reedy · 9 years ago
  99. 672237e Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  100. bc07165 Update PCbuild/readme.txt by Zachary Ware · 9 years ago