1. 98e7b76 Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual and changing behaviour by Michael Foord · 15 years ago
  2. 78c1871 Fix and check cgi module deprecation warnings. Revert an unwanted rename in test_import. by Florent Xicluna · 15 years ago
  3. 945a8ba Cleanup some test cases using check_warnings and check_py3k_warnings. by Florent Xicluna · 15 years ago
  4. ef49096 #7092: silence more -3 and -Wd warnings by Ezio Melotti · 16 years ago
  5. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  6. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  7. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  8. 5248103 Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to by Fred Drake · 17 years ago
  9. ace0bcf Issue 3801. Fixing a dumb error in the deprecated parse_qsl() by Facundo Batista · 17 years ago
  10. c585df9 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 17 years ago
  11. a6a4d50 Now a from submitted via POST that also has a query string by Facundo Batista · 17 years ago
  12. e184433 Convert test_cgi to unittest. by Georg Brandl · 19 years ago
  13. b7ad1eb Whitespace normalization broke test_cgi, because a line by Tim Peters · 19 years ago
  14. 0d9ca9f Whitespace normalization. by Tim Peters · 19 years ago
  15. 9568b73 Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. by Guido van Rossum · 19 years ago
  16. d271721 Removed use of 'cgi.initlog()' - the first call to cgi.log is actually by Anthony Baxter · 21 years ago
  17. 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 21 years ago
  18. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  19. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  20. 846d6db Fix a bizarre typo in the helper class ComparableException: the by Guido van Rossum · 25 years ago
  21. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  22. afde7e2 fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI by Jeremy Hylton · 25 years ago
  23. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 25 years ago
  24. d9827c4 test the non-multipart sections of the cgi module by Jeremy Hylton · 25 years ago