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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...
Senthil Kumaran
2014-09-17
1
-1/+8
*
Closes #19258: close WSGI server after handling request in demo code.
Georg Brandl
2013-10-14
1
-0/+1
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-2/+2
*
Issue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou
2012-10-21
1
-5/+7
*
Merged revisions 87797 via svnmerge from
Antoine Pitrou
2011-01-06
1
-1/+3
*
Merged revisions 87564 via svnmerge from
Senthil Kumaran
2010-12-29
1
-1/+1
*
Manually copy patch for bug 7250 from the release26-maint branch. I suck
Barry Warsaw
2010-03-01
1
-0/+4
*
fixed #5801: removed spurious empty lines in wsgiref
Tarek Ziadé
2010-02-23
4
-177/+0
*
#7941: fix error message
Ezio Melotti
2010-02-16
1
-1/+1
*
replace has_key with 'in' operator
Benjamin Peterson
2009-10-09
2
-4/+4
*
#2622 Import errors in email.message, from a py2app standalone application.
Amaury Forgeot d'Arc
2009-07-11
1
-2/+2
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
1
-1/+1
*
Silence warnings under -3 triggered by wsgiref.
Brett Cannon
2008-08-04
4
-11/+12
*
Sync w/external release 0.1.2. Please see PEP 360 before making changes to e...
Phillip J. Eby
2006-06-12
5
-52/+134
*
Fix errors found by pychecker
Neal Norwitz
2006-06-11
1
-2/+2
*
Remove unused variable
Andrew M. Kuchling
2006-06-09
1
-1/+0
*
Whitespace normalization.
Tim Peters
2006-06-09
5
-81/+3
*
Import wsgiref into the stdlib, as of the external version 0.1-r2181.
Phillip J. Eby
2006-06-09
6
-0/+1559