1. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  2. 73237c5 Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set. by Guido van Rossum · 27 years ago
  3. 65bf9f2 Quickly renamed. by Guido van Rossum · 27 years ago
  4. 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 27 years ago
  5. b3f515a Get the line number from PyCode_Addr2Line instead of believing by Guido van Rossum · 27 years ago
  6. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  7. 9d78d8d spell TraceBack with capital B by Guido van Rossum · 29 years ago
  8. 681d79a keyword arguments and faster calls by Guido van Rossum · 29 years ago
  9. e78c5d0 ignore control-l (parallelling change to tokenizer.c) by Guido van Rossum · 29 years ago
  10. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  11. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
  12. bfd5d755 * Python/traceback.c: security fix -- check for buffer oveflow by Guido van Rossum · 30 years ago
  13. 13836d9 add function name to traceback info MPW fixes by Guido van Rossum · 30 years ago
  14. 67a5fdb * mpzmodule.c: cast some methods to the proper type. by Guido van Rossum · 31 years ago
  15. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  16. 3165fe6 Modified most (but not yet all) I/O to always go through sys.stdout or by Guido van Rossum · 32 years ago
  17. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  18. 7169dbb Move printing of filename and lineno to tb_displayline. by Guido van Rossum · 32 years ago
  19. c6515d1 tb_here() can now get the lasti and lineno arguments from the frame. by Guido van Rossum · 32 years ago
  20. 247ff71 Don't use printobject() to print a string (filename). by Guido van Rossum · 33 years ago
  21. d783a46 printobject now returns an error code by Guido van Rossum · 33 years ago
  22. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  23. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago