summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* gh-75500: Update idlelib/help.html (GH-96523)Miss Islington (bot)2022-09-031-7/+8
* [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)Gregory P. Smith2022-09-021-1/+3
* gh-78143: IDLE - fix settings dialog page label. (GH-96009)Miss Islington (bot)2022-08-151-1/+1
* gh-95841: IDLE - Revise Windows local doc url (GH-95845)Miss Islington (bot)2022-08-111-4/+14
* gh-84910: Change 'IDLE Help' to 'IDLE Doc' (GH-95873)Miss Islington (bot)2022-08-111-1/+1
* gh-75500: Add idlelib section to IDLE doc (GH-95832)Miss Islington (bot)2022-08-091-1/+14
* [3.11] gh-88878: IDLE - replace type('') with str (GH-95792)Miss Islington (bot)2022-08-091-1/+1
* gh-95491: Mention IDLE Issue project in Readme (GH-95750)Miss Islington (bot)2022-08-081-0/+8
* gh-95251: IDLE - Add What's New section to README (GH-95688)Miss Islington (bot)2022-08-051-2/+23
* gh-89362: Doc IDLE menu and search (GH-95697)Miss Islington (bot)2022-08-051-15/+27
* gh-65802: IDLE - explain SaveAs and extensions (GH-95690)Miss Islington (bot)2022-08-051-0/+2
* gh-95638: Update idlelib README file and menu lists (GH-95639)Miss Islington (bot)2022-08-041-50/+59
* gh-95597: Fix typo in Lib directory files (GH-95599)Miss Islington (bot)2022-08-031-1/+1
* gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95558)Miss Islington (bot)2022-08-024-24/+42
* gh-83270: Update IDLE's credits (GH-95528) (#95560)Miss Islington (bot)2022-08-021-1/+11
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)Miss Islington (bot)2022-08-013-15/+17
* IDLE: Fix docs URL in the About window (GH-28417)Miss Islington (bot)2022-07-311-2/+3
* gh-95471: IDLE - Tweak Edit menu (GH-95481)Miss Islington (bot)2022-07-312-1/+6
* [3.10] gh-90654: IDLE - Insert blank line in NEWS.txt (#95479)Terry Jan Reedy2022-07-301-0/+1
* gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)Miss Islington (bot)2022-07-303-9/+30
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)Miss Islington (bot)2022-07-281-0/+2
* [3.10] gh-90654: Update maintenance NEWS header (#94355)Terry Jan Reedy2022-07-201-3/+2
* gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038)Miss Islington (bot)2022-07-201-0/+2
* idlelib: replace 'while 1' with 'while True' (GH-94827)Miss Islington (bot)2022-07-146-8/+8
* IDLE doc: Tweek RESTART and Windows console start (GH-94530)Miss Islington (bot)2022-07-031-3/+5
* [3.10] gh-82006: IDLE doc improvements (GH-94349) (GH-94358)Miss Islington (bot)2022-06-282-177/+306
* [3.11] gh-84623: Remove unused imports in stdlib (GH-94313)Miss Islington (bot)2022-06-272-2/+1
* IDLE: replace if statement with expression (GH-94228)Miss Islington (bot)2022-06-241-6/+2
* gh-84623: Remove unused imports in idlelib (GH-94143) (#94148)Miss Islington (bot)2022-06-233-17/+7
* Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93340)Miss Islington (bot)2022-05-301-2/+2
* bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)Terry Jan Reedy2022-02-139-3/+75
* Optimize images by IMGbot (GH-21348)Miss Islington (bot)2022-02-0410-0/+0
* bpo-46588: fix typo in test_calltip.py (GH-31119)Miss Islington (bot)2022-02-041-1/+1
* bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)Miss Islington (bot)2022-02-032-1/+4
* bpo-45975: IDLE - Remove extraneous parens (GH-31107)Miss Islington (bot)2022-02-033-4/+4
* bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)Miss Islington (bot)2022-02-035-24/+9
* bpo-46591: Make About IDLE doc link label clickable (GH-30251)Miss Islington (bot)2022-02-023-2/+6
* bpo-46496: news11-10 for bpo45296 (GH-30937)Miss Islington (bot)2022-01-271-0/+6
* bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944)Miss Islington (bot)2022-01-272-11/+13
* [3.10] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30876)Terry Jan Reedy2022-01-251-0/+12
* bpo-41841: update idlelib News up to 3.10.0. (GH-30868) (GH-30870)Miss Islington (bot)2022-01-251-1/+31
* [3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)...Miss Islington (bot)2021-10-162-3/+12
* [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)Christian Clauss2021-10-075-7/+7
* bpo-45296: Fix exit/quit message on Windows (GH-28577) (GH-28600)Miss Islington (bot)2021-09-282-0/+14
* [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Ɓukasz Langa2021-09-212-2/+2
* bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)Miss Islington (bot)2021-09-151-1/+1
* bpo-45020: Don't test IDLE with frozen module. (GH-28344)Miss Islington (bot)2021-09-151-2/+2
* IDLE: adjust Python version in doc url for 3.10+ (GH-28228)Miss Islington (bot)2021-09-101-5/+7
* Update idlelib/help.html to include idle.rst spelling fix (GH-28191)Miss Islington (bot)2021-09-071-13/+7
* bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)Miss Islington (bot)2021-08-311-0/+9