COMMITS
/ Lib/cgi.py May 8, 2017
P
bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991)
Pierre Quentel committed
April 24, 2017
S
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
Serhiy Storchaka committed
June 6, 2016
M
Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch
Martin Panter committed
May 26, 2016
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
August 18, 2015
V
(Merge 3.4) cgi.FieldStorage.read_multi ignores Content-Length
Victor Stinner committed
V
cgi.FieldStorage.read_multi ignores Content-Length
Victor Stinner committed
March 29, 2015
B
merge 3.4 (#23801)
Benjamin Peterson committed
D
Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage
Donald Stufft committed
February 6, 2015
B
Issue #20289: cgi.FieldStorage() now supports the context management protocol.
Berker Peksag committed
April 3, 2014
B
remove unused argument (closes #21135)
Benjamin Peterson committed
January 12, 2014
S
merge from 3.3
Senthil Kumaran committed
S
Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an
Senthil Kumaran committed
October 13, 2013
G
Closes #17335: remove no-op assignment.
Georg Brandl committed
August 23, 2013
B
Issue #18394: Explicitly close the file object cgi.FieldStorage
Brett Cannon committed
July 7, 2013
F
Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.
Florent Xicluna committed
F
Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.
Florent Xicluna committed
June 17, 2013
S
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
Serhiy Storchaka committed
S
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
Serhiy Storchaka committed
January 23, 2013
S
merge from 3.3
Senthil Kumaran committed
S
merge from 3.2
Senthil Kumaran committed
S
Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and
Senthil Kumaran committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 24, 2012
A
Use OESeeror instead of os.error (#16720)
Andrew Svetlov committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
December 10, 2011
October 19, 2011
S
default - Fix closes Issue12529 - cgi.parse_header failure on double quotes and
Senthil Kumaran committed
S
3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and
Senthil Kumaran committed
July 14, 2011
V
Add cgi.closelog() function to close the log file
Victor Stinner committed
January 14, 2011
V
cgi: use isinstance(x, list) instead of type(x) == type([])
Victor Stinner committed
V
Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not
Victor Stinner committed
October 15, 2010
August 9, 2010
S
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules.
Senthil Kumaran committed
March 11, 2010
B
Merged revisions 78844 via svnmerge from
Benjamin Peterson committed
B
Merged revisions 78841-78842 via svnmerge from
Benjamin Peterson committed
May 8, 2009
P
#4351: more appropriate DeprecationWarning stacklevels
Philip Jenvey committed
December 4, 2008
F
Merged revisions 67528 via svnmerge from
Fred Drake committed
September 9, 2008
F
Added a warning filter to don't show the warning during
Facundo Batista committed
September 3, 2008
F
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
Facundo Batista committed
July 2, 2008
June 18, 2008
J
Make a new urllib package .
Jeremy Hylton committed
June 12, 2008
B
remove a mimetools import
Benjamin Peterson committed
B
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
Barry Warsaw committed
B
Patch by Humberto Diogenes for issue 2849, removing rfc822 module from
Barry Warsaw committed
May 11, 2008
G
Remove old backwards-compatibility classes from the cgi module.
Georg Brandl committed
February 4, 2008
R
Remove one use of UserDict.UserDict
Raymond Hettinger committed
September 20, 2007
T
Merged revisions 58211-58220 via svnmerge from
Thomas Wouters committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed
August 28, 2007
G
My wish for TempFile is fulfilled.
Guido van Rossum committed
G
Make test_cgi pass. I changed the internal file created by make_file()
Guido van Rossum committed
July 3, 2007
G
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum committed