summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test
Commit message (Expand)AuthorAgeFilesLines
* gh-102778: revert changes to idlelib (#102825)Irit Katriel2023-03-191-2/+1
* gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...Irit Katriel2023-03-181-1/+2
* IDLE - fix module browser test (#100647)Terry Jan Reedy2023-01-011-2/+1
* gh-98254: Include stdlib module names in error messages for NameErrors (#98255)Pablo Galindo Salgado2022-10-151-1/+2
* bpo-35675: IDLE - separate config_key window and frame (#11427)Cheryl Sabella2022-09-302-25/+90
* gh-87179: Fix more IDLE class headers (#96899)Terry Jan Reedy2022-09-172-2/+2
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-1/+3
* gh-95191: IDLE: Include prompts when saving Shell #95554Terry Jan Reedy2022-08-021-3/+10
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)Terry Jan Reedy2022-08-011-3/+4
* gh-95411: IDLE - Enable using the module browser with .pyw files (#95397)Erlend Egeberg Aasland2022-07-301-0/+10
* gh-93883: elide traceback indicators when possible (#93994)John Belmonte2022-07-111-9/+4
* gh-84623: Remove unused imports in idlelib (#94143)Victor Stinner2022-06-222-14/+6
* Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332)luzpaz2022-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
* bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)Terry Jan Reedy2021-06-091-2/+12
* bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)Terry Jan Reedy2021-06-081-85/+102
* Use absolute imports in IDLE tests (GH-26581)Terry Jan Reedy2021-06-071-1/+1
* bpo-44282: Fix occasional test_incremental_editing failures on buildbots (GH-...Tal Einat2021-06-023-43/+49
* bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)Tal Einat2021-05-191-20/+219
* bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912)E-Paine2021-05-071-4/+43
* bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)Tal Einat2021-05-032-2/+61
* bpo-43981: Fix reference leaks in test_squeezer (GH-25758)Pablo Galindo2021-04-301-0/+1
* bpo-43981: Fix error in idle-test leak test (GH-25739)Terry Jan Reedy2021-04-301-3/+2
* bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)Tal Einat2021-04-285-36/+494
* bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348)Aviral Srivastava2021-02-011-9/+9
* bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)Zackery Spytz2021-01-281-0/+21
* bpo-43008: Make IDLE respect sys.excepthook (GH-24302)Ken2021-01-261-4/+39
* bpo-43013: Fix old tkinter module names in idlelib (GH-24326)Terry Jan Reedy2021-01-255-17/+16
* bpo-43013: Update idlelib code to 3.x (GH-24315)Terry Jan Reedy2021-01-246-38/+40
* bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)Terry Jan Reedy2021-01-101-0/+14
* bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)Cheryl Sabella2021-01-051-0/+152
* bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)Serhiy Storchaka2020-11-221-2/+4
* bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)Terry Jan Reedy2020-11-201-2/+7
* bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)Tal Einat2020-11-022-5/+107
* bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)Mark Roseman2020-10-251-7/+7
* bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)Terry Jan Reedy2020-09-221-5/+3