COMMITS
/ Python/traceback.c August 14, 2007
C
Bug #1772489: make dir() work on traceback objects again.
Collin Winter committed
C
Get rid of traceback.c:tb_getattr in favor of marking the members as READONLY.
Collin Winter committed
August 11, 2007
N
Remove support for __members__ and __methods__. There still might be
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
February 1, 2007
T
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters committed
January 14, 2007
G
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 7, 2006
H
SF #1444030: Fix several potential defects found by Coverity.
Hye-Shik Chang committed
February 16, 2006
M
Use Py_ssize_t to count the
Martin v. Löwis committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
March 21, 2004
N
Moved tracebackobject to traceback.h, Closes SF Bug #497067
Nicholas Bastin committed
November 19, 2003
J
Getting rid of support for the ancient Apple MPW compiler.
Jack Jansen committed
February 22, 2003
M
After the removal of SET_LINENO, PyCode_Addr2Line has always been
Michael W. Hudson committed
August 15, 2002
M
This is my patch
Michael W. Hudson committed
April 14, 2002
J
Mass checkin of universal newline support.
Jack Jansen committed
March 29, 2002
N
Call PyObject_GC_UnTrack before putting an object on the list of trash.
Neil Schemenauer committed
November 28, 2001
J
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton committed
November 27, 2001
T
SF bug 485175: buffer overflow in traceback.c.
Tim Peters committed
October 22, 2001
J
Make traceback objects collectable.
Jeremy Hylton committed
T
Removed two pointless and obfuscating macros.
Tim Peters committed
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