summaryrefslogtreecommitdiff
path: root/Lib/codeop.py
Commit message (Expand)AuthorAgeFilesLines
* correct porting error with raise #7161Benjamin Peterson2009-10-181-1/+1
* Raise statement normalization in Lib/.Collin Winter2007-08-301-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-9/+1
* Fix typo fix.Walter Dörwald2003-11-201-4/+4
* Fix typos.Walter Dörwald2003-11-191-4/+4
* Don't replace an empty line with "pass" when symbol == "eval", whereGuido van Rossum2003-05-161-1/+2
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-131-2/+7
* A fiddled version of the rest of Michael Hudson's SF patchTim Peters2001-08-171-36/+122
* Remove useless imports, as reported by PyChecker.Tim Peters2001-04-081-3/+0
* String method conversion.Eric S. Raymond2001-02-091-3/+2
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Moved compile_command() here from code.py, so JPython can provide itsGuido van Rossum1998-10-221-0/+86