1. b715fac Issue #3839: wsgiref should not override a Content-Length header set by by Antoine Pitrou · 15 years ago
  2. b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 15 years ago
  3. e159422 Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance(). by Phillip J. Eby · 15 years ago
  4. b193826 Manually copy patch for bug 7250 from the release26-maint branch. I suck by Barry Warsaw · 15 years ago
  5. 8e615ae Merged revisions 78367 via svnmerge from by Tarek Ziadé · 15 years ago
  6. a3211ee Merged revisions 78211 via svnmerge from by Ezio Melotti · 15 years ago
  7. 38a66ad Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x, by Antoine Pitrou · 17 years ago
  8. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 18 years ago
  9. ec8e716 Convert some usages of types.StringType to just str (since types.StringType has gone away). by Collin Winter · 18 years ago
  10. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 18 years ago
  11. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 19 years ago
  12. 06a2dc7 Use explicit relative import, to make things work again. by Guido van Rossum · 19 years ago
  13. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago