1. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  2. 5f30f79 Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). by Terry Jan Reedy · 8 years ago
  3. 00b1e0f Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  4. a3623c8 Improve idlelib.textview comments. by Terry Jan Reedy · 8 years ago
  5. 83a1045 Issue #27891: Tweak new idlelib README entry. by Terry Jan Reedy · 8 years ago
  6. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  7. da02887 Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 8 years ago
  8. 82f9546 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  9. 3399e1e ? Working Directory ? by Terry Jan Reedy · 8 years ago
  10. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  11. 8f2ee0d Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  12. 39e9af6 Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  13. 664759c Merge with 3.5 by Terry Jan Reedy · 8 years ago
  14. 1f8cc33 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  15. 5acf4e5 Issue #27821: Fix bug in idlelib.comfig function and add new tests. by Terry Jan Reedy · 8 years ago
  16. 49dcf9d Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  17. 9f95770 Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  18. 97c463d Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  19. d3fb557 Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  20. e194e87 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  21. f7ac368 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  22. f35bb9e Issue #27611, #24137: Only change tkinter when easily restored. by Terry Jan Reedy · 8 years ago
  23. 3ff55a8 Issue #27732: Silence test_idle with dummy bell functions. by Terry Jan Reedy · 8 years ago
  24. 2084350 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 8 years ago
  25. 3f3dc89 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 8 years ago
  26. 40a46ad Issue #27380: For test_query on Mac, adjust one expected result. by Terry Jan Reedy · 8 years ago
  27. 65db854 Issue #27621: Put query response validation error messages in query box by Terry Jan Reedy · 8 years ago
  28. 2553b1b Issue #27620: Make htest box respond to <Return> and <Escape>. by Terry Jan Reedy · 8 years ago
  29. 6b37dfc Issue #27620: Mark the default action button as the default. by Terry Jan Reedy · 8 years ago
  30. 263893c Issue #27626: Further spelling fixes for 3.6 by Martin Panter · 8 years ago
  31. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  32. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  33. 1793783 Issue #27620: Escape key closes Query box as cancelled. by Terry Jan Reedy · 8 years ago
  34. c665dfd Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete. by Terry Jan Reedy · 8 years ago
  35. c74fb9c Issue #27609: Explicitly return None when there are other returns. by Terry Jan Reedy · 8 years ago
  36. 41bc067 Issue #25507: Merge from 3.5 with ttk replacing colorchooser. by Terry Jan Reedy · 8 years ago
  37. ff1d5ab Issue #25507: IDLE no longer runs buggy code because of its tkinter imports. by Terry Jan Reedy · 8 years ago
  38. 6cf0e13 Issue #25507: Move 4 objects from pyshell to run and switch inports. by Terry Jan Reedy · 8 years ago
  39. 702f4f5 Issue #23804: Merge spelling and NEWS fixes from 3.5 by Martin Panter · 8 years ago
  40. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  41. 4bf9c51 IDLE NEWS items. by Terry Jan Reedy · 8 years ago
  42. 6f7b0f5 Issue #27477: Convert IDLE search dialogs to using ttk widgets. by Terry Jan Reedy · 8 years ago
  43. a748032 Refine geometry of idlelib htests (and a few other fix-ups). by Terry Jan Reedy · 8 years ago
  44. cd5e388 Issue #27173: Fix error in test_config that caused test_idle to fail. by Terry Jan Reedy · 8 years ago
  45. 9bdb1ed Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets. by Terry Jan Reedy · 8 years ago
  46. d3b96e1 Whitespace by Terry Jan Reedy · 8 years ago
  47. 8b22c0a Issue #27380: IDLE: add query.HelpSource class and tests. by Terry Jan Reedy · 8 years ago
  48. 9862b51 Issue #27452: make command line idle-test> python test_help.py work. by Terry Jan Reedy · 8 years ago
  49. 5ce1b86 Issue #27452: add line counter and crc to IDLE config test dump. by Terry Jan Reedy · 8 years ago
  50. 2279aeb Issue #27452: add line counter and crc to IDLE configHandler test dump. by Terry Jan Reedy · 8 years ago
  51. 0cd6b97 Issue 27437: Add query.ModuleName and use it for file => Load Module. by Terry Jan Reedy · 8 years ago
  52. 68a53c5 Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass by Terry Jan Reedy · 8 years ago
  53. 754a5c1 Merge Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  54. 1e957d1 Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  55. 7c15341 Issue 27372: Stop test_idle from changing locale, so test passes. by Terry Jan Reedy · 8 years ago
  56. 8122174 Issue #22115: Added methods trace_add, trace_remove and trace_info in the by Serhiy Storchaka · 8 years ago
  57. d3af156 Issue #24137: Fixed IDLE on Linux with tkinter default root disabled. by Serhiy Storchaka · 8 years ago
  58. 47e00e5 Issue #27365: Finish merge so tests pass. by Terry Jan Reedy · 8 years ago
  59. ca183ef Issue #27365: revert temporary rename by Terry Jan Reedy · 8 years ago
  60. 82c4615 Issue #27365: add chunk by Terry Jan Reedy · 8 years ago
  61. df1d34c Issue #27365: add chunk by Terry Jan Reedy · 8 years ago
  62. 5deed33 Issue #27365: revert temporary rename by Terry Jan Reedy · 8 years ago
  63. 096c6aa Issue #27365: partial merge by Terry Jan Reedy · 8 years ago
  64. 317c56d Issue #27365: temporary rename by Terry Jan Reedy · 8 years ago
  65. 06a1fcb Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names. by Terry Jan Reedy · 8 years ago
  66. b8a79ae Issue #27365: Merge minimal part. by Terry Jan Reedy · 8 years ago
  67. 6ff7a14 Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. by Terry Jan Reedy · 8 years ago
  68. b60adc5 Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled. by Terry Jan Reedy · 8 years ago
  69. 75a2586 Issue #27312: Fix TypeError in test_setupapp by Berker Peksag · 8 years ago
  70. fdb6ef7 Issue #27312: mock out function that fails when called from setupApp during by Terry Jan Reedy · 8 years ago
  71. 5cd6ea4 Issue #27245: revert temporary rename by Terry Jan Reedy · 8 years ago
  72. d34bafa Merge with 3.5 by Terry Jan Reedy · 8 years ago
  73. cdd3a99 Issue #27245: temporary rename for merge. by Terry Jan Reedy · 8 years ago
  74. ec84417 Issue #27245: IDLE: Cleanly delete custom themes and key bindings. by Terry Jan Reedy · 8 years ago
  75. 2518fa8 Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests. by Terry Jan Reedy · 8 years ago
  76. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  77. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  78. b1c9b64 IDLE NEWS entries by Terry Jan Reedy · 8 years ago
  79. 661c032 Merge Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  80. 8ace13b Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  81. 139fb7c Issue #27262: fix missing parameter typo by Ned Deily · 8 years ago
  82. 50288f9 Issue #5124: rename PyShell back to pyshell and patch test for 3.6 by Terry Jan Reedy · 8 years ago
  83. b5c43f4 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  84. 5ad8599 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 8 years ago
  85. c39e330 Issue #5124: Temporary pyshell rename to avoid case-folding collision in merge. by Terry Jan Reedy · 8 years ago
  86. 01e3575 Issue *24750: Switch all scrollbars in IDLE to ttk versions. by Terry Jan Reedy · 8 years ago
  87. 1080d13 Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. by Terry Jan Reedy · 8 years ago
  88. 82ae155 Issue #24759: Add test for IDLE syntax colorizoer. by Terry Jan Reedy · 8 years ago
  89. fb51e65 Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed. by Terry Jan Reedy · 8 years ago
  90. 24f3a18 Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx. by Terry Jan Reedy · 8 years ago
  91. ea938ba Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  92. 8bff8f6 Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  93. 2e747c4 Issue #27156: Remove more unused idlelib code. by Terry Jan Reedy · 8 years ago
  94. 64b8f6b Merge with 3.5 by Terry Jan Reedy · 8 years ago
  95. f13cc2f Issue #24759: Add 'private' notice for idlelib.idle_test. by Terry Jan Reedy · 8 years ago
  96. 55de5c3 Merge: Revise and synchronize idle_test.test_configdialog. by Terry Jan Reedy · 8 years ago
  97. 05dab09 Revise and synchronize idle_test.test_configdialog. by Terry Jan Reedy · 8 years ago
  98. 2cf6ca7 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  99. 1aa06e1 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. by Terry Jan Reedy · 8 years ago
  100. 5a493e9 Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings. by Terry Jan Reedy · 8 years ago