summaryrefslogtreecommitdiff
path: root/Lib/test/test_wsgiref.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 76086 via svnmerge fromAntoine Pitrou2009-11-031-1/+8
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-22/+22
* Fix BytesWarning with -bb in wsgiref.headers.Headers.Antoine Pitrou2009-01-031-0/+5
* Actually make test_wsgiref independent from the Python version.Antoine Pitrou2009-01-031-1/+2
* Issue #4718: Adapt the wsgiref package so that it actually works with Python ...Antoine Pitrou2009-01-031-20/+98
* - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.Guido van Rossum2008-08-181-0/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-1/+1
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-1/+1
* Make sure the mock object passed to finish_request() is buffered.Jeremy Hylton2007-08-101-4/+6
* Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.Guido van Rossum2007-08-081-3/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-6/+3
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-3/+3
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-4/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+615