| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct referenced RFC number in cgi module (GH-22827) | ![](//www.gravatar.com/avatar/72d0cb4c561166c2ce433e495bb8374a?s=13&d=retro) Mike Lei | 2020-12-16 | 1 | -1/+1 |
* | bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) | ![](//www.gravatar.com/avatar/519dbde282c4e99843358f04a668c035?s=13&d=retro) roger | 2020-06-15 | 1 | -2/+6 |
* | bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10... | ![](//www.gravatar.com/avatar/062852dbfa955ff619cd276be6cac58a?s=13&d=retro) Pierre Quentel | 2019-09-11 | 1 | -3/+5 |
* | bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973) | ![](//www.gravatar.com/avatar/442daf2480fbdc7c01b31ee3aa58dfc8?s=13&d=retro) matthewbelisle-wf | 2018-10-23 | 1 | -11/+12 |
* | bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) | ![](//www.gravatar.com/avatar/442daf2480fbdc7c01b31ee3aa58dfc8?s=13&d=retro) matthewbelisle-wf | 2018-10-19 | 1 | -9/+25 |
* | bpo-33843: Remove deprecated stuff in cgi module (GH-7662) | ![](//www.gravatar.com/avatar/2f7cbbeb8ae16f49bbbb2e2f9eaaa300?s=13&d=retro) INADA Naoki | 2018-06-19 | 1 | -31/+2 |
* | bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in Fi... | ![](//www.gravatar.com/avatar/3d37232726396a1d3c7412dd915095ea?s=13&d=retro) Amber Brown | 2018-05-14 | 1 | -4/+6 |
* | bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag... | ![](//www.gravatar.com/avatar/062852dbfa955ff619cd276be6cac58a?s=13&d=retro) Pierre Quentel | 2017-05-08 | 1 | -91/+14 |
* | bpo-30144: Import collections ABC from collections.abc rather than collection... | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-04-24 | 1 | -1/+1 |
* | Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2016-06-06 | 1 | -1/+1 |
* | Issue #27076: Doc, comment and tests spelling fixes | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2016-05-26 | 1 | -1/+1 |
* | (Merge 3.4) cgi.FieldStorage.read_multi ignores Content-Length | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2015-08-18 | 1 | -0/+5 |
|\ |
|
| * | cgi.FieldStorage.read_multi ignores Content-Length | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2015-08-18 | 1 | -0/+5 |
* | | merge 3.4 (#23801) | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2015-03-29 | 1 | -2/+7 |
|\| |
|
| * | Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage | ![](//www.gravatar.com/avatar/ebf132362b622423ed5baca2988911b8?s=13&d=retro) Donald Stufft | 2015-03-29 | 1 | -2/+7 |
* | | Issue #20289: cgi.FieldStorage() now supports the context management protocol. | ![](//www.gravatar.com/avatar/df8e51d7618d5ed7ccbbc8dea9a9afee?s=13&d=retro) Berker Peksag | 2015-02-06 | 1 | -0/+6 |
|/ |
|
* | remove unused argument (closes #21135) | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2014-04-03 | 1 | -1/+1 |
* | merge from 3.3 | ![](//www.gravatar.com/avatar/fd896d57302e86373a27c2443bd8e95a?s=13&d=retro) Senthil Kumaran | 2014-01-11 | 1 | -2/+12 |
|\ |
|
| * | Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an | ![](//www.gravatar.com/avatar/fd896d57302e86373a27c2443bd8e95a?s=13&d=retro) Senthil Kumaran | 2014-01-11 | 1 | -2/+12 |
* | | Closes #17335: remove no-op assignment. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2013-10-13 | 1 | -1/+0 |
* | | Issue #18394: Explicitly close the file object cgi.FieldStorage | ![](//www.gravatar.com/avatar/e8600d16ba667cc8d7f00ddc9f254340?s=13&d=retro) Brett Cannon | 2013-08-23 | 1 | -0/+6 |
* | | Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form. | ![](//www.gravatar.com/avatar/df4a6858794ecf84eae5afb37bf276ba?s=13&d=retro) Florent Xicluna | 2013-07-07 | 1 | -1/+1 |
|\| |
|
| * | Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form. | ![](//www.gravatar.com/avatar/df4a6858794ecf84eae5afb37bf276ba?s=13&d=retro) Florent Xicluna | 2013-07-07 | 1 | -1/+1 |
* | | Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-06-17 | 1 | -0/+9 |
|\| |
|
| * | Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-06-17 | 1 | -0/+9 |
* | | merge from 3.3 | ![](//www.gravatar.com/avatar/fd896d57302e86373a27c2443bd8e95a?s=13&d=retro) Senthil Kumaran | 2013-01-23 | 1 | -9/+9 |
|\| |
|
| * | merge from 3.2 | ![](//www.gravatar.com/avatar/fd896d57302e86373a27c2443bd8e95a?s=13&d=retro) Senthil Kumaran | 2013-01-23 | 1 | -9/+9 |
| |\ |
|
| | * | Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and | ![](//www.gravatar.com/avatar/fd896d57302e86373a27c2443bd8e95a?s=13&d=retro) Senthil Kumaran | 2013-01-23 | 1 | -9/+9 |
* | | | Replace IOError with OSError (#16715) | ![](//www.gravatar.com/avatar/7775d42d960a69e98fecf270bdeb6f57?s=13&d=retro) Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
* | | | Use OESeeror instead of os.error (#16720) | ![](//www.gravatar.com/avatar/7775d42d960a69e98fecf270bdeb6f57?s=13&d=retro) Andrew Svetlov | 2012-12-24 | 1 | -1/+1 |
* | | | Issue #16706: get rid of os.error | ![](//www.gravatar.com/avatar/7775d42d960a69e98fecf270bdeb6f57?s=13&d=retro) Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|/ / |
|
* | | Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn... | ![](//www.gravatar.com/avatar/df4a6858794ecf84eae5afb37bf276ba?s=13&d=retro) Florent Xicluna | 2011-12-10 | 1 | -1/+1 |
* | | default - Fix closes Issue12529 - cgi.parse_header failure on double quotes and | ![](//www.gravatar.com/avatar/fd896d57302e86373a27c2443bd8e95a?s=13&d=retro) Senthil Kumaran | 2011-10-20 | 1 | -1/+1 |
|\| |
|
| * | 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and | ![](//www.gravatar.com/avatar/fd896d57302e86373a27c2443bd8e95a?s=13&d=retro) Senthil Kumaran | 2011-10-20 | 1 | -1/+1 |
* | | Add cgi.closelog() function to close the log file | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-07-14 | 1 | -1/+10 |
|/ |
|
* | cgi: use isinstance(x, list) instead of type(x) == type([]) | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-01-14 | 1 | -3/+3 |
* | Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-01-14 | 1 | -63/+169 |
* | #2830: add html.escape() helper and move cgi.escape() uses in the standard li... | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-10-15 | 1 | -12/+13 |
* | Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari... | ![](//www.gravatar.com/avatar/21bdb30e0a3bf7517c2a0795c65a20cd?s=13&d=retro) Senthil Kumaran | 2010-08-09 | 1 | -2/+2 |
* | Merged revisions 78844 via svnmerge from | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
* | Merged revisions 78841-78842 via svnmerge from | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
* | #4351: more appropriate DeprecationWarning stacklevels | ![](//www.gravatar.com/avatar/ef0ed749a263aeefda2a47789f998c1c?s=13&d=retro) Philip Jenvey | 2009-05-08 | 1 | -2/+2 |
* | Merged revisions 67528 via svnmerge from | ![](//www.gravatar.com/avatar/4f1bdb13d00c0dc4355e24349d61e107?s=13&d=retro) Fred Drake | 2008-12-04 | 1 | -3/+15 |
* | Added a warning filter to don't show the warning during | ![](//www.gravatar.com/avatar/50be2a603b688a28ec6a16710a9a1e9b?s=13&d=retro) Facundo Batista | 2008-09-09 | 1 | -1/+1 |
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | ![](//www.gravatar.com/avatar/50be2a603b688a28ec6a16710a9a1e9b?s=13&d=retro) Facundo Batista | 2008-09-03 | 1 | -68/+17 |
* | Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,... | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2008-07-02 | 1 | -0/+11 |
* | Make a new urllib package . | ![](//www.gravatar.com/avatar/abfc96478aa67b1a1887ff2bac255e05?s=13&d=retro) Jeremy Hylton | 2008-06-18 | 1 | -3/+3 |
* | remove a mimetools import | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2008-06-12 | 1 | -1/+0 |
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2008-06-12 | 1 | -2/+4 |
* | Patch by Humberto Diogenes for issue 2849, removing rfc822 module from | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2008-06-12 | 1 | -11/+14 |