1. 23a567c bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) by Zackery Spytz · 4 years, 8 months ago
  2. 6f79e60 bpo-33610: Edit idlelib.codecontext (GH-23773) by Terry Jan Reedy · 4 years, 9 months ago
  3. c705fd1 bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Terry Jan Reedy · 6 years ago
  4. 7123ea0 bpo-17535: IDLE editor line numbers (GH-14030) by Tal Einat · 6 years ago
  5. e0a1f8f bpo-33610: IDLE's code-context always shows current context immediately (GH-14821) by Tal Einat · 6 years ago
  6. 7036e1d bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675) by Tal Einat · 6 years ago
  7. c1b4b0f bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214) by Cheryl Sabella · 7 years ago
  8. 43a74ab bpo-35202: Remove unused imports in idlelib (GH-10438) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 7 years ago
  9. 4d92158 bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) by Terry Jan Reedy · 7 years ago
  10. 041272b bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411) by Cheryl Sabella · 7 years ago
  11. b609e68 bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367) by Cheryl Sabella · 7 years ago
  12. de65162 bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) by Cheryl Sabella · 7 years ago
  13. 29996a1 bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) by Cheryl Sabella · 7 years ago
  14. 8506016 bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) by Cheryl Sabella · 7 years ago
  15. 654038d bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638) by Cheryl Sabella · 7 years ago
  16. d89ca94 bpo-33564: Add async to IDLE's code context block openers. (GH-6960) by Terry Jan Reedy · 7 years ago
  17. a6bb313 bpo-31493: Fix code context update and font update timers. (#3622) by Terry Jan Reedy · 8 years ago
  18. 58fc71c bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) by wohlganger · 8 years ago
  19. 213ce12 bpo-29910: IDLE no longer deletes a character after commenting out a region (#825) by Serhiy Storchaka · 8 years ago
  20. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 9 years ago
  21. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 9 years ago
  22. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 9 years ago[Renamed from Lib/idlelib/CodeContext.py]
  23. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 10 years ago
  24. 049882e Issue 22823: Use set literal in idlelib. by Terry Jan Reedy · 11 years ago
  25. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 17 years ago
  26. 3536a5c maxint->maxsize. Wouldn't import. by Kurt B. Kaiser · 18 years ago
  27. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 18 years ago
  28. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 18 years ago
  29. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  30. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 19 years ago
  31. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 19 years ago
  32. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  33. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 19 years ago
  34. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  35. 389482c Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. by Kurt B. Kaiser · 20 years ago
  36. 0a13579 Tweak CodeContext.py docstrings, comments, and names. by Kurt B. Kaiser · 20 years ago
  37. 7491022 Increased performance in CodeContext extension Patch 936169 Noam Raphael by Kurt B. Kaiser · 20 years ago
  38. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 21 years ago
  39. e3636e0 Fix a bug I introduced which causes all block openers at an indent level by Kurt B. Kaiser · 21 years ago
  40. d00587a 1. Add an Options menu entry: Code Context by Kurt B. Kaiser · 21 years ago
  41. 54d1a3b - New Extension: CodeContext. Provides block structuring hints for code by Kurt B. Kaiser · 21 years ago