index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
traceback.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
After the removal of SET_LINENO, PyCode_Addr2Line has always been
Michael W. Hudson
2003-02-22
1
-3
/
+0
*
This is my patch
Michael W. Hudson
2002-08-15
1
-6
/
+5
*
Mass checkin of universal newline support.
Jack Jansen
2002-04-14
1
-3
/
+3
*
Call PyObject_GC_UnTrack before putting an object on the list of trash.
Neil Schemenauer
2002-03-29
1
-2
/
+2
*
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton
2001-11-28
1
-1
/
+1
*
SF bug 485175: buffer overflow in traceback.c.
Tim Peters
2001-11-27
1
-3
/
+3
*
Make traceback objects collectable.
Jeremy Hylton
2001-10-22
1
-2
/
+46
*
Removed two pointless and obfuscating macros.
Tim Peters
2001-10-22
1
-7
/
+4
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9
/
+0
*
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters
2000-07-22
1
-23
/
+8
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6
/
+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-21
/
+6
*
Trent Mick's Win64 changes: size_t vs. int or long; also some overflow
Guido van Rossum
2000-06-28
1
-3
/
+3
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-1
/
+1
*
Change traceback error message to "most recent call last" from
Guido van Rossum
2000-03-31
1
-1
/
+1
*
Christian Tismer's "trashcan" patch:
Guido van Rossum
2000-03-13
1
-0
/
+2
*
Tim Peters fixed PR#75: very long lines cause incorrect tracebacks.
Guido van Rossum
1999-09-18
1
-2
/
+11
*
PyFile_WriteString now returns an error indicator instead of calling
Guido van Rossum
1997-05-22
1
-14
/
+30
*
Massive changes for separate thread state management.
Guido van Rossum
1997-05-05
1
-30
/
+6
*
Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set.
Guido van Rossum
1997-05-05
1
-2
/
+3
*
Quickly renamed.
Guido van Rossum
1997-04-29
1
-57
/
+57
*
Keep gcc -Wall and Microsoft VC happy.
Guido van Rossum
1997-04-11
1
-1
/
+1
*
Get the line number from PyCode_Addr2Line instead of believing
Guido van Rossum
1997-01-24
1
-1
/
+4
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-12
/
+19
*
spell TraceBack with capital B
Guido van Rossum
1995-09-18
1
-2
/
+2
*
keyword arguments and faster calls
Guido van Rossum
1995-07-18
1
-3
/
+4
*
ignore control-l (parallelling change to tokenizer.c)
Guido van Rossum
1995-07-07
1
-1
/
+1
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2
/
+2
*
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum
1995-01-02
1
-1
/
+0
*
* Python/traceback.c: security fix -- check for buffer oveflow
Guido van Rossum
1994-09-29
1
-1
/
+6
*
add function name to traceback info
Guido van Rossum
1994-08-29
1
-15
/
+15
*
* mpzmodule.c: cast some methods to the proper type.
Guido van Rossum
1993-12-17
1
-5
/
+23
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2
/
+2
*
Modified most (but not yet all) I/O to always go through sys.stdout or
Guido van Rossum
1992-09-25
1
-16
/
+19
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1
/
+1
*
Move printing of filename and lineno to tb_displayline.
Guido van Rossum
1992-02-26
1
-20
/
+45
*
tb_here() can now get the lasti and lineno arguments from the frame.
Guido van Rossum
1992-01-14
1
-4
/
+2
*
Don't use printobject() to print a string (filename).
Guido van Rossum
1991-06-24
1
-7
/
+10
*
printobject now returns an error code
Guido van Rossum
1991-06-07
1
-4
/
+6
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0
/
+24
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-0
/
+193