index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
wsgiref
/
handlers.py
Commit message (
Expand
)
Author
Age
*
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd
2022-11-26
*
gh-92886: Replace assertion statements in `handlers.BaseHandler` to support r...
Jack Hindmarch
2022-10-19
*
Replace with_traceback() with exception chaining and reraising (GH-32074)
Oleg Iarygin
2022-03-30
*
bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914)
Berker Peksag
2019-05-19
*
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)
Petter Strandmark
2019-05-01
*
bpo-35565: Add detail to assertion failure message in wsgiref (GH-11293)
Cheryl Sabella
2018-12-25
*
Issue #24291: Avoid WSGIRequestHandler doing partial writes
Martin Panter
2016-06-05
*
Issue #26560: Avoid potential ValueError in BaseHandler.start_response
Berker Peksag
2016-03-19
*
Issue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou
2012-10-21
*
Issue #3839: wsgiref should not override a Content-Length header set by
Antoine Pitrou
2011-01-06
*
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
Phillip J. Eby
2010-11-03
*
Update wsgiref for PEP 3333, and fix errors introduced into the test suite by...
Phillip J. Eby
2010-11-02
*
Manually copy patch for bug 7250 from the release26-maint branch. I suck
Barry Warsaw
2010-03-01
*
Merged revisions 78367 via svnmerge from
Tarek Ziadé
2010-02-23
*
Merged revisions 78211 via svnmerge from
Ezio Melotti
2010-02-16
*
Issue #4718: Adapt the wsgiref package so that it actually works with Python ...
Antoine Pitrou
2009-01-03
*
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter
2007-08-31
*
Convert some usages of types.StringType to just str (since types.StringType h...
Collin Winter
2007-08-08
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
*
Use explicit relative import, to make things work again.
Guido van Rossum
2006-08-17
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11