| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] IDLE: Condense run.main threading.Thread start. (GH-106125) (#106154) | Miss Islington (bot) | 2023-06-27 | 1 | -5/+6 |
|
|
* | [3.12] gh-102832: IDLE - update stackviewer open (GH-105528) (#105534) | Miss Islington (bot) | 2023-06-08 | 1 | -2/+2 |
|
|
* | [3.12] gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackview... | Miss Islington (bot) | 2023-06-08 | 4 | -52/+22 |
|
|
* | [3.12] gh-104972: Ensure that line attributes in tokens in the tokenize modul... | Miss Islington (bot) | 2023-05-26 | 1 | -2/+2 |
|
|
* | [3.12] gh-104825: add omitted idlelib text fix (#104880) | Terry Jan Reedy | 2023-05-24 | 1 | -2/+2 |
|
|
* | [3.12] gh-104719: IDLE - test existence of all tokenize references. (GH-10476... | Miss Islington (bot) | 2023-05-24 | 4 | -12/+52 |
|
|
* | gh-104719: IDLE - delete useless monkeypatch of tokenize (#104726) | Terry Jan Reedy | 2023-05-21 | 1 | -12/+6 |
|
|
* | gh-104499: Fix typo. (#104598) | Terry Jan Reedy | 2023-05-18 | 1 | -1/+1 |
|
|
* | gh-104499: IDLE - fix completions for tk aqua 8.7 (#104591) | Terry Jan Reedy | 2023-05-18 | 2 | -7/+5 |
|
|
* | gh-104496: IDLE - fix About for mixed tcl/tk versions (#104585) | Terry Jan Reedy | 2023-05-17 | 3 | -23/+21 |
|
|
* | GH-71383: IDLE - Document testing subsets of modules (#104463) | Terry Jan Reedy | 2023-05-14 | 2 | -15/+28 |
|
|
* | gh-75710: IDLE - add docstrings and comments to editor module (#104446) | Terry Jan Reedy | 2023-05-13 | 1 | -25/+102 |
|
|
* | gh-99836: IDLE - update news.txt for 3.12 (#104444) | Terry Jan Reedy | 2023-05-13 | 1 | -2/+13 |
|
|
* | gh-88496: IDLE - fix another test on macOS (#104075) | Terry Jan Reedy | 2023-05-02 | 1 | -2/+3 |
|
|
* | gh-88496: Fix IDLE test hang on macOS (#104025) | Terry Jan Reedy | 2023-05-01 | 2 | -2/+2 |
|
|
* | Change 'dependant' to 'dependent' (#103745) | Christopher Chavez | 2023-04-24 | 1 | -2/+2 |
|
|
* | gh-103668: Run pyugrade on idlelib (#103671) | Nikita Sobolev | 2023-04-23 | 17 | -50/+50 |
|
|
* | gh-102778: IDLE - make sys.last_exc available in Shell after traceback (#103314) | Irit Katriel | 2023-04-19 | 1 | -0/+1 |
|
|
* | gh-102778: revert changes to idlelib (#102825) | Irit Katriel | 2023-03-19 | 4 | -24/+9 |
|
|
* | gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last... | Irit Katriel | 2023-03-18 | 4 | -9/+24 |
|
|
* | IDLE: Simplify DynOptionsMenu __init__code (#101371) | JosephSBoyle | 2023-02-28 | 1 | -14/+11 |
|
|
* | IDLE - fix module browser test (#100647) | Terry Jan Reedy | 2023-01-01 | 1 | -2/+1 |
|
|
* | bpo-33964: IDLE macosx - removed unused local dict. (GH-7926) | Terry Jan Reedy | 2022-11-06 | 1 | -4/+2 |
|
|
* | gh-97527: IDLE - fix buggy macosx patch (#98313) | Terry Jan Reedy | 2022-10-16 | 2 | -16/+31 |
|
|
* | gh-98254: Include stdlib module names in error messages for NameErrors (#98255) | Pablo Galindo Salgado | 2022-10-15 | 1 | -1/+2 |
|
|
* | bpo-35675: IDLE - separate config_key window and frame (#11427) | Cheryl Sabella | 2022-09-30 | 4 | -82/+174 |
|
|
* | gh-97527: IDLE: protect macosx Tk() call when no GUI (#97530) | Terry Jan Reedy | 2022-09-24 | 1 | -13/+17 |
|
|
* | gh-87179: Fix more IDLE class headers (#96899) | Terry Jan Reedy | 2022-09-17 | 2 | -2/+2 |
|
|
* | gh-75500: Update idlelib/help.html (#96523) | Terry Jan Reedy | 2022-09-03 | 1 | -7/+8 |
|
|
* | gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499) | Gregory P. Smith | 2022-09-02 | 1 | -1/+3 |
|
|
* | gh-78143: IDLE - fix settings dialog page label. (#96009) | Terry Jan Reedy | 2022-08-15 | 1 | -1/+1 |
|
|
* | gh-95841: IDLE - Revise Windows local doc url (#95845) | Terry Jan Reedy | 2022-08-11 | 1 | -4/+14 |
|
|
* | gh-84910: Change 'IDLE Help' to 'IDLE Doc' (#95873) | Terry Jan Reedy | 2022-08-11 | 1 | -1/+1 |
|
|
* | gh-75500: Add idlelib section to IDLE doc (#95832) | Terry Jan Reedy | 2022-08-09 | 1 | -1/+14 |
|
|
* | gh-95491: Mention IDLE Issue project in Readme (#95750) | Terry Jan Reedy | 2022-08-08 | 1 | -0/+8 |
|
|
* | gh-95251: IDLE - Add What's New section to README (#95688) | Terry Jan Reedy | 2022-08-05 | 1 | -2/+23 |
|
|
* | gh-89362: Doc IDLE menu and search (#95697) | Terry Jan Reedy | 2022-08-05 | 1 | -15/+27 |
|
|
* | gh-65802: IDLE - explain SaveAs and extensions (#95690) | Terry Jan Reedy | 2022-08-05 | 1 | -0/+2 |
|
|
* | gh-95638: Update idlelib README file and menu lists (#95639) | Terry Jan Reedy | 2022-08-04 | 1 | -50/+59 |
|
|
* | gh-95597: Fix typo in Lib directory files (#95599) | Jo, Yunjin | 2022-08-03 | 1 | -1/+1 |
|
|
* | gh-83270: Update IDLE's credits (#95528) | Erlend Egeberg Aasland | 2022-08-02 | 1 | -1/+11 |
|
|
* | gh-95191: IDLE: Include prompts when saving Shell #95554 | Terry Jan Reedy | 2022-08-02 | 4 | -24/+42 |
|
|
* | gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512) | Terry Jan Reedy | 2022-08-01 | 3 | -15/+17 |
|
|
* | IDLE: Fix docs URL in the About window (#28417) | Serhiy Storchaka | 2022-07-31 | 1 | -2/+3 |
|
|
* | gh-95471: IDLE - Tweak Edit menu (#95481) | Terry Jan Reedy | 2022-07-31 | 2 | -1/+6 |
|
|
* | gh-90654: IDLE - Insert blank line in NEWS.txt (#95478) | Terry Jan Reedy | 2022-07-30 | 1 | -0/+1 |
|
|
* | gh-95411: IDLE - Enable using the module browser with .pyw files (#95397) | Erlend Egeberg Aasland | 2022-07-30 | 3 | -9/+30 |
|
|
* | gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393) | Erlend Egeberg Aasland | 2022-07-28 | 1 | -0/+2 |
|
|
* | gh-90654: Remove unneeded blank line (#95044) | Terry Jan Reedy | 2022-07-20 | 1 | -1/+0 |
|
|
* | gh-90654: Add item missing from idlelib/NEWS.txt (#95038) | Terry Jan Reedy | 2022-07-20 | 1 | -0/+2 |
|
|