1. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 5 years ago
  2. bdbd5e8 bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) by Miss Islington (bot) · 5 years ago
  3. 7c59362 bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914) by Berker Peksag · 5 years ago
  4. 3d37ea2 bpo-27682: Handle client connection terminations in wsgiref (GH-9713) by Petter Strandmark · 5 years ago
  5. b6af23e Revert "bpo-35565: Add detail to assertion failure message in wsgiref" (GH-11317) by Raymond Hettinger · 6 years ago
  6. 5ef4fc2 bpo-35565: Add detail to assertion failure message in wsgiref (GH-11293) by Cheryl Sabella · 6 years ago
  7. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 6 years ago
  8. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  9. 5f1a518 Use sequence repetition instead of bytes constructor with integer argument. by Serhiy Storchaka · 8 years ago
  10. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  11. ff5cd45 Issue #24291: Merge wsgi partial write fix from 3.5 by Martin Panter · 8 years ago
  12. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 8 years ago
  13. 5f2702b Fixes whitespace issue by Kushal Das · 8 years ago
  14. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  15. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 8 years ago
  16. 1cd4ff6 Issue #26560: Avoid potential ValueError in BaseHandler.start_response by Berker Peksag · 8 years ago
  17. b541e58 Merge with 3.5. Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  18. 22f2c0e Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  19. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  20. ccac023 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 9 years ago
  21. 659f631 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 9 years ago
  22. dc41440 Merge from 3.4 by Senthil Kumaran · 10 years ago
  23. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  24. 3e88722 Issue #5800: headers parameter of wsgiref.headers.Headers is now optional. by Berker Peksag · 10 years ago
  25. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  26. 0abbe8c Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() by Serhiy Storchaka · 11 years ago
  27. 5508412 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  28. 66510fe Fix whacky spacking in test_wsgiref by Antoine Pitrou · 12 years ago
  29. ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  30. a5e0eaf Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term. by Senthil Kumaran · 12 years ago
  31. b715fac Issue #3839: wsgiref should not override a Content-Length header set by by Antoine Pitrou · 14 years ago
  32. 299fa4c Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. by Senthil Kumaran · 14 years ago
  33. b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 14 years ago
  34. 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
  35. 5a53fde Merged revisions 78678,78680,78682 via svnmerge from by Benjamin Peterson · 14 years ago
  36. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  37. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  38. 8f5731b Merged revisions 76086 via svnmerge from by Antoine Pitrou · 15 years ago
  39. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  40. a9ecbda Fix BytesWarning with -bb in wsgiref.headers.Headers. by Antoine Pitrou · 16 years ago
  41. 5f81741 Actually make test_wsgiref independent from the Python version. by Antoine Pitrou · 16 years ago
  42. 38a66ad Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x, by Antoine Pitrou · 16 years ago
  43. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  44. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  45. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  46. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  47. e6b59c5 Make sure the mock object passed to finish_request() is buffered. by Jeremy Hylton · 17 years ago
  48. 6a10e02 Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures. by Guido van Rossum · 17 years ago
  49. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  50. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  51. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  52. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  53. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago