Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
| | | | | Based on patch by Ville Skyttä. | ||||
* | Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-06-17 | 1 | -4/+10 |
| | |||||
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 1 | -2/+2 |
| | | | | absolute imports. | ||||
* | Avoid occasional failure to detect closing paren properly. | Kurt B. Kaiser | 2006-07-20 | 1 | -3/+4 |
| | | | | | | | | Patch 1407280 Tal Einat M ParenMatch.py M NEWS.txt M CREDITS.txt | ||||
* | Merge IDLE-syntax-branch r39668:41449 into trunk | Kurt B. Kaiser | 2005-11-18 | 1 | -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örwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | Nigel Rowe's Patch | Kurt B. Kaiser | 2003-05-17 | 1 | -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. Kaiser | 2002-09-17 | 1 | -4/+2 |
| | | | | | Rev 1.6 doerwalter (string methods) | ||||
* | MERGE DS_RPC_BRANCH into MAIN | Kurt B. Kaiser | 2002-09-14 | 1 | -7/+8 |
| | | | | | ParenMatch.py Remove last dependencies to old config backend 06Aug | ||||
* | changeover to new keybinding configuration implementation | Steven M. Gava | 2002-01-19 | 1 | -12/+0 |
| | |||||
* | cvs-py-rel2_1 (Rev 1.5) merge - whitespace normalization | Kurt B. Kaiser | 2001-07-13 | 1 | -7/+6 |
| | |||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+192 |