Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -45/+45 |
| | |||||
* | Seems I've found a way to fix this. | Guido van Rossum | 1998-01-14 | 1 | -3/+9 |
| | |||||
* | 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. |