summaryrefslogtreecommitdiff
path: root/paste/httpexceptions.py
Commit message (Collapse)AuthorAgeFilesLines
...
* - redirects should include commentscce2005-12-131-1/+1
| | | | - testserver was importing wrong modules
* Deprecate the wsgilib.error_response functions; stop using them internally ↵ianb2005-12-131-1/+2
| | | | as well, in preference of httpexceptions.*.wsgi_application
* Deprecated httpexceptions.middleware; split the httpexceptions middleware ↵ianb2005-12-131-2/+23
| | | | from its paste.deploy setup function
* Fixed conflicts I accidentally committedianb2005-12-131-9/+0
|
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-131-111/+428
| | | | with trunk
* when a spelling error makes you pull your hair outcce2005-12-081-1/+1
|
* code not codedcce2005-12-061-1/+1
|
* fixed bug /w html() method of HTTPException where the environ was being ↵cce2005-12-061-1/+1
| | | | accidently updated; and code that prevented _HTTPMove from working properly
* use proxy, not user proxycce2005-12-051-1/+1
|
* Add a hook to the error middleware to ignore (re-raise) exceptions in ↵ianb2005-11-051-1/+5
| | | | env[paste.expected_exceptions]; also made httpexceptions put this in. This way if httpexceptions wraps error middleware, it'll still work
* Add a debugging hook to disable httpexceptions dynamicallyianb2005-11-041-0/+5
|
* Added license comment to all substantive filesianb2005-08-311-0/+3
|
* paste.deployified lintianb2005-08-221-1/+1
|
* paste.deployified httpexceptionsianb2005-08-221-1/+1
|
* Added documentation to httpexceptions, and a special extractor for ↵ianb2005-05-221-0/+10
| | | | HTTPException subclasses
* A bunch of pylint-inspired changes; all minor code cleanupianb2005-05-171-1/+1
|
* Removed printsianb2005-05-141-2/+0
|
* Added start_response exc_info argumentianb2005-05-141-4/+6
|
* The order of arguments was offianb2005-05-071-1/+2
|
* Renamed package itselfianb2005-04-221-0/+233