summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyParse.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-22/+24
| | | | | | | | | | | | | | | | 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
* Better indentation after first line of string continuation.Kurt B. Kaiser2005-11-151-3/+11
| | | | IDLEfork Patch 681992, Noam Raphael
* Merge Py Idle changes:Kurt B. Kaiser2002-09-171-27/+22
| | | | | Rev 1.10 doerwalter (string methods)
* py-cvs-2001_07_13 (Rel 1.9) mergeKurt B. Kaiser2001-07-141-0/+1
| | | | | | | | | "Taught IDLE's autoident parser that "yield" is a keyword that begins a stmt. Along w/ the preceding change to keyword.py, making all this work w/ a future-stmt just looks harder and harder." --tim_one (From Rel 1.8: "Hack to make this still work with Python 1.5.2. ;-( " --fdrake)
* py-cvs-rel2_1 (Rev 1.6 - 1.8) mergeKurt B. Kaiser2001-07-131-4/+23
| | | | Fix autoindent bug and deflect Unicode from text.get()
* Initial revisionDavid Scherer2000-08-151-0/+569