summaryrefslogtreecommitdiff
path: root/Include/traceback.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-111-0/+2
* Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().Serhiy Storchaka2016-05-011-2/+2
|\
| * Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().Serhiy Storchaka2016-05-011-2/+2
* | Issue #23848: Expose _Py_DumpHexadecimal()Victor Stinner2016-03-231-1/+14
* | faulthandler now works in non-Python threadsVictor Stinner2016-03-161-4/+17
* | Enhance and rewrite traceback dump C functionsVictor Stinner2016-03-151-0/+18
|/
* Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.Serhiy Storchaka2015-06-211-1/+1
* Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-081-0/+1
* Issue #11393: _Py_DumpTraceback() writes the header even if there is no frameVictor Stinner2011-04-011-3/+1
* Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-311-0/+40
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+4
* Issue #6543: Write the traceback in the terminal encoding instead of utf-8.Victor Stinner2010-06-171-6/+6
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-1/+1
* implement chained exception tracebacksBenjamin Peterson2008-07-151-1/+1
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-0/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* Moved tracebackobject to traceback.h, Closes SF Bug #497067Nicholas Bastin2004-03-211-1/+9
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-3/+3
* [Bug #528914] PyTraceBack_Store/Fetch were deleted in 1997, but theirAndrew M. Kuchling2002-03-191-3/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-081-10/+10
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-5/+5
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* spell TraceBack with capital BGuido van Rossum1995-09-181-2/+2
* keyword arguments and faster function callsGuido van Rossum1995-07-181-0/+4
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-4/+4
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Lots of small things, see ChangeLogGuido van Rossum1994-12-301-0/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Modified most (but not yet all) I/O to always go through sys.stdout orGuido van Rossum1992-09-251-1/+1
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Change tb_here() prototype.Guido van Rossum1992-01-141-1/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-0/+6