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
*
IDLE - fix module browser test (GH-100647)
Miss Islington (bot)
2023-01-01
1
-2/+1
*
bpo-35675: IDLE - separate config_key window and frame (GH-11427)
Miss Islington (bot)
2022-09-30
2
-25/+90
*
gh-87179: Fix more IDLE class headers (GH-96899)
Miss Islington (bot)
2022-09-17
2
-2/+2
*
[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)
Gregory P. Smith
2022-09-02
1
-1/+3
*
gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95558)
Miss Islington (bot)
2022-08-02
1
-3/+10
*
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)
Miss Islington (bot)
2022-08-01
1
-3/+4
*
gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)
Miss Islington (bot)
2022-07-30
1
-0/+10
*
gh-84623: Remove unused imports in idlelib (GH-94143) (#94148)
Miss Islington (bot)
2022-06-23
2
-14/+6
*
Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93340)
Miss Islington (bot)
2022-05-30
1
-2/+2
*
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Terry Jan Reedy
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-45975: Use walrus operator for some idlelib while loops (GH-31083)
Miss Islington (bot)
2022-02-03
1
-4/+1
*
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Miss Islington (bot)
2022-02-02
1
-2/+2
*
[3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)...
Miss Islington (bot)
2021-10-16
1
-0/+5
*
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
Christian Clauss
2021-10-07
4
-6/+6
*
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
Ćukasz Langa
2021-09-21
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
*
Use absolute imports in IDLE tests (GH-26581)
Miss Islington (bot)
2021-06-07
1
-1/+1
*
bpo-44282: Fix occasional test_incremental_editing failures on buildbots (GH-...
Miss Islington (bot)
2021-06-03
3
-43/+49
*
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
Miss Islington (bot)
2021-05-19
1
-20/+219
*
bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912)
Miss Islington (bot)
2021-05-08
1
-4/+43
*
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
Tal Einat
2021-05-03
2
-2/+61
*
bpo-43981: Fix reference leaks in test_squeezer (GH-25758)
Pablo Galindo
2021-04-30
1
-0/+1
*
bpo-43981: Fix error in idle-test leak test (GH-25739)
Terry Jan Reedy
2021-04-30
1
-3/+2
*
bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)
Tal Einat
2021-04-28
5
-36/+494
*
bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348)
Aviral Srivastava
2021-02-01
1
-9/+9
*
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
Zackery Spytz
2021-01-28
1
-0/+21
*
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Ken
2021-01-26
1
-4/+39
*
bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
Terry Jan Reedy
2021-01-25
5
-17/+16
*
bpo-43013: Update idlelib code to 3.x (GH-24315)
Terry Jan Reedy
2021-01-24
6
-38/+40
*
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
Terry Jan Reedy
2021-01-10
1
-0/+14
*
bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
Cheryl Sabella
2021-01-05
1
-0/+152
*
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
Serhiy Storchaka
2020-11-22
1
-2/+4
*
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Terry Jan Reedy
2020-11-20
1
-2/+7
*
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
Tal Einat
2020-11-02
2
-5/+107
*
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Mark Roseman
2020-10-25
1
-7/+7
*
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
Terry Jan Reedy
2020-09-22
1
-5/+3
*
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
1
-2/+30
*
Improve renamed test_run.RecursionLimitTest (GH-21794)
Terry Jan Reedy
2020-08-09
1
-3/+5
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Terry Jan Reedy
2020-07-09
1
-2/+5
*
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
Serhiy Storchaka
2020-06-30
1
-5/+0
*
bpo-41144: Fix IDLE open module error (#21182)
E-Paine
2020-06-28
1
-0/+3
*
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Terry Jan Reedy
2020-05-29
1
-10/+36
[next]