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
*
gh-112938: IDLE - Fix uninteruptable hang when Shell gets rapid continuous ou...
Terry Jan Reedy
2024-09-22
1
-0/+5
*
Fixes typo in idlelib/idle_test/example_stub.pyi (#122520)
Jonathon Vandezande
2024-08-02
1
-1/+1
*
gh-112730: Make the test suite resilient to color-activation environment vari...
Pablo Galindo Salgado
2024-04-24
1
-0/+3
*
gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103...
Christopher Chavez
2024-02-02
1
-8/+14
*
gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (#114227)
Terry Jan Reedy
2024-01-18
1
-0/+1
*
gh-113903: Fix an IDLE configdialog test (#113973)
Terry Jan Reedy
2024-01-12
1
-16/+13
*
gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (#113...
Ronald Oussoren
2024-01-06
2
-14/+16
*
gh-81682: Fix test failures when CPython is built without docstrings (GH-113410)
Serhiy Storchaka
2023-12-23
1
-0/+6
*
gh-113269: IDLE - Fix test_editor hang (macOS) (#113271)
Terry Jan Reedy
2023-12-19
1
-1/+1
*
IDLE: Add util and stub example comments (#113222)
Terry Jan Reedy
2023-12-17
1
-0/+2
*
gh-112953: Rename idlelib/NEWS.txt to News3.txt and update (#112988)
Terry Jan Reedy
2023-12-12
1
-1/+1
*
gh-66819: More IDLE htest updates(4) (#112686)
Terry Jan Reedy
2023-12-04
1
-30/+30
*
gh-66819: More IDLE htest updates(3) (#112683)
Terry Jan Reedy
2023-12-04
1
-8/+8
*
gh-66819: More IDLE htest updates(2) (#112642)
Terry Jan Reedy
2023-12-03
1
-54/+54
*
gh-66819: More IDLE htest updates (#112574)
Terry Jan Reedy
2023-12-01
1
-55/+52
*
IDLE: fix config_key htest (#112545)
Terry Jan Reedy
2023-11-30
1
-1/+1
*
IDLE: Fix test_debugger bug and buildbot failures (#112258)
Terry Jan Reedy
2023-11-19
1
-5/+7
*
gh-79871: IDLE - Fix and test debugger module (#11451)
Anthony Shaw
2023-11-19
1
-5/+271
*
gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh-111879)
Nikita Sobolev
2023-11-09
1
-4/+4
*
gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (#111053)
Terry Jan Reedy
2023-10-19
1
-1/+1
*
gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)
Terry Jan Reedy
2023-10-18
2
-4/+4
*
gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackviewer (#10...
Irit Katriel
2023-06-08
1
-10/+4
*
gh-104972: Ensure that line attributes in tokens in the tokenize module are c...
Pablo Galindo Salgado
2023-05-26
1
-2/+2
*
gh-104825: Remove implicit newline in the line attribute in tokens emitted in...
Pablo Galindo Salgado
2023-05-24
1
-2/+2
*
gh-104719: IDLE - test existence of all tokenize references. (#104767)
Terry Jan Reedy
2023-05-24
2
-3/+39
*
gh-104496: IDLE - fix About for mixed tcl/tk versions (#104585)
Terry Jan Reedy
2023-05-17
1
-2/+2
*
GH-71383: IDLE - Document testing subsets of modules (#104463)
Terry Jan Reedy
2023-05-14
2
-15/+28
*
gh-88496: IDLE - fix another test on macOS (#104075)
Terry Jan Reedy
2023-05-02
1
-2/+3
*
Change 'dependant' to 'dependent' (#103745)
Christopher Chavez
2023-04-24
1
-2/+2
*
gh-103668: Run pyugrade on idlelib (#103671)
Nikita Sobolev
2023-04-23
2
-2/+2
*
gh-102778: revert changes to idlelib (#102825)
Irit Katriel
2023-03-19
1
-2/+1
*
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...
Irit Katriel
2023-03-18
1
-1/+2
*
IDLE - fix module browser test (#100647)
Terry Jan Reedy
2023-01-01
1
-2/+1
*
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
Pablo Galindo Salgado
2022-10-15
1
-1/+2
*
bpo-35675: IDLE - separate config_key window and frame (#11427)
Cheryl Sabella
2022-09-30
2
-25/+90
*
gh-87179: Fix more IDLE class headers (#96899)
Terry Jan Reedy
2022-09-17
2
-2/+2
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-1/+3
*
gh-95191: IDLE: Include prompts when saving Shell #95554
Terry Jan Reedy
2022-08-02
1
-3/+10
*
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)
Terry Jan Reedy
2022-08-01
1
-3/+4
*
gh-95411: IDLE - Enable using the module browser with .pyw files (#95397)
Erlend Egeberg Aasland
2022-07-30
1
-0/+10
*
gh-93883: elide traceback indicators when possible (#93994)
John Belmonte
2022-07-11
1
-9/+4
*
gh-84623: Remove unused imports in idlelib (#94143)
Victor Stinner
2022-06-22
2
-14/+6
*
Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332)
luzpaz
2022-05-30
1
-2/+2
*
gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31...
Oleg Iarygin
2022-04-19
1
-1/+3
*
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Alex Waygood
2022-02-13
4
-1/+43
*
bpo-46588: fix typo in test_calltip.py (GH-31119)
Caio Agiani
2022-02-04
1
-1/+1
*
bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
Nick Drozd
2022-02-03
1
-4/+1
*
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Wes
2022-02-02
1
-2/+2
*
bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)
Terry Jan Reedy
2021-10-16
1
-0/+5
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
4
-6/+6
[next]