1. fd14d8e Make traceback objects collectable. by Jeremy Hylton · 23 years ago
  2. d7c3652 Removed two pointless and obfuscating macros. by Tim Peters · 23 years ago
  3. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  4. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  5. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  6. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  7. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
  8. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  9. 6d10887 Change traceback error message to "most recent call last" from by Guido van Rossum · 24 years ago
  10. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 24 years ago
  11. 3aca653 Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. by Guido van Rossum · 25 years ago
  12. 7e8d26d PyFile_WriteString now returns an error indicator instead of calling by Guido van Rossum · 27 years ago
  13. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  14. 73237c5 Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set. by Guido van Rossum · 27 years ago
  15. 65bf9f2 Quickly renamed. by Guido van Rossum · 27 years ago
  16. 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 27 years ago
  17. b3f515a Get the line number from PyCode_Addr2Line instead of believing by Guido van Rossum · 28 years ago
  18. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  19. 9d78d8d spell TraceBack with capital B by Guido van Rossum · 29 years ago
  20. 681d79a keyword arguments and faster calls by Guido van Rossum · 29 years ago
  21. e78c5d0 ignore control-l (parallelling change to tokenizer.c) by Guido van Rossum · 29 years ago
  22. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  23. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
  24. bfd5d755 * Python/traceback.c: security fix -- check for buffer oveflow by Guido van Rossum · 30 years ago
  25. 13836d9 add function name to traceback info MPW fixes by Guido van Rossum · 30 years ago
  26. 67a5fdb * mpzmodule.c: cast some methods to the proper type. by Guido van Rossum · 31 years ago
  27. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  28. 3165fe6 Modified most (but not yet all) I/O to always go through sys.stdout or by Guido van Rossum · 32 years ago
  29. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  30. 7169dbb Move printing of filename and lineno to tb_displayline. by Guido van Rossum · 32 years ago
  31. c6515d1 tb_here() can now get the lasti and lineno arguments from the frame. by Guido van Rossum · 33 years ago
  32. 247ff71 Don't use printobject() to print a string (filename). by Guido van Rossum · 33 years ago
  33. d783a46 printobject now returns an error code by Guido van Rossum · 33 years ago
  34. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  35. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago