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
...
*
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
*
Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93339)
Miss Islington (bot)
2022-05-30
1
-2/+2
*
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
Serhiy Storchaka
2022-05-06
1
-3/+3
*
gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31...
Oleg Iarygin
2022-04-19
1
-1/+3
*
bpo-46996: IDLE: Drop workarounds for old Tk versions (GH-31962)
Serhiy Storchaka
2022-03-19
3
-36/+1
*
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Alex Waygood
2022-02-13
9
-3/+75
*
Optimize images by IMGbot (GH-21348)
Manish Kumar ⛄
2022-02-04
10
-0/+0
*
bpo-46588: fix typo in test_calltip.py (GH-31119)
Caio Agiani
2022-02-04
1
-1/+1
*
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
Terry Jan Reedy
2022-02-03
2
-1/+4
*
bpo-45975: IDLE - Remove extraneous parens (GH-31107)
Terry Jan Reedy
2022-02-03
3
-4/+4
*
bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
Nick Drozd
2022-02-03
5
-24/+9
*
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Wes
2022-02-02
3
-2/+6
*
bpo-46496: news11-10 for bpo45296 (GH-30937)
Terry Jan Reedy
2022-01-27
1
-0/+6
*
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
Terry Jan Reedy
2022-01-27
2
-11/+13
*
bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30875)
Terry Jan Reedy
2022-01-25
1
-0/+12
*
bpo-41841: update idlelib News up to 3.10.0. (GH-30868)
Terry Jan Reedy
2022-01-25
1
-1/+31
*
bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)
Terry Jan Reedy
2021-10-16
2
-3/+12
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
5
-7/+7
*
bpo-45296: Fix exit/quit message on Windows (GH-28577)
Terry Jan Reedy
2021-09-28
2
-0/+14
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
2
-2/+2
*
bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)
Terry Jan Reedy
2021-09-15
1
-1/+1
*
bpo-45020: Don't test IDLE with frozen module. (GH-28344)
Terry Jan Reedy
2021-09-15
1
-2/+2
*
IDLE: adjust Python version in doc url for 3.10+ (GH-28228)
giovanniwijaya
2021-09-10
1
-5/+7
*
Update idlelib/help.html to include idle.rst spelling fix (GH-28191)
Terry Jan Reedy
2021-09-07
1
-13/+7
*
bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
Terry Jan Reedy
2021-08-31
1
-0/+9
[prev]
[next]