1. 6b71e74 String method conversion. by Eric S. Raymond · 23 years ago
  2. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  3. 48450cf mwh@sourceforge found that UnicodeError can be raised by compiling. by Guido van Rossum · 24 years ago
  4. c5f15b0 Make the copyright message the same as for the "real" interpreter. by Guido van Rossum · 24 years ago
  5. 4ec59c7 SF Patch #103227 by mwh: make code.py appreciate softspace by Guido van Rossum · 24 years ago
  6. 7dd0696 Make Traceback header conform to new traceback ("innermost last" -> by Guido van Rossum · 24 years ago
  7. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  8. 5d42b5b Moved compile_command() to a file of its own (codeop.py). by Guido van Rossum · 26 years ago
  9. d90ae19 Rename 'locals' argument to top-level interact() function to 'local' by Guido van Rossum · 26 years ago
  10. 5227f0f Reworked it quite a bit. There are now two classes: a base class, by Guido van Rossum · 26 years ago
  11. a93b848 Subsume the interact() function in a class. This should make it by Guido van Rossum · 26 years ago
  12. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  13. 8687164 Seems I've found a way to fix this. by Guido van Rossum · 27 years ago
  14. 90981e0 Add Jeff Epler's interact() function. Note that it is broken. by Guido van Rossum · 27 years ago
  15. 1557a73 Checking in new module code.py -- utilities dealing with code objects. by Guido van Rossum · 27 years ago