aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/editor.py
Commit message (Expand)AuthorAge
* bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)Terry Jan Reedy2019-11-20
* bpo-4630: Add cursor no-blink option for IDLE (GH-16960)Zackery Spytz2019-11-13
* bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...Serhiy Storchaka2019-10-04
* bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)Terry Jan Reedy2019-09-17
* bpo-38183: Test_idle ignores user config directory GH-16198)Terry Jan Reedy2019-09-16
* bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)GeeTransit2019-09-04
* bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)Tal Einat2019-08-25
* bpo-29446: IDLE -- add explicit imports (GH-14919)Terry Jan Reedy2019-07-23
* bpo-17535: IDLE editor line numbers (GH-14030)Tal Einat2019-07-23
* bpo-36390: Gather IDLE Format menu functions into format.py (#14827)Terry Jan Reedy2019-07-17
* bpo-36390: IDLE: Combine region formatting methods. (GH-12481)Cheryl Sabella2019-07-17
* bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)Tal Einat2019-07-17
* bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)Tal Einat2019-07-11
* bpo-5680: IDLE: Customize running a module (GH-13763)Cheryl Sabella2019-06-17
* IDLE: Fix typos in docs and comments (GH-13749)Xtreak2019-06-03
* bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)Cheryl Sabella2019-06-02
* bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)Cheryl Sabella2019-03-01
* bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH...Terry Jan Reedy2019-01-18
* bpo-35196: Optimize Squeezer's write() interception (GH-10454)Tal Einat2019-01-13
* IDLE: Create function to update menu item state. (GH-11343)Cheryl Sabella2018-12-28
* bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214)Cheryl Sabella2018-12-21
* bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)Tal Einat2018-09-25
* bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)Tal Einat2018-08-10
* bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)Terry Jan Reedy2018-06-20
* bpo-33906: Rename idlelib.windows as window (#7833)Terry Jan Reedy2018-06-20
* bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-06-20
* bpo-33907: Rename an IDLE module and class. (GH-7807)Terry Jan Reedy2018-06-19
* bpo-33855: Minimally test all IDLE modules. (GH-7689)Terry Jan Reedy2018-06-15
* bpo-33664: Scroll IDLE editor text by lines (GH-7351)Cheryl Sabella2018-06-04
* bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-...Terry Jan Reedy2018-04-30
* bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)Cheryl Sabella2018-02-23
* bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)Cheryl Sabella2017-11-22
* IDLE -- Restrict shell prompt manipulaton to the shell. (#4143)Terry Jan Reedy2017-10-27
* bpo-31460: Simplify the API of IDLE's Module Browser. (#3842)Terry Jan Reedy2017-09-30
* bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser....Cheryl Sabella2017-09-23
* bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)wohlganger2017-09-10
* bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (#2629)terryjreedy2017-07-07
* bpo-29910: IDLE no longer deletes a character after commenting out a region (...Serhiy Storchaka2017-06-27
* bpo-24813: IDLE: Add default title to help_about (#2366)csabella2017-06-23
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-27
* Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-31
* Issue 27437: Add query.ModuleName and use it for file => Load Module.Terry Jan Reedy2016-07-03
* Issue 27372: Stop test_idle from changing locale, so test passes.Terry Jan Reedy2016-06-26
* Issue *24750: Switch all scrollbars in IDLE to ttk versions.Terry Jan Reedy2016-06-10
* Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.Terry Jan Reedy2016-06-09
* Issue #27156: Remove obsolete code not used by IDLE.Terry Jan Reedy2016-05-30
* Issue #27117: Make colorizer htest and turtledemo work with dark theme.Terry Jan Reedy2016-05-29
* Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-28
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-22