summaryrefslogtreecommitdiff
path: root/paste/exceptions/collector.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3: avoid spurious warningsNils Philippsen2015-09-091-1/+1
* Strip trailing spacesVictor Stinner2015-04-211-6/+6
* Python 3: Replace "dict.has_key(key)" with "key in dict"Cyril Roelandt2014-03-181-2/+2
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-4/+1
* Fix #240, unicode exceptions cause collector to fail. Also make tests somewh...ianb2008-03-261-1/+13
* Fix #193, when a frame locals is a Context object(?)ianb2007-10-101-2/+8
* convert old-style classes to new-style classespjenvey2007-01-051-2/+2
* Added __traceback_decorator__ianb2006-11-271-2/+22
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...ianb2006-10-201-1/+1
* Fixed a bug in the registry test (not code), since str(registered_object) nev...ianb2006-08-231-2/+2
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
* Added a tbid attribute to frame objects; simplify signature of format_source_...ianb2005-11-171-0/+4
* Improve the error output, a little more compact with expandable sourceianb2005-11-041-2/+8
* Fix doc stringsianb2005-10-071-6/+8
* Fixes suggested by pyflakesianb2005-09-211-1/+0
* Added better consolidated __traceback_hide__ supportianb2005-05-231-24/+17
* Simplified wsgi variables; put in exception information about exceptions rais...ianb2005-05-041-1/+0
* Improved error messages; more info included (and extensible)ianb2005-05-041-5/+30
* Renamed package itselfianb2005-04-221-0/+458