index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
code.py
Commit message (
Expand
)
Author
Age
*
softspace(): be prepared to catch AttributeError as well as TypeError
Guido van Rossum
2001-09-18
*
A fiddled version of the rest of Michael Hudson's SF patch
Tim Peters
2001-08-17
*
InteractiveInterpreter.showsyntaxerror():
Fred Drake
2001-05-03
*
String method conversion.
Eric S. Raymond
2001-02-09
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
*
mwh@sourceforge found that UnicodeError can be raised by compiling.
Guido van Rossum
2001-01-15
*
Make the copyright message the same as for the "real" interpreter.
Guido van Rossum
2001-01-14
*
SF Patch #103227 by mwh: make code.py appreciate softspace
Guido van Rossum
2001-01-13
*
Make Traceback header conform to new traceback ("innermost last" ->
Guido van Rossum
2000-12-27
*
Simple changes by Gerrit Holl - move author acknowledgements out of
Guido van Rossum
2000-02-28
*
Moved compile_command() to a file of its own (codeop.py).
Guido van Rossum
1998-10-22
*
Rename 'locals' argument to top-level interact() function to 'local'
Guido van Rossum
1998-10-19
*
Reworked it quite a bit. There are now two classes: a base class,
Guido van Rossum
1998-09-22
*
Subsume the interact() function in a class. This should make it
Guido van Rossum
1998-06-23
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
*
Seems I've found a way to fix this.
Guido van Rossum
1998-01-14
*
Add Jeff Epler's interact() function. Note that it is broken.
Guido van Rossum
1997-10-07
*
Checking in new module code.py -- utilities dealing with code objects.
Guido van Rossum
1997-07-18