COMMITS
/ Lib/wsgiref/util.py November 8, 2023
S
gh-111768: Add `wsgiref.util.is_hop_by_hop` to `__all__` (#111770)
Stefan committed
September 8, 2021
H
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
Hugo van Kemenade committed
December 23, 2018
C
bpo-35567: Convert dict of constants to a set (GH-11296)
Cheryl Sabella committed
August 11, 2018
B
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
Berker Peksag committed
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