1. 6877ed3 Issue #27573 make the exit message configurable. by Steven D'Aprano · 8 years ago
  2. dd51d16 Issue27573 code.interact prints a message when exiting. by Steven D'Aprano · 8 years ago
  3. 2f0441f Remaining fallout from 17911 by Robert Collins · 9 years ago
  4. c31e622 #17442: Add chained traceback support to InteractiveInterpreter. by R David Murray · 10 years ago
  5. 007a903 Issue #21966: Respect -q command-line option when code module is ran. by Alexander Belopolsky · 10 years ago
  6. fbc3c3c Closes #17730: in code.interact(), when banner="", do not print anything. by Georg Brandl · 11 years ago
  7. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  8. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  9. 8bd24fe Issue #12643: Respect sys.excepthook in code.InteractiveConsole by Nick Coghlan · 12 years ago
  10. f6489f9 Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from by Benjamin Peterson · 14 years ago
  11. 83210b9 Fix issue #1707. When raw_input() was removed, it was incorrectly replaced by Guido van Rossum · 16 years ago
  12. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  13. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  14. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  15. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  16. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  17. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 21 years ago
  18. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  19. acb29ae make default banner match what the real interpreter displays by Skip Montanaro · 22 years ago
  20. 0679a73 remove unqualified excepts - catch ImportError when trying to import by Skip Montanaro · 22 years ago
  21. 555d12f softspace(): be prepared to catch AttributeError as well as TypeError by Guido van Rossum · 23 years ago
  22. 6cd6a82 A fiddled version of the rest of Michael Hudson's SF patch by Tim Peters · 23 years ago
  23. c7745d4 InteractiveInterpreter.showsyntaxerror(): by Fred Drake · 23 years ago
  24. 6b71e74 String method conversion. by Eric S. Raymond · 23 years ago
  25. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  26. 48450cf mwh@sourceforge found that UnicodeError can be raised by compiling. by Guido van Rossum · 23 years ago
  27. c5f15b0 Make the copyright message the same as for the "real" interpreter. by Guido van Rossum · 23 years ago
  28. 4ec59c7 SF Patch #103227 by mwh: make code.py appreciate softspace by Guido van Rossum · 23 years ago
  29. 7dd0696 Make Traceback header conform to new traceback ("innermost last" -> by Guido van Rossum · 23 years ago
  30. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  31. 5d42b5b Moved compile_command() to a file of its own (codeop.py). by Guido van Rossum · 26 years ago
  32. d90ae19 Rename 'locals' argument to top-level interact() function to 'local' by Guido van Rossum · 26 years ago
  33. 5227f0f Reworked it quite a bit. There are now two classes: a base class, by Guido van Rossum · 26 years ago
  34. a93b848 Subsume the interact() function in a class. This should make it by Guido van Rossum · 26 years ago
  35. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  36. 8687164 Seems I've found a way to fix this. by Guido van Rossum · 26 years ago
  37. 90981e0 Add Jeff Epler's interact() function. Note that it is broken. by Guido van Rossum · 27 years ago
  38. 1557a73 Checking in new module code.py -- utilities dealing with code objects. by Guido van Rossum · 27 years ago