index
:
delta/python-packages/paste.git
2.0.3
BB-4
double_slash_at_start_of_path_fix
eliminate_cgi_parse_qsl
eliminate_cgi_parse_qsl_2
fix-has_key
gzip_work_with_generator
mainline-refactor
master
py37
py3k
pytest
python3_wsgilib_add_close_next
require_six
stringio
test_wsgirequest_charset_use_UTF-8_instead_of_iso-8859-1
tox_add_py35
tox_add_pypy
tox_coverage
bitbucket.org: Obsolete (use python-packages/paste-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paste
/
httpexceptions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
assert send_http_response was triggered by an HTTPException, incase it's being
0.9.7
pjenvey
2006-08-11
1
-0
/
+2
*
Updating HTTPNotModified so it works with ETag. This still needs to be fixed ...
bbangert
2006-07-22
1
-1
/
+2
*
Added copyright header to a bunch of files
ianb
2006-06-13
1
-0
/
+2
*
Fixed issue with Safari and http exceptions since Safari sends */* as Accept,...
bbangert
2006-05-29
1
-1
/
+2
*
typo in last commit
ianb
2006-02-28
1
-1
/
+1
*
Make sure that even if content-type is passed in to the HTTPExceptions constr...
ianb
2006-02-28
1
-4
/
+6
*
Added a location method to redirect exceptions
ianb
2006-02-28
1
-0
/
+7
*
Added relative_redirect classmethod constructor to redirect exceptions
ianb
2006-02-02
1
-0
/
+13
*
The last two commits fixed the wrong thing; urlparser now back to how it was,...
ianb
2006-01-26
1
-5
/
+10
*
Don't html-quote HTML comments
ianb
2006-01-22
1
-6
/
+6
*
Allow the httpexceptions to be 'themeable'
cce
2006-01-03
1
-9
/
+14
*
- cleaned up documentation for paste.auth.cookie
cce
2005-12-31
1
-45
/
+49
*
- fixes to make auto-documentation work nicer
cce
2005-12-30
1
-16
/
+47
*
(no commit message)
cce
2005-12-30
1
-1
/
+1
*
- fixing my awful spelling
cce
2005-12-30
1
-5
/
+5
*
- added Range: functionality to FileApp
cce
2005-12-25
1
-1
/
+1
*
- got rid of unnecessary trailing spaces in httpexceptions
cce
2005-12-23
1
-65
/
+69
*
- made __call__ for an HTTPException be the same as wsgi_application
cce
2005-12-23
1
-0
/
+1
*
Improve error messages in assertions
ianb
2005-12-21
1
-4
/
+11
*
Handle case of no headers and proper error message
ianb
2005-12-19
1
-1
/
+1
*
A bunch of little import cleanups noted from pyflakes
ianb
2005-12-18
1
-1
/
+0
*
Moved all the internal uses of wsgilib to their correct forms now
ianb
2005-12-18
1
-1
/
+2
*
Added a fix for httpexceptions when an exception is raised by the iterator, a...
ianb
2005-12-15
1
-22
/
+11
*
Let HTTPExceptions in the app iterator bubble up for now, because by using th...
ianb
2005-12-14
1
-4
/
+3
*
Warn at the right stacklevel
ianb
2005-12-14
1
-1
/
+1
*
make_middleware doesn't use global_conf, not sure why its a required arg. Eva...
bbangert
2005-12-13
1
-1
/
+1
*
removed debug print; keep httpexceptions.middleware signature, which matches ...
ianb
2005-12-13
1
-3
/
+2
*
- redirects should include comments
cce
2005-12-13
1
-1
/
+1
*
Deprecate the wsgilib.error_response functions; stop using them internally as...
ianb
2005-12-13
1
-1
/
+2
*
Deprecated httpexceptions.middleware; split the httpexceptions middleware fro...
ianb
2005-12-13
1
-2
/
+23
*
Fixed conflicts I accidentally committed
ianb
2005-12-13
1
-9
/
+0
*
Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...
ianb
2005-12-13
1
-111
/
+428
*
when a spelling error makes you pull your hair out
cce
2005-12-08
1
-1
/
+1
*
code not coded
cce
2005-12-06
1
-1
/
+1
*
fixed bug /w html() method of HTTPException where the environ was being accid...
cce
2005-12-06
1
-1
/
+1
*
use proxy, not user proxy
cce
2005-12-05
1
-1
/
+1
*
Add a hook to the error middleware to ignore (re-raise) exceptions in env[pas...
ianb
2005-11-05
1
-1
/
+5
*
Add a debugging hook to disable httpexceptions dynamically
ianb
2005-11-04
1
-0
/
+5
*
Added license comment to all substantive files
ianb
2005-08-31
1
-0
/
+3
*
paste.deployified lint
ianb
2005-08-22
1
-1
/
+1
*
paste.deployified httpexceptions
ianb
2005-08-22
1
-1
/
+1
*
Added documentation to httpexceptions, and a special extractor for HTTPExcept...
ianb
2005-05-22
1
-0
/
+10
*
A bunch of pylint-inspired changes; all minor code cleanup
ianb
2005-05-17
1
-1
/
+1
*
Removed prints
ianb
2005-05-14
1
-2
/
+0
*
Added start_response exc_info argument
ianb
2005-05-14
1
-4
/
+6
*
The order of arguments was off
ianb
2005-05-07
1
-1
/
+2
*
Renamed package itself
ianb
2005-04-22
1
-0
/
+233