summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 ...Miss Islington (bot)2024-02-021-8/+14
* [3.11] gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' ...Miss Islington (bot)2024-01-181-0/+1
* [3.11] gh-113903: Fix an IDLE configdialog test (GH-113973) (#113975)Miss Islington (bot)2024-01-121-16/+13
* [3.11] gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11....Miss Islington (bot)2024-01-062-14/+16
* [3.11] gh-81682: Fix test failures when CPython is built without docstrings (...Serhiy Storchaka2023-12-231-0/+6
* [3.11] gh-113269: IDLE - Fix test_editor hang (macOS) (GH-113271) (#113273)Miss Islington (bot)2023-12-191-1/+1
* [3.11] IDLE: Add util and stub example comments (GH-113222) (#113224)Miss Islington (bot)2023-12-171-0/+2
* [3.11] gh-112953: Rename idlelib/NEWS.txt to News3.txt and update (GH… (#11...Terry Jan Reedy2023-12-121-1/+1
* [3.11] gh-66819: More IDLE htest updates(4) (GH-112686) (#112689)Miss Islington (bot)2023-12-041-30/+30
* [3.11] gh-66819: More IDLE htest updates(3) (GH-112683) (#112685)Miss Islington (bot)2023-12-041-8/+8
* [3.11] gh-66819: More IDLE htest updates(2) (GH-112642) (#112644)Miss Islington (bot)2023-12-031-54/+54
* [3.11] gh-66819: More IDLE htest updates (GH-112574) (#112576)Miss Islington (bot)2023-12-011-55/+52
* [3.11] IDLE: fix config_key htest (GH-112545) (#112547)Miss Islington (bot)2023-11-301-1/+1
* [3.11] IDLE: Fix test_debugger bug and buildbot failures (GH-112258) (#112260)Miss Islington (bot)2023-11-191-5/+7
* [3.11] gh-79871: IDLE - Fix and test debugger module (GH-11451) (#112257)Miss Islington (bot)2023-11-191-5/+271
* [3.11] gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh...Miss Islington (bot)2023-11-091-4/+4
* [3.11] gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (GH-11...Miss Islington (bot)2023-10-191-1/+1
* [3.11] gh-103737: IDLE - Remove unneeded .keys() for dict iteration (GH-11096...Miss Islington (bot)2023-10-182-4/+4
* [3.11] gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackview...Miss Islington (bot)2023-06-081-10/+4
* [3.11] gh-104719: IDLE - test existence of all tokenize references. (GH-10476...Miss Islington (bot)2023-05-242-3/+39
* [3.11] gh-104496: IDLE - fix About for mixed tcl/tk versions (GH-104585) (#10...Miss Islington (bot)2023-05-171-2/+2
* [3.11] GH-71383: IDLE - Document testing subsets of modules (GH-104463) (#104...Miss Islington (bot)2023-05-142-15/+28
* [3.11] gh-88496: IDLE - fix another test on macOS (GH-104075) (#104076)Miss Islington (bot)2023-05-021-2/+3
* [3.11] Change 'dependant' to 'dependent' (GH-103745) (#103754)Miss Islington (bot)2023-04-241-2/+2
* [3.11] gh-103668: Run pyugrade on idlelib (GH-103671) (#103730)Miss Islington (bot)2023-04-242-2/+2
* IDLE - fix module browser test (GH-100647)Miss Islington (bot)2023-01-011-2/+1
* bpo-35675: IDLE - separate config_key window and frame (GH-11427)Miss Islington (bot)2022-09-302-25/+90
* gh-87179: Fix more IDLE class headers (GH-96899)Miss Islington (bot)2022-09-172-2/+2
* [3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)Gregory P. Smith2022-09-021-1/+3
* gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95557)Miss Islington (bot)2022-08-021-3/+10
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)Miss Islington (bot)2022-08-011-3/+4
* gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)Miss Islington (bot)2022-07-301-0/+10
* [3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740)John Belmonte2022-07-111-9/+4
* gh-84623: Remove unused imports in idlelib (GH-94143)Miss Islington (bot)2022-06-222-14/+6
* Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93339)Miss Islington (bot)2022-05-301-2/+2
* gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31...Oleg Iarygin2022-04-191-1/+3
* bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)Alex Waygood2022-02-134-1/+43
* bpo-46588: fix typo in test_calltip.py (GH-31119)Caio Agiani2022-02-041-1/+1
* bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)Nick Drozd2022-02-031-4/+1
* bpo-46591: Make About IDLE doc link label clickable (GH-30251)Wes2022-02-021-2/+2
* bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)Terry Jan Reedy2021-10-161-0/+5
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-064-6/+6
* [codemod] Fix non-matching bracket pairs (GH-28473)Mohamad Mansour2021-09-212-2/+2
* bpo-45020: Don't test IDLE with frozen module. (GH-28344)Terry Jan Reedy2021-09-151-2/+2
* bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)Terry Jan Reedy2021-08-311-0/+9
* bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)Serhiy Storchaka2021-08-311-1/+1
* bpo-43950: Add option to opt-out of PEP-657 (GH-27023)Ammar Askar2021-07-071-4/+9
* bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)Ammar Askar2021-07-041-3/+3
* bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)Mark Roseman2021-06-101-24/+9
* bpo-40468: Split IDLE settings General tab (GH-26621)Terry Jan Reedy2021-06-091-11/+33