1. ed48866 bpo-35134: Split traceback.h header (GH-13430) by Victor Stinner · 6 years ago
  2. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 9 years ago
  3. b608196 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). by Serhiy Storchaka · 9 years ago
  4. f5f37d7 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). by Serhiy Storchaka · 9 years ago
  5. bd31b7c Issue #23848: Expose _Py_DumpHexadecimal() by Victor Stinner · 9 years ago
  6. 861d9ab faulthandler now works in non-Python threads by Victor Stinner · 9 years ago
  7. 89e7cdc Enhance and rewrite traceback dump C functions by Victor Stinner · 9 years ago
  8. 73c95f1 Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. by Serhiy Storchaka · 10 years ago
  9. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 11 years ago
  10. fcb88c4 Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame by Victor Stinner · 14 years ago
  11. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 14 years ago
  12. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 15 years ago
  13. 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 15 years ago
  14. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 17 years ago
  15. e652821 implement chained exception tracebacks by Benjamin Peterson · 17 years ago
  16. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 17 years ago
  17. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 18 years ago
  18. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 18 years ago
  19. a7604bf Moved tracebackobject to traceback.h, Closes SF Bug #497067 by Nicholas Bastin · 21 years ago
  20. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 23 years ago
  21. 913b907 [Bug #528914] PyTraceBack_Store/Fetch were deleted in 1997, but their by Andrew M. Kuchling · 23 years ago
  22. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 25 years ago
  23. 5eb6d4e ANSI-fication and Py_PROTO extermination. by Fred Drake · 25 years ago
  24. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 25 years ago
  25. fd71b9e Change copyright notice. by Guido van Rossum · 25 years ago
  26. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 27 years ago
  27. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 29 years ago
  28. 9d78d8d spell TraceBack with capital B by Guido van Rossum · 30 years ago
  29. 884afd6 keyword arguments and faster function calls by Guido van Rossum · 30 years ago
  30. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 31 years ago
  31. 5799b52 Added 1995 copyright. by Guido van Rossum · 31 years ago
  32. 66cb311 Lots of small things, see ChangeLog by Guido van Rossum · 31 years ago
  33. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 31 years ago
  34. a330996 * Added support for X11 modules. by Guido van Rossum · 32 years ago
  35. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
  36. 3165fe6 Modified most (but not yet all) I/O to always go through sys.stdout or by Guido van Rossum · 33 years ago
  37. 5113f5f Copyright for 1992 added by Guido van Rossum · 33 years ago
  38. 11c0383 Change tb_here() prototype. by Guido van Rossum · 34 years ago
  39. f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
  40. 3f5da24 "Compiling" version by Guido van Rossum · 35 years ago