summaryrefslogtreecommitdiff
path: root/Lib/idlelib/ParenMatch.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
| | | | Based on patch by Ville Skyttä.
* Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.Terry Jan Reedy2014-06-171-4/+10
|
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-2/+2
| | | | absolute imports.
* Avoid occasional failure to detect closing paren properly.Kurt B. Kaiser2006-07-201-3/+4
| | | | | | | | Patch 1407280 Tal Einat M ParenMatch.py M NEWS.txt M CREDITS.txt
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-88/+81
| | | | | | | | | | | | | | | | A idlelib/AutoCompleteWindow.py A idlelib/AutoComplete.py A idlelib/HyperParser.py M idlelib/PyShell.py M idlelib/ParenMatch.py M idlelib/configDialog.py M idlelib/EditorWindow.py M idlelib/PyParse.py M idlelib/CallTips.py M idlelib/CallTipWindow.py M idlelib/run.py M idlelib/config-extensions.def A idlelib/MultiCall.py
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Nigel Rowe's PatchKurt B. Kaiser2003-05-171-5/+5
| | | | | | | [ 735527 ] Re Bug [ 678325 ] ParenMatching Missing AutoIndent AutoIndent was merged with EditorWindow, this patch corrects the references in ParenMatch.
* Merge Py Idle changes:Kurt B. Kaiser2002-09-171-4/+2
| | | | | Rev 1.6 doerwalter (string methods)
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-7/+8
| | | | | ParenMatch.py Remove last dependencies to old config backend 06Aug
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-191-12/+0
|
* cvs-py-rel2_1 (Rev 1.5) merge - whitespace normalizationKurt B. Kaiser2001-07-131-7/+6
|
* Initial revisionDavid Scherer2000-08-151-0/+192