summaryrefslogtreecommitdiff
path: root/Lib/test/test_cgi.py
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528)Senthil Kumaran2021-02-151-5/+24
* bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)Miss Islington (bot)2020-06-151-0/+14
* bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10...Pierre Quentel2019-09-111-0/+17
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+0
* bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973)matthewbelisle-wf2018-10-231-7/+12
* bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)matthewbelisle-wf2018-10-191-0/+49
* bpo-33843: Remove deprecated stuff in cgi module (GH-7662)INADA Naoki2018-06-191-24/+0
* bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in Fi...Amber Brown2018-05-141-0/+18
* bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag...Pierre Quentel2017-05-081-2/+2
* #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-0/+4
|\ \ | |/
| * 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes andSenthil Kumaran2011-10-201-0/+4
* | Add cgi.closelog() function to close the log fileVictor Stinner2011-07-141-7/+1
|/
* 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