index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
traceback.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka
2018-11-27
1
-1/+2
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Benjamin Peterson
2018-09-10
1
-14/+16
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-1/+1
*
bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-...
Nathaniel J. Smith
2018-01-07
1
-26/+123
*
bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print())....
Serhiy Storchaka
2017-11-15
1
-51/+51
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
1
-1/+1
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-0/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-16/+0
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
1
-1/+1
*
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
Serhiy Storchaka
2016-10-18
1
-20/+26
|
\
|
*
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
Serhiy Storchaka
2016-10-18
1
-20/+26
*
|
Avoid calling functions with an empty string as format string
Victor Stinner
2016-09-06
1
-2/+2
*
|
Fix reference leak in tb_printinternal()
Victor Stinner
2016-08-20
1
-0/+2
*
|
Issue #26823: Abbreviate recursive tracebacks
Nick Coghlan
2016-08-15
1
-4/+32
*
|
Issue #27336: Fix compilation failures --without-threads
Berker Peksag
2016-06-17
1
-1/+1
*
|
Rework _Py_DumpASCII() to make Coverity happy
Victor Stinner
2016-03-23
1
-8/+8
*
|
Issue #23848: Expose _Py_DumpHexadecimal()
Victor Stinner
2016-03-23
1
-8/+9
*
|
faulthandler now works in non-Python threads
Victor Stinner
2016-03-16
1
-2/+47
*
|
Fix compilation error of traceback.c on Windows
Victor Stinner
2016-03-16
1
-3/+3
*
|
Enhance and rewrite traceback dump C functions
Victor Stinner
2016-03-15
1
-53/+56
|
/
*
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Serhiy Storchaka
2015-06-21
1
-1/+1
|
\
|
*
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Serhiy Storchaka
2015-06-21
1
-1/+1
*
|
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...
Steve Dower
2015-04-12
1
-0/+2
*
|
Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback()
Victor Stinner
2015-04-01
1
-8/+20
*
|
Merge 3.4 (traceback)
Victor Stinner
2015-03-25
1
-1/+8
|
\
\
|
|
/
|
*
Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(),
Victor Stinner
2015-03-25
1
-1/+8
*
|
(Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if
Victor Stinner
2014-10-30
1
-0/+1
|
\
\
|
|
/
|
*
Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if
Victor Stinner
2014-10-30
1
-0/+1
*
|
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...
Antoine Pitrou
2014-10-08
1
-0/+33
|
\
\
|
|
/
|
*
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...
Antoine Pitrou
2014-10-08
1
-0/+33
*
|
faulthandler: enhance dump_ascii() to escape also non-printable ASCII
Victor Stinner
2014-10-03
1
-4/+5
*
|
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Victor Stinner
2014-08-15
1
-1/+1
|
/
*
Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clear
Victor Stinner
2013-12-19
1
-0/+2
*
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner
2013-11-07
1
-5/+6
*
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner
2013-11-06
1
-1/+1
*
Issue 19306: Add extra hints to faulthandler stack dumps that they are upside...
Guido van Rossum
2013-10-21
1
-8/+8
*
merge 3.3
Benjamin Peterson
2013-07-21
1
-1/+1
|
\
|
*
fix spacing
Benjamin Peterson
2013-07-21
1
-1/+1
*
|
merge 3.3
Benjamin Peterson
2013-07-21
1
-2/+2
|
\
\
|
|
/
|
*
let's not return NULL from functions that should return ints
Benjamin Peterson
2013-07-21
1
-2/+2
*
|
Check return value of lseek() in _Py_DisplaySourceLine().
Christian Heimes
2013-07-21
1
-1/+7
|
\
\
|
|
/
|
*
Check return value of lseek() in _Py_DisplaySourceLine().
Christian Heimes
2013-07-21
1
-1/+7
*
|
Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() ...
Christian Heimes
2013-07-20
1
-0/+5
|
\
\
|
|
/
|
*
Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() ...
Christian Heimes
2013-07-20
1
-0/+5
*
|
Issue #18408: Fix _Py_DisplaySourceLine()
Victor Stinner
2013-07-15
1
-1/+3
*
|
Fix compilater warnings on Windows 64-bit
Victor Stinner
2013-05-16
1
-1/+1
|
/
*
Issue #15463: the faulthandler module truncates strings to 500 characters,
Victor Stinner
2012-07-30
1
-1/+1
*
Issue #15365: Make traceback reporting ignore any errors when printing out
Kristján Valur Jónsson
2012-07-19
1
-1/+4
[next]