| Commit message (Expand) | Author | Age | Files | Lines |
* | merge from 3.3 | Senthil Kumaran | 2014-01-12 | 1 | -2/+12 |
|\ |
|
| * | Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an | Senthil Kumaran | 2014-01-12 | 1 | -2/+12 |
|
|
* | | Closes #17335: remove no-op assignment. | Georg Brandl | 2013-10-13 | 1 | -1/+0 |
|
|
* | | Issue #18394: Explicitly close the file object cgi.FieldStorage | Brett Cannon | 2013-08-23 | 1 | -0/+6 |
|
|
* | | Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form. | Florent Xicluna | 2013-07-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form. | Florent Xicluna | 2013-07-07 | 1 | -1/+1 |
|
|
* | | Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data | Serhiy Storchaka | 2013-06-17 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data | Serhiy Storchaka | 2013-06-17 | 1 | -0/+9 |
|
|
* | | merge from 3.3 | Senthil Kumaran | 2013-01-23 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | merge from 3.2 | Senthil Kumaran | 2013-01-23 | 1 | -9/+9 |
| |\ |
|
| | * | Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and | Senthil Kumaran | 2013-01-23 | 1 | -9/+9 |
|
|
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | | | Use OESeeror instead of os.error (#16720) | Andrew Svetlov | 2012-12-24 | 1 | -1/+1 |
|
|
* | | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|/ / |
|
* | | Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn... | Florent Xicluna | 2011-12-10 | 1 | -1/+1 |
|
|
* | | default - Fix closes Issue12529 - cgi.parse_header failure on double quotes and | Senthil Kumaran | 2011-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and | Senthil Kumaran | 2011-10-19 | 1 | -1/+1 |
|
|
* | | Add cgi.closelog() function to close the log file | Victor Stinner | 2011-07-14 | 1 | -1/+10 |
|/ |
|
* | cgi: use isinstance(x, list) instead of type(x) == type([]) | Victor Stinner | 2011-01-14 | 1 | -3/+3 |
|
|
* | Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not | Victor Stinner | 2011-01-14 | 1 | -63/+169 |
|
|
* | #2830: add html.escape() helper and move cgi.escape() uses in the standard li... | Georg Brandl | 2010-10-15 | 1 | -12/+13 |
|
|
* | Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari... | Senthil Kumaran | 2010-08-09 | 1 | -2/+2 |
|
|
* | Merged revisions 78844 via svnmerge from | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 78841-78842 via svnmerge from | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | #4351: more appropriate DeprecationWarning stacklevels | Philip Jenvey | 2009-05-08 | 1 | -2/+2 |
|
|
* | Merged revisions 67528 via svnmerge from | Fred Drake | 2008-12-04 | 1 | -3/+15 |
|
|
* | Added a warning filter to don't show the warning during | Facundo Batista | 2008-09-09 | 1 | -1/+1 |
|
|
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 1 | -68/+17 |
|
|
* | Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,... | Benjamin Peterson | 2008-07-02 | 1 | -0/+11 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -3/+3 |
|
|
* | remove a mimetools import | Benjamin Peterson | 2008-06-12 | 1 | -1/+0 |
|
|
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 1 | -2/+4 |
|
|
* | Patch by Humberto Diogenes for issue 2849, removing rfc822 module from | Barry Warsaw | 2008-06-12 | 1 | -11/+14 |
|
|
* | Remove old backwards-compatibility classes from the cgi module. | Georg Brandl | 2008-05-11 | 1 | -123/+1 |
|
|
* | Remove one use of UserDict.UserDict | Raymond Hettinger | 2008-02-04 | 1 | -2/+11 |
|
|
* | Merged revisions 58211-58220 via svnmerge from | Thomas Wouters | 2007-09-20 | 1 | -7/+5 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -12/+12 |
|
|
* | My wish for TempFile is fulfilled. | Guido van Rossum | 2007-08-28 | 1 | -1/+1 |
|
|
* | Make test_cgi pass. I changed the internal file created by make_file() | Guido van Rossum | 2007-08-28 | 1 | -11/+9 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -2/+2 |
|
|
* | Change some uses of cStringIO.StringIO to io.StringIO. | Guido van Rossum | 2007-05-18 | 1 | -4/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -35/+35 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+4 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -5/+15 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -8/+0 |
|
|
* | Reverted revision 1.83, which introduced a bug and subtle incompatibility | Armin Rigo | 2005-09-19 | 1 | -8/+6 |
|
|
* | Bring cgi.escape docstring slightly more in line with the library ref | Skip Montanaro | 2005-08-02 | 1 | -1/+3 |
|
|
* | Patch #1079734: remove dependencies on (deprecated) rfc822 and mimetools | Johannes Gijsbers | 2005-01-08 | 1 | -7/+9 |
|
|