1. b715fac Issue #3839: wsgiref should not override a Content-Length header set by by Antoine Pitrou · 14 years ago
  2. 299fa4c Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. by Senthil Kumaran · 14 years ago
  3. b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 14 years ago
  4. a01799f Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. by Phillip J. Eby · 14 years ago
  5. e159422 Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance(). by Phillip J. Eby · 14 years ago
  6. b193826 Manually copy patch for bug 7250 from the release26-maint branch. I suck by Barry Warsaw · 14 years ago
  7. 8e615ae Merged revisions 78367 via svnmerge from by Tarek Ziadé · 14 years ago
  8. a3211ee Merged revisions 78211 via svnmerge from by Ezio Melotti · 14 years ago
  9. fe99105 Use true booleans and PEP8 for argdefaults. by Georg Brandl · 15 years ago
  10. 1c25de6 Merged revisions 73952 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  11. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  12. a9ecbda Fix BytesWarning with -bb in wsgiref.headers.Headers. by Antoine Pitrou · 16 years ago
  13. 38a66ad Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x, by Antoine Pitrou · 16 years ago
  14. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  15. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  16. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  17. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  18. 6a10e02 Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures. by Guido van Rossum · 17 years ago
  19. ec8e716 Convert some usages of types.StringType to just str (since types.StringType has gone away). by Collin Winter · 17 years ago
  20. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  21. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  22. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  23. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  24. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  25. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  26. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  27. 06a2dc7 Use explicit relative import, to make things work again. by Guido van Rossum · 18 years ago
  28. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago