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
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35567: Convert dict of constants to a set (GH-11296)
Cheryl Sabella
2018-12-23
1
-3/+3
*
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
Berker Peksag
2018-08-11
1
-0/+7
*
Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
Serhiy Storchaka
2014-01-12
1
-2/+2
*
Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.
Senthil Kumaran
2010-12-29
1
-1/+1
*
Merged revisions 78367 via svnmerge from
Tarek Ziadé
2010-02-23
1
-40/+0
*
Use true booleans and PEP8 for argdefaults.
Georg Brandl
2009-09-16
1
-1/+1
*
Issue #4718: Adapt the wsgiref package so that it actually works with Python ...
Antoine Pitrou
2009-01-03
1
-2/+2
*
Make a new urllib package .
Jeremy Hylton
2008-06-18
1
-2/+2
*
Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.
Guido van Rossum
2007-08-08
1
-1/+1
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-1/+1
*
Killed the <> operator. You must now use !=.
Guido van Rossum
2006-08-24
1
-1/+1
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+205