1. 6e025bc String method cleanup. by Eric S. Raymond · 23 years ago
  2. ec3bbde String method conversion. by Eric S. Raymond · 23 years ago
  3. b90f89a Whitespace normalization. by Tim Peters · 24 years ago
  4. 3ad167a mwh: [ Patch #103228 ] traceback.py nit. by Guido van Rossum · 24 years ago
  5. 2823f03 Patch by Toby Dickenson: don't die when an error occurs during string by Guido van Rossum · 24 years ago
  6. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  7. 3bb1edb Match the error messages to say "(most recent call last)" like the by Guido van Rossum · 24 years ago
  8. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  9. 3f0666c Add obvious needed else clause to format_exception(). by Guido van Rossum · 26 years ago
  10. 6e73af7 New version of tb_lineno(), this time *not* using try-except, to avoid by Guido van Rossum · 26 years ago
  11. 7266496 Tweak the tb_lineno() function to be compatible with JPython, which by Guido van Rossum · 26 years ago
  12. 4752966 Use Marc Lemburg's tb_lineno() to calculate the correct line number. by Guido van Rossum · 27 years ago
  13. 2deb73a Use sys.exc_info() instead of sys.exc_{type,value,traceback}. by Guido van Rossum · 27 years ago
  14. 2715bb2 Changes to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  15. dcc057a Added routines to print, format and extract the current, ``live'' stack. by Guido van Rossum · 28 years ago
  16. 3c99882 removed history comment by Guido van Rossum · 28 years ago
  17. 194e20a add file parameter to all printing fns, default stderr by Guido van Rossum · 29 years ago
  18. 28e99fe added format_* functions (suggestion by Ken M) by Guido van Rossum · 29 years ago
  19. c7acf2a handle class exceptions by Guido van Rossum · 29 years ago
  20. 7aeb4b9 * Lib/linecache.py: don't crash on empty filename by Guido van Rossum · 30 years ago
  21. 526beed New module, formats traceback just like the C code does by Guido van Rossum · 30 years ago