summaryrefslogtreecommitdiff
path: root/paste/exceptions
Commit message (Collapse)AuthorAgeFilesLines
* remove spurious printIan Bicking2009-06-091-1/+0
|
* typo in docstringIan Bicking2009-05-051-1/+1
|
* prefer hashlib over the md5/sha modules which are deprecated in Python 2.6pjenvey2008-09-171-2/+8
|
* fix docstring exampleIan Bicking2008-07-301-5/+4
|
* Apply patch for start response from #239, from inducerIan Bicking2008-03-261-6/+24
|
* Fix #240, unicode exceptions cause collector to fail. Also make tests ↵Ian Bicking2008-03-261-1/+13
| | | | somewhat less fragile
* Fix a couple tests that had some fragilityIan Bicking2008-03-251-1/+1
|
* make sslerror import optionalIan Bicking2007-10-251-1/+4
|
* doc fixesIan Bicking2007-10-231-2/+1
|
* Applied #181, allow smtp authentication for errorsIan Bicking2007-10-102-2/+32
|
* Fix #193, when a frame locals is a Context object(?)Ian Bicking2007-10-101-2/+8
|
* fix import orderIan Bicking2007-08-141-1/+1
|
* inherit show_exceptions_in_wsgi_errors from global_confIan Bicking2007-08-141-2/+4
|
* Always (re)call start_response when an exception happensIan Bicking2007-04-031-15/+7
|
* Add most doctests to the automatic testing; fix some problems in testsIan Bicking2007-02-011-8/+8
|
* convert old-style classes to new-style classespjenvey2007-01-053-4/+4
|
* Added __traceback_decorator__Ian Bicking2006-11-271-2/+22
|
* Fixed error message when no message is provided; noted by Alex RossIan Bicking2006-10-211-1/+1
|
* A big commit, primarily aesthetic/whitespace in nature. This is the result ↵Ian Bicking2006-10-202-2/+2
| | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
* Moved entry point for error_catcher to a separate function; reformatted ↵Ian Bicking2006-10-201-33/+43
| | | | docstring to make paster points happier
* Quote the frame name aka function name, which contains <> in GenshiIan Bicking2006-10-201-2/+3
|
* Fixed a couple problems with error reports that might go over sizeIan Bicking2006-10-132-6/+8
|
* Don't reclose the app_iter if it was closed because of an exceptionIan Bicking2006-10-061-1/+2
|
* Fixed problem where the errorcatching middleware doesn't expose the close ↵Ian Bicking2006-10-031-24/+67
| | | | method of the app_iter that it is wrapping
* Removed PasteDeploy/Script requirement from testsIan Bicking2006-09-211-1/+1
|
* Some objects in Pylons 0.9.2dev error handling are getting to this stage ↵thejimmyg2006-08-301-1/+1
| | | | without being converted to strings for display. Any such objects are now converted here.
* Fixed a bug in the registry test (not code), since str(registered_object) ↵Ian Bicking2006-08-232-3/+6
| | | | never fails anymore. Fixed some formatting because of new-style exceptions in Python 2.5
* Fixed problem with exception formatter word wrapping routineIan Bicking2006-08-211-9/+24
|
* Removed Paste Deploy dependencies in many placesIan Bicking2006-08-191-1/+3
|
* Added copyright header to a bunch of filesIan Bicking2006-06-132-0/+4
|
* Small stylesheet updatesIan Bicking2006-05-071-2/+2
|
* Improve formatting of the text version, so things don't get crammed together ↵Ian Bicking2006-02-221-2/+2
| | | | as much
* Hopefully handle string exceptions (at least handle a little better)Ian Bicking2006-02-141-1/+1
|
* Added a bunch of module docstrings so the module index looks nicer; also ↵Ian Bicking2005-12-301-1/+4
| | | | marked deprecated modules so they don't show up in the module index that Pudge creates
* A bunch of little import cleanups noted from pyflakesIan Bicking2005-12-181-1/+2
|
* Using new paste.request libbbangert2005-12-131-1/+2
|
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵Ian Bicking2005-12-131-34/+42
| | | | with trunk
* Put in reduced-content exceptions for XMLHttpRequest responses, marked by ↵Ian Bicking2005-12-051-3/+26
| | | | the presence of a _ GET variable
* Added text version of traceback to standard exception reportIan Bicking2005-12-021-1/+9
|
* Fixed error message when traceback turned offIan Bicking2005-11-281-3/+3
|
* Added a tbid attribute to frame objects; simplify signature of ↵Ian Bicking2005-11-172-9/+11
| | | | 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)
* Improved UI of the error catcher in several waysIan Bicking2005-11-061-6/+10
|
* Further refactoring and expansion of the eval exception middleware; ↵Ian Bicking2005-11-061-22/+38
| | | | functions now, but not that fancy yet
* Added new (in progress) middleware for interactive debuggingIan Bicking2005-11-061-1/+1
|
* Don't show extra data in the expandable full traceback (since it's already ↵Ian Bicking2005-11-051-8/+12
| | | | shown in the short traceback)
* Add a hook to the error middleware to ignore (re-raise) exceptions in ↵Ian Bicking2005-11-051-0/+10
| | | | env[paste.expected_exceptions]; also made httpexceptions put this in. This way if httpexceptions wraps error middleware, it'll still work
* Fixed case when the code could not be highlighted because it is too invalid; ↵Ian Bicking2005-11-051-5/+21
| | | | fixed tests that broke due to change of output
* Add source highlighting to tracebacksIan Bicking2005-11-041-15/+29
|
* Improve the error output, a little more compact with expandable sourceIan Bicking2005-11-043-24/+119
|
* msg not converted properly using as_stringbbangert2005-10-241-1/+1
|