COMMITS
/ Python/traceback.c September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 28, 2000
G
Trent Mick's Win64 changes: size_t vs. int or long; also some overflow
Guido van Rossum committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
March 31, 2000
G
Change traceback error message to "most recent call last" from
Guido van Rossum committed
March 13, 2000
G
Christian Tismer's "trashcan" patch:
Guido van Rossum committed
September 18, 1999
G
Tim Peters fixed PR#75: very long lines cause incorrect tracebacks.
Guido van Rossum committed
May 22, 1997
G
PyFile_WriteString now returns an error indicator instead of calling
Guido van Rossum committed
May 5, 1997
G
Massive changes for separate thread state management.
Guido van Rossum committed
G
Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set.
Guido van Rossum committed
April 29, 1997
G
Quickly renamed.
Guido van Rossum committed
April 11, 1997
G
Keep gcc -Wall and Microsoft VC happy.
Guido van Rossum committed
January 24, 1997
G
Get the line number from PyCode_Addr2Line instead of believing
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
September 18, 1995
G
spell TraceBack with capital B
Guido van Rossum committed
July 18, 1995
G
keyword arguments and faster calls
Guido van Rossum committed
July 7, 1995
G
ignore control-l (parallelling change to tokenizer.c)
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum committed
September 29, 1994
G
* Python/traceback.c: security fix -- check for buffer oveflow
Guido van Rossum committed
August 29, 1994
G
add function name to traceback info
Guido van Rossum committed
December 17, 1993
G
* mpzmodule.c: cast some methods to the proper type.
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
September 25, 1992
G
Modified most (but not yet all) I/O to always go through sys.stdout or
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
February 26, 1992
G
Move printing of filename and lineno to tb_displayline.
Guido van Rossum committed
January 14, 1992
G
tb_here() can now get the lasti and lineno arguments from the frame.
Guido van Rossum committed
June 24, 1991
G
Don't use printobject() to print a string (filename).
Guido van Rossum committed
June 7, 1991
G
printobject now returns an error code
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
December 20, 1990
G
"Compiling" version
Guido van Rossum committed