summaryrefslogtreecommitdiff
path: root/Lib/test/test_cgi.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
* Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual...Michael Foord2010-03-201-9/+9
* Fix and check cgi module deprecation warnings. Revert an unwanted rename in ...Florent Xicluna2010-03-171-5/+6
* Cleanup some test cases using check_warnings and check_py3k_warnings.Florent Xicluna2010-03-171-4/+4
* #7092: silence more -3 and -Wd warningsEzio Melotti2010-01-311-23/+20
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-1/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-5/+5
* Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters toFred Drake2008-12-041-0/+26
* Issue 3801. Fixing a dumb error in the deprecated parse_qsl()Facundo Batista2008-09-081-0/+11
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-22/+0
* Now a from submitted via POST that also has a query stringFacundo Batista2008-06-211-0/+88
* Convert test_cgi to unittest.Georg Brandl2006-10-291-125/+135
* Whitespace normalization broke test_cgi, because a lineTim Peters2006-08-101-2/+2
* Whitespace normalization.Tim Peters2006-08-101-1/+1
* Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.Guido van Rossum2006-08-101-0/+69
* Removed use of 'cgi.initlog()' - the first call to cgi.log is actuallyAnthony Baxter2004-08-031-1/+0
* Don't return spurious empty fields if 'keep_empty_values' is True.Neil Schemenauer2004-07-191-2/+21
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-27/+28
* Fix a bizarre typo in the helper class ComparableException: theGuido van Rossum2001-01-171-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-3/+3
* fix bug #110661 (PR#356) -- accept either & or ; as separator for CGIJeremy Hylton2000-09-151-0/+5
* Closing patch #101120 -- After everyone agreed.Moshe Zadka2000-08-251-3/+13
* test the non-multipart sections of the cgi moduleJeremy Hylton2000-08-031-0/+172