summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_parenmatch.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)Cheryl Sabella2019-06-021-1/+1
* bpo-33855: More edits and new minimal tests for IDLE (GH-7761)Terry Jan Reedy2018-06-181-2/+2
* bpo-31488: IDLE - update former extensions when options change. (#3612)Terry Jan Reedy2017-09-161-1/+1
* bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306)wohlganger2017-06-281-37/+31
* bpo-29910: IDLE no longer deletes a character after commenting out a region (...Serhiy Storchaka2017-06-271-4/+4
* bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171)terryjreedy2017-06-131-0/+1
* Issue #27732: Silence test_idle with dummy bell functions.Terry Jan Reedy2016-08-111-4/+9
* Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings.Terry Jan Reedy2016-06-041-3/+6
|\
| * Issue #27196: Stop 'application destroyed' warnings when running IDLE tests.Terry Jan Reedy2016-06-041-3/+6
* | Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-281-2/+2
|/
* Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar.Terry Jan Reedy2016-05-181-2/+2
* Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.Terry Jan Reedy2014-06-171-0/+109