summaryrefslogtreecommitdiff
path: root/Lib/idlelib/PyParse.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-617/+0
|
* idlelib: remove unused names and imports (one is a duplicate import).Terry Jan Reedy2015-05-141-1/+0
|
* Issue #21765: Add support for non-ascii identifiers to HyperParserTal Einat2014-07-161-26/+54
|
* Fix an issue with str.translate() in IDLE -- str.translate() only acceptsGuido van Rossum2007-11-211-3/+4
| | | | a dict argument now.
* Fix typo.Martin v. Löwis2007-08-131-1/+1
|
* Simplify various spots where: str() is called on somethingWalter Dörwald2007-06-111-12/+7
| | | | | | 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-021-1/+1
|
* 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