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
/
simple_server.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-8138: Initialize wsgiref's SimpleServer as single-threaded (GH-12977)
Berker Peksag
2019-05-24
1
-1/+2
*
Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase
Martin Panter
2016-06-29
1
-12/+5
*
Issue #24291: Merge wsgi partial write fix from 3.5
Martin Panter
2016-06-05
1
-5/+12
|
\
|
*
Issue #24291: Avoid WSGIRequestHandler doing partial writes
Martin Panter
2016-06-05
1
-5/+12
*
|
Issue #26717: Merge wsgiref fix from 3.5
Martin Panter
2016-04-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8
Martin Panter
2016-04-17
1
-1/+1
*
|
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
Martin Panter
2016-04-13
1
-7/+6
|
/
*
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
*
Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...
Senthil Kumaran
2012-07-07
1
-1/+2
*
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
Phillip J. Eby
2010-11-03
1
-2/+3
*
Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333.
Phillip J. Eby
2010-11-03
1
-2/+2
*
Merged revisions 78367 via svnmerge from
Tarek Ziadé
2010-02-23
1
-50/+0
*
Issue #4718: Adapt the wsgiref package so that it actually works with Python ...
Antoine Pitrou
2009-01-03
1
-5/+4
*
Make a new urllib package .
Jeremy Hylton
2008-06-18
1
-2/+3
*
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
Barry Warsaw
2008-06-12
1
-5/+5
*
Create http package. #2883.
Georg Brandl
2008-05-26
1
-1/+1
*
Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.
Guido van Rossum
2007-08-08
1
-1/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-4/+4
*
Remove usage of backticks.
Brett Cannon
2006-08-25
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+205