140 Commits (1da055ee0dd11b8c16644c27381a2b20bf0ff205)

Author SHA1 Message Date
Martin Panter 1cd2772246 Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch 10 years ago
Martin Panter 46f50726a0 Issue #27076: Doc, comment and tests spelling fixes 10 years ago
Victor Stinner 6579459d4b cgi.FieldStorage.read_multi ignores Content-Length 11 years ago
Donald Stufft d90f8d10e0 Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage 11 years ago
Berker Peksag bf5e9604cc Issue #20289: cgi.FieldStorage() now supports the context management protocol. 11 years ago
Benjamin Peterson 4d59a78786 remove unused argument (closes #21135) 12 years ago
Senthil Kumaran b4cbb92fbe Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an 12 years ago
Georg Brandl 12ec29f105 Closes #17335: remove no-op assignment. 12 years ago
Brett Cannon f79126f373 Issue #18394: Explicitly close the file object cgi.FieldStorage 13 years ago
Florent Xicluna 331c3fd874 Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form. 13 years ago
Serhiy Storchaka c7bfe0e42e Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data 13 years ago
Senthil Kumaran 6b102f251f Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and 13 years ago
Andrew Svetlov f7a17b48d7 Replace IOError with OSError (#16715) 13 years ago
Ezio Melotti 94704fc25b #16765: remove unused import. 13 years ago
Andrew Svetlov 8b33dd8e54 Use OESeeror instead of os.error (#16720) 13 years ago
Andrew Svetlov ad28c7f9da Issue #16706: get rid of os.error 13 years ago
Florent Xicluna 67317750af Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). 14 years ago
Senthil Kumaran 1ef0c0349e 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and 14 years ago
Senthil Kumaran 59a06d412d Fix closes Issue12529 - cgi.parse_header failure on double quotes and 14 years ago
Victor Stinner d33344a030 Add cgi.closelog() function to close the log file 15 years ago
Victor Stinner f1c7ca93c1 cgi: use isinstance(x, list) instead of type(x) == type([]) 15 years ago
Victor Stinner 5c23b8e6ea Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not 15 years ago
Georg Brandl 1f7fffb308 #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. 15 years ago
Senthil Kumaran a5ba05cd31 Merged revisions 83901 via svnmerge from 16 years ago
Senthil Kumaran 7a956cc74e Merged revisions 83901 via svnmerge from 16 years ago
Senthil Kumaran 30e86a4767 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules. 16 years ago
Ezio Melotti 38a5800cdc Merged revisions 77871,77910,77913 via svnmerge from 16 years ago
Florent Xicluna 78c1871d21 Fix and check cgi module deprecation warnings. Revert an unwanted rename in test_import. 16 years ago
Benjamin Peterson 8c703a0ba6 Merged revisions 78844 via svnmerge from 16 years ago
Benjamin Peterson afa595b31b revert r78842 cgi.py change 16 years ago
Benjamin Peterson 894197d9f1 Merged revisions 78841-78842 via svnmerge from 16 years ago
Benjamin Peterson 651bc32a4e use proper shebang lines 16 years ago
Ezio Melotti ef4909643d #7092: silence more -3 and -Wd warnings 16 years ago
Philip Jenvey a394f2dca3 #4351: more appropriate DeprecationWarning stacklevels 17 years ago
Philip Jenvey 54cea3b1a5 Merged revisions 72458 via svnmerge from 17 years ago
Philip Jenvey d846f1d4c2 #4351: more appropriate DeprecationWarning stacklevels 17 years ago
Fred Drake 9a0a65b524 Merged revisions 67528 via svnmerge from 17 years ago
Fred Drake 0c7dfa3e12 Merged revisions 67528 via svnmerge from 17 years ago
Fred Drake 5248103ef9 Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to 17 years ago
Facundo Batista a27244bfa1 Added a warning filter to don't show the warning during 18 years ago
Facundo Batista ace0bcf669 Issue 3801. Fixing a dumb error in the deprecated parse_qsl() 18 years ago
Facundo Batista c469d4c3aa Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module 18 years ago
Facundo Batista c585df9476 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module 18 years ago
Brett Cannon 1eaf0742d8 Move test.test_support.catch_warning() to the warnings module, rename it 18 years ago
Brett Cannon 721b1457a0 Silence DeprecationWarning raised by mimetools and rfc822 in cgi. 18 years ago
Benjamin Peterson dcf97b98ec Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from 18 years ago
Facundo Batista a6a4d50efe Now a from submitted via POST that also has a query string 18 years ago
Jeremy Hylton 1afc169616 Make a new urllib package . 18 years ago
Benjamin Peterson ab82a97b73 remove a mimetools import 18 years ago
Barry Warsaw 820c120059 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of 18 years ago