summaryrefslogtreecommitdiff
path: root/paste/exceptions/collector.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3: avoid spurious warningsNils Philippsen2015-09-091-1/+1
| | | | | The dict.has_keys() method doesn't exist anymore in python 3, check if the locals() object has a .keys() method instead.
* 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
| | | | Use "try/except ImportError" to try Python 2 and Python 3 names.
* Fix #240, unicode exceptions cause collector to fail. Also make tests ↵ianb2008-03-261-1/+13
| | | | somewhat less fragile
* 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 ↵ianb2006-10-201-1/+1
| | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
* Fixed a bug in the registry test (not code), since str(registered_object) ↵ianb2006-08-231-2/+2
| | | | never fails anymore. Fixed some formatting because of new-style exceptions in Python 2.5
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
|
* Added a tbid attribute to frame objects; simplify signature of ↵ianb2005-11-171-0/+4
| | | | format_source_line function (passing in frame object); fixed evalexception middleware when traceback lines are trimmed (was counting lines, and the count was off during trimming)
* 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 ↵ianb2005-05-041-1/+0
| | | | raised by supplements; removed empty CGI variables
* Improved error messages; more info included (and extensible)ianb2005-05-041-5/+30
|
* Renamed package itselfianb2005-04-221-0/+458