1. 0c58d31 Issue #24570: Idle: make calltip and completion boxes appear on Macs by Terry Jan Reedy · 10 years ago
  2. 83cce49 Issue #24988: Idle ScrolledList context menus (used in debugger) by Terry Jan Reedy · 10 years ago
  3. d2a4073 Issue #25135: Avoid possible reentrancy issues in deque_clear. by Raymond Hettinger · 10 years ago
  4. 8bfacc7 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. by Terry Jan Reedy · 10 years ago
  5. 647412f Issue #25198: Idle doc viewer now uses user width and height setting. by Terry Jan Reedy · 10 years ago
  6. bdf1d0d Issue #25225: add revised .html. by Terry Jan Reedy · 10 years ago
  7. f56f8d1 Issue #25225: Condense and rewrite Idle doc section on text colors. by Terry Jan Reedy · 10 years ago
  8. 49095e2 Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text by Terry Jan Reedy · 10 years ago
  9. 7cca4e5 Issue 21995: Explain some differences between IDLE and console Python. by Terry Jan Reedy · 10 years ago
  10. 68dafe5 Issue #24894: Document the codec iso8859_11 by Victor Stinner · 10 years ago
  11. cf5bf82 Issue #22820: Explain need for *print* when running file from Idle editor. by Terry Jan Reedy · 10 years ago
  12. 2bc50d7 Issue #25211: Fix error message code in test_long; patch from s-wakaba by Martin Panter · 10 years ago
  13. 328e1ec Issue 25224: Augment Idle doc feature list and no-subprocess section by Terry Jan Reedy · 10 years ago
  14. 6741a5a Issue 25224: Augment Idle doc feature list and no-subprocess section by Terry Jan Reedy · 10 years ago
  15. c7025c6 Issue #25219: Update doc for Idle command line options. by Terry Jan Reedy · 10 years ago
  16. fea7fc1 Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning by Terry Jan Reedy · 10 years ago
  17. b60d103 whitespace by Terry Jan Reedy · 10 years ago
  18. ca33d56 Issue #24570: Right-click for context menus now work on Mac Aqual also. by Terry Jan Reedy · 10 years ago
  19. e20c2a6 Handle calls to win32_ver from non-Windows platform by Steve Dower · 10 years ago
  20. 044cde5 Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. by Steve Dower · 10 years ago
  21. 1234fd9 whitespace by Terry Jan Reedy · 10 years ago
  22. 13b21f8 Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. by Terry Jan Reedy · 10 years ago
  23. 4dd7887 Issue #24861: add Idle news items and correct previous errors. by Terry Jan Reedy · 10 years ago
  24. 79157ae Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. by Terry Jan Reedy · 10 years ago
  25. 1d2ce97 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines by Terry Jan Reedy · 10 years ago
  26. 0612ae5 Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 10 years ago
  27. 0eb8f01 Add NEWS items for Idle. by Terry Jan Reedy · 10 years ago
  28. 8b7122c Issue #16893: finish deprecation. by Terry Jan Reedy · 10 years ago
  29. 36443f1 Issue #25199: Idle: add synchronization comments for future maintainers. by Terry Jan Reedy · 10 years ago
  30. 37ad796 Issue #16893: whitespace in help.py. by Terry Jan Reedy · 10 years ago
  31. 72895c1 Issue #16893: whitespace in idle.html. by Terry Jan Reedy · 10 years ago
  32. a2f257b Issue #16893: include new files by Terry Jan Reedy · 10 years ago
  33. 70e763c Issue #16893: Replace help.txt with idle.html for Idle doc display. by Terry Jan Reedy · 10 years ago
  34. 1b822d0 use a more modern UA (#25145) by Benjamin Peterson · 10 years ago
  35. c717e08 remove reference to PyGoogle (#25145) by Benjamin Peterson · 10 years ago
  36. edc041d Issue #24199: Add stacklevel to deprecation warning call. by Terry Jan Reedy · 10 years ago
  37. 63550ee Issue #25108: Fixed test_traceback in the case when this test is run twice. by Serhiy Storchaka · 10 years ago
  38. 90f5f51 Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 10 years ago
  39. ab54ca7 Give proper credit for issue #24915 by Brett Cannon · 10 years ago
  40. 4ff151a Issue #24915: Make PGO builds support Clang and use the test suite for by Brett Cannon · 10 years ago
  41. 62f0ffa Issue #25108: Backported tests for traceback functions print_stack(), by Serhiy Storchaka · 10 years ago
  42. b85154f Issue24756: clarify usage of run_docstring_examples() by Ethan Furman · 10 years ago
  43. df11d7c test_gdb: fix regex to parse the GDB version by Victor Stinner · 10 years ago
  44. 0616530 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 10 years ago
  45. 9b2e37f Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  46. b2528c9 Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 10 years ago
  47. 90bc71f Remove and enable misplaced codecs tests ported from Python 3 by Martin Panter · 10 years ago
  48. d038404 Fix grammatical error in csv docs. by Zachary Ware · 10 years ago
  49. 9a2326b Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 10 years ago
  50. 6f80464 Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 10 years ago
  51. 397c210 Issue #25022: Avoid warning about unused suspicious rule by Martin Panter · 10 years ago
  52. 677688b Issue #25022: Add NEWS, fix docs to not mention the old example. by Zachary Ware · 10 years ago
  53. 5eaf58b Issue #25022: Remove PC/example_nt/ by Zachary Ware · 10 years ago
  54. d076454 Add the original author of profile.py back to the docs, at his request. by Guido van Rossum · 10 years ago
  55. f29ab72 Don't encode unicode dirname in test_support.temp_cwd() if unicode file names by Serhiy Storchaka · 10 years ago
  56. e1d38b0 Issue 24199: Deprecate idlelib.idlever with a warning on import. by Terry Jan Reedy · 10 years ago
  57. 672237e Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 10 years ago
  58. bc07165 Update PCbuild/readme.txt by Zachary Ware · 10 years ago
  59. fe45f65 Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 10 years ago
  60. f3bdc10 Backported new tests for attribute setting of expat parser. by Serhiy Storchaka · 10 years ago
  61. ad7b0cd Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 10 years ago
  62. 0ecf462 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 10 years ago
  63. baf9ef9 Issue #24889: When starting Idle, force focus onto Idle window if not already by Terry Jan Reedy · 10 years ago
  64. 0ed1bcd Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 10 years ago
  65. b75a0e9 Issue #17849: Raise sensible exception for invalid HTTP tunnel response by Martin Panter · 10 years ago
  66. 04861dc Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 10 years ago
  67. 7c7b4b5 Backport support.change_cwd() and use it in tests. by Serhiy Storchaka · 10 years ago
  68. 23ae488 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 10 years ago
  69. bda9bd1 #24998: fix cut and paste error in subprocess example. by R David Murray · 10 years ago
  70. 99c1a6d Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. by Terry Jan Reedy · 10 years ago
  71. eb49ccf Issue #24986: Save some bandwidth from svn.python.org by Zachary Ware · 10 years ago
  72. 1db43f9 Issue #24986: Allow building Python without external libraries on Windows by Zachary Ware · 10 years ago
  73. 7ab6cb4 Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. by Zachary Ware · 10 years ago
  74. c97e18e merge heads. by Senthil Kumaran · 10 years ago
  75. f30e078 Remove unused imports in test_wsgiref.py by Senthil Kumaran · 10 years ago
  76. ccd6270 Issue #23375: Fix test_py3kwarn for modules implemented in C by Victor Stinner · 10 years ago
  77. cc1db4b python-gdb.py: enhance py-bt command by Victor Stinner · 10 years ago
  78. 3c5ce40 test_gdb: enhance regex used to parse the GDB version by Victor Stinner · 10 years ago
  79. b50d3b2 Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 10 years ago
  80. a4ce943 Turn 'rem' comments into a real usage message in PCbuild/build.bat by Zachary Ware · 10 years ago
  81. 9ce9f77 Improve tutorial suggestion for looping techniques by Raymond Hettinger · 10 years ago
  82. 6a31bb5 Issue #24952: Clarify default argument of stack_size() in threading, thread by Martin Panter · 10 years ago
  83. fe2f287 Make an example a little clearer by Raymond Hettinger · 10 years ago
  84. e0c8e26 Issue #24962: Remove space from filename by Zachary Ware · 10 years ago
  85. d155d72 Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows by Zachary Ware · 10 years ago
  86. 34eab07 Issue #24790: correct typo noticed by Eric Smith by Terry Jan Reedy · 10 years ago
  87. 0c416e0 Issue #24790: Restore unused function. by Terry Jan Reedy · 10 years ago
  88. 936a6f1 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. by Terry Jan Reedy · 10 years ago
  89. 9de9b78 Update pip to 7.1.2 and setuptools to 18.2 by Donald Stufft · 10 years ago
  90. f79aa58 #24926: Fix typo in example. by R David Murray · 10 years ago
  91. d951625 Merge 2.7 heads. by Robert Collins · 10 years ago
  92. 11ac1a8 Issue #22812: Fix unittest discovery examples. by Robert Collins · 10 years ago
  93. 14462d4 remove tabs from ceval.c (closes #24895) by Benjamin Peterson · 10 years ago
  94. 864e1a6 Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts). by Terry Jan Reedy · 10 years ago
  95. c9a5a19 Issue #24079: Improve description of the text and tail attributes for by Ned Deily · 10 years ago
  96. ea42876 Entries for idlelib/NEWS.txt by Terry Jan Reedy · 10 years ago
  97. 5fa59bd Idle NEWS entries. by Terry Jan Reedy · 10 years ago
  98. b4bdbe9 Issue #23672: ACKS by Terry Jan Reedy · 10 years ago
  99. 87da498 Issue #24833: Add attribute reference needed for 3.x, but optional for 2.7, by Terry Jan Reedy · 10 years ago
  100. 223546d add missing NULL checks to get_coding_spec (closes #24854) by Benjamin Peterson · 10 years ago