index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
idle_test
/
test_sidebar.py
Commit message (
Expand
)
Author
Age
*
gh-71339: Use new assertion methods in test_idle (#129213)
Terry Jan Reedy
2025-01-23
*
gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103...
Christopher Chavez
2024-02-02
*
gh-88496: IDLE - fix another test on macOS (#104075)
Terry Jan Reedy
2023-05-02
*
Change 'dependant' to 'dependent' (#103745)
Christopher Chavez
2023-04-24
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
*
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)
Terry Jan Reedy
2022-08-01
*
bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
Nick Drozd
2022-02-02
*
bpo-44282: Fix occasional test_incremental_editing failures on buildbots (GH-...
Tal Einat
2021-06-03
*
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
Tal Einat
2021-05-02
*
bpo-43981: Fix error in idle-test leak test (GH-25739)
Terry Jan Reedy
2021-04-29
*
bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)
Tal Einat
2021-04-28
*
bpo-40443: Remove unused imports in idlelib (GH-19801)
Victor Stinner
2020-04-29
*
bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)
Tal Einat
2019-08-04
*
bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (#15010)
Terry Jan Reedy
2019-07-29
*
bpo-17535: IDLE editor line numbers (GH-14030)
Tal Einat
2019-07-23