summaryrefslogtreecommitdiffstats
path: root/Lib/code.py
Commit message (Collapse)AuthorAgeFilesLines
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-45/+45
|
* Seems I've found a way to fix this.Guido van Rossum1998-01-141-3/+9
|
* Add Jeff Epler's interact() function. Note that it is broken.Guido van Rossum1997-10-071-0/+52
| | | | (It should probably be withdrawn :-( )
* Checking in new module code.py -- utilities dealing with code objects.Guido van Rossum1997-07-181-0/+52
Currently, contains one function: compile_command(), which helps determining whether a source string is complete, incomplete or in error. This is useful when writing your own version of the Python read-eval-print loop.