1. 0180cf6 Issue #28572: Use system-specific values for configdialog font test by Terry Jan Reedy · 8 years ago
  2. f46b782 Issue #28572: Add 10% to coverage of IDLE's test_configdialog. by Terry Jan Reedy · 8 years ago
  3. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  4. 5f30f79 Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). by Terry Jan Reedy · 8 years ago
  5. 00b1e0f Issue #27922: IDLE tests no longer flash tk widgets. 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. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  8. 5acf4e5 Issue #27821: Fix bug in idlelib.comfig function and add new tests. by Terry Jan Reedy · 8 years ago
  9. e194e87 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  10. f7ac368 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  11. 3ff55a8 Issue #27732: Silence test_idle with dummy bell functions. by Terry Jan Reedy · 8 years ago
  12. 2084350 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 8 years ago
  13. 3f3dc89 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 8 years ago
  14. 40a46ad Issue #27380: For test_query on Mac, adjust one expected result. by Terry Jan Reedy · 8 years ago
  15. 65db854 Issue #27621: Put query response validation error messages in query box by Terry Jan Reedy · 8 years ago
  16. 2553b1b Issue #27620: Make htest box respond to <Return> and <Escape>. by Terry Jan Reedy · 8 years ago
  17. 263893c Issue #27626: Further spelling fixes for 3.6 by Martin Panter · 8 years ago
  18. 1793783 Issue #27620: Escape key closes Query box as cancelled. by Terry Jan Reedy · 8 years ago
  19. c665dfd Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete. by Terry Jan Reedy · 8 years ago
  20. 6f7b0f5 Issue #27477: Convert IDLE search dialogs to using ttk widgets. by Terry Jan Reedy · 8 years ago
  21. a748032 Refine geometry of idlelib htests (and a few other fix-ups). by Terry Jan Reedy · 8 years ago
  22. cd5e388 Issue #27173: Fix error in test_config that caused test_idle to fail. by Terry Jan Reedy · 8 years ago
  23. 9bdb1ed Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets. by Terry Jan Reedy · 8 years ago
  24. d3b96e1 Whitespace by Terry Jan Reedy · 8 years ago
  25. 8b22c0a Issue #27380: IDLE: add query.HelpSource class and tests. by Terry Jan Reedy · 8 years ago
  26. 9862b51 Issue #27452: make command line idle-test> python test_help.py work. by Terry Jan Reedy · 8 years ago
  27. 0cd6b97 Issue 27437: Add query.ModuleName and use it for file => Load Module. by Terry Jan Reedy · 8 years ago
  28. 68a53c5 Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass by Terry Jan Reedy · 8 years ago
  29. 47e00e5 Issue #27365: Finish merge so tests pass. by Terry Jan Reedy · 8 years ago
  30. 096c6aa Issue #27365: partial merge by Terry Jan Reedy · 8 years ago
  31. 06a1fcb Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names. by Terry Jan Reedy · 8 years ago
  32. b60adc5 Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled. by Terry Jan Reedy · 8 years ago
  33. 75a2586 Issue #27312: Fix TypeError in test_setupapp by Berker Peksag · 8 years ago
  34. fdb6ef7 Issue #27312: mock out function that fails when called from setupApp during by Terry Jan Reedy · 8 years ago
  35. 2518fa8 Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests. by Terry Jan Reedy · 8 years ago
  36. 50288f9 Issue #5124: rename PyShell back to pyshell and patch test for 3.6 by Terry Jan Reedy · 8 years ago
  37. b5c43f4 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  38. 5ad8599 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 8 years ago
  39. 01e3575 Issue *24750: Switch all scrollbars in IDLE to ttk versions. by Terry Jan Reedy · 8 years ago
  40. 1080d13 Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. by Terry Jan Reedy · 8 years ago
  41. 82ae155 Issue #24759: Add test for IDLE syntax colorizoer. by Terry Jan Reedy · 8 years ago
  42. fb51e65 Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed. by Terry Jan Reedy · 8 years ago
  43. 64b8f6b Merge with 3.5 by Terry Jan Reedy · 8 years ago
  44. f13cc2f Issue #24759: Add 'private' notice for idlelib.idle_test. by Terry Jan Reedy · 8 years ago
  45. 55de5c3 Merge: Revise and synchronize idle_test.test_configdialog. by Terry Jan Reedy · 8 years ago
  46. 05dab09 Revise and synchronize idle_test.test_configdialog. by Terry Jan Reedy · 8 years ago
  47. 2cf6ca7 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  48. 1aa06e1 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. by Terry Jan Reedy · 8 years ago
  49. 5a493e9 Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings. by Terry Jan Reedy · 8 years ago
  50. 6047b55 Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. by Terry Jan Reedy · 8 years ago
  51. 3d7281d Issue 20567: Revise idle_test/README.txt and some tests to match new advice. by Terry Jan Reedy · 8 years ago
  52. 75cbeb5 Issue 20567: Revise idle_test/README.txt and some tests to match new advice. by Terry Jan Reedy · 8 years ago
  53. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  54. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  55. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  56. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 8 years ago
  57. 092473e Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 8 years ago
  58. fdec2a3 Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 8 years ago
  59. c359af1 Issue #18410: add missing parent argument. by Terry Jan Reedy · 8 years ago
  60. b236fe4 Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez. by Terry Jan Reedy · 8 years ago
  61. 0495fa8 Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar . by Terry Jan Reedy · 8 years ago
  62. 6b98ce2 Issue #27044: stop test_idle from leaking by deleting callbacks. by Terry Jan Reedy · 8 years ago
  63. af7cf6d Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope. by Terry Jan Reedy · 8 years ago
  64. 33a8fb9 Issue #23977: Tweak IDLE Delegator and its test. by Terry Jan Reedy · 8 years ago
  65. 5f4ac9f Issue #25747: remove undependable and possibly useless test. by Terry Jan Reedy · 8 years ago
  66. c64d942 Issue #20640: Add tests for idlelib.configHelpSourceEdit. by Terry Jan Reedy · 8 years ago
  67. b31a284 Issue #25507: revert incorrect movement of idleConf import in c548ad75160c. by Terry Jan Reedy · 9 years ago
  68. dc22031 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  69. bbdc065 Issue #25507: move test-specific imports to test function (idlelib.IOBinding). by Terry Jan Reedy · 9 years ago
  70. 447169f Merge with 3.4 by Terry Jan Reedy · 9 years ago
  71. 93f3542 Issue #24782: Finish converting the Configure Extension dialog into a new by Terry Jan Reedy · 9 years ago
  72. 47f9741 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  73. 5d46ab1 Issue #16893: Replace help.txt with idle.html for Idle doc display. by Terry Jan Reedy · 9 years ago
  74. 52ee247 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  75. 78d915a Issue 24199: Deprecate idlelib.idlever with a warning on import. by Terry Jan Reedy · 9 years ago
  76. 5c28e9f Issue #23672: Allow Idle to edit and run files with astral chars in name. by Terry Jan Reedy · 9 years ago
  77. 19c1a87 Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice. by Terry Jan Reedy · 9 years ago
  78. 0901d84 Issue #23672:Merge with 3.4 by Terry Jan Reedy · 9 years ago
  79. fd580cb Merge with 3.4 by Terry Jan Reedy · 9 years ago
  80. b9731f2 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  81. 031d064 Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. by Terry Jan Reedy · 9 years ago
  82. 75fb816 Issue #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
  83. 188c18d Merge 3.4 #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
  84. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  85. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  86. a110eb4 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 9 years ago
  87. 9fa84b2 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 9 years ago
  88. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
  89. 520e00d Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
  90. ce40e1a Fixed IDLE tests after changing re error messages (issue #22578). by Serhiy Storchaka · 10 years ago
  91. a9421fb Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 10 years ago
  92. f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  93. cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
  94. 9b7f9e6 Issue #21765: Add support for non-ascii identifiers to HyperParser by Tal Einat · 10 years ago
  95. cfa8950 Issue #21982: Add minimal unittest for configDialog with 46% coverage. by Terry Jan Reedy · 10 years ago
  96. 5283c4e Issue #18592: Method return signature changes made to SearchDialogBase for by Terry Jan Reedy · 10 years ago
  97. 3740d58 Issue #18592: Make unittest for SearchDialogBase work on all tk versions. by Terry Jan Reedy · 10 years ago
  98. 223dd8d #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  99. 092b3cf More idlelib cleanup inspired by pyflakes. by Terry Jan Reedy · 10 years ago
  100. 8cefd08 Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods by Terry Jan Reedy · 10 years ago