aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/editor.py
Commit message (Expand)AuthorAge
* Fix typos in warnings, docstrings, comments and text files (#123597)abstractee2024-09-03
* gh-88516: show file proxy icon in IDLE editor windows on macOS (#112894)Ronald Oussoren2024-02-23
* gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103...Christopher Chavez2024-02-02
* gh-66819: More IDLE htest updates(4) (#112686)Terry Jan Reedy2023-12-04
* gh-104719: IDLE - test existence of all tokenize references. (#104767)Terry Jan Reedy2023-05-24
* gh-104719: IDLE - delete useless monkeypatch of tokenize (#104726)Terry Jan Reedy2023-05-21
* gh-75710: IDLE - add docstrings and comments to editor module (#104446)Terry Jan Reedy2023-05-13
* gh-103668: Run pyugrade on idlelib (#103671)Nikita Sobolev2023-04-23
* gh-95841: IDLE - Revise Windows local doc url (#95845)Terry Jan Reedy2022-08-11
* idlelib: replace 'while 1' with 'while True' (#94827)Terry Jan Reedy2022-07-13
* bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)Alex Waygood2022-02-12
* bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)Tal Einat2021-05-02
* bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)Tal Einat2021-04-28
* bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)Zackery Spytz2021-01-28
* bpo-43013: Fix old tkinter module names in idlelib (GH-24326)Terry Jan Reedy2021-01-25
* bpo-43013: Update idlelib code to 3.x (GH-24315)Terry Jan Reedy2021-01-24
* bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)Terry Jan Reedy2020-05-29
* bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)Terry Jan Reedy2020-03-09
* bpo-39885: IDLE context menu clears selection (#18859)Terry Jan Reedy2020-03-08
* bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)Terry Jan Reedy2020-03-08
* bpo-38792: Remove IDLE shell calltip before new prompt. (#17150)Zackery Spytz2020-01-30
* bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)Cheryl Sabella2020-01-21
* 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