1. b541e58 Merge with 3.5. Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  2. 22f2c0e Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  3. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  4. ccac023 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 10 years ago
  5. 659f631 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 10 years ago
  6. dc41440 Merge from 3.4 by Senthil Kumaran · 10 years ago
  7. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  8. 3e88722 Issue #5800: headers parameter of wsgiref.headers.Headers is now optional. by Berker Peksag · 10 years ago
  9. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
  10. 0abbe8c Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() by Serhiy Storchaka · 11 years ago
  11. 5508412 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  12. 66510fe Fix whacky spacking in test_wsgiref by Antoine Pitrou · 12 years ago
  13. ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  14. a5e0eaf Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term. by Senthil Kumaran · 12 years ago
  15. b715fac Issue #3839: wsgiref should not override a Content-Length header set by by Antoine Pitrou · 14 years ago
  16. 299fa4c Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. by Senthil Kumaran · 14 years ago
  17. b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 14 years ago
  18. 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
  19. 5a53fde Merged revisions 78678,78680,78682 via svnmerge from by Benjamin Peterson · 14 years ago
  20. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  21. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  22. 8f5731b Merged revisions 76086 via svnmerge from by Antoine Pitrou · 15 years ago
  23. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  24. a9ecbda Fix BytesWarning with -bb in wsgiref.headers.Headers. by Antoine Pitrou · 16 years ago
  25. 5f81741 Actually make test_wsgiref independent from the Python version. by Antoine Pitrou · 16 years ago
  26. 38a66ad Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x, by Antoine Pitrou · 16 years ago
  27. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  28. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  29. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  30. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  31. e6b59c5 Make sure the mock object passed to finish_request() is buffered. by Jeremy Hylton · 17 years ago
  32. 6a10e02 Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures. by Guido van Rossum · 17 years ago
  33. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  34. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  35. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  36. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  37. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago