1. 70ec0b4 Fix for SF 777848. by Guido van Rossum · 20 years ago
  2. 27f4961 SF patch 508730 CGIHTTPServer execfile should save cwd by Tim Peters · 20 years ago
  3. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  4. 92f200b SF bug #770601: CGIHTTPServer and environment variables (bug + solution) by Raymond Hettinger · 21 years ago
  5. e2f1837 SF bug #430160: CGIHTTPServer.py POST bug using IE by Raymond Hettinger · 21 years ago
  6. 8a978f7 Fix bug 427345 [related to IE's additional input on POST request]. by Steve Holden · 22 years ago
  7. b390315 Must catch TypeError from int(length). by Guido van Rossum · 22 years ago
  8. e3ec296 Typo repair. Please include in any backports. by Guido van Rossum · 22 years ago
  9. 0bd7832 SF patch 595846 by Brett Cannon: Update environ for CGIHTTPServer.py by Guido van Rossum · 22 years ago
  10. b54c27c Fix for SF bug 570678 (can't flush read-only file on Mac OS X). by Guido van Rossum · 22 years ago
  11. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  12. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  13. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  14. 3c643d8 tighten up except - int() only raises ValueError by Skip Montanaro · 22 years ago
  15. 8cb6540 Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32 by Guido van Rossum · 22 years ago
  16. 0afde13 Fix two typos, one noted by Noah Spurrier in SF bug #475166, the by Guido van Rossum · 23 years ago
  17. bcbdc95 SF patch #467430. by Guido van Rossum · 23 years ago
  18. 16fd338 Apply two small changes to the Windows code, according to SF bug by Guido van Rossum · 23 years ago
  19. 7e642e8 Eliminate use of string.whitespace and a string import with it. by Eric S. Raymond · 23 years ago
  20. 6b71e74 String method conversion. by Eric S. Raymond · 23 years ago
  21. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  22. e7d6b0a An honest attempt to make this work on Unix, Windows, and even by Guido van Rossum · 24 years ago
  23. 6aefd91 Now that StreamRequestHandler defaults rfile to buffered, make it by Guido van Rossum · 24 years ago
  24. 14bb71d os.fork raises AttributeError, not NameError, if fork() isn't by Fred Drake · 25 years ago
  25. 40e84db Based on comments from Paul Prescod: by Fred Drake · 25 years ago
  26. 3a64e05 No need to import sys, time, or socket. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  27. 630b811 Two changes suggested by Jan Pieter Riegel: by Guido van Rossum · 25 years ago
  28. 9228cbd Patch by Jeff Rush: by Guido van Rossum · 26 years ago
  29. 01fc65d From: conrad@cgl.ucsf.edu (Conrad Huang %CGL) by Guido van Rossum · 26 years ago
  30. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  31. 00f9fea Use string.replace instead of regsub.[g]sub. by Guido van Rossum · 27 years ago
  32. 7801614 Remove some bogus code that would cause a NameError if a -r option was passed. by Guido van Rossum · 27 years ago
  33. 13ad35a real test for executable script by Guido van Rossum · 28 years ago
  34. 92d0932 changed some commas into percent signs by Guido van Rossum · 29 years ago
  35. e7e578f Initial revision by Guido van Rossum · 29 years ago