aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/codeop.py
Commit message (Expand)AuthorAge
* correct porting error with raise #7161Benjamin Peterson2009-10-18
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Fix typo fix.Walter Dörwald2003-11-20
* Fix typos.Walter Dörwald2003-11-19
* Don't replace an empty line with "pass" when symbol == "eval", whereGuido van Rossum2003-05-16
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-13
* A fiddled version of the rest of Michael Hudson's SF patchTim Peters2001-08-17
* Remove useless imports, as reported by PyChecker.Tim Peters2001-04-08
* String method conversion.Eric S. Raymond2001-02-09
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-20
* Moved compile_command() here from code.py, so JPython can provide itsGuido van Rossum1998-10-22