1. eb56aa1 #3584: ignore trailing newlines when placing the caret for a SyntaxError location. by Georg Brandl · 15 years ago
  2. dc4a771 #1326077: fix traceback formatting of SyntaxErrors. This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space. by Georg Brandl · 15 years ago
  3. 797eaf3 complain when there's no last exception by Benjamin Peterson · 15 years ago
  4. 3e6c335 revert r70552; wrong fix by Benjamin Peterson · 15 years ago
  5. 85e1478 fix very old names for exception terms #5543 by Benjamin Peterson · 15 years ago
  6. 5400b6b Fix a DeprecationWarning about __getitem__() and exceptions in the 'traceback' module. by Brett Cannon · 16 years ago
  7. c7986ce Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago
  8. 1618363 Better fix for bug #1531405, not executing str(value) twice. by Georg Brandl · 18 years ago
  9. ff4b63b Bug #1531405, format_exception no longer raises an exception if by Neal Norwitz · 18 years ago
  10. 0bbfd83 Whitespace normalization. by Tim Peters · 18 years ago
  11. afb44f4 Repair accidental NameError. by Georg Brandl · 18 years ago
  12. c13c34c Patch #1515343: Fix printing of deprecated string exceptions with a by Georg Brandl · 18 years ago
  13. 8f6cbe1 Fix the formatting of KeyboardInterrupt -- a bad issubclass() call. by Guido van Rossum · 18 years ago
  14. 57fdcbc reverting r45321: Patch #860326: traceback.format_exception_only() now by Anthony Baxter · 18 years ago
  15. 24c274f Patch #860326: traceback.format_exception_only() now prepends the by Georg Brandl · 18 years ago
  16. 4703211 Updated the warnings, linecache, inspect, traceback, site, and doctest modules by Phillip J. Eby · 18 years ago
  17. 51dbc4c traceback now shows error position for all SyntaxError subclasses, by Georg Brandl · 18 years ago
  18. 4a26633 Revert r42719, because the isinstance() check wasn't redundant; formatting a by Phillip J. Eby · 18 years ago
  19. 7c187bc Remove redundant isinstance() check. by Thomas Wouters · 18 years ago
  20. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 18 years ago
  21. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 20 years ago
  22. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  23. f607fc5 Add traceback.format_exc(). by Neil Schemenauer · 21 years ago
  24. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  25. 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
  26. 0bb580d SF bug 431772: traceback.print_exc() causes traceback by Tim Peters · 23 years ago
  27. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  28. ed9d0ba Do not print caret when offset is None. by Jeremy Hylton · 23 years ago
  29. 69e9e8b Reformat and edit docstrings to follow modern conventions. Single by Jeremy Hylton · 23 years ago
  30. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  31. 6e025bc String method cleanup. by Eric S. Raymond · 24 years ago
  32. ec3bbde String method conversion. by Eric S. Raymond · 24 years ago
  33. b90f89a Whitespace normalization. by Tim Peters · 24 years ago
  34. 3ad167a mwh: [ Patch #103228 ] traceback.py nit. by Guido van Rossum · 24 years ago
  35. 2823f03 Patch by Toby Dickenson: don't die when an error occurs during string by Guido van Rossum · 24 years ago
  36. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  37. 3bb1edb Match the error messages to say "(most recent call last)" like the by Guido van Rossum · 24 years ago
  38. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 25 years ago
  39. 3f0666c Add obvious needed else clause to format_exception(). by Guido van Rossum · 26 years ago
  40. 6e73af7 New version of tb_lineno(), this time *not* using try-except, to avoid by Guido van Rossum · 26 years ago
  41. 7266496 Tweak the tb_lineno() function to be compatible with JPython, which by Guido van Rossum · 26 years ago
  42. 4752966 Use Marc Lemburg's tb_lineno() to calculate the correct line number. by Guido van Rossum · 27 years ago
  43. 2deb73a Use sys.exc_info() instead of sys.exc_{type,value,traceback}. by Guido van Rossum · 27 years ago
  44. 2715bb2 Changes to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  45. dcc057a Added routines to print, format and extract the current, ``live'' stack. by Guido van Rossum · 28 years ago
  46. 3c99882 removed history comment by Guido van Rossum · 28 years ago
  47. 194e20a add file parameter to all printing fns, default stderr by Guido van Rossum · 29 years ago
  48. 28e99fe added format_* functions (suggestion by Ken M) by Guido van Rossum · 29 years ago
  49. c7acf2a handle class exceptions by Guido van Rossum · 29 years ago
  50. 7aeb4b9 * Lib/linecache.py: don't crash on empty filename by Guido van Rossum · 30 years ago
  51. 526beed New module, formats traceback just like the C code does by Guido van Rossum · 30 years ago