Commits
User selector
Commit History
Commits on Mar 5, 2015
Remaining fallout from 17911
Show description for 2f0441fcommitted
Commits on Sep 29, 2014
#17442: Add chained traceback support to InteractiveInterpreter.
Show description for c31e622committed
Commits on Jul 12, 2014
Issue #21966: Respect -q command-line option when code module is ran.
Show description for 007a903committed
Commits on Oct 13, 2013
Closes #17730: in code.interact(), when banner="", do not print anything.
Show description for fbc3c3ccommitted
Commits on Jul 4, 2013
Commits on Jun 14, 2013
Issue #18200: Update the stdlib (except tests) to use
Show description for 0a14066committed
Commits on Aug 20, 2012
Commits on Nov 25, 2009
Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from
Show description for f6489f9committed
Commits on Jan 2, 2008
Fix issue #1707. When raw_input() was removed, it was incorrectly replaced
Show description for 83210b9committed
Commits on Aug 5, 2007
Merged revisions 56492-56752 via svnmerge from
Show description for 33d2689committed
Commits on Feb 9, 2007
Kill off softspace completely (except in formatter.py which seems to have
Show description for 79139b2committedFix most trivially-findable print statements.
Show description for be19ed7committed
Commits on Sep 6, 2006
Commits on Mar 17, 2006
Commits on Feb 13, 2003
- Finally fixed the bug in compile() and exec where a string ending
Show description for 4b499ddcommitted
Commits on Apr 4, 2002
Commits on Mar 25, 2002
- committed
Skip Montanaro remove unqualified excepts - catch ImportError when trying to import
Show description for 0679a73committed
Skip Montanaro
Commits on Sep 18, 2001
softspace(): be prepared to catch AttributeError as well as TypeError
Show description for 555d12fcommitted
Commits on Aug 17, 2001
A fiddled version of the rest of Michael Hudson's SF patch
Show description for 6cd6a82committed
Commits on May 3, 2001
InteractiveInterpreter.showsyntaxerror():
Show description for c7745d4committed
Commits on Feb 9, 2001
Commits on Jan 20, 2001
added __all__ lists to a number of Python modules
Show description for e99d5eacommitted
Skip Montanaro
Commits on Jan 15, 2001
mwh@sourceforge found that UnicodeError can be raised by compiling.
Show description for 48450cfcommitted
Commits on Jan 14, 2001
Commits on Jan 13, 2001
Commits on Dec 27, 2000
Make Traceback header conform to new traceback ("innermost last" ->
Show description for 7dd0696committed
Commits on Feb 28, 2000
Simple changes by Gerrit Holl - move author acknowledgements out of
Show description for 98d9fd3committed
Commits on Oct 22, 1998
Commits on Oct 19, 1998
Rename 'locals' argument to top-level interact() function to 'local'
Show description for d90ae19committed
Commits on Sep 22, 1998
Reworked it quite a bit. There are now two classes: a base class,
Show description for 5227f0fcommitted
Commits on Jun 23, 1998
Subsume the interact() function in a class. This should make it
Show description for a93b848committed
Commits on Mar 26, 1998
Commits on Jan 14, 1998
Commits on Oct 7, 1997
Add Jeff Epler's interact() function. Note that it is broken.
Show description for 90981e0committed