summaryrefslogtreecommitdiff
path: root/paste/httpexceptions.py
Commit message (Expand)AuthorAgeFilesLines
* typo in last commitIan Bicking2006-02-281-1/+1
* Make sure that even if content-type is passed in to the HTTPExceptions constr...Ian Bicking2006-02-281-4/+6
* Added a location method to redirect exceptionsIan Bicking2006-02-281-0/+7
* Added relative_redirect classmethod constructor to redirect exceptionsIan Bicking2006-02-021-0/+13
* The last two commits fixed the wrong thing; urlparser now back to how it was,...Ian Bicking2006-01-261-5/+10
* Don't html-quote HTML commentsIan Bicking2006-01-221-6/+6
* Allow the httpexceptions to be 'themeable'cce2006-01-031-9/+14
* - cleaned up documentation for paste.auth.cookiecce2005-12-311-45/+49
* - fixes to make auto-documentation work nicercce2005-12-301-16/+47
* (no commit message)cce2005-12-301-1/+1
* - fixing my awful spellingcce2005-12-301-5/+5
* - added Range: functionality to FileAppcce2005-12-251-1/+1
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-231-65/+69
* - made __call__ for an HTTPException be the same as wsgi_applicationcce2005-12-231-0/+1
* Improve error messages in assertionsIan Bicking2005-12-211-4/+11
* Handle case of no headers and proper error messageIan Bicking2005-12-191-1/+1
* A bunch of little import cleanups noted from pyflakesIan Bicking2005-12-181-1/+0
* Moved all the internal uses of wsgilib to their correct forms nowIan Bicking2005-12-181-1/+2
* Added a fix for httpexceptions when an exception is raised by the iterator, a...Ian Bicking2005-12-151-22/+11
* Let HTTPExceptions in the app iterator bubble up for now, because by using th...Ian Bicking2005-12-141-4/+3
* Warn at the right stacklevelIan Bicking2005-12-141-1/+1
* make_middleware doesn't use global_conf, not sure why its a required arg. Eva...bbangert2005-12-131-1/+1
* removed debug print; keep httpexceptions.middleware signature, which matches ...Ian Bicking2005-12-131-3/+2
* - redirects should include commentscce2005-12-131-1/+1
* Deprecate the wsgilib.error_response functions; stop using them internally as...Ian Bicking2005-12-131-1/+2
* Deprecated httpexceptions.middleware; split the httpexceptions middleware fro...Ian Bicking2005-12-131-2/+23
* Fixed conflicts I accidentally committedIan Bicking2005-12-131-9/+0
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...Ian Bicking2005-12-131-111/+428
* 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 accid...cce2005-12-061-1/+1
* use proxy, not user proxycce2005-12-051-1/+1
* Add a hook to the error middleware to ignore (re-raise) exceptions in env[pas...Ian Bicking2005-11-051-1/+5
* Add a debugging hook to disable httpexceptions dynamicallyIan Bicking2005-11-041-0/+5
* Added license comment to all substantive filesIan Bicking2005-08-311-0/+3
* paste.deployified lintIan Bicking2005-08-221-1/+1
* paste.deployified httpexceptionsIan Bicking2005-08-221-1/+1
* Added documentation to httpexceptions, and a special extractor for HTTPExcept...Ian Bicking2005-05-221-0/+10
* A bunch of pylint-inspired changes; all minor code cleanupIan Bicking2005-05-171-1/+1
* Removed printsIan Bicking2005-05-141-2/+0
* Added start_response exc_info argumentIan Bicking2005-05-141-4/+6
* The order of arguments was offIan Bicking2005-05-071-1/+2
* Renamed package itselfIan Bicking2005-04-221-0/+233