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
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-2/+2
*
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Terry Jan Reedy
2020-11-20
3
-6/+12
*
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
Tal Einat
2020-11-02
3
-7/+141
*
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Mark Roseman
2020-10-25
3
-14/+22
*
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
Mark Roseman
2020-10-24
1
-5/+7
*
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
Mark Roseman
2020-10-24
1
-2/+1
*
bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433)
Cheryl Sabella
2020-10-22
2
-5/+9
*
Update idlelib/help.html to current Sphinx output (GH-22833)
Terry Jan Reedy
2020-10-21
1
-33/+37
*
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
Miro Hrončok
2020-10-20
2
-0/+4
*
bpo-41775: Make 'IDLE Shell' the shell title (#22399)
Terry Jan Reedy
2020-09-24
2
-1/+3
*
bpo-41841: Prepare IDLE News for 3.10 (GH-22379)
Terry Jan Reedy
2020-09-23
1
-2/+7
*
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
Terry Jan Reedy
2020-09-22
2
-20/+25
*
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
Terry Jan Reedy
2020-09-22
3
-9/+6
*
Update idlelib/help.html to current IDLE doc (GH-22181)
Terry Jan Reedy
2020-09-09
1
-4/+4
*
bpo-41514: Fix buggy IDLE test (GH-21808)
Terry Jan Reedy
2020-08-10
1
-5/+5
*
bpo-41468: Improve and test IDLE run error exit (GH-21798)
Terry Jan Reedy
2020-08-09
3
-10/+48
*
Improve renamed test_run.RecursionLimitTest (GH-21794)
Terry Jan Reedy
2020-08-09
1
-3/+5
*
bpo-37309: NEWS for #41373 (GH-21612)
Terry Jan Reedy
2020-07-25
1
-0/+4
*
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (...
Serhiy Storchaka
2020-07-25
1
-0/+11
*
bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
Zackery Spytz
2020-07-23
1
-2/+2
*
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
Terry Jan Reedy
2020-07-16
2
-0/+4
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Terry Jan Reedy
2020-07-09
4
-41/+60
*
bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215)
Serhiy Storchaka
2020-06-30
1
-152/+41
*
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
Serhiy Storchaka
2020-06-30
4
-52/+8
*
bpo-41144: Fix IDLE open module error (#21182)
E-Paine
2020-06-28
3
-7/+19
*
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka
2020-06-20
1
-1/+1
*
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Terry Jan Reedy
2020-05-29
3
-16/+50
*
bpo-37309: Update IDLE NEWS.txt (GH-20356)
Terry Jan Reedy
2020-05-24
1
-0/+1
*
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Florian Dahlitz
2020-05-24
2
-1/+3
*
bpo-40460: Fix typo in idlelib/zzdummy.py (GH-20093)
Victor Stinner
2020-05-14
1
-1/+1
*
bpo-40443: Remove unused imports in idlelib (GH-19801)
Victor Stinner
2020-04-30
6
-6/+3
*
bpo-38439: Add 256px IDLE icon (GH-17473)
Miro Hrončok
2020-04-22
4
-2/+16
*
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
Tal Einat
2020-04-04
3
-15/+30
*
bpo-38002: Use False/True for IDLE pyshell bools (GH-19203)
Terry Jan Reedy
2020-03-28
1
-13/+12
*
bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)
Terry Jan Reedy
2020-03-09
4
-12/+72
*
bpo-27115: Move IDLE Query error blanking (GH-18868)
Terry Jan Reedy
2020-03-09
1
-5/+2
*
bpo-39885: IDLE context menu clears selection (#18859)
Terry Jan Reedy
2020-03-08
2
-0/+4
*
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
Terry Jan Reedy
2020-03-08
3
-15/+26
*
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
Terry Jan Reedy
2020-02-28
3
-19/+35
*
bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)
Cheryl Sabella
2020-02-18
2
-2/+16
*
bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449)
Terry Jan Reedy
2020-02-11
2
-4/+4
*
bpo-39600, IDLE: Remove duplicated font names (GH-18430)
Victor Stinner
2020-02-10
1
-2/+3
*
bpo-38792: Remove IDLE shell calltip before new prompt. (#17150)
Zackery Spytz
2020-01-31
4
-3/+7
*
bpo-30780: Add IDLE configdialog tests (#3592)
Cheryl Sabella
2020-01-27
3
-31/+148
*
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
Cheryl Sabella
2020-01-25
3
-8/+18
*
bpo-32989: IDLE - remove unneeded parameter (GH-18138)
Terry Jan Reedy
2020-01-23
2
-2/+3
*
bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
Zackery Spytz
2020-01-23
3
-1/+14
*
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
Cheryl Sabella
2020-01-21
5
-39/+152
*
Minor formatting improvements and fixes to idle.rst (GH-17165)
Tal Einat
2020-01-05
1
-7/+8
*
Fix idlelib README typo. (GH-17770)
Terry Jan Reedy
2019-12-31
1
-1/+1
[next]