Searched refs:ParenMatch (Results 1 – 20 of 20) sorted by relevance
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_parenmatch.py | 8 from idlelib.ParenMatch import ParenMatch 55 pm = ParenMatch(self.editwin) 78 pm = ParenMatch(self.editwin) 98 pm = ParenMatch(self.editwin) 111 pm = ParenMatch(self.editwin)
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_parenmatch.py | 6 from idlelib.parenmatch import ParenMatch 44 pm = ParenMatch(self.editwin)
|
/external/python/cpython3/Lib/idlelib/ |
D | parenmatch.py | 13 class ParenMatch: class 178 ParenMatch.reload()
|
D | config-extensions.def | 15 [ParenMatch]
|
D | ChangeLog | 274 * ParenMatch.py: cvs-py-rel2_1 (Rev 1.5) merge - whitespace 422 ParenMatch.py, PathBrowser.py, Percolator.py, PyParse.py, 439 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py, 468 ParenMatch.py, PathBrowser.py, Percolator.py, PyParse.py, 535 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py, 557 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py,
|
D | editor.py | 57 from idlelib.parenmatch import ParenMatch 305 parenmatch = self.ParenMatch(self)
|
D | configdialog.py | 31 from idlelib.parenmatch import ParenMatch 37 reloadables = (AutoComplete, CodeContext, ParenMatch, FormatParagraph,
|
D | NEWS.txt | 314 Change ParenMatch so updated options affect existing instances attached 855 - Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
|
/external/python/cpython2/Lib/idlelib/ |
D | ParenMatch.py | 14 class ParenMatch: class
|
D | README.txt | 54 ParenMatch.py # Match fenceposts: (), [], and {}. 161 Show surrounding parens # ParenMatch (& Hyperparser)
|
D | config-extensions.def | 73 [ParenMatch]
|
D | ChangeLog | 274 * ParenMatch.py: cvs-py-rel2_1 (Rev 1.5) merge - whitespace 422 ParenMatch.py, PathBrowser.py, Percolator.py, PyParse.py, 439 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py, 468 ParenMatch.py, PathBrowser.py, Percolator.py, PyParse.py, 535 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py, 557 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py,
|
D | help.txt | 300 ParenMatch
|
D | NEWS.txt | 244 - Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.8.rst | 272 Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.3rc1.rst | 788 configdialog changes, call .reload for each feature class. Change ParenMatch
|
D | 3.5.0a1.rst | 4740 Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
|
D | 3.7.0a1.rst | 5681 configdialog changes, call .reload for each feature class. Change ParenMatch
|
/external/python/cpython2/Doc/library/ |
D | idle.rst | 640 * ParenMatch
|
/external/python/cpython3/Misc/ |
D | HISTORY | 1730 - Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
|