summaryrefslogtreecommitdiff
path: root/Lib/codeop.py
Commit message (Expand)AuthorAgeFilesLines
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-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