summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* bpo-35675: IDLE - separate config_key window and frame (#11427)Cheryl Sabella2022-09-304-82/+174
* gh-97527: IDLE: protect macosx Tk() call when no GUI (#97530)Terry Jan Reedy2022-09-241-13/+17
* gh-87179: Fix more IDLE class headers (#96899)Terry Jan Reedy2022-09-172-2/+2
* gh-75500: Update idlelib/help.html (#96523)Terry Jan Reedy2022-09-031-7/+8
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-1/+3
* gh-78143: IDLE - fix settings dialog page label. (#96009)Terry Jan Reedy2022-08-151-1/+1
* gh-95841: IDLE - Revise Windows local doc url (#95845)Terry Jan Reedy2022-08-111-4/+14
* gh-84910: Change 'IDLE Help' to 'IDLE Doc' (#95873)Terry Jan Reedy2022-08-111-1/+1
* gh-75500: Add idlelib section to IDLE doc (#95832)Terry Jan Reedy2022-08-091-1/+14
* gh-95491: Mention IDLE Issue project in Readme (#95750)Terry Jan Reedy2022-08-081-0/+8
* gh-95251: IDLE - Add What's New section to README (#95688)Terry Jan Reedy2022-08-051-2/+23
* gh-89362: Doc IDLE menu and search (#95697)Terry Jan Reedy2022-08-051-15/+27
* gh-65802: IDLE - explain SaveAs and extensions (#95690)Terry Jan Reedy2022-08-051-0/+2
* gh-95638: Update idlelib README file and menu lists (#95639)Terry Jan Reedy2022-08-041-50/+59
* gh-95597: Fix typo in Lib directory files (#95599)Jo, Yunjin2022-08-031-1/+1
* gh-83270: Update IDLE's credits (#95528)Erlend Egeberg Aasland2022-08-021-1/+11
* gh-95191: IDLE: Include prompts when saving Shell #95554Terry Jan Reedy2022-08-024-24/+42
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)Terry Jan Reedy2022-08-013-15/+17
* IDLE: Fix docs URL in the About window (#28417)Serhiy Storchaka2022-07-311-2/+3
* gh-95471: IDLE - Tweak Edit menu (#95481)Terry Jan Reedy2022-07-312-1/+6
* gh-90654: IDLE - Insert blank line in NEWS.txt (#95478)Terry Jan Reedy2022-07-301-0/+1
* gh-95411: IDLE - Enable using the module browser with .pyw files (#95397)Erlend Egeberg Aasland2022-07-303-9/+30
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393)Erlend Egeberg Aasland2022-07-281-0/+2
* gh-90654: Remove unneeded blank line (#95044)Terry Jan Reedy2022-07-201-1/+0
* gh-90654: Add item missing from idlelib/NEWS.txt (#95038)Terry Jan Reedy2022-07-201-0/+2
* idlelib: replace 'while 1' with 'while True' (#94827)Terry Jan Reedy2022-07-146-8/+8
* gh-93883: elide traceback indicators when possible (#93994)John Belmonte2022-07-111-9/+4
* IDLE doc: Tweek RESTART and Windows console start (#94530)Terry Jan Reedy2022-07-031-3/+5
* gh-82006: IDLE doc improvements (#94349)Terry Jan Reedy2022-06-272-177/+306
* IDLE: replace if statement with expression (#94228)Terry Jan Reedy2022-06-241-6/+2
* gh-84623: Remove unused imports in idlelib (#94143)Victor Stinner2022-06-223-17/+7
* gh-84623: Remove unused imports in stdlib (#93773)Victor Stinner2022-06-132-2/+1
* Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332)luzpaz2022-05-301-2/+2
* bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)Serhiy Storchaka2022-05-081-1/+1
* gh-91827: Add method info_pathlevel() in tkinter (GH-91829)Serhiy Storchaka2022-05-061-3/+3
* gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31...Oleg Iarygin2022-04-191-1/+3
* bpo-46996: IDLE: Drop workarounds for old Tk versions (GH-31962)Serhiy Storchaka2022-03-193-36/+1
* bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)Alex Waygood2022-02-139-3/+75
* Optimize images by IMGbot (GH-21348)Manish Kumar ⛄2022-02-0410-0/+0
* bpo-46588: fix typo in test_calltip.py (GH-31119)Caio Agiani2022-02-041-1/+1
* bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)Terry Jan Reedy2022-02-032-1/+4
* bpo-45975: IDLE - Remove extraneous parens (GH-31107)Terry Jan Reedy2022-02-033-4/+4
* bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)Nick Drozd2022-02-035-24/+9
* bpo-46591: Make About IDLE doc link label clickable (GH-30251)Wes2022-02-023-2/+6
* bpo-46496: news11-10 for bpo45296 (GH-30937)Terry Jan Reedy2022-01-271-0/+6
* bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)Terry Jan Reedy2022-01-272-11/+13
* bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30875)Terry Jan Reedy2022-01-251-0/+12
* bpo-41841: update idlelib News up to 3.10.0. (GH-30868)Terry Jan Reedy2022-01-251-1/+31
* bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)Terry Jan Reedy2021-10-162-3/+12
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-065-7/+7