1. 3af7b05 Fix a broken r.append(name, value) call, spotted by Tim. by Guido van Rossum · 24 years ago
  2. 60a3bd8 After more discussion with Jim, change the behavior so that only a by Guido van Rossum · 25 years ago
  3. 1946f0d Patch by Jim Fulton: new function parse_qsl(), which is like by Guido van Rossum · 25 years ago
  4. ce900de At Jim Fulton's request (actually, as a compromise :-), default the by Guido van Rossum · 25 years ago
  5. 302331a FieldStorage.__init__(): if there is no content-type header, use by Barry Warsaw · 26 years ago
  6. 030d2ec In read_multi, allow a subclass to override the class we instantiate by Guido van Rossum · 26 years ago
  7. f574500 Patch by Jim Fulton, who writes: by Guido van Rossum · 26 years ago
  8. 0185283 Treat "HEAD" same as "GET", so that CGI scripts won't fail. by Guido van Rossum · 26 years ago
  9. cff311a Be more careful than the previous patch. The default content-type by Guido van Rossum · 26 years ago
  10. dd47ec9 Default content-type to application/x-www-form-urlencoded at the top by Guido van Rossum · 26 years ago
  11. b1b4f94 Make Tim O'Malley's requested change: in FieldStorage.__init__(), when by Guido van Rossum · 26 years ago
  12. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  13. 00f9fea Use string.replace instead of regsub.[g]sub. by Guido van Rossum · 27 years ago
  14. f15d159 Use sys.exc_info() where needed. by Guido van Rossum · 27 years ago
  15. a5e9fb6 Changes suggested by Jim fulton: by Guido van Rossum · 27 years ago
  16. 64c6620 Add optional 'quote' flag argument to escape(); if true, translate '"' by Guido van Rossum · 27 years ago
  17. d7c9d96 Tweak default source of query a bit so it is possible to invoke by Guido van Rossum · 27 years ago
  18. 4305542 Reworded the doc string to remove the need for The Emacs font-lock kludge. by Guido van Rossum · 27 years ago
  19. ad16471 Untested changes by Skip Montanaro to have an optional limit on the by Guido van Rossum · 27 years ago
  20. 5f32248 From: Clarence Gardner <clarence@king.silcom.com> by Guido van Rossum · 27 years ago
  21. 152f9d9 Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env is by Guido van Rossum · 27 years ago
  22. 88b85d4 Add __len__ method by Guido van Rossum · 28 years ago
  23. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  24. e08c04c Added 'strict_parsing' option to all parsing functions. This causes a by Guido van Rossum · 28 years ago
  25. 16d5b11 Fix truncated paragraph in doc string. Bump version to 2.0. by Guido van Rossum · 28 years ago
  26. c204c70 Added logging support. by Guido van Rossum · 28 years ago
  27. e5e46e0 Fixed embarrassing logic bug in read_lines_to_outerboundary(). by Guido van Rossum · 28 years ago
  28. 9e3f429 Emacs font-lock de-bogo-kludgificocity by Guido van Rossum · 28 years ago
  29. f85de8a Added print_exception() convenience function. by Guido van Rossum · 28 years ago
  30. afb5e93 For method=POST, append a query string from the environment or from by Guido van Rossum · 28 years ago
  31. 99aa2a4 Remove all CRLF -> LF translation for file uploads, since we cannot by Guido van Rossum · 28 years ago
  32. 773ab27 Changes by Jim Fulton: pass environ around as arg; by Guido van Rossum · 28 years ago
  33. fa59cd7 bump version (sorry) by Guido van Rossum · 28 years ago
  34. 503e50b capitalize H3 headers; add 'cgi.' prefix to example code by Guido van Rossum · 28 years ago
  35. a8738a5 Added print_arguments() function. by Guido van Rossum · 28 years ago
  36. 4032c2c Change to use real temporary files instead of StringIO. Correct and by Guido van Rossum · 28 years ago
  37. 0147db0 Considerable documentation changes and a few import rearrangements. by Guido van Rossum · 28 years ago
  38. 7aee384 Reformatted with 4-space indentation. Added some quick docs to the by Guido van Rossum · 28 years ago
  39. 243ddcd Added FieldStorage class, which stores parts in files. by Guido van Rossum · 28 years ago
  40. 391b4e6 Reformatting only. by Guido van Rossum · 28 years ago
  41. 7275561 File upload and revamped documentation. by Guido van Rossum · 28 years ago
  42. 1c9daa8 handle missing QUERY_STRING by Guido van Rossum · 29 years ago
  43. e780877 added parse_qs(query_string) by Guido van Rossum · 29 years ago
  44. dcce73a fix typos in escape() and print_form() by Guido van Rossum · 29 years ago
  45. eb9e9d2 layout changes; quote & as well by Guido van Rossum · 29 years ago
  46. 9a22de1 new files by Guido van Rossum · 30 years ago