| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame | Victor Stinner | 2011-04-01 | 1 | -3/+1 |
* | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-31 | 1 | -0/+40 |
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+4 |
* | Issue #6543: Write the traceback in the terminal encoding instead of utf-8. | Victor Stinner | 2010-06-17 | 1 | -6/+6 |
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -1/+1 |
* | implement chained exception tracebacks | Benjamin Peterson | 2008-07-15 | 1 | -1/+1 |
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -0/+1 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -1/+1 |
* | Moved tracebackobject to traceback.h, Closes SF Bug #497067 | Nicholas Bastin | 2004-03-21 | 1 | -1/+9 |
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -3/+3 |
* | [Bug #528914] PyTraceBack_Store/Fetch were deleted in 1997, but their | Andrew M. Kuchling | 2002-03-19 | 1 | -3/+1 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-08 | 1 | -10/+10 |
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -5/+5 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
* | spell TraceBack with capital B | Guido van Rossum | 1995-09-18 | 1 | -2/+2 |
* | keyword arguments and faster function calls | Guido van Rossum | 1995-07-18 | 1 | -0/+4 |
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -4/+4 |
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
* | Lots of small things, see ChangeLog | Guido van Rossum | 1994-12-30 | 1 | -0/+2 |
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+1 |
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 1 | -0/+11 |
* | * 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 | -1/+1 |
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
* | Change tb_here() prototype. | Guido van Rossum | 1992-01-14 | 1 | -1/+1 |
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -0/+6 |