1. a4afdfc Change some mercurial/ hg.python.org references. (#8) (#185) by Senthil Kumaran · 7 years ago
  2. e16265d Issue #29162: Don't depend on 'from tkinter import *' importing sys. by Terry Jan Reedy · 7 years ago
  3. 0e10243 Issue #29071: Use local flags for IDLE colorizer string prefix matcher. by Terry Jan Reedy · 7 years ago
  4. 246cbf2 Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes). by Terry Jan Reedy · 7 years ago
  5. 0180cf6 Issue #28572: Use system-specific values for configdialog font test by Terry Jan Reedy · 8 years ago
  6. f46b782 Issue #28572: Add 10% to coverage of IDLE's test_configdialog. by Terry Jan Reedy · 8 years ago
  7. b63c4fc Issue #25488: merge idle.py from 3.5. by Terry Jan Reedy · 8 years ago
  8. 1813aa1 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. by Terry Jan Reedy · 8 years ago
  9. c6b5f08 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 8 years ago
  10. 55f3ae6 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 8 years ago
  11. 6c58c34 IDLE NEWS item and ack. by Terry Jan Reedy · 8 years ago
  12. d39370b Issue #28300: Merge from 3.5 by Berker Peksag · 8 years ago
  13. c16387b Issue #28300: Fix typos, patch by Shlomi Fish by Berker Peksag · 8 years ago
  14. 3dad1a5 Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  15. 4b73676 Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  16. 7036019 IDLE newx items. merge from 3.5 by Terry Jan Reedy · 8 years ago
  17. d92cecb IDLE newx items. by Terry Jan Reedy · 8 years ago
  18. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  19. 00b1e0f Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  20. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  21. 5f30f79 Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). by Terry Jan Reedy · 8 years ago
  22. a3623c8 Improve idlelib.textview comments. by Terry Jan Reedy · 8 years ago
  23. 83a1045 Issue #27891: Tweak new idlelib README entry. by Terry Jan Reedy · 8 years ago
  24. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  25. da02887 Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 8 years ago
  26. 82f9546 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  27. 3399e1e ? Working Directory ? by Terry Jan Reedy · 8 years ago
  28. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  29. 8f2ee0d Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  30. 39e9af6 Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  31. 664759c Merge with 3.5 by Terry Jan Reedy · 8 years ago
  32. 1f8cc33 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  33. 5acf4e5 Issue #27821: Fix bug in idlelib.comfig function and add new tests. by Terry Jan Reedy · 8 years ago
  34. 49dcf9d Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  35. 9f95770 Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  36. 97c463d Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  37. d3fb557 Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  38. e194e87 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  39. f7ac368 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  40. f35bb9e Issue #27611, #24137: Only change tkinter when easily restored. by Terry Jan Reedy · 8 years ago
  41. 3ff55a8 Issue #27732: Silence test_idle with dummy bell functions. by Terry Jan Reedy · 8 years ago
  42. 2084350 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 8 years ago
  43. 3f3dc89 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 8 years ago
  44. 40a46ad Issue #27380: For test_query on Mac, adjust one expected result. by Terry Jan Reedy · 8 years ago
  45. 65db854 Issue #27621: Put query response validation error messages in query box by Terry Jan Reedy · 8 years ago
  46. 2553b1b Issue #27620: Make htest box respond to <Return> and <Escape>. by Terry Jan Reedy · 8 years ago
  47. 6b37dfc Issue #27620: Mark the default action button as the default. by Terry Jan Reedy · 8 years ago
  48. 263893c Issue #27626: Further spelling fixes for 3.6 by Martin Panter · 8 years ago
  49. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  50. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  51. 1793783 Issue #27620: Escape key closes Query box as cancelled. by Terry Jan Reedy · 8 years ago
  52. c665dfd Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete. by Terry Jan Reedy · 8 years ago
  53. c74fb9c Issue #27609: Explicitly return None when there are other returns. by Terry Jan Reedy · 8 years ago
  54. 41bc067 Issue #25507: Merge from 3.5 with ttk replacing colorchooser. by Terry Jan Reedy · 8 years ago
  55. ff1d5ab Issue #25507: IDLE no longer runs buggy code because of its tkinter imports. by Terry Jan Reedy · 8 years ago
  56. 6cf0e13 Issue #25507: Move 4 objects from pyshell to run and switch inports. by Terry Jan Reedy · 8 years ago
  57. 702f4f5 Issue #23804: Merge spelling and NEWS fixes from 3.5 by Martin Panter · 8 years ago
  58. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  59. 4bf9c51 IDLE NEWS items. by Terry Jan Reedy · 8 years ago
  60. 6f7b0f5 Issue #27477: Convert IDLE search dialogs to using ttk widgets. by Terry Jan Reedy · 8 years ago
  61. a748032 Refine geometry of idlelib htests (and a few other fix-ups). by Terry Jan Reedy · 8 years ago
  62. cd5e388 Issue #27173: Fix error in test_config that caused test_idle to fail. by Terry Jan Reedy · 8 years ago
  63. 9bdb1ed Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets. by Terry Jan Reedy · 8 years ago
  64. d3b96e1 Whitespace by Terry Jan Reedy · 8 years ago
  65. 8b22c0a Issue #27380: IDLE: add query.HelpSource class and tests. by Terry Jan Reedy · 8 years ago
  66. 9862b51 Issue #27452: make command line idle-test> python test_help.py work. by Terry Jan Reedy · 8 years ago
  67. 5ce1b86 Issue #27452: add line counter and crc to IDLE config test dump. by Terry Jan Reedy · 8 years ago
  68. 2279aeb Issue #27452: add line counter and crc to IDLE configHandler test dump. by Terry Jan Reedy · 8 years ago
  69. 0cd6b97 Issue 27437: Add query.ModuleName and use it for file => Load Module. by Terry Jan Reedy · 8 years ago
  70. 68a53c5 Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass by Terry Jan Reedy · 8 years ago
  71. 754a5c1 Merge Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  72. 1e957d1 Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  73. 7c15341 Issue 27372: Stop test_idle from changing locale, so test passes. by Terry Jan Reedy · 8 years ago
  74. 8122174 Issue #22115: Added methods trace_add, trace_remove and trace_info in the by Serhiy Storchaka · 8 years ago
  75. d3af156 Issue #24137: Fixed IDLE on Linux with tkinter default root disabled. by Serhiy Storchaka · 8 years ago
  76. 47e00e5 Issue #27365: Finish merge so tests pass. by Terry Jan Reedy · 8 years ago
  77. ca183ef Issue #27365: revert temporary rename by Terry Jan Reedy · 8 years ago
  78. 82c4615 Issue #27365: add chunk by Terry Jan Reedy · 8 years ago
  79. df1d34c Issue #27365: add chunk by Terry Jan Reedy · 8 years ago
  80. 5deed33 Issue #27365: revert temporary rename by Terry Jan Reedy · 8 years ago
  81. 096c6aa Issue #27365: partial merge by Terry Jan Reedy · 8 years ago
  82. 317c56d Issue #27365: temporary rename by Terry Jan Reedy · 8 years ago
  83. 06a1fcb Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names. by Terry Jan Reedy · 8 years ago
  84. b8a79ae Issue #27365: Merge minimal part. by Terry Jan Reedy · 8 years ago
  85. 6ff7a14 Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. by Terry Jan Reedy · 8 years ago
  86. b60adc5 Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled. by Terry Jan Reedy · 8 years ago
  87. 75a2586 Issue #27312: Fix TypeError in test_setupapp by Berker Peksag · 8 years ago
  88. fdb6ef7 Issue #27312: mock out function that fails when called from setupApp during by Terry Jan Reedy · 8 years ago
  89. 5cd6ea4 Issue #27245: revert temporary rename by Terry Jan Reedy · 8 years ago
  90. d34bafa Merge with 3.5 by Terry Jan Reedy · 8 years ago
  91. cdd3a99 Issue #27245: temporary rename for merge. by Terry Jan Reedy · 8 years ago
  92. ec84417 Issue #27245: IDLE: Cleanly delete custom themes and key bindings. by Terry Jan Reedy · 8 years ago
  93. 2518fa8 Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests. by Terry Jan Reedy · 8 years ago
  94. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  95. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  96. b1c9b64 IDLE NEWS entries by Terry Jan Reedy · 8 years ago
  97. 661c032 Merge Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  98. 8ace13b Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  99. 139fb7c Issue #27262: fix missing parameter typo by Ned Deily · 8 years ago
  100. 50288f9 Issue #5124: rename PyShell back to pyshell and patch test for 3.6 by Terry Jan Reedy · 8 years ago