COMMITS
/ Python/traceback.c October 18, 2016
S
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
Serhiy Storchaka committed
S
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
Serhiy Storchaka committed
September 6, 2016
V
Avoid calling functions with an empty string as format string
Victor Stinner committed
August 20, 2016
V
Fix reference leak in tb_printinternal()
Victor Stinner committed
August 15, 2016
N
Issue #26823: Abbreviate recursive tracebacks
Nick Coghlan committed
June 17, 2016
B
Issue #27336: Fix compilation failures --without-threads
Berker Peksag committed
March 23, 2016
V
Rework _Py_DumpASCII() to make Coverity happy
Victor Stinner committed
V
Issue #23848: Expose _Py_DumpHexadecimal()
Victor Stinner committed
March 16, 2016
V
faulthandler now works in non-Python threads
Victor Stinner committed
V
Fix compilation error of traceback.c on Windows
Victor Stinner committed
March 15, 2016
V
Enhance and rewrite traceback dump C functions
Victor Stinner committed
June 21, 2015
S
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Serhiy Storchaka committed
S
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Serhiy Storchaka committed
April 12, 2015
April 1, 2015
V
Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback()
Victor Stinner committed
March 25, 2015
V
Merge 3.4 (traceback)
Victor Stinner committed
V
Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(),
Victor Stinner committed
October 30, 2014
V
(Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if
Victor Stinner committed
V
Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if
Victor Stinner committed
October 8, 2014
A
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
Antoine Pitrou committed
A
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
Antoine Pitrou committed
October 3, 2014
V
faulthandler: enhance dump_ascii() to escape also non-printable ASCII
Victor Stinner committed
August 15, 2014
V
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Victor Stinner committed
December 19, 2013
V
Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clear
Victor Stinner committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner committed
October 21, 2013
G
Issue 19306: Add extra hints to faulthandler stack dumps that they are upside down.
Guido van Rossum committed
July 21, 2013
B
fix spacing
Benjamin Peterson committed
B
let's not return NULL from functions that should return ints
Benjamin Peterson committed
C
Check return value of lseek() in _Py_DisplaySourceLine().
Christian Heimes committed
C
Check return value of lseek() in _Py_DisplaySourceLine().
Christian Heimes committed
July 20, 2013
C
Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() for error
Christian Heimes committed
C
Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() for error
Christian Heimes committed
July 15, 2013
V
Issue #18408: Fix _Py_DisplaySourceLine()
Victor Stinner committed
May 16, 2013
V
Fix compilater warnings on Windows 64-bit
Victor Stinner committed
July 30, 2012
V
Issue #15463: the faulthandler module truncates strings to 500 characters,
Victor Stinner committed
July 19, 2012
K
Issue #15365: Make traceback reporting ignore any errors when printing out
Kristján Valur Jónsson committed
November 22, 2011
V
Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide
Victor Stinner committed
October 14, 2011
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
V
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
Victor Stinner committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
October 5, 2011
V
traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KIND
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
April 4, 2011
V
Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error.
Victor Stinner committed
April 1, 2011
V
Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame
Victor Stinner committed
March 30, 2011
V
Issue #11393: Add the new faulthandler module
Victor Stinner committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
October 16, 2010
V
Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
Victor Stinner committed