1. e36d9f5 bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096) by Cheryl Sabella · 7 years ago
  2. 2f89646 bpo-31002: IDLE: Add tests for configdialog keys tab (#2996) by Cheryl Sabella · 7 years ago
  3. 3b0f620 bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822) by Louie Lu · 7 years ago
  4. 733d0f6 bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016) by Terry Jan Reedy · 7 years ago
  5. 8922587 bpo-29910: IDLE - revert `break`s that disabled calltip close. (#2997) by Terry Jan Reedy · 7 years ago
  6. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  7. 6f446be bpo-31083: IDLE: Describe the Page classes in configdialog (#2965) by csabella · 7 years ago
  8. e8eb17b bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952) by csabella · 7 years ago
  9. 9397e2a bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905) by csabella · 7 years ago
  10. c3aa47f bpo-30928: Update IDLE News.txt. (#2948) by Terry Jan Reedy · 7 years ago
  11. b331f80 bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938) by Terry Jan Reedy · 7 years ago
  12. 5d0f30a bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (#2936) by Terry Jan Reedy · 7 years ago
  13. 5b59154 bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914) by csabella · 7 years ago
  14. b166080 bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908) by Terry Jan Reedy · 7 years ago
  15. 2bc8f0e bpo-31003: IDLE - Add more tests for General tab (#2859) by Terry Jan Reedy · 7 years ago
  16. 45bf723 bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2872) by csabella · 7 years ago
  17. 77e97ca bpo-30993: IDLE - Improve configdialog font page and tests. (#2831) by Terry Jan Reedy · 7 years ago
  18. 07ba305 bpo-30993: IDLE - Improve configdialog font page and tests. (#2818) by Terry Jan Reedy · 7 years ago
  19. 616ecf1 bpo-30981: IDLE: Augment one configdialog font page test (#2810) by Terry Jan Reedy · 7 years ago
  20. 7c5798e bpo-30981: temporarity skip failing IDLE test class (#2798) by Terry Jan Reedy · 7 years ago
  21. d0969d6 bpo-30981: IDLE -- Add more configdialog font page tests. (#2794) by Terry Jan Reedy · 7 years ago
  22. a54a8f1 bpo-28523: IDLE: Use 'color' instead of 'colour'. (#2787) by Terry Jan Reedy · 7 years ago
  23. 9f9192a bpo-30968: Fix test_get_font in IDLE's test_config. (#2769) by terryjreedy · 7 years ago
  24. ed014f7 bpo-30917: IDLE: Fix mock_config deepcopy to read_string (#2754) by Louie Lu · 7 years ago
  25. f776eb0 bpo-30917: IDLE: Add config.IdleConf unittests (#2691) by Louie Lu · 7 years ago
  26. 95bebb7 bpo-30934: Document coverage details for idlelib tests (#2711) by terryjreedy · 7 years ago
  27. 0d0a32f Update idlelib/NEWS.txt. (#2703) by terryjreedy · 7 years ago
  28. 36329a4 bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDialog (#2697) by csabella · 7 years ago
  29. 9b622fb bpo-30870: IDLE: Add configdialog fontlist selection unittest (#2666) by Louie Lu · 7 years ago
  30. 50c9435 bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (#2662) by Louie Lu · 7 years ago
  31. 6d13b22 bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667) by csabella · 7 years ago
  32. ba35227 bpo-30881: IDLE: add docstrings to browser.py (#2638) by csabella · 7 years ago
  33. 5b62b35 bpo-30870: IDLE -- fix logic error in eae2537. (#2660) by terryjreedy · 7 years ago
  34. aa8d0a2 bpo-30851: IDLE: Remove unused tk variables in configdialog. (#2626) by csabella · 7 years ago
  35. bb2bae8 bpo-30870: IDLE: Change sample font when select by key-up/down (#2617) by Louie Lu · 7 years ago
  36. 223c7e7 bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (#2629) by terryjreedy · 7 years ago
  37. 349abd9 bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in config; test. (#2612) by terryjreedy · 7 years ago
  38. 25a4206 bpo-30780: Fix error in idlelib.test_idle.test_configdialog (#2606) by terryjreedy · 7 years ago
  39. 1ccbad9 Update idlelib/NEWS.txt with merges upto 2017 Jul 5. (#2595) by terryjreedy · 7 years ago
  40. 2000150 bpo-21624: IDLE -- minor htest fixes (#2575) by terryjreedy · 7 years ago
  41. 7eb5883 bpo-30777: IDLE: configdialog - add docstrings and improve comments (#2440) by csabella · 7 years ago
  42. 42bc8be bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#2283) by csabella · 7 years ago
  43. 592eda1 bpo-24813: IDLE tagline is Integrated Development and Learning Environment (#2451) by Mark Roseman · 7 years ago
  44. fae2c35 bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306) by wohlganger · 7 years ago
  45. 65474b9 bpo-30674: IDLE: add docstrings to grep.py (#2213) by csabella · 7 years ago
  46. 44913e5 bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428) by terryjreedy · 7 years ago
  47. 213ce12 bpo-29910: IDLE no longer deletes a character after commenting out a region (#825) by Serhiy Storchaka · 7 years ago
  48. 9a02ae3 bpo-24813: IDLE: Add build bitness to About Idle title (#2380) by csabella · 7 years ago
  49. bac7d33 bpo-30728: IDLE: Refactor configdialog to PEP8 names (#2307) by csabella · 7 years ago
  50. 8c78aa7 bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377) by csabella · 7 years ago
  51. 18ede06 bpo-24813: IDLE: Add default title to help_about (#2366) by csabella · 7 years ago
  52. d352d68 bpo-24813: IDLE: Add icon to help_about (#2335) by csabella · 7 years ago
  53. a0e911b Fix typo in idlelib.config_key.py (#2322) by terryjreedy · 7 years ago
  54. f3e8209 Fix trivial typo in idlelib/config.py (GH-2309) by KunYuChen · 7 years ago
  55. faa63d1 Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) by terryjreedy · 7 years ago
  56. 32fd874 bpo-15786: Fix IDLE autocomplete return problem. (#2198) by terryjreedy · 7 years ago
  57. 778b484 bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811) by mlouielu · 7 years ago
  58. 188aedf bpo-25514: Improve IDLE's connection refused message (#2177) by terryjreedy · 7 years ago
  59. 049cf2b bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) by terryjreedy · 7 years ago
  60. 8323189 Fix ref leak in idle_test.test_macosx (#2163) by terryjreedy · 7 years ago
  61. b070fd2 bpo-30642: IDLE: Fix test_query refleak (#2147) by mlouielu · 7 years ago
  62. 3f8f16d Show what's changed when Travis fails regen check (GH-2095) by Zachary Ware · 7 years ago
  63. 503bc63 Update idlelib NEWS for 3.7 (#2089) by terryjreedy · 7 years ago
  64. 0aa0a06 bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839) by csabella · 7 years ago
  65. eca7da0 IDLE test_help_about: edit and add test. (#1838) by terryjreedy · 7 years ago
  66. 5a346d5 bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714) by csabella · 7 years ago
  67. 054e091 bpo-30290: IDLE: Add more tests for help_about dialog (#1697) by mlouielu · 7 years ago
  68. 295304d IDLE test_textview: add comments and test, increase coverage to 100% (#1641) by terryjreedy · 7 years ago
  69. ba365da bpo-30303: IDLE: Add _utest argument to textview (#1499) by Louie Lu · 7 years ago
  70. 7e4db2f bpo-30166: Import command-line parsing modules only when needed. (#1293) by Serhiy Storchaka · 7 years ago
  71. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  72. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  73. 5908300 bpo-29995: re.escape() now escapes only special characters. (#1007) by Serhiy Storchaka · 7 years ago
  74. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  75. 0579e81 import sys before we use it on line 9 (#828) by Jelle Zijlstra · 7 years ago
  76. fdd42c4 bpo-20185: Convert list object implementation to Argument Clinic. (#542) by Serhiy Storchaka · 7 years ago
  77. b2ee40e Change some mercurial/ hg.python.org references. (#8) by Senthil Kumaran · 7 years ago
  78. 85c1c94 Merge with 3.6 by Terry Jan Reedy · 8 years ago
  79. e16265d Issue #29162: Don't depend on 'from tkinter import *' importing sys. by Terry Jan Reedy · 8 years ago
  80. bade830 Merge with 3.6 by Terry Jan Reedy · 8 years ago
  81. 0e10243 Issue #29071: Use local flags for IDLE colorizer string prefix matcher. by Terry Jan Reedy · 8 years ago
  82. 241dc9c Merge with 3.6 by Terry Jan Reedy · 8 years ago
  83. 246cbf2 Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes). by Terry Jan Reedy · 8 years ago
  84. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  85. 0180cf6 Issue #28572: Use system-specific values for configdialog font test by Terry Jan Reedy · 8 years ago
  86. f46b782 Issue #28572: Add 10% to coverage of IDLE's test_configdialog. by Terry Jan Reedy · 8 years ago
  87. b63c4fc Issue #25488: merge idle.py from 3.5. by Terry Jan Reedy · 8 years ago
  88. 1813aa1 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. by Terry Jan Reedy · 8 years ago
  89. c6b5f08 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 8 years ago
  90. 55f3ae6 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 8 years ago
  91. 6c58c34 IDLE NEWS item and ack. by Terry Jan Reedy · 8 years ago
  92. d39370b Issue #28300: Merge from 3.5 by Berker Peksag · 8 years ago
  93. c16387b Issue #28300: Fix typos, patch by Shlomi Fish by Berker Peksag · 8 years ago
  94. 3dad1a5 Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  95. 4b73676 Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  96. 7036019 IDLE newx items. merge from 3.5 by Terry Jan Reedy · 8 years ago
  97. d92cecb IDLE newx items. by Terry Jan Reedy · 8 years ago
  98. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  99. 00b1e0f Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  100. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago