summaryrefslogtreecommitdiff
path: root/Lib/idlelib/PyParse.py
Commit message (Expand)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
* 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
* 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
* Better indentation after first line of string continuation.Kurt B. Kaiser2005-11-151-3/+11
* Merge Py Idle changes:Kurt B. Kaiser2002-09-171-27/+22
* py-cvs-2001_07_13 (Rel 1.9) mergeKurt B. Kaiser2001-07-141-0/+1
* py-cvs-rel2_1 (Rev 1.6 - 1.8) mergeKurt B. Kaiser2001-07-131-4/+23
* Initial revisionDavid Scherer2000-08-151-0/+569