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. 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
  5. 5a53fde Merged revisions 78678,78680,78682 via svnmerge from by Benjamin Peterson · 14 years ago
  6. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  7. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  8. 8f5731b Merged revisions 76086 via svnmerge from by Antoine Pitrou · 15 years ago
  9. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  10. a9ecbda Fix BytesWarning with -bb in wsgiref.headers.Headers. by Antoine Pitrou · 16 years ago
  11. 5f81741 Actually make test_wsgiref independent from the Python version. by Antoine Pitrou · 16 years ago
  12. 38a66ad Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x, by Antoine Pitrou · 16 years ago
  13. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  14. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  15. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  16. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  17. e6b59c5 Make sure the mock object passed to finish_request() is buffered. by Jeremy Hylton · 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. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  20. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  21. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  22. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  23. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago