1. 222ae1e bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (#6996) by Miss Islington (bot) · 7 years ago
  2. 0efa135 bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638) by Miss Islington (bot) · 7 years ago
  3. b2a02b9 bpo-33564: Add async to IDLE's code context block openers. (GH-6960) (#6961) by Miss Islington (bot) · 7 years ago
  4. 3d48443 bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (GH-6873) by Miss Islington (bot) · 7 years ago
  5. 8717cfe bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846) by Miss Islington (bot) · 7 years ago
  6. 887b5f8 bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643) by Miss Islington (bot) · 7 years ago
  7. 3295529 Spelling fixes to docs, docstrings, and comments (GH-6374) by Miss Islington (bot) · 7 years ago
  8. fa91aff bpo-33204: IDLE - revise and extend colorizer test. (GH-6347) by Miss Islington (bot) · 7 years ago
  9. 6130675 bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344) by Miss Islington (bot) · 7 years ago
  10. fd93666 [3.7] Fix duplicating words words. (GH-6296) (GH-6297) by Serhiy Storchaka · 7 years ago
  11. fd340bf bpo-32984: IDLE - set __file__ for startup files (GH-5981) by Miss Islington (bot) · 7 years ago
  12. 7e57634 bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862) by Miss Islington (bot) · 7 years ago
  13. 0ea49fc bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932) by Miss Islington (bot) · 7 years ago
  14. f409c99 bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Miss Islington (bot) · 7 years ago
  15. dfa1144 bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Miss Islington (bot) · 7 years ago
  16. c59bc98 bpo-32874: IDLE: add tests for pyparse (GH-5755) by Miss Islington (bot) · 7 years ago
  17. 65c32bb bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) by Miss Islington (bot) · 7 years ago
  18. 38b4dd7 bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) by Miss Islington (bot) · 7 years ago
  19. 4abcbc0 bpo-30928: IDLE - update NEWS.txt. (GH-5539) (GH-5540) by Miss Islington (bot) · 7 years ago
  20. 5b933aa bpo-32765: Update configdialog General tab create page docstring (GH-5529) (GH-5537) by Miss Islington (bot) · 7 years ago
  21. e86db34 [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) by Miss Islington (bot) · 7 years ago
  22. e570211 Fix idlelib comment typos reported by Mike on pull request 4803. (#4807) by Terry Jan Reedy · 7 years ago
  23. f658641 Removed doubled 'bpo-'. (#4777) by Terry Jan Reedy · 7 years ago
  24. 2c0c68d bpo-30928: update idlelib/NEWS.txt. (#4706) by Terry Jan Reedy · 7 years ago
  25. 1e2fcac bpo-32207: Improve tk event exception tracebacks in IDLE. (#4703) by Terry Jan Reedy · 7 years ago
  26. 21255fc bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (#4701) by Terry Jan Reedy · 7 years ago
  27. 041efd2 bpo-32164: Delete unused file idlelib/tabbedpages.py (#4628) by Terry Jan Reedy · 7 years ago
  28. e8f7c78 bpo-30781: Remove unused imports in idlelib.configdialog. (#4627) by Terry Jan Reedy · 7 years ago
  29. fd6f8c5 bpo-32100: Delete unneeded import in idlelib.pathbrowser. (#4626) by Terry Jan Reedy · 7 years ago
  30. 20d48a4 bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484) by Cheryl Sabella · 7 years ago
  31. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  32. e86172d IDLE -- Restrict shell prompt manipulaton to the shell. (#4143) by Terry Jan Reedy · 7 years ago
  33. ed6554c bpo-31860: Make the font sample in the IDLE font configuration dialog editable. (#4106) by Serhiy Storchaka · 7 years ago
  34. 27288de bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (#4025) by Terry Jan Reedy · 7 years ago
  35. e2e4227 bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960) by Terry Jan Reedy · 7 years ago
  36. de86073 bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) by Zane Bitter · 7 years ago
  37. 620f70e bpo-25588: Document autotest in idle_test/README.txt. (#4000) by Terry Jan Reedy · 7 years ago
  38. 0b5e61d bpo-30397: Add re.Pattern and re.Match. (#1646) by Serhiy Storchaka · 7 years ago
  39. 5961e7c IDLE: make filetypes a tuple constant. (#3847) by Terry Jan Reedy · 7 years ago
  40. d6bb65f bpo-31460: Simplify the API of IDLE's Module Browser. (#3842) by Terry Jan Reedy · 7 years ago
  41. bfebfd8 bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) by Terry Jan Reedy · 7 years ago
  42. cd99e79 bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (#3704) by Cheryl Sabella · 7 years ago
  43. 99167f8 bpo-31559: Remove test order dependence in idle_test.test_browser. (#3708) by Terry Jan Reedy · 7 years ago
  44. 058de11 bpo-1612262: IDLE: Class Browser shows nested functions, classes (#2573) by Cheryl Sabella · 7 years ago
  45. a96c96f bpo-31500: IDLE: Scale default fonts on HiDPI displays. (#3639) by Serhiy Storchaka · 7 years ago
  46. d6e2f26 bpo-31500: Removed fixed size of IDLE config dialog. (#3664) by Terry Jan Reedy · 7 years ago
  47. 55679e0 bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (#3635) by Terry Jan Reedy · 7 years ago
  48. 0efc7c6 bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (#3634) by Terry Jan Reedy · 7 years ago
  49. a6bb313 bpo-31493: Fix code context update and font update timers. (#3622) by Terry Jan Reedy · 7 years ago
  50. 5777ecc bpo-31488: IDLE - update former extensions when options change. (#3612) by Terry Jan Reedy · 7 years ago
  51. ff70289 bpo-314777: IDLE - improve rstrip entry in doc (#3602) by Terry Jan Reedy · 7 years ago
  52. d384a81 bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590) by Terry Jan Reedy · 7 years ago
  53. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
  54. 98758bc bpo-31421: Document how IDLE runs tkinter programs. (#3513) by Terry Jan Reedy · 7 years ago
  55. adb4cd2 bpo-27099: Finish updating IDLE doc and help text. (#3510) by Terry Jan Reedy · 7 years ago
  56. 8239fd7 bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (#3503) by Terry Jan Reedy · 7 years ago
  57. 667522e bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501) by Terry Jan Reedy · 7 years ago
  58. 3866d9b bpo-30781: IDLE: Fix help button on configdialog (#3238) by Cheryl Sabella · 7 years ago
  59. 58fc71c bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) by wohlganger · 7 years ago
  60. 390eadd bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help sections. (#3239) by Terry Jan Reedy · 7 years ago
  61. 998f496 bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046) by Cheryl Sabella · 7 years ago
  62. 3457f42 bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220) by Terry Jan Reedy · 7 years ago
  63. 7028e59 bpo-30781: IDLE - use ttk widgets in configdialog (#2654) by Cheryl Sabella · 7 years ago
  64. 4bfebc6 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3160) by Cheryl Sabella · 7 years ago
  65. 8f7a798 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156) by Cheryl Sabella · 7 years ago
  66. a32e405 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141) by Cheryl Sabella · 7 years ago
  67. 82aff62 bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123) by Cheryl Sabella · 7 years ago
  68. 7f06684 bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (#3098) by Terry Jan Reedy · 7 years ago
  69. e36d9f5 bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096) by Cheryl Sabella · 7 years ago
  70. 2f89646 bpo-31002: IDLE: Add tests for configdialog keys tab (#2996) by Cheryl Sabella · 7 years ago
  71. 3b0f620 bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822) by Louie Lu · 7 years ago
  72. 733d0f6 bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016) by Terry Jan Reedy · 7 years ago
  73. 8922587 bpo-29910: IDLE - revert `break`s that disabled calltip close. (#2997) by Terry Jan Reedy · 7 years ago
  74. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  75. 6f446be bpo-31083: IDLE: Describe the Page classes in configdialog (#2965) by csabella · 7 years ago
  76. e8eb17b bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952) by csabella · 7 years ago
  77. 9397e2a bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905) by csabella · 7 years ago
  78. c3aa47f bpo-30928: Update IDLE News.txt. (#2948) by Terry Jan Reedy · 7 years ago
  79. b331f80 bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938) by Terry Jan Reedy · 7 years ago
  80. 5d0f30a bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (#2936) by Terry Jan Reedy · 7 years ago
  81. 5b59154 bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914) by csabella · 7 years ago
  82. b166080 bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908) by Terry Jan Reedy · 7 years ago
  83. 2bc8f0e bpo-31003: IDLE - Add more tests for General tab (#2859) by Terry Jan Reedy · 7 years ago
  84. 45bf723 bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2872) by csabella · 7 years ago
  85. 77e97ca bpo-30993: IDLE - Improve configdialog font page and tests. (#2831) by Terry Jan Reedy · 7 years ago
  86. 07ba305 bpo-30993: IDLE - Improve configdialog font page and tests. (#2818) by Terry Jan Reedy · 7 years ago
  87. 616ecf1 bpo-30981: IDLE: Augment one configdialog font page test (#2810) by Terry Jan Reedy · 7 years ago
  88. 7c5798e bpo-30981: temporarity skip failing IDLE test class (#2798) by Terry Jan Reedy · 7 years ago
  89. d0969d6 bpo-30981: IDLE -- Add more configdialog font page tests. (#2794) by Terry Jan Reedy · 7 years ago
  90. a54a8f1 bpo-28523: IDLE: Use 'color' instead of 'colour'. (#2787) by Terry Jan Reedy · 7 years ago
  91. 9f9192a bpo-30968: Fix test_get_font in IDLE's test_config. (#2769) by terryjreedy · 7 years ago
  92. ed014f7 bpo-30917: IDLE: Fix mock_config deepcopy to read_string (#2754) by Louie Lu · 7 years ago
  93. f776eb0 bpo-30917: IDLE: Add config.IdleConf unittests (#2691) by Louie Lu · 7 years ago
  94. 95bebb7 bpo-30934: Document coverage details for idlelib tests (#2711) by terryjreedy · 7 years ago
  95. 0d0a32f Update idlelib/NEWS.txt. (#2703) by terryjreedy · 7 years ago
  96. 36329a4 bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDialog (#2697) by csabella · 7 years ago
  97. 9b622fb bpo-30870: IDLE: Add configdialog fontlist selection unittest (#2666) by Louie Lu · 7 years ago
  98. 50c9435 bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (#2662) by Louie Lu · 7 years ago
  99. 6d13b22 bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667) by csabella · 7 years ago
  100. ba35227 bpo-30881: IDLE: add docstrings to browser.py (#2638) by csabella · 7 years ago