COMMITS
/ Lib/wsgiref/util.py January 12, 2014
S
Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
Serhiy Storchaka committed
December 29, 2010
S
Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.
Senthil Kumaran committed
February 23, 2010
T
Merged revisions 78367 via svnmerge from
Tarek Ziadé committed
September 16, 2009
G
Use true booleans and PEP8 for argdefaults.
Georg Brandl committed
January 3, 2009
A
Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x,
Antoine Pitrou committed
June 18, 2008
J
Make a new urllib package .
Jeremy Hylton committed
August 8, 2007
G
Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.
Guido van Rossum committed
April 21, 2007
G
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl committed
August 24, 2006
G
Killed the <> operator. You must now use !=.
Guido van Rossum committed
August 18, 2006
G
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed