| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix documentation in code.py (GH-17988) | ![](//www.gravatar.com/avatar/8c5899b8e148ebe790c1397c0d715c57?s=13&d=retro) Kyle Pollina | 2020-01-15 | 1 | -1/+1 |
* | bpo-30166: Import command-line parsing modules only when needed. (#1293) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-05-04 | 1 | -1/+2 |
* | Issue #27573 make the exit message configurable. | ![](//www.gravatar.com/avatar/5615a372d9866f203a22b2c437527bbb?s=13&d=retro) Steven D'Aprano | 2016-08-24 | 1 | -4/+13 |
* | Issue27573 code.interact prints a message when exiting. | ![](//www.gravatar.com/avatar/5615a372d9866f203a22b2c437527bbb?s=13&d=retro) Steven D'Aprano | 2016-08-15 | 1 | -0/+1 |
* | Remaining fallout from 17911 | ![](//www.gravatar.com/avatar/709ff18c649820148f371e41fb95b0b0?s=13&d=retro) Robert Collins | 2015-03-05 | 1 | -25/+8 |
* | #17442: Add chained traceback support to InteractiveInterpreter. | ![](//www.gravatar.com/avatar/f9c4ab38a9ced1923ff1bf6e3553a029?s=13&d=retro) R David Murray | 2014-09-29 | 1 | -12/+22 |
* | Issue #21966: Respect -q command-line option when code module is ran. | ![](//www.gravatar.com/avatar/25ef0a6698317c91220d6a1a89543df3?s=13&d=retro) Alexander Belopolsky | 2014-07-12 | 1 | -1/+10 |
* | Closes #17730: in code.interact(), when banner="", do not print anything. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2013-10-13 | 1 | -1/+1 |
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | ![](//www.gravatar.com/avatar/e8600d16ba667cc8d7f00ddc9f254340?s=13&d=retro) Brett Cannon | 2013-07-04 | 1 | -1/+1 |
* | Issue #18200: Update the stdlib (except tests) to use | ![](//www.gravatar.com/avatar/e8600d16ba667cc8d7f00ddc9f254340?s=13&d=retro) Brett Cannon | 2013-06-13 | 1 | -1/+1 |
* | Issue #12643: Respect sys.excepthook in code.InteractiveConsole | ![](//www.gravatar.com/avatar/f3ba3ecffd20251d73749afbfa636786?s=13&d=retro) Nick Coghlan | 2012-08-20 | 1 | -4/+15 |
* | Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,... | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-11-25 | 1 | -3/+2 |
* | Fix issue #1707. When raw_input() was removed, it was incorrectly replaced | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2008-01-02 | 1 | -5/+4 |
* | Merged revisions 56492-56752 via svnmerge from | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-08-05 | 1 | -10/+10 |
* | Kill off softspace completely (except in formatter.py which seems to have | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-02-09 | 1 | -16/+0 |
* | Fix most trivially-findable print statements. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
* | Patch #1550800: make exec a function. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2006-09-06 | 1 | -1/+1 |
* | Get rid of a bunch more raw_input references | ![](//www.gravatar.com/avatar/e6facc7b962c35bc84dd526698529a6b?s=13&d=retro) Neal Norwitz | 2006-03-17 | 1 | -4/+6 |
* | - Finally fixed the bug in compile() and exec where a string ending | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2003-02-13 | 1 | -1/+2 |
* | Convert a pile of obvious "yes/no" functions to return bool. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2002-04-04 | 1 | -4/+4 |
* | make default banner match what the real interpreter displays | ![](//www.gravatar.com/avatar/107dbd4c05818a538bce7193e5647c7a?s=13&d=retro) Skip Montanaro | 2002-03-25 | 1 | -1/+1 |
* | remove unqualified excepts - catch ImportError when trying to import | ![](//www.gravatar.com/avatar/107dbd4c05818a538bce7193e5647c7a?s=13&d=retro) Skip Montanaro | 2002-03-25 | 1 | -7/+2 |
* | softspace(): be prepared to catch AttributeError as well as TypeError | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2001-09-18 | 1 | -1/+2 |
* | A fiddled version of the rest of Michael Hudson's SF patch | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2001-08-17 | 1 | -3/+4 |
* | InteractiveInterpreter.showsyntaxerror(): | ![](//www.gravatar.com/avatar/4f1bdb13d00c0dc4355e24349d61e107?s=13&d=retro) Fred Drake | 2001-05-03 | 1 | -0/+1 |
* | String method conversion. | ![](//www.gravatar.com/avatar/131a55e547345f3123af2c4ddd49e6a6?s=13&d=retro) Eric S. Raymond | 2001-02-09 | 1 | -2/+1 |
* | added __all__ lists to a number of Python modules | ![](//www.gravatar.com/avatar/107dbd4c05818a538bce7193e5647c7a?s=13&d=retro) Skip Montanaro | 2001-01-20 | 1 | -0/+3 |
* | mwh@sourceforge found that UnicodeError can be raised by compiling. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2001-01-15 | 1 | -1/+1 |
* | Make the copyright message the same as for the "real" interpreter. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2001-01-14 | 1 | -1/+2 |
* | SF Patch #103227 by mwh: make code.py appreciate softspace | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2001-01-13 | 1 | -0/+14 |
* | Make Traceback header conform to new traceback ("innermost last" -> | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2000-12-27 | 1 | -1/+1 |
* | Simple changes by Gerrit Holl - move author acknowledgements out of | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2000-02-28 | 1 | -1/+2 |
* | Moved compile_command() to a file of its own (codeop.py). | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1998-10-22 | 1 | -82/+3 |
* | Rename 'locals' argument to top-level interact() function to 'local' | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1998-10-19 | 1 | -3/+3 |
* | Reworked it quite a bit. There are now two classes: a base class, | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1998-09-22 | 1 | -102/+206 |
* | Subsume the interact() function in a class. This should make it | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1998-06-23 | 1 | -42/+197 |
* | Mass check-in after untabifying all files that need it. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1998-03-26 | 1 | -45/+45 |
* | Seems I've found a way to fix this. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1998-01-14 | 1 | -3/+9 |
* | Add Jeff Epler's interact() function. Note that it is broken. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1997-10-07 | 1 | -0/+52 |
* | Checking in new module code.py -- utilities dealing with code objects. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1997-07-18 | 1 | -0/+52 |