1. 34eeed4 Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase by Martin Panter · 8 years ago
  2. ff5cd45 Issue #24291: Merge wsgi partial write fix from 3.5 by Martin Panter · 8 years ago
  3. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 8 years ago
  4. d77133b Issue #26717: Merge wsgiref fix from 3.5 by Martin Panter · 8 years ago
  5. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 8 years ago
  6. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 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. d98d6cb Closes #19258: close WSGI server after handling request in demo code. by Georg Brandl · 11 years ago
  9. a5e0eaf Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term. by Senthil Kumaran · 12 years ago
  10. b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 14 years ago
  11. a01799f Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. by Phillip J. Eby · 14 years ago
  12. 8e615ae Merged revisions 78367 via svnmerge from by Tarek Ziadé · 14 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. 6a10e02 Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures. by Guido van Rossum · 17 years ago
  18. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  19. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  20. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago