29 Commits (2f9c71bbbab6fb66cd4df16e30313ea975e1c46d)

Author SHA1 Message Date
Benjamin Peterson f6489f941c Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from 16 years ago
Guido van Rossum 83210b9ea0 Fix issue #1707. When raw_input() was removed, it was incorrectly replaced 18 years ago
Guido van Rossum 33d2689fc9 Merged revisions 56492-56752 via svnmerge from 19 years ago
Guido van Rossum 79139b247b Kill off softspace completely (except in formatter.py which seems to have 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Georg Brandl 7cae87ca7b Patch #1550800: make exec a function. 20 years ago
Neal Norwitz ce96f69d69 Get rid of a bunch more raw_input references 20 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