1. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  2. 5248103 Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to by Fred Drake · 17 years ago
  3. ace0bcf Issue 3801. Fixing a dumb error in the deprecated parse_qsl() by Facundo Batista · 17 years ago
  4. c585df9 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 17 years ago
  5. a6a4d50 Now a from submitted via POST that also has a query string by Facundo Batista · 17 years ago
  6. e184433 Convert test_cgi to unittest. by Georg Brandl · 19 years ago
  7. b7ad1eb Whitespace normalization broke test_cgi, because a line by Tim Peters · 19 years ago
  8. 0d9ca9f Whitespace normalization. by Tim Peters · 19 years ago
  9. 9568b73 Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. by Guido van Rossum · 19 years ago
  10. d271721 Removed use of 'cgi.initlog()' - the first call to cgi.log is actually by Anthony Baxter · 21 years ago
  11. 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 21 years ago
  12. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  13. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  14. 846d6db Fix a bizarre typo in the helper class ComparableException: the by Guido van Rossum · 25 years ago
  15. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  16. afde7e2 fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI by Jeremy Hylton · 25 years ago
  17. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 25 years ago
  18. d9827c4 test the non-multipart sections of the cgi module by Jeremy Hylton · 25 years ago