summaryrefslogtreecommitdiffstats
path: root/Lib/wsgiref
Commit message (Expand)AuthorAgeFilesLines
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-1/+1
* Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.Guido van Rossum2007-08-082-2/+2
* Convert some usages of types.StringType to just str (since types.StringType h...Collin Winter2007-08-081-5/+4
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-072-17/+14
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-17/+0
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-212-4/+4
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* Remove usage of backticks.Brett Cannon2006-08-252-2/+2
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-242-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-184-8/+6
* Use explicit relative import, to make things work again.Guido van Rossum2006-08-171-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-116-0/+1562