Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Jeff Epler's interact() function. Note that it is broken. | Guido van Rossum | 1997-10-07 | 1 | -0/+52 |
| | | | | (It should probably be withdrawn :-( ) | ||||
* | Checking in new module code.py -- utilities dealing with code objects. | Guido van Rossum | 1997-07-18 | 1 | -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. |