1. a1f4500 bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) by Miss Islington (bot) · 5 years ago
  2. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 5 years ago
  3. 73ccc33 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Miss Islington (bot) · 5 years ago
  4. ad845be bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 5 years ago
  5. 29bde48 bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Miss Islington (bot) · 5 years ago
  6. 4009a85 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Miss Islington (bot) · 5 years ago
  7. 9c2654d bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368) by Miss Islington (bot) · 5 years ago
  8. 29825a3 Fix idlelib.help comments (GH-15669) by Miss Islington (bot) · 5 years ago
  9. 952ea67 bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664) by Miss Islington (bot) · 5 years ago
  10. 1c18aec bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Miss Islington (bot) · 5 years ago
  11. 3d75857 IDLE: Fix 2 typos found by Min ho Kim. (GH-15617) by Miss Islington (bot) · 5 years ago
  12. 0778870 bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) by Miss Islington (bot) · 5 years ago
  13. e266d06 bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) by Miss Islington (bot) · 5 years ago
  14. 557802d bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Miss Islington (bot) · 5 years ago
  15. 5349f8c bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121) by Miss Islington (bot) · 5 years ago
  16. 9c95fc7 bpo-37748: Re-order the Run menu. (GH-15115) by Miss Islington (bot) · 5 years ago
  17. 1d2b4db bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103) by Miss Islington (bot) · 5 years ago
  18. 34de5dc bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034) by Miss Islington (bot) · 5 years ago
  19. 01c62c9 Fix idlelib typos discovered by min ho, pr 15018. (GH-15029) by Miss Islington (bot) · 5 years ago
  20. 8b50e3e bpo-34162: Update idlelib/news.txt. (GH-15011) by Miss Islington (bot) · 5 years ago
  21. 8513b90 bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (GH-15010) by Miss Islington (bot) · 5 years ago
  22. c94386d bpo-37692: Improve highlight config sample (GH-14983) by Miss Islington (bot) · 5 years ago
  23. 1710193 bpo-37628: Fix IDLE config sample sizes (GH-14958) by Miss Islington (bot) · 5 years ago
  24. f6ab188 bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959) by Miss Islington (bot) · 5 years ago
  25. fc63d5a bpo-29446: IDLE -- add explicit imports (GH-14919) (GH-14920) by Miss Islington (bot) · 5 years ago
  26. 1da6a31 bpo-17535: IDLE editor line numbers (GH-14030) by Miss Islington (bot) · 5 years ago
  27. 5dab5e7 bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822) by Miss Islington (bot) · 5 years ago
  28. 9325f40 bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870) by Miss Islington (bot) · 5 years ago
  29. a8cac57 Fix typo found by Min ho Kim (GH-14879) by Miss Islington (bot) · 5 years ago
  30. 86eb5da bpo-33610: IDLE's code-context always shows current context immediately (GH-14821) (#14846) by Miss Islington (bot) · 5 years ago
  31. 028f1d2 bpo-36390: Gather IDLE Format menu functions into format.py (GH-14827) (GH-14829) by Miss Islington (bot) · 5 years ago
  32. 1fc43a3 bpo-36390: IDLE: Combine region formatting methods. (GH-12481) (GH-14811) by Miss Islington (bot) · 5 years ago
  33. 6cf7c45 bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675) by Miss Islington (bot) · 5 years ago
  34. 178f09f bpo-27452: IDLE: Cleanup config.py code (GH-14577) (GH-14802) by Miss Islington (bot) · 5 years ago
  35. 242ad1f bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500) by Miss Islington (bot) · 5 years ago
  36. b82188d bpo-26806: IDLE should run without docstrings (GH-14657) (GH-14677) by Miss Islington (bot) · 5 years ago
  37. d4af553 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Miss Islington (bot) · 5 years ago
  38. 46e9f15 Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14270) by Miss Islington (bot) · 5 years ago
  39. b626b11 bpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209) by Miss Islington (bot) · 5 years ago
  40. ae526ee bpo-5680: IDLE: Customize running a module (GH-13763) by Miss Islington (bot) · 5 years ago
  41. 02f7f74 bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170) by Miss Islington (bot) · 5 years ago
  42. 4b68a8e bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14168) by Miss Islington (bot) · 5 years ago
  43. 2acaf49 bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957) by Miss Islington (bot) · 5 years ago
  44. 6c9effa IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876) (#13885) by Miss Islington (bot) · 5 years ago
  45. 295fe32 bpo-37177: make IDLE's search dialogs transient (GH-13869) by Miss Islington (bot) · 5 years ago
  46. 39346ff bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) by Miss Islington (bot) · 5 years ago
  47. d9677f3 IDLE: Fix typos in docs and comments (GH-13749) by Xtreak · 5 years ago
  48. 6bdc4de bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307) by Cheryl Sabella · 5 years ago
  49. 1a4d9ff bpo-32411: IDLE: Remove line number sort in browser.py (#5011) by Cheryl Sabella · 5 years ago
  50. 2085bd0 bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) by Serhiy Storchaka · 5 years ago
  51. ba04302 IDLE - Capitalize search dialogs' 'Close' button label. (#13691) by Terry Jan Reedy · 5 years ago
  52. df9b032 bpo-37039: IDLE - zoomheight fixes (GH-13576) by Terry Jan Reedy · 5 years ago
  53. 81bb97d bpo-37038: Make idlelib.run runnable; add test clause (GH-13560) by Terry Jan Reedy · 5 years ago
  54. 6d965b3 bpo-36958: In IDLE, print exit message (GH-13435) by Terry Jan Reedy · 5 years ago
  55. 8a533ff Fix typos in documentation. Patch by tirkarthi. (GH-13354) by Terry Jan Reedy · 5 years ago
  56. 4f098b3 bpo-36807: When saving a file in IDLE, call flush and fsync (#13102) by Guido van Rossum · 5 years ago
  57. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  58. 55d0351 Syntax highlight IDLE html doc code example. (GH-12981) by Terry Jan Reedy · 5 years ago
  59. da08470 bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553) by Serhiy Storchaka · 6 years ago
  60. 6a258c8 bpo-36429: Fix starting IDLE with pyshell (#12548) by Terry Jan Reedy · 6 years ago
  61. 113d735 bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209) by Louie Lu · 6 years ago
  62. 0fe4513 bpo-36405: IDLE - Restore __main__ and add tests (#12518) by Terry Jan Reedy · 6 years ago
  63. d60f658 bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203) by Cheryl Sabella · 6 years ago
  64. 2b75155 bpo-36405: Use dict unpacking in idlelib (#12507) by Terry Jan Reedy · 6 years ago
  65. c141957 bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491) by Terry Jan Reedy · 6 years ago
  66. 0bb5e75 bpo-23216: IDLE: Add docstrings to search modules (GH-12141) by Cheryl Sabella · 6 years ago
  67. 491ef53 bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262) by Terry Jan Reedy · 6 years ago
  68. 8a1bab9 bpo-34162: Add entries for idlelib/NEWS.txt (#12232) by Terry Jan Reedy · 6 years ago
  69. 7eebbbd bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031) by Ned Deily · 6 years ago
  70. b9f0354 bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109) by Cheryl Sabella · 6 years ago
  71. ed1deb0 bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) by Cheryl Sabella · 6 years ago
  72. d610116 bpo-24310: Document IDLE settings dialog font tab sample (GH-12007) by Terry Jan Reedy · 6 years ago
  73. ee0f927 bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472) by Cheryl Sabella · 6 years ago
  74. 8a03ff2 bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) by Terry Jan Reedy · 6 years ago
  75. 28f6cb3 bpo-35683: Improve Azure Pipelines steps (GH-11493) by Steve Dower · 6 years ago
  76. 2cf1dda bpo-35770: Fix off-by-1 error. (#11618) by Terry Jan Reedy · 6 years ago
  77. 39ed289 bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614) by Terry Jan Reedy · 6 years ago
  78. a902239 bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602) by Terry Jan Reedy · 6 years ago
  79. e55cf02 bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585) by Tal Einat · 6 years ago
  80. 56c1605 bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) by Terry Jan Reedy · 6 years ago
  81. 5bb146a bpo-35730: Disable IDLE test_reload assertion. (GH-11543) by Terry Jan Reedy · 6 years ago
  82. 39a33e9 bpo-35196: Optimize Squeezer's write() interception (GH-10454) by Tal Einat · 6 years ago
  83. 11303dd bpo-35660: Fix imports in idlelib.window (#11434) by Cheryl Sabella · 6 years ago
  84. ab54b9a bpo-35641: IDLE - format calltip properly when no docstring (GH-11415) by Emmanuel Arias · 6 years ago
  85. aff0ada bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) by Terry Jan Reedy · 6 years ago
  86. b4ea8bb bpo-35598: IDLE - Globalize some config_key objects (GH-11392) by Cheryl Sabella · 6 years ago
  87. 4bd79c3 bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365) by Cheryl Sabella · 6 years ago
  88. b0a6196 bpo-35598: IDLE: Increase test coverage for config_key.py (#11360) by Cheryl Sabella · 6 years ago
  89. 4bc2467 bpo-34055: Revert deletion of line in IDLE's PyShell (#11346) by Terry Jan Reedy · 6 years ago
  90. c0381aa bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325) by Cheryl Sabella · 6 years ago
  91. 804a5d9 IDLE: Create function to update menu item state. (GH-11343) by Cheryl Sabella · 6 years ago
  92. c465682 bpo-35591: IDLE Find Selection now works when selection not found (GH-11339) by Terry Jan Reedy · 6 years ago
  93. 55698cc bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330) by Cheryl Sabella · 6 years ago
  94. 44a79cc bpo-35208: Fix IDLE Squeezer line counting (GH-10449) by Tal Einat · 6 years ago
  95. 8874f51 bpo-35555: IDLE: Gray out Code Context menu item on non-editors (#11282) by Cheryl Sabella · 6 years ago
  96. c1b4b0f bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214) by Cheryl Sabella · 6 years ago
  97. 292cd6e bpo-35521: Add more cross-refs to IDLE docs (#11257) by Terry Jan Reedy · 6 years ago
  98. 87ec110 bpo-34162: Update idlelib/NEWS.txt to 2018-12-20. (#11255) by Terry Jan Reedy · 6 years ago
  99. 01421be bpo-35521: IDLE: Add code context section to docs (#11205) by Cheryl Sabella · 6 years ago
  100. 9ebe879 bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464) by Tal Einat · 6 years ago