summaryrefslogtreecommitdiff
path: root/paste/exceptions/formatter.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3: dict.items() doesn't return a list anymoreNils Philippsen2015-11-121-2/+2
* Strip trailing spacesVictor Stinner2015-04-211-3/+3
* Python 3: Replace basestring with six.string_typesCyril Roelandt2014-03-181-1/+2
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-2/+2
* Quote the frame name aka function name, which contains <> in Genshiianb2006-10-201-2/+3
* Fixed a couple problems with error reports that might go over sizeianb2006-10-131-3/+5
* Some objects in Pylons 0.9.2dev error handling are getting to this stage with...thejimmyg2006-08-301-1/+1
* Fixed a bug in the registry test (not code), since str(registered_object) nev...ianb2006-08-231-1/+4
* Fixed problem with exception formatter word wrapping routineianb2006-08-211-9/+24
* Small stylesheet updatesianb2006-05-071-2/+2
* Improve formatting of the text version, so things don't get crammed together ...ianb2006-02-221-2/+2
* A bunch of little import cleanups noted from pyflakesianb2005-12-181-1/+2
* Added text version of traceback to standard exception reportianb2005-12-021-1/+9
* Added a tbid attribute to frame objects; simplify signature of format_source_...ianb2005-11-171-9/+7
* Improved UI of the error catcher in several waysianb2005-11-061-6/+10
* Further refactoring and expansion of the eval exception middleware; functions...ianb2005-11-061-22/+38
* Added new (in progress) middleware for interactive debuggingianb2005-11-061-1/+1
* Don't show extra data in the expandable full traceback (since it's already sh...ianb2005-11-051-8/+12
* Fixed case when the code could not be highlighted because it is too invalid; ...ianb2005-11-051-5/+21
* Add source highlighting to tracebacksianb2005-11-041-15/+29
* Improve the error output, a little more compact with expandable sourceianb2005-11-041-17/+102
* Made objects bold in tracebackianb2005-09-251-1/+1
* Added license comment to all substantive filesianb2005-08-311-0/+3
* Added noteianb2005-07-281-0/+2
* Catch errors in the other case where repr() is usedianb2005-07-261-1/+5
* Ignore errors when printing extraDataianb2005-07-251-1/+5
* Format supplemental info more like Zope doesianb2005-05-301-4/+4
* Include both trimmed and full tracebacks in exception reportsianb2005-05-231-12/+30
* Added better consolidated __traceback_hide__ supportianb2005-05-231-11/+53
* Made HTML backward compatible with non-JS browsers (which describes most emai...ianb2005-05-171-10/+55
* Some minor problems in features that ZPT exceptions useianb2005-05-081-3/+3
* Simplified wsgi variables; put in exception information about exceptions rais...ianb2005-05-041-0/+7
* Fixed word wrapping someianb2005-05-041-6/+12
* Improved error messages; more info included (and extensible)ianb2005-05-041-11/+151
* Renamed package itselfianb2005-04-221-0/+126