Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
40b7703f1c65f58f854f3e1b81203ba71ed45df4
/
Python
/
traceback.c
7b8c754
Mass checkin of universal newline support.
by Jack Jansen
· 23 years ago
8358405
Call PyObject_GC_UnTrack before putting an object on the list of trash.
by Neil Schemenauer
· 23 years ago
518ab1c
Use PyOS_snprintf instead of sprintf.
by Jeremy Hylton
· 23 years ago
6d20b43
SF bug 485175: buffer overflow in traceback.c.
by Tim Peters
· 23 years ago
fd14d8e
Make traceback objects collectable.
by Jeremy Hylton
· 23 years ago
d7c3652
Removed two pointless and obfuscating macros.
by Tim Peters
· 23 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
f70ef4f
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
by Thomas Wouters
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
582acec
Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests.
by Guido van Rossum
· 24 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
6d10887
Change traceback error message to "most recent call last" from
by Guido van Rossum
· 25 years ago
d724b23
Christian Tismer's "trashcan" patch:
by Guido van Rossum
· 25 years ago
3aca653
Tim Peters fixed PR#75: very long lines cause incorrect tracebacks.
by Guido van Rossum
· 25 years ago
7e8d26d
PyFile_WriteString now returns an error indicator instead of calling
by Guido van Rossum
· 27 years ago
a027efa
Massive changes for separate thread state management.
by Guido van Rossum
· 28 years ago
73237c5
Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set.
by Guido van Rossum
· 28 years ago
65bf9f2
Quickly renamed.
by Guido van Rossum
· 28 years ago
6bf62da
Keep gcc -Wall and Microsoft VC happy.
by Guido van Rossum
· 28 years ago
b3f515a
Get the line number from PyCode_Addr2Line instead of believing
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
9d78d8d
spell TraceBack with capital B
by Guido van Rossum
· 29 years ago
681d79a
keyword arguments and faster calls
by Guido van Rossum
· 29 years ago
e78c5d0
ignore control-l (parallelling change to tokenizer.c)
by Guido van Rossum
· 29 years ago
6d023c9
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
1ae940a
Lots of changes, most minor (fatal() instead of abort(), use of
by Guido van Rossum
· 30 years ago
bfd5d755
* Python/traceback.c: security fix -- check for buffer oveflow
by Guido van Rossum
· 30 years ago
13836d9
add function name to traceback info MPW fixes
by Guido van Rossum
· 30 years ago
67a5fdb
* mpzmodule.c: cast some methods to the proper type.
by Guido van Rossum
· 31 years ago
9bfef44
* Changed all copyright messages to include 1993.
by Guido van Rossum
· 32 years ago
3165fe6
Modified most (but not yet all) I/O to always go through sys.stdout or
by Guido van Rossum
· 32 years ago
bab9d03
Copyright for 1992 added
by Guido van Rossum
· 33 years ago
7169dbb
Move printing of filename and lineno to tb_displayline.
by Guido van Rossum
· 33 years ago
c6515d1
tb_here() can now get the lasti and lineno arguments from the frame.
by Guido van Rossum
· 33 years ago
247ff71
Don't use printobject() to print a string (filename).
by Guido van Rossum
· 33 years ago
d783a46
printobject now returns an error code
by Guido van Rossum
· 33 years ago
f70e43a
Added copyright notice.
by Guido van Rossum
· 34 years ago
3f5da24
"Compiling" version
by Guido van Rossum
· 34 years ago