summaryrefslogtreecommitdiff
path: root/Lib/code.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30166: Import command-line parsing modules only when needed. (#1293)Serhiy Storchaka2017-05-041-1/+2
* Issue #27573 make the exit message configurable.Steven D'Aprano2016-08-241-4/+13
* Issue27573 code.interact prints a message when exiting.Steven D'Aprano2016-08-151-0/+1
* Remaining fallout from 17911Robert Collins2015-03-051-25/+8
* #17442: Add chained traceback support to InteractiveInterpreter.R David Murray2014-09-291-12/+22
* Issue #21966: Respect -q command-line option when code module is ran.Alexander Belopolsky2014-07-121-1/+10
* Closes #17730: in code.interact(), when banner="", do not print anything.Georg Brandl2013-10-131-1/+1
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* Issue #12643: Respect sys.excepthook in code.InteractiveConsoleNick Coghlan2012-08-201-4/+15
* Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,...Benjamin Peterson2009-11-251-3/+2
* Fix issue #1707. When raw_input() was removed, it was incorrectly replacedGuido van Rossum2008-01-021-5/+4
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-10/+10
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-091-16/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-4/+6
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-131-1/+2
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-4/+4
* make default banner match what the real interpreter displaysSkip Montanaro2002-03-251-1/+1
* remove unqualified excepts - catch ImportError when trying to importSkip Montanaro2002-03-251-7/+2
* softspace(): be prepared to catch AttributeError as well as TypeErrorGuido van Rossum2001-09-181-1/+2
* A fiddled version of the rest of Michael Hudson's SF patchTim Peters2001-08-171-3/+4
* InteractiveInterpreter.showsyntaxerror():Fred Drake2001-05-031-0/+1
* String method conversion.Eric S. Raymond2001-02-091-2/+1
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+3
* mwh@sourceforge found that UnicodeError can be raised by compiling.Guido van Rossum2001-01-151-1/+1
* Make the copyright message the same as for the "real" interpreter.Guido van Rossum2001-01-141-1/+2
* SF Patch #103227 by mwh: make code.py appreciate softspaceGuido van Rossum2001-01-131-0/+14
* Make Traceback header conform to new traceback ("innermost last" ->Guido van Rossum2000-12-271-1/+1
* Simple changes by Gerrit Holl - move author acknowledgements out ofGuido van Rossum2000-02-281-1/+2
* Moved compile_command() to a file of its own (codeop.py).Guido van Rossum1998-10-221-82/+3
* Rename 'locals' argument to top-level interact() function to 'local'Guido van Rossum1998-10-191-3/+3
* Reworked it quite a bit. There are now two classes: a base class,Guido van Rossum1998-09-221-102/+206
* Subsume the interact() function in a class. This should make itGuido van Rossum1998-06-231-42/+197
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-45/+45
* Seems I've found a way to fix this.Guido van Rossum1998-01-141-3/+9
* Add Jeff Epler's interact() function. Note that it is broken.Guido van Rossum1997-10-071-0/+52
* Checking in new module code.py -- utilities dealing with code objects.Guido van Rossum1997-07-181-0/+52