24 Commits (284fa08eb783a48f98eabda25aaaebefb5937cce)

Author SHA1 Message Date
Benjamin Peterson ccd640525b this main is much more useful 16 years ago
Antoine Pitrou 74022ab013 #1288615: Python code.interact() and non-ASCII input 18 years ago
Guido van Rossum 4b499dd3fb - Finally fixed the bug in compile() and exec where a string ending 23 years ago
Tim Peters bc0e910826 Convert a pile of obvious "yes/no" functions to return bool. 24 years ago
Skip Montanaro acb29aed67 make default banner match what the real interpreter displays 24 years ago
Skip Montanaro 0679a73c0e remove unqualified excepts - catch ImportError when trying to import 24 years ago
Guido van Rossum 555d12f986 softspace(): be prepared to catch AttributeError as well as TypeError 25 years ago
Tim Peters 6cd6a82db9 A fiddled version of the rest of Michael Hudson's SF patch 25 years ago
Fred Drake c7745d4b54 InteractiveInterpreter.showsyntaxerror(): 25 years ago
Eric S. Raymond 6b71e747b1 String method conversion. 25 years ago
Skip Montanaro e99d5ea25b added __all__ lists to a number of Python modules 25 years ago
Guido van Rossum 48450cf0a9 mwh@sourceforge found that UnicodeError can be raised by compiling. 25 years ago
Guido van Rossum c5f15b088f Make the copyright message the same as for the "real" interpreter. 25 years ago
Guido van Rossum 4ec59c75e3 SF Patch #103227 by mwh: make code.py appreciate softspace 25 years ago
Guido van Rossum 7dd06966cb Make Traceback header conform to new traceback ("innermost last" -> 25 years ago
Guido van Rossum 98d9fd3e68 Simple changes by Gerrit Holl - move author acknowledgements out of 26 years ago
Guido van Rossum 5d42b5b74d Moved compile_command() to a file of its own (codeop.py). 28 years ago
Guido van Rossum d90ae19b92 Rename 'locals' argument to top-level interact() function to 'local' 28 years ago
Guido van Rossum 5227f0fdcd Reworked it quite a bit. There are now two classes: a base class, 28 years ago
Guido van Rossum a93b848e33 Subsume the interact() function in a class. This should make it 28 years ago
Guido van Rossum 45e2fbc2e7 Mass check-in after untabifying all files that need it. 28 years ago
Guido van Rossum 8687164426 Seems I've found a way to fix this. 28 years ago
Guido van Rossum 90981e0e70 Add Jeff Epler's interact() function. Note that it is broken. 29 years ago
Guido van Rossum 1557a7314c Checking in new module code.py -- utilities dealing with code objects. 29 years ago