This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-16 09:29:00 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bb6694de85341a0312beba1f91a364b8880008de
cpython
/
Lib
/
wsgiref
T
History
Georg Brandl
d98d6cb451
Closes
#19258
: close WSGI server after handling request in demo code.
2013-10-14 16:52:13 +02:00
..
__init__.py
Merged revisions 46753-51188 via svnmerge from
2006-08-11 14:57:12 +00:00
handlers.py
Issue
#16220
: wsgiref now always calls close() on an iterable response.
2012-10-21 14:09:05 +02:00
headers.py
Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance().
2010-11-02 22:28:59 +00:00
simple_server.py
Closes
#19258
: close WSGI server after handling request in demo code.
2013-10-14 16:52:13 +02:00
util.py
Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.
2010-12-29 06:25:42 +00:00
validate.py
Issue
#16714
: use 'raise' exceptions, don't 'throw'.
2012-12-18 21:14:22 +02:00