1. c29c03a bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Cheryl Sabella · 6 years ago
  2. 451d1ed bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Terry Jan Reedy · 6 years ago
  3. c84cf6c bpo-32874: IDLE: add tests for pyparse (GH-5755) by Cheryl Sabella · 6 years ago
  4. 688722c bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) by Terry Jan Reedy · 6 years ago
  5. f34e03e bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) by Terry Jan Reedy · 6 years ago
  6. 05e8067 Add entry for uniform lower context; add 'since' to be explicit. (GH-5539) by Terry Jan Reedy · 6 years ago
  7. 845d864 bpo-32765: Update configdialog General tab create page docstring (GH-5529) by Cheryl Sabella · 6 years ago
  8. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 6 years ago
  9. e570211 Fix idlelib comment typos reported by Mike on pull request 4803. (#4807) by Terry Jan Reedy · 7 years ago
  10. f658641 Removed doubled 'bpo-'. (#4777) by Terry Jan Reedy · 7 years ago
  11. 2c0c68d bpo-30928: update idlelib/NEWS.txt. (#4706) by Terry Jan Reedy · 7 years ago
  12. 1e2fcac bpo-32207: Improve tk event exception tracebacks in IDLE. (#4703) by Terry Jan Reedy · 7 years ago
  13. 21255fc bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (#4701) by Terry Jan Reedy · 7 years ago
  14. 041efd2 bpo-32164: Delete unused file idlelib/tabbedpages.py (#4628) by Terry Jan Reedy · 7 years ago
  15. e8f7c78 bpo-30781: Remove unused imports in idlelib.configdialog. (#4627) by Terry Jan Reedy · 7 years ago
  16. fd6f8c5 bpo-32100: Delete unneeded import in idlelib.pathbrowser. (#4626) by Terry Jan Reedy · 7 years ago
  17. 20d48a4 bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484) by Cheryl Sabella · 7 years ago
  18. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  19. e86172d IDLE -- Restrict shell prompt manipulaton to the shell. (#4143) by Terry Jan Reedy · 7 years ago
  20. ed6554c bpo-31860: Make the font sample in the IDLE font configuration dialog editable. (#4106) by Serhiy Storchaka · 7 years ago
  21. 27288de bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (#4025) by Terry Jan Reedy · 7 years ago
  22. e2e4227 bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960) by Terry Jan Reedy · 7 years ago
  23. de86073 bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) by Zane Bitter · 7 years ago
  24. 620f70e bpo-25588: Document autotest in idle_test/README.txt. (#4000) by Terry Jan Reedy · 7 years ago
  25. 0b5e61d bpo-30397: Add re.Pattern and re.Match. (#1646) by Serhiy Storchaka · 7 years ago
  26. 5961e7c IDLE: make filetypes a tuple constant. (#3847) by Terry Jan Reedy · 7 years ago
  27. d6bb65f bpo-31460: Simplify the API of IDLE's Module Browser. (#3842) by Terry Jan Reedy · 7 years ago
  28. bfebfd8 bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) by Terry Jan Reedy · 7 years ago
  29. cd99e79 bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (#3704) by Cheryl Sabella · 7 years ago
  30. 99167f8 bpo-31559: Remove test order dependence in idle_test.test_browser. (#3708) by Terry Jan Reedy · 7 years ago
  31. 058de11 bpo-1612262: IDLE: Class Browser shows nested functions, classes (#2573) by Cheryl Sabella · 7 years ago
  32. a96c96f bpo-31500: IDLE: Scale default fonts on HiDPI displays. (#3639) by Serhiy Storchaka · 7 years ago
  33. d6e2f26 bpo-31500: Removed fixed size of IDLE config dialog. (#3664) by Terry Jan Reedy · 7 years ago
  34. 55679e0 bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (#3635) by Terry Jan Reedy · 7 years ago
  35. 0efc7c6 bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (#3634) by Terry Jan Reedy · 7 years ago
  36. a6bb313 bpo-31493: Fix code context update and font update timers. (#3622) by Terry Jan Reedy · 7 years ago
  37. 5777ecc bpo-31488: IDLE - update former extensions when options change. (#3612) by Terry Jan Reedy · 7 years ago
  38. ff70289 bpo-314777: IDLE - improve rstrip entry in doc (#3602) by Terry Jan Reedy · 7 years ago
  39. d384a81 bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590) by Terry Jan Reedy · 7 years ago
  40. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
  41. 98758bc bpo-31421: Document how IDLE runs tkinter programs. (#3513) by Terry Jan Reedy · 7 years ago
  42. adb4cd2 bpo-27099: Finish updating IDLE doc and help text. (#3510) by Terry Jan Reedy · 7 years ago
  43. 8239fd7 bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (#3503) by Terry Jan Reedy · 7 years ago
  44. 667522e bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501) by Terry Jan Reedy · 7 years ago
  45. 3866d9b bpo-30781: IDLE: Fix help button on configdialog (#3238) by Cheryl Sabella · 7 years ago
  46. 58fc71c bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) by wohlganger · 7 years ago
  47. 390eadd bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help sections. (#3239) by Terry Jan Reedy · 7 years ago
  48. 998f496 bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046) by Cheryl Sabella · 7 years ago
  49. 3457f42 bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220) by Terry Jan Reedy · 7 years ago
  50. 7028e59 bpo-30781: IDLE - use ttk widgets in configdialog (#2654) by Cheryl Sabella · 7 years ago
  51. 4bfebc6 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3160) by Cheryl Sabella · 7 years ago
  52. 8f7a798 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156) by Cheryl Sabella · 7 years ago
  53. a32e405 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141) by Cheryl Sabella · 7 years ago
  54. 82aff62 bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123) by Cheryl Sabella · 7 years ago
  55. 7f06684 bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (#3098) by Terry Jan Reedy · 7 years ago
  56. e36d9f5 bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096) by Cheryl Sabella · 7 years ago
  57. 2f89646 bpo-31002: IDLE: Add tests for configdialog keys tab (#2996) by Cheryl Sabella · 7 years ago
  58. 3b0f620 bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822) by Louie Lu · 7 years ago
  59. 733d0f6 bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016) by Terry Jan Reedy · 7 years ago
  60. 8922587 bpo-29910: IDLE - revert `break`s that disabled calltip close. (#2997) by Terry Jan Reedy · 7 years ago
  61. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  62. 6f446be bpo-31083: IDLE: Describe the Page classes in configdialog (#2965) by csabella · 7 years ago
  63. e8eb17b bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952) by csabella · 7 years ago
  64. 9397e2a bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905) by csabella · 7 years ago
  65. c3aa47f bpo-30928: Update IDLE News.txt. (#2948) by Terry Jan Reedy · 7 years ago
  66. b331f80 bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938) by Terry Jan Reedy · 7 years ago
  67. 5d0f30a bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (#2936) by Terry Jan Reedy · 7 years ago
  68. 5b59154 bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914) by csabella · 7 years ago
  69. b166080 bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908) by Terry Jan Reedy · 7 years ago
  70. 2bc8f0e bpo-31003: IDLE - Add more tests for General tab (#2859) by Terry Jan Reedy · 7 years ago
  71. 45bf723 bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2872) by csabella · 7 years ago
  72. 77e97ca bpo-30993: IDLE - Improve configdialog font page and tests. (#2831) by Terry Jan Reedy · 7 years ago
  73. 07ba305 bpo-30993: IDLE - Improve configdialog font page and tests. (#2818) by Terry Jan Reedy · 7 years ago
  74. 616ecf1 bpo-30981: IDLE: Augment one configdialog font page test (#2810) by Terry Jan Reedy · 7 years ago
  75. 7c5798e bpo-30981: temporarity skip failing IDLE test class (#2798) by Terry Jan Reedy · 7 years ago
  76. d0969d6 bpo-30981: IDLE -- Add more configdialog font page tests. (#2794) by Terry Jan Reedy · 7 years ago
  77. a54a8f1 bpo-28523: IDLE: Use 'color' instead of 'colour'. (#2787) by Terry Jan Reedy · 7 years ago
  78. 9f9192a bpo-30968: Fix test_get_font in IDLE's test_config. (#2769) by terryjreedy · 7 years ago
  79. ed014f7 bpo-30917: IDLE: Fix mock_config deepcopy to read_string (#2754) by Louie Lu · 7 years ago
  80. f776eb0 bpo-30917: IDLE: Add config.IdleConf unittests (#2691) by Louie Lu · 7 years ago
  81. 95bebb7 bpo-30934: Document coverage details for idlelib tests (#2711) by terryjreedy · 7 years ago
  82. 0d0a32f Update idlelib/NEWS.txt. (#2703) by terryjreedy · 7 years ago
  83. 36329a4 bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDialog (#2697) by csabella · 7 years ago
  84. 9b622fb bpo-30870: IDLE: Add configdialog fontlist selection unittest (#2666) by Louie Lu · 7 years ago
  85. 50c9435 bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (#2662) by Louie Lu · 7 years ago
  86. 6d13b22 bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667) by csabella · 7 years ago
  87. ba35227 bpo-30881: IDLE: add docstrings to browser.py (#2638) by csabella · 7 years ago
  88. 5b62b35 bpo-30870: IDLE -- fix logic error in eae2537. (#2660) by terryjreedy · 7 years ago
  89. aa8d0a2 bpo-30851: IDLE: Remove unused tk variables in configdialog. (#2626) by csabella · 7 years ago
  90. bb2bae8 bpo-30870: IDLE: Change sample font when select by key-up/down (#2617) by Louie Lu · 7 years ago
  91. 223c7e7 bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (#2629) by terryjreedy · 7 years ago
  92. 349abd9 bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in config; test. (#2612) by terryjreedy · 7 years ago
  93. 25a4206 bpo-30780: Fix error in idlelib.test_idle.test_configdialog (#2606) by terryjreedy · 7 years ago
  94. 1ccbad9 Update idlelib/NEWS.txt with merges upto 2017 Jul 5. (#2595) by terryjreedy · 7 years ago
  95. 2000150 bpo-21624: IDLE -- minor htest fixes (#2575) by terryjreedy · 7 years ago
  96. 7eb5883 bpo-30777: IDLE: configdialog - add docstrings and improve comments (#2440) by csabella · 7 years ago
  97. 42bc8be bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#2283) by csabella · 7 years ago
  98. 592eda1 bpo-24813: IDLE tagline is Integrated Development and Learning Environment (#2451) by Mark Roseman · 7 years ago
  99. fae2c35 bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306) by wohlganger · 7 years ago
  100. 65474b9 bpo-30674: IDLE: add docstrings to grep.py (#2213) by csabella · 7 years ago