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
/
idle_test
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Miss Islington (bot)
2022-02-13
4
-1/+43
*
bpo-46588: fix typo in test_calltip.py (GH-31119)
Miss Islington (bot)
2022-02-04
1
-1/+1
*
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Miss Islington (bot)
2022-02-02
1
-2/+2
*
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
Christian Clauss
2021-10-07
4
-6/+6
*
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Ćukasz Langa
2021-09-22
2
-2/+2
*
bpo-45020: Don't test IDLE with frozen module. (GH-28344)
Miss Islington (bot)
2021-09-15
1
-2/+2
*
bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
Miss Islington (bot)
2021-08-31
1
-0/+9
*
bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)
Miss Islington (bot)
2021-08-31
1
-1/+1
*
bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
Miss Islington (bot)
2021-06-10
1
-24/+9
*
bpo-40468: Split IDLE settings General tab (GH-26621)
Miss Islington (bot)
2021-06-09
1
-11/+33
*
bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
Miss Islington (bot)
2021-06-09
1
-2/+12
*
bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
Miss Islington (bot)
2021-06-08
1
-85/+102
*
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
Miss Islington (bot)
2021-01-28
1
-0/+21
*
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Miss Islington (bot)
2021-01-27
1
-4/+39
*
bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
Miss Islington (bot)
2021-01-25
5
-17/+16
*
bpo-43013: Update idlelib code to 3.x (GH-24315)
Miss Islington (bot)
2021-01-24
6
-38/+40
*
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
Miss Islington (bot)
2021-01-10
1
-0/+14
*
[3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
Terry Jan Reedy
2021-01-05
1
-0/+152
*
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
Miss Islington (bot)
2020-11-22
1
-2/+4
*
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Miss Islington (bot)
2020-11-20
1
-2/+7
*
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
Miss Skeleton (bot)
2020-11-02
2
-5/+107
*
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Miss Skeleton (bot)
2020-10-25
1
-7/+7
*
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
Miss Islington (bot)
2020-09-22
1
-5/+3
*
bpo-41514: Fix buggy IDLE test (GH-21808)
Miss Islington (bot)
2020-08-10
1
-5/+5
*
bpo-41468: Improve and test IDLE run error exit (GH-21798)
Miss Islington (bot)
2020-08-09
1
-2/+30
*
Improve renamed test_run.RecursionLimitTest (GH-21794)
Miss Islington (bot)
2020-08-09
1
-3/+5
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Miss Islington (bot)
2020-07-09
1
-2/+5
*
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
Miss Islington (bot)
2020-06-30
1
-5/+0
*
bpo-41144: Fix IDLE open module error (GH-21182)
Miss Islington (bot)
2020-06-28
1
-0/+3
*
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Miss Islington (bot)
2020-05-29
1
-10/+36
*
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Miss Islington (bot)
2020-05-24
1
-1/+1
*
bpo-40443: Remove unused imports in idlelib (GH-19801)
Victor Stinner
2020-04-30
2
-2/+0
*
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
Tal Einat
2020-04-04
1
-7/+17
*
bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)
Terry Jan Reedy
2020-03-09
1
-0/+43
*
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
Terry Jan Reedy
2020-02-28
1
-0/+8
*
bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)
Cheryl Sabella
2020-02-18
1
-2/+14
*
bpo-30780: Add IDLE configdialog tests (#3592)
Cheryl Sabella
2020-01-27
1
-22/+136
*
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
Cheryl Sabella
2020-01-25
1
-7/+14
*
bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
Zackery Spytz
2020-01-23
1
-0/+11
*
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
Cheryl Sabella
2020-01-21
2
-12/+114
*
bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)
Terry Jan Reedy
2019-11-24
2
-28/+39
*
bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)
Terry Jan Reedy
2019-11-20
1
-2/+37
*
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
Zackery Spytz
2019-11-13
1
-0/+4
*
bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103)
Zackery Spytz
2019-11-12
1
-6/+18
*
bpo-36698: IDLE no longer fails when write non-encodable characters to stderr...
Serhiy Storchaka
2019-10-08
1
-20/+40
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Serhiy Storchaka
2019-10-04
1
-12/+0
*
bpo-38183: Test_idle ignores user config directory GH-16198)
Terry Jan Reedy
2019-09-16
1
-7/+7
*
bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
Terry Jan Reedy
2019-09-06
1
-0/+22
*
bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)
GeeTransit
2019-09-05
2
-1/+36
*
bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)
Tal Einat
2019-09-03
1
-44/+59
[next]