aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/cgi.py
Commit message (Expand)AuthorAge
* bpo-47061: deprecate cgi and cgitb (GH-32410)Brett Cannon2022-04-08
* bpo-23952: Document cgi module's maxlen variable (GH-30338)Hugo van Kemenade2022-02-06
* bpo-41139: Deprecate `cgi.log()` (GH-25625)Inada Naoki2021-04-29
* bpo-42967: only use '&' as a query string separator (#24297)Adam Goldschmidt2021-02-14
* Correct referenced RFC number in cgi module (GH-22827)Mike Lei2020-12-16
* bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)roger2020-06-15
* bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10...Pierre Quentel2019-09-11
* bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973)matthewbelisle-wf2018-10-23
* bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)matthewbelisle-wf2018-10-19
* bpo-33843: Remove deprecated stuff in cgi module (GH-7662)INADA Naoki2018-06-19
* bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in Fi...Amber Brown2018-05-14
* bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag...Pierre Quentel2017-05-08
* bpo-30144: Import collections ABC from collections.abc rather than collection...Serhiy Storchaka2017-04-24
* Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patchMartin Panter2016-06-06
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-26
* (Merge 3.4) cgi.FieldStorage.read_multi ignores Content-LengthVictor Stinner2015-08-18
|\
| * cgi.FieldStorage.read_multi ignores Content-LengthVictor Stinner2015-08-18
* | merge 3.4 (#23801)Benjamin Peterson2015-03-29
|\|
| * Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorageDonald Stufft2015-03-29
* | Issue #20289: cgi.FieldStorage() now supports the context management protocol.Berker Peksag2015-02-06
|/
* remove unused argument (closes #21135)Benjamin Peterson2014-04-03
* merge from 3.3Senthil Kumaran2014-01-11
|\
| * Issue #19092 - Raise a correct exception when cgi.FieldStorage is given anSenthil Kumaran2014-01-11
* | Closes #17335: remove no-op assignment.Georg Brandl2013-10-13
* | Issue #18394: Explicitly close the file object cgi.FieldStorageBrett Cannon2013-08-23
* | Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.Florent Xicluna2013-07-07
|\|
| * Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.Florent Xicluna2013-07-07
* | Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-17
|\|
| * Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-17
* | merge from 3.3Senthil Kumaran2013-01-23
|\|
| * merge from 3.2Senthil Kumaran2013-01-23
| |\
| | * Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries andSenthil Kumaran2013-01-23
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* | | Use OESeeror instead of os.error (#16720)Andrew Svetlov2012-12-24
* | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-18
|/ /
* | Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...Florent Xicluna2011-12-10
* | default - Fix closes Issue12529 - cgi.parse_header failure on double quotes andSenthil Kumaran2011-10-20
|\|
| * 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes andSenthil Kumaran2011-10-20
* | Add cgi.closelog() function to close the log fileVictor Stinner2011-07-14
|/
* cgi: use isinstance(x, list) instead of type(x) == type([])Victor Stinner2011-01-14
* Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, notVictor Stinner2011-01-14
* #2830: add html.escape() helper and move cgi.escape() uses in the standard li...Georg Brandl2010-10-15
* Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari...Senthil Kumaran2010-08-09
* Merged revisions 78844 via svnmerge fromBenjamin Peterson2010-03-11
* Merged revisions 78841-78842 via svnmerge fromBenjamin Peterson2010-03-11
* #4351: more appropriate DeprecationWarning stacklevelsPhilip Jenvey2009-05-08
* Merged revisions 67528 via svnmerge fromFred Drake2008-12-04
* Added a warning filter to don't show the warning duringFacundo Batista2008-09-09
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-03
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-02