summaryrefslogtreecommitdiff
path: root/Lib/test/test_cgi.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* Issue #27105: Add cgi.test() to __all__, based on Jacek Ko?odziej?s patchMartin Panter2016-06-061-0/+6
* (Merge 3.4) cgi.FieldStorage.read_multi ignores Content-LengthVictor Stinner2015-08-181-0/+18
|\
| * cgi.FieldStorage.read_multi ignores Content-LengthVictor Stinner2015-08-181-0/+19
* | merge 3.4 (#23801)Benjamin Peterson2015-03-291-0/+19
|\ \ | |/
| * Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorageDonald Stufft2015-03-291-0/+19
* | Use os.devnull instead of hardcoded '/dev/null'.Serhiy Storchaka2015-02-151-2/+2
|\ \ | |/
| * Use os.devnull instead of hardcoded '/dev/null'.Serhiy Storchaka2015-02-151-2/+2
* | Issue #20289: cgi.FieldStorage() now supports the context management protocol.Berker Peksag2015-02-061-6/+13
|/
* Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-1/+1
* Issue #19092 - Raise a correct exception when cgi.FieldStorage is given anSenthil Kumaran2014-01-111-0/+7
* Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.Florent Xicluna2013-07-071-0/+46
* Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-171-0/+23
* merge from 3.2Senthil Kumaran2013-01-231-0/+18
|\
| * Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries andSenthil Kumaran2013-01-231-1/+20
* | Silence DeprecationWarning for cgi.escape() usage in test_cgi.Brett Cannon2012-04-251-3/+8
* | merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian LandersSenthil Kumaran2012-03-131-0/+5
|\ \ | |/
| * 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian LandersSenthil Kumaran2012-03-131-0/+5
* | default - Fix closes Issue12529 - cgi.parse_header failure on double quotes andSenthil Kumaran2011-10-201-7/+1
|\ \ | |/ |/|
| * Add cgi.closelog() function to close the log fileVictor Stinner2011-07-141-7/+1
* | 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes andSenthil Kumaran2011-10-201-0/+4
|/
* Restore the global state of the log vars, so that test_cgi can be run twice w...Ezio Melotti2011-07-141-1/+7
* Merged revisions 88700 via svnmerge fromVictor Stinner2011-03-011-24/+51
* Merged revisions 88496 via svnmerge fromBrett Cannon2011-02-221-0/+1
* Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, notVictor Stinner2011-01-141-16/+17
* Use assertCountEqual instead of assertItemsEqualEzio Melotti2010-11-291-1/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
* close files properlyBenjamin Peterson2010-10-301-0/+2
* Issue 7832. Document changes to unittest.TestCase.assertSameElements and asse...Michael Foord2010-03-201-1/+1
* Merged revisions 79030-79032 via svnmerge fromFlorent Xicluna2010-03-171-18/+9
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Merged revisions 67528 via svnmerge fromFred Drake2008-12-041-0/+27
* Added a warning filter to don't show the warning duringFacundo Batista2008-09-091-4/+13
* Added sanity checks for the deprecated parse_qs() andFacundo Batista2008-09-081-0/+10
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-24/+0
* - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.Guido van Rossum2008-08-181-0/+2
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-021-0/+87
* Patch by Humberto Diogenes for issue 2849, removing rfc822 module fromBarry Warsaw2008-06-121-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Remove old backwards-compatibility classes from the cgi module.Georg Brandl2008-05-111-38/+4
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Make test_cgi pass. I changed the internal file created by make_file()Guido van Rossum2007-08-281-2/+2
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-3/+3
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-2/+3
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-3/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-125/+135