summaryrefslogtreecommitdiff
path: root/Lib/wsgiref/util.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()Serhiy Storchaka2014-01-121-2/+2
* Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.Senthil Kumaran2010-12-291-1/+1
* Merged revisions 78367 via svnmerge fromTarek Ziadé2010-02-231-40/+0
* Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-161-1/+1
* Issue #4718: Adapt the wsgiref package so that it actually works with Python ...Antoine Pitrou2009-01-031-2/+2
* Make a new urllib package .Jeremy Hylton2008-06-181-2/+2
* Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.Guido van Rossum2007-08-081-1/+1
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+205