1. 24a54da [2.7] bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) (GH-8644) by Terry Jan Reedy · 7 years ago
  2. 894940b [2.7] bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 7 years ago
  3. c488558 [2.7] bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) (GH-7758) by Terry Jan Reedy · 7 years ago
  4. 5fe8ac6 [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) by Zachary Ware · 8 years ago
  5. ea02cdc ring in 2017 for Python by Benjamin Peterson · 9 years ago
  6. 994f04d Issue #28998: More APIs now support longs as well as ints. by Serhiy Storchaka · 9 years ago
  7. 30b51c9 Issue #27854: Include idlelib/help.html in 2.7 Windows installer. by Terry Jan Reedy · 9 years ago
  8. a33deb2 Issue #25507: Add back import needed for 2.x encoding warning box. by Terry Jan Reedy · 9 years ago
  9. 8d7fa40 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. by Terry Jan Reedy · 9 years ago
  10. ad7a9ea IDLE NEWS item and ack. by Terry Jan Reedy · 9 years ago
  11. 87bcc1d Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 9 years ago
  12. 8b7aff8 IDLE newx items. by Terry Jan Reedy · 9 years ago
  13. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  14. cb25198 Issue #27922: IDLE test_idlehistory no longer flash tk widgets. by Terry Jan Reedy · 9 years ago
  15. e7607d4 Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 9 years ago
  16. 28fb4da Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 9 years ago
  17. 580ca65 Backport spelling fix. by Terry Jan Reedy · 9 years ago
  18. 3f0222c Add version to title of IDLE help window. by Terry Jan Reedy · 9 years ago
  19. 558c0de Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 9 years ago
  20. 7ff1b62 Fix typo in IDLE News. by Terry Jan Reedy · 9 years ago
  21. 7a2a586 Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 9 years ago
  22. 5055612 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 9 years ago
  23. 0f0ead5 Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks by Terry Jan Reedy · 9 years ago
  24. a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 9 years ago
  25. e2eacc0 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Martin Panter · 9 years ago
  26. bf2dca9 English spelling and grammar fixes by Martin Panter · 9 years ago
  27. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  28. 65be04c Issue #27452: add line counter and crc to IDLE configHandler test dump. by Terry Jan Reedy · 9 years ago
  29. 094338e Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 9 years ago
  30. 919345d Issue #27365: Add blank lines. to 2.7 test_editmenu by Terry Jan Reedy · 9 years ago
  31. 7a5691f merge 2.7.12 release branch by Benjamin Peterson · 9 years ago
  32. 95d9555 fix idle about dialog #27365 by Benjamin Peterson · 9 years ago
  33. f3ba6a9 Issue #5124: For 2.7, move requires('gui') from module level to setUpClass. by Terry Jan Reedy · 9 years ago
  34. 391f1a4 Issue #5124: NEWS entries. by Terry Jan Reedy · 9 years ago
  35. 3b6a532 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 9 years ago
  36. 92390ab Issue #27245: IDLE: Cleanly delete custom themes and key bindings. by Terry Jan Reedy · 9 years ago
  37. 05837ec Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  38. 65a139a Issue #24759: Add 'private' notice for idlelib.idle_test. by Terry Jan Reedy · 9 years ago
  39. 0ba3c80 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. by Terry Jan Reedy · 9 years ago
  40. bbf29ee Issue 20567: Revise idle_test/README.txt and some tests to match new advice. by Terry Jan Reedy · 9 years ago
  41. 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 9 years ago
  42. 200a615 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
  43. f50417b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  44. 2aaad46 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. by Terry Jan Reedy · 9 years ago
  45. 0825e63 Backports: #25747: remove bad test. #27044: stop test_idle from leaking. by Terry Jan Reedy · 9 years ago
  46. 6904ca3 Issue 18910: Edit idle_test/README.txt to add 'requires' warning. by Terry Jan Reedy · 9 years ago
  47. f2f1c57 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  48. 7d03c84 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 9 years ago
  49. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  50. 9d9d99c whitespace by Terry Jan Reedy · 9 years ago
  51. d0c21de Document maintenance of idlelib/help.html in idlelib. by Terry Jan Reedy · 9 years ago
  52. a9c24a6 Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes. by Terry Jan Reedy · 9 years ago
  53. 6d297cb Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  54. 2dafcc2 Issues #26310, #26311: Fix typos in the documentation by Martin Panter · 10 years ago
  55. a944ac3 Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98. by Terry Jan Reedy · 10 years ago
  56. c5e8935 Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt. by Terry Jan Reedy · 10 years ago
  57. 6f3d5da Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. by Terry Jan Reedy · 10 years ago
  58. e4679e4 Update idlelib/NEWS.txt. by Terry Jan Reedy · 10 years ago
  59. 76ced99 Issue 15348: Stop debugger engine (normally in user process) by Terry Jan Reedy · 10 years ago
  60. 89bdf37 Issue #24455: Prevent IDLE from hanging when a) closing the shell while the by Terry Jan Reedy · 10 years ago
  61. 815ab14 Make it slightly clearer that IDLE close message is referring to user program, by Terry Jan Reedy · 10 years ago
  62. f7999fc Issue #24750: whitespace by Terry Jan Reedy · 10 years ago
  63. 3d09622 Issue #24750: Improve appearance of IDLE editor window status bar. by Terry Jan Reedy · 10 years ago
  64. 4b4f0b9 Indent by Terry Jan Reedy · 10 years ago
  65. 55ee13d Whitespace by Terry Jan Reedy · 10 years ago
  66. 35aa5d0 Issue #25313: Change the handling of new built-in text color themes to better by Terry Jan Reedy · 10 years ago
  67. faaf16b Issue #25507: move test-specific imports to test function (idlelib.IOBinding). by Terry Jan Reedy · 10 years ago
  68. 8048776 Display IDLE warning as a warning rather than as an error. by Terry Jan Reedy · 10 years ago
  69. 1256b3c Issue #24782: Limit width of canvas and hence IDLE settings dialog. by Terry Jan Reedy · 10 years ago
  70. 9188516 Issue #24782: Don't try to run now-removed extension dialog test. by Terry Jan Reedy · 10 years ago
  71. 4922ac1 Issue #24782: whitespace by Terry Jan Reedy · 10 years ago
  72. 1c49ec0 Issue #24782: Finish converting the Configure Extension dialog into a new by Terry Jan Reedy · 10 years ago
  73. c0a053e Issue #22726: Re-activate config dialog help button with some content about by Terry Jan Reedy · 10 years ago
  74. 1b6333a Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 10 years ago
  75. 9f37eae Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 10 years ago
  76. 195fc2f Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 10 years ago
  77. c30475e Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 10 years ago
  78. 958a9c7 Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 10 years ago
  79. da10017 Add recent IDLE NEWS items. Move Build sectios down. by Terry Jan Reedy · 10 years ago
  80. a667380 Issue #24972: New option is only valid in tk 8.5+. by Terry Jan Reedy · 10 years ago
  81. 62520b2 Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 10 years ago
  82. 4cdb054 Issue #25198: When using the Idle dov TOC menu, put the section title at the by Terry Jan Reedy · 10 years ago
  83. 0c58d31 Issue #24570: Idle: make calltip and completion boxes appear on Macs by Terry Jan Reedy · 10 years ago
  84. 83cce49 Issue #24988: Idle ScrolledList context menus (used in debugger) by Terry Jan Reedy · 10 years ago
  85. 8bfacc7 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. by Terry Jan Reedy · 10 years ago
  86. 647412f Issue #25198: Idle doc viewer now uses user width and height setting. by Terry Jan Reedy · 10 years ago
  87. bdf1d0d Issue #25225: add revised .html. by Terry Jan Reedy · 10 years ago
  88. 49095e2 Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text by Terry Jan Reedy · 10 years ago
  89. 7cca4e5 Issue 21995: Explain some differences between IDLE and console Python. by Terry Jan Reedy · 10 years ago
  90. cf5bf82 Issue #22820: Explain need for *print* when running file from Idle editor. by Terry Jan Reedy · 10 years ago
  91. 328e1ec Issue 25224: Augment Idle doc feature list and no-subprocess section by Terry Jan Reedy · 10 years ago
  92. c7025c6 Issue #25219: Update doc for Idle command line options. by Terry Jan Reedy · 10 years ago
  93. fea7fc1 Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning by Terry Jan Reedy · 10 years ago
  94. b60d103 whitespace by Terry Jan Reedy · 10 years ago
  95. ca33d56 Issue #24570: Right-click for context menus now work on Mac Aqual also. by Terry Jan Reedy · 10 years ago
  96. 1234fd9 whitespace by Terry Jan Reedy · 10 years ago
  97. 13b21f8 Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. by Terry Jan Reedy · 10 years ago
  98. 4dd7887 Issue #24861: add Idle news items and correct previous errors. by Terry Jan Reedy · 10 years ago
  99. 79157ae Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. by Terry Jan Reedy · 10 years ago
  100. 1d2ce97 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines by Terry Jan Reedy · 10 years ago