1. 0cf2cf2 Issue #26657: Fix SimpleHTTPServer Windows directory traversal vulnerability by Martin Panter · 9 years ago
  2. a71cfc5 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 11 years ago
  3. 1adbacf Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 12 years ago
  4. a719eed Code improvement. Review comment by Eric V. Smith by Senthil Kumaran · 12 years ago
  5. d4fac04 Fix SimpleHTTPServer's request handling case on trailing '/'. by Senthil Kumaran · 12 years ago
  6. dfd1579 merge from 2.5 branch. by Senthil Kumaran · 14 years ago
  7. 3853586 Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS attacks. by Senthil Kumaran · 14 years ago
  8. 0f7cddc Issue839496: SimpleHTTPServer should open all files in binary mode. by Amaury Forgeot d'Arc · 17 years ago
  9. a629852 #2169: make generated HTML more valid by Andrew M. Kuchling · 17 years ago
  10. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  11. d14600e Issue 1224. Now we support again the double slash in the URL. by Facundo Batista · 17 years ago
  12. 60775f2 [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a directory URL is missing the trailing slash; this lets relative links work. by Andrew M. Kuchling · 19 years ago
  13. 4281902 [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a directory URL is missing the trailing slash; this lets relative links work. by Andrew M. Kuchling · 19 years ago
  14. 5d538b6 Whitespace normalization. by Tim Peters · 19 years ago
  15. 83cc0d0 Bug #1117556: SimpleHTTPServer now tries to find and use the system's by Georg Brandl · 19 years ago
  16. 5d07696 Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. by Georg Brandl · 19 years ago
  17. 45ab233 Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters any more. by Georg Brandl · 20 years ago
  18. 6ee6952 Patch #1360443: Make SimpleHTTPServer display unencoded directory names. by Georg Brandl · 20 years ago
  19. a617271 Use cStringIO where available. by Raymond Hettinger · 21 years ago
  20. 6d63a8d Patch #1011123: Use urllib.quote() instead of cgi.escape() for encoding the by Johannes Gijsbers · 21 years ago
  21. b839c1f [Bug #866222] Update docstrings. by Andrew M. Kuchling · 21 years ago
  22. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 22 years ago
  23. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 23 years ago
  24. 587c98c Patch #430706: Persistent connections in BaseHTTPServer. by Martin v. Löwis · 23 years ago
  25. 304b6a3 Correction after translation test. by Eric S. Raymond · 24 years ago
  26. bf97c9d String method conversion. by Eric S. Raymond · 24 years ago
  27. 5b48c45 unnecessary semicolon by Jeremy Hylton · 25 years ago
  28. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 25 years ago
  29. 077153e - Use mimetypes.types_map to initialize extensions_map. by Guido van Rossum · 25 years ago
  30. 1d105d1 For this server to work on Windows, directories should use "/" as the by Guido van Rossum · 25 years ago
  31. 37c03ff Using shutil's function to copy data between file objects instead by Moshe Zadka · 25 years ago
  32. 1d10f3e Changed list_directory() somewhat. It is now only called when there by Guido van Rossum · 25 years ago
  33. 57af072 Add a simple directory listing function. by Guido van Rossum · 25 years ago
  34. d7b147b Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a by Guido van Rossum · 26 years ago
  35. f8fd11d No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
  36. 5c3b384 Patch by Jeff Rush: by Guido van Rossum · 27 years ago
  37. 391c8b4 Open the file in binary mode -- so serving images from a Windows box by Guido van Rossum · 27 years ago
  38. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  39. f469d5b Get rid of nobody_uid() and import pwd -- not used here. by Guido van Rossum · 29 years ago
  40. 3b7b813 recognize a few more file types by Guido van Rossum · 30 years ago
  41. e7e578f Initial revision by Guido van Rossum · 30 years ago