- 2ad07c3 Small PEP8 correction. by Georg Brandl · 15 years ago
- 3cfdd9c Merged revisions 73186,73206,73212 via svnmerge from by Georg Brandl · 15 years ago
- 236f797 Merged revisions 71237-71238 via svnmerge from by Georg Brandl · 16 years ago
- e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 16 years ago
- d153afe Remove unnecessary import by Neal Norwitz · 16 years ago
- 54a1cc6 Issue #3812: Failed to build python if configure --without-threads. by Hirokazu Yamamoto · 16 years ago
- e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
- c737283 Remove function obsolete since Python 2.3 from traceback module. by Georg Brandl · 16 years ago
- 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
- 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
- ba7bf49 Remove the ability to slice/index on exceptions per PEP 352. by Brett Cannon · 18 years ago
- 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 19 years ago
- 7c187bc Remove redundant isinstance() check. by Thomas Wouters · 19 years ago
- bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
- 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 20 years ago
- 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
- f607fc5 Add traceback.format_exc(). by Neil Schemenauer · 21 years ago
- dd32a91 This is my patch by Michael W. Hudson · 22 years ago
- 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
- 0bb580d SF bug 431772: traceback.print_exc() causes traceback by Tim Peters · 23 years ago
- a19a168 Whitespace normalization. by Tim Peters · 24 years ago
- ed9d0ba Do not print caret when offset is None. by Jeremy Hylton · 24 years ago
- 69e9e8b Reformat and edit docstrings to follow modern conventions. Single by Jeremy Hylton · 24 years ago
- 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago
- 6e025bc String method cleanup. by Eric S. Raymond · 24 years ago
- ec3bbde String method conversion. by Eric S. Raymond · 24 years ago
- b90f89a Whitespace normalization. by Tim Peters · 24 years ago
- 3ad167a mwh: [ Patch #103228 ] traceback.py nit. by Guido van Rossum · 24 years ago
- 2823f03 Patch by Toby Dickenson: don't die when an error occurs during string by Guido van Rossum · 24 years ago
- 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
- 3bb1edb Match the error messages to say "(most recent call last)" like the by Guido van Rossum · 25 years ago
- e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 25 years ago
- 3f0666c Add obvious needed else clause to format_exception(). by Guido van Rossum · 27 years ago
- 6e73af7 New version of tb_lineno(), this time *not* using try-except, to avoid by Guido van Rossum · 27 years ago
- 7266496 Tweak the tb_lineno() function to be compatible with JPython, which by Guido van Rossum · 27 years ago
- 4752966 Use Marc Lemburg's tb_lineno() to calculate the correct line number. by Guido van Rossum · 27 years ago
- 2deb73a Use sys.exc_info() instead of sys.exc_{type,value,traceback}. by Guido van Rossum · 27 years ago
- 2715bb2 Changes to always call list.append with a single argument. by Guido van Rossum · 28 years ago
- dcc057a Added routines to print, format and extract the current, ``live'' stack. by Guido van Rossum · 28 years ago
- 3c99882 removed history comment by Guido van Rossum · 28 years ago
- 194e20a add file parameter to all printing fns, default stderr by Guido van Rossum · 29 years ago
- 28e99fe added format_* functions (suggestion by Ken M) by Guido van Rossum · 29 years ago
- c7acf2a handle class exceptions by Guido van Rossum · 30 years ago
- 7aeb4b9 * Lib/linecache.py: don't crash on empty filename by Guido van Rossum · 30 years ago
- 526beed New module, formats traceback just like the C code does by Guido van Rossum · 30 years ago