1. 74c76c8 Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  2. cff22eb Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  3. c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  4. 8d24d77 url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  5. 1ef959a use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  6. 5f7e734 Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 13 years ago
  7. fb2e874 fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 13 years ago
  8. 51a65c9 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  9. 3606f95 Merged revisions 86195 via svnmerge from by Brian Curtin · 14 years ago
  10. a9bd0cc Merged revisions 85202 via svnmerge from by Senthil Kumaran · 14 years ago
  11. 5dff354 Fixing the NameError on Windows - issue1235 by Senthil Kumaran · 15 years ago
  12. 3a145a1 CGIHTTPRequestHandler.run_cgi() to use subprocess for Non Unix platforms. Fix by Senthil Kumaran · 15 years ago
  13. 4bd7664 docstring update. by Gregory P. Smith · 15 years ago
  14. 923ba36 - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are by Gregory P. Smith · 16 years ago
  15. 4ed9be7 #3345: fix docstring. by Georg Brandl · 16 years ago
  16. 83b2bf6 Patch #1481079: Support of HTTP_REFERER in CGIHTTPServer.py by Collin Winter · 18 years ago
  17. f733abb Whitespace normalization. by Tim Peters · 18 years ago
  18. b29069d [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 18 years ago
  19. 6414cd8 SF patch #1055159 via Titus Brown: Document redirect limitation. by Jeremy Hylton · 20 years ago
  20. a28b3e6 Patch #727483: Add AUTH_TYPE and REMOTE_USER. by Martin v. Löwis · 20 years ago
  21. 70ec0b4 Fix for SF 777848. by Guido van Rossum · 21 years ago
  22. 27f4961 SF patch 508730 CGIHTTPServer execfile should save cwd by Tim Peters · 21 years ago
  23. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  24. 92f200b SF bug #770601: CGIHTTPServer and environment variables (bug + solution) by Raymond Hettinger · 21 years ago
  25. e2f1837 SF bug #430160: CGIHTTPServer.py POST bug using IE by Raymond Hettinger · 21 years ago
  26. 8a978f7 Fix bug 427345 [related to IE's additional input on POST request]. by Steve Holden · 22 years ago
  27. b390315 Must catch TypeError from int(length). by Guido van Rossum · 22 years ago
  28. e3ec296 Typo repair. Please include in any backports. by Guido van Rossum · 22 years ago
  29. 0bd7832 SF patch 595846 by Brett Cannon: Update environ for CGIHTTPServer.py by Guido van Rossum · 22 years ago
  30. b54c27c Fix for SF bug 570678 (can't flush read-only file on Mac OS X). by Guido van Rossum · 22 years ago
  31. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  32. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 23 years ago
  33. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
  34. 3c643d8 tighten up except - int() only raises ValueError by Skip Montanaro · 23 years ago
  35. 8cb6540 Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32 by Guido van Rossum · 23 years ago
  36. 0afde13 Fix two typos, one noted by Noah Spurrier in SF bug #475166, the by Guido van Rossum · 23 years ago
  37. bcbdc95 SF patch #467430. by Guido van Rossum · 23 years ago
  38. 16fd338 Apply two small changes to the Windows code, according to SF bug by Guido van Rossum · 23 years ago
  39. 7e642e8 Eliminate use of string.whitespace and a string import with it. by Eric S. Raymond · 24 years ago
  40. 6b71e74 String method conversion. by Eric S. Raymond · 24 years ago
  41. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  42. e7d6b0a An honest attempt to make this work on Unix, Windows, and even by Guido van Rossum · 24 years ago
  43. 6aefd91 Now that StreamRequestHandler defaults rfile to buffered, make it by Guido van Rossum · 24 years ago
  44. 14bb71d os.fork raises AttributeError, not NameError, if fork() isn't by Fred Drake · 25 years ago
  45. 40e84db Based on comments from Paul Prescod: by Fred Drake · 25 years ago
  46. 3a64e05 No need to import sys, time, or socket. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  47. 630b811 Two changes suggested by Jan Pieter Riegel: by Guido van Rossum · 25 years ago
  48. 9228cbd Patch by Jeff Rush: by Guido van Rossum · 26 years ago
  49. 01fc65d From: conrad@cgl.ucsf.edu (Conrad Huang %CGL) by Guido van Rossum · 26 years ago
  50. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  51. 00f9fea Use string.replace instead of regsub.[g]sub. by Guido van Rossum · 27 years ago
  52. 7801614 Remove some bogus code that would cause a NameError if a -r option was passed. by Guido van Rossum · 28 years ago
  53. 13ad35a real test for executable script by Guido van Rossum · 29 years ago
  54. 92d0932 changed some commas into percent signs by Guido van Rossum · 29 years ago
  55. e7e578f Initial revision by Guido van Rossum · 29 years ago