cpython/Python
Guido van Rossum 67a5fdbcc2 * mpzmodule.c: cast some methods to the proper type.
* traceback.c (tb_print): use sys.tracebacklimit as a maximum number of
  traceback entries to print (default 1000).
* ceval.c (printtraceback): Don't print stack trace header -- this is now
  done by tb_print().
1993-12-17 12:09:14 +00:00
..
bltinmodule.c * import.c (get_module): pass .py filename to parse_file, not .pyc filename! 1993-11-30 13:40:46 +00:00
ceval.c * mpzmodule.c: cast some methods to the proper type. 1993-12-17 12:09:14 +00:00
cgensupport.c
compile.c change syntactical position of lambdef (was an atom, now is a test) 1993-11-30 14:57:42 +00:00
errors.c
fmod.c
frozenmain.c
getcwd.c
graminit.c change syntactical position of lambdef (was an atom, now is a test) 1993-11-30 14:57:42 +00:00
import.c * import.c (get_module): pass .py filename to parse_file, not .pyc filename! 1993-11-30 13:40:46 +00:00
marshal.c
modsupport.c
pythonmain.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
pythonrun.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
strerror.c
strtod.c
structmember.c
sysmodule.c
thread.c Port to Solaris 2.3. 1993-12-03 16:54:45 +00:00
traceback.c * mpzmodule.c: cast some methods to the proper type. 1993-12-17 12:09:14 +00:00