- 11 Eyl, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 14 Tem, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 05 Haz, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
If the underlying send() method indicates a partial write, such as when the call is interrupted to handle a signal, the server would silently drop the remaining data. Also add deprecated support for SimpleHandler.stdout.write() doing partial writes.
-
- 04 Haz, 2016 2 kayıt (commit)
-
-
Kushal Das yazdı
-
Kushal Das yazdı
-
- 17 Nis, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Anthony Sottile.
-
- 19 Mar, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Initial patch by Peter Inglesby.
-
- 03 Eyl, 2015 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Senthil Kumaran yazdı
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
-
- 02 Mar, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
The test checks that the environ argument contains correct headers, querystring and path information. Patch by Alex Shkop.
-
- 17 Eyl, 2014 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 02 Tem, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Pablo Torres Navarrete and SilentGhost.
-
- 30 Eyl, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
65536 bytes and send a 414 error code for higher lengths. Patch contributed by Devin Cook.
-
- 08 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 12 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
functions now conform to PEP 3333 when handle non-ASCII URLs.
-
- 21 Eki, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Brent Tubbs.
-
Antoine Pitrou yazdı
Patch by Brent Tubbs.
-
- 07 Tem, 2012 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term.
-
- 06 Ock, 2011 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87797 | antoine.pitrou | 2011-01-06 18:17:04 +0100 (jeu., 06 janv. 2011) | 4 lines Issue #3839: wsgiref should not override a Content-Length header set by the application. Initial patch by Clovis Fabricio. ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87797 | antoine.pitrou | 2011-01-06 18:17:04 +0100 (jeu., 06 janv. 2011) | 4 lines Issue #3839: wsgiref should not override a Content-Length header set by the application. Initial patch by Clovis Fabricio. ........
-
Antoine Pitrou yazdı
the application. Initial patch by Clovis Fabricio.
-
- 29 Ara, 2010 3 kayıt (commit)
-
-
Senthil Kumaran yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87564 | senthil.kumaran | 2010-12-29 14:25:42 +0800 (Wed, 29 Dec 2010) | 3 lines Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. ........
-
Senthil Kumaran yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87564 | senthil.kumaran | 2010-12-29 14:25:42 +0800 (Wed, 29 Dec 2010) | 3 lines Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. ........
-
Senthil Kumaran yazdı
-
- 03 Kas, 2010 1 kayıt (commit)
-
-
http://bugs.python.org/issue10155Phillip J. Eby yazdı
docs and support for more client-generated CGI variables. (This should complete the WSGI 1.0.1 compliance changes for Python 3.x.)
-
- 02 Kas, 2010 1 kayıt (commit)
-
-
Phillip J. Eby yazdı
Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance(). (When WSGI specifies a built-in type, it does NOT mean "this type or a subclass" -- it means 'type(x) is SpecifiedType'.)
-
- 02 Agu, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77942 | ezio.melotti | 2010-02-03 07:37:26 +0200 (Wed, 03 Feb 2010) | 1 line #7092: Silence more py3k warnings. Patch by Florent Xicluna. ........ r79023 | ezio.melotti | 2010-03-17 15:52:48 +0200 (Wed, 17 Mar 2010) | 1 line #7092: silence some more py3k warnings. ........
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77310 | antoine.pitrou | 2010-01-05 01:22:44 +0200 (Tue, 05 Jan 2010) | 4 lines Issue #7092: Fix the DeprecationWarnings emitted by the standard library when using the -3 flag. Patch by Florent Xicluna. ........ r77311 | antoine.pitrou | 2010-01-05 01:28:16 +0200 (Tue, 05 Jan 2010) | 3 lines Kill a couple of "<>" ........
-
- 05 Mar, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78678 | benjamin.peterson | 2010-03-04 21:07:59 -0600 (Thu, 04 Mar 2010) | 1 line set svn:eol-style ........ r78680 | benjamin.peterson | 2010-03-04 21:15:07 -0600 (Thu, 04 Mar 2010) | 1 line set svn:eol-style on Lib files ........ r78682 | benjamin.peterson | 2010-03-04 21:20:06 -0600 (Thu, 04 Mar 2010) | 1 line remove the svn:executable property from files that don't have shebang lines ........
-
Benjamin Peterson yazdı
-
- 03 Şub, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 24 Ock, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77727 | ezio.melotti | 2010-01-24 18:58:36 +0200 (Sun, 24 Jan 2010) | 1 line use assert[Not]IsInstance where appropriate ........
-
Ezio Melotti yazdı
-
- 19 Ock, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
A patch from Dave Malcolm.
-
- 08 Ock, 2010 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
mistake. ( It may come in for sure tough)
-
Senthil Kumaran yazdı
-
- 04 Ock, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-