index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
wsgiref
/
handlers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace with_traceback() with exception chaining and reraising (GH-32074)
Oleg Iarygin
2022-03-30
1
-2/+1
*
bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914)
Berker Peksag
2019-05-19
1
-1/+10
*
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)
Petter Strandmark
2019-05-01
1
-0/+4
*
bpo-35565: Add detail to assertion failure message in wsgiref (GH-11293)
Cheryl Sabella
2018-12-25
1
-1/+2
*
Issue #24291: Avoid WSGIRequestHandler doing partial writes
Martin Panter
2016-06-05
1
-1/+11
*
Issue #26560: Avoid potential ValueError in BaseHandler.start_response
Berker Peksag
2016-03-19
1
-1/+1
*
Issue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou
2012-10-21
1
-5/+7
*
Issue #3839: wsgiref should not override a Content-Length header set by
Antoine Pitrou
2011-01-06
1
-1/+3
*
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
Phillip J. Eby
2010-11-03
1
-4/+111
*
Update wsgiref for PEP 3333, and fix errors introduced into the test suite by...
Phillip J. Eby
2010-11-02
1
-28/+21
*
Manually copy patch for bug 7250 from the release26-maint branch. I suck
Barry Warsaw
2010-03-01
1
-0/+4
*
Merged revisions 78367 via svnmerge from
Tarek Ziadé
2010-02-23
1
-51/+0
*
Merged revisions 78211 via svnmerge from
Ezio Melotti
2010-02-16
1
-1/+1
*
Issue #4718: Adapt the wsgiref package so that it actually works with Python ...
Antoine Pitrou
2009-01-03
1
-9/+25
*
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter
2007-08-31
1
-1/+1
*
Convert some usages of types.StringType to just str (since types.StringType h...
Collin Winter
2007-08-08
1
-5/+4
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-17/+0
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-3/+3
*
Use explicit relative import, to make things work again.
Guido van Rossum
2006-08-17
1
-2/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+492