aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/PyParse.py
Commit message (Collapse)AuthorAge
* Fix an issue with str.translate() in IDLE -- str.translate() only acceptsGuido van Rossum2007-11-21
| | | | a dict argument now.
* Fix typo.Martin v. Löwis2007-08-13
|
* Simplify various spots where: str() is called on somethingWalter Dörwald2007-06-11
| | | | | | that already is a string or the existence of the str class is checked or a check is done for str twice. These all stem from the initial unicode->str replacement.
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
|
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-18
| | | | | | | | | | | | | | | | 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-15
| | | | IDLEfork Patch 681992, Noam Raphael
* Merge Py Idle changes:Kurt B. Kaiser2002-09-17
| | | | | Rev 1.10 doerwalter (string methods)
* py-cvs-2001_07_13 (Rel 1.9) mergeKurt B. Kaiser2001-07-14
| | | | | | | | | "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-13
| | | | Fix autoindent bug and deflect Unicode from text.get()
* Initial revisionDavid Scherer2000-08-15