index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] IDLE: Condense run.main threading.Thread start. (GH-106125) (#106153)
Miss Islington (bot)
2023-06-27
1
-5/+6
*
[3.11] gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackview...
Miss Islington (bot)
2023-06-08
4
-52/+22
*
[3.11] gh-104719: IDLE - test existence of all tokenize references. (GH-10476...
Miss Islington (bot)
2023-05-24
4
-12/+52
*
[3.11] gh-104719: IDLE - delete useless monkeypatch of tokenize (GH-104726) (...
Miss Islington (bot)
2023-05-21
1
-12/+6
*
[3.11] gh-104499: Fix typo. (GH-104598) (#104599)
Miss Islington (bot)
2023-05-18
1
-1/+1
*
[3.11] gh-104499: IDLE - fix completions for tk aqua 8.7 (GH-104591) (#104596)
Miss Islington (bot)
2023-05-18
2
-7/+5
*
[3.11] gh-104496: IDLE - fix About for mixed tcl/tk versions (GH-104585) (#10...
Miss Islington (bot)
2023-05-17
3
-23/+21
*
[3.11] GH-71383: IDLE - Document testing subsets of modules (GH-104463) (#104...
Miss Islington (bot)
2023-05-14
2
-15/+28
*
[3.11] gh-75710: IDLE - add docstrings and comments to editor module (GH-1044...
Miss Islington (bot)
2023-05-13
1
-25/+102
*
[3.11] gh-99836: IDLE - update news.txt for 3.11+ (#104445)
Terry Jan Reedy
2023-05-13
1
-2/+13
*
[3.11] gh-88496: IDLE - fix another test on macOS (GH-104075) (#104076)
Miss Islington (bot)
2023-05-02
1
-2/+3
*
[3.11] gh-88496: Fix IDLE test hang on macOS (GH-104025) (#104027)
Miss Islington (bot)
2023-05-01
2
-2/+2
*
[3.11] Change 'dependant' to 'dependent' (GH-103745) (#103754)
Miss Islington (bot)
2023-04-24
1
-2/+2
*
[3.11] gh-103668: Run pyugrade on idlelib (GH-103671) (#103730)
Miss Islington (bot)
2023-04-24
17
-50/+50
*
IDLE: Simplify DynOptionsMenu __init__code (GH-101371)
Miss Islington (bot)
2023-02-28
1
-14/+11
*
IDLE - fix module browser test (GH-100647)
Miss Islington (bot)
2023-01-01
1
-2/+1
*
gh-97527: IDLE - fix buggy macosx patch (GH-98313)
Miss Islington (bot)
2022-10-16
2
-16/+31
*
bpo-35675: IDLE - separate config_key window and frame (GH-11427)
Miss Islington (bot)
2022-09-30
4
-82/+174
*
gh-97527: IDLE: protect macosx Tk() call when no GUI (GH-97530)
Miss Islington (bot)
2022-09-24
1
-13/+17
*
gh-87179: Fix more IDLE class headers (GH-96899)
Miss Islington (bot)
2022-09-17
2
-2/+2
*
gh-75500: Update idlelib/help.html (GH-96523) (#96524)
Miss Islington (bot)
2022-09-03
1
-7/+8
*
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith
2022-09-02
1
-1/+3
*
gh-78143: IDLE - fix settings dialog page label. (GH-96009)
Miss Islington (bot)
2022-08-15
1
-1/+1
*
gh-95841: IDLE - Revise Windows local doc url (GH-95845) (#95905)
Miss Islington (bot)
2022-08-12
1
-4/+14
*
gh-84910: Change 'IDLE Help' to 'IDLE Doc' (GH-95873)
Miss Islington (bot)
2022-08-11
1
-1/+1
*
gh-75500: Add idlelib section to IDLE doc (GH-95832)
Miss Islington (bot)
2022-08-09
1
-1/+14
*
[3.11] gh-88878: IDLE - replace type('') with str (#95792)
Terry Jan Reedy
2022-08-09
1
-1/+1
*
gh-95491: Mention IDLE Issue project in Readme (GH-95750) (#95791)
Miss Islington (bot)
2022-08-09
1
-0/+8
*
gh-89362: Doc IDLE menu and search (GH-95697) (GH-95718)
Miss Islington (bot)
2022-08-06
1
-15/+27
*
gh-95251: IDLE - Add What's New section to README (GH-95688) (GH-95726)
Miss Islington (bot)
2022-08-06
1
-2/+23
*
gh-65802: IDLE - explain SaveAs and extensions (GH-95690) (GH-95692)
Miss Islington (bot)
2022-08-05
1
-0/+2
*
gh-95638: Update idlelib README file and menu lists (GH-95639)
Miss Islington (bot)
2022-08-04
1
-50/+59
*
gh-95597: Fix typo in Lib directory files (GH-95599)
Miss Islington (bot)
2022-08-03
1
-1/+1
*
gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95557)
Miss Islington (bot)
2022-08-02
4
-24/+42
*
gh-83270: Update IDLE's credits (GH-95528)
Miss Islington (bot)
2022-08-02
1
-1/+11
*
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)
Miss Islington (bot)
2022-08-01
3
-15/+17
*
IDLE: Fix docs URL in the About window (GH-28417)
Miss Islington (bot)
2022-07-31
1
-2/+3
*
gh-95471: IDLE - Tweak Edit menu (GH-95481)
Miss Islington (bot)
2022-07-31
2
-1/+6
*
gh-90654: IDLE - Insert blank line in NEWS.txt (GH-95478)
Miss Islington (bot)
2022-07-30
1
-0/+1
*
gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)
Miss Islington (bot)
2022-07-30
3
-9/+30
*
gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)
Miss Islington (bot)
2022-07-28
1
-0/+2
*
gh-90654: Remove unneeded blank line (GH-95044) (#95047)
Miss Islington (bot)
2022-07-20
1
-1/+0
*
gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038)
Miss Islington (bot)
2022-07-20
1
-0/+2
*
idlelib: replace 'while 1' with 'while True' (GH-94827)
Miss Islington (bot)
2022-07-14
6
-8/+8
*
[3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740)
John Belmonte
2022-07-11
1
-9/+4
*
IDLE doc: Tweek RESTART and Windows console start (GH-94530)
Miss Islington (bot)
2022-07-03
1
-3/+5
*
gh-82006: IDLE doc improvements (GH-94349)
Miss Islington (bot)
2022-06-27
2
-177/+306
*
[3.11] gh-84623: Remove unused imports in stdlib (#94313)
Terry Jan Reedy
2022-06-27
2
-2/+1
*
IDLE: replace if statement with expression (GH-94228)
Miss Islington (bot)
2022-06-24
1
-6/+2
*
gh-84623: Remove unused imports in idlelib (GH-94143)
Miss Islington (bot)
2022-06-22
3
-17/+7
[next]