summaryrefslogtreecommitdiff
path: root/Doc/library/cgi.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-33843: Remove deprecated stuff in cgi module (GH-7662)INADA Naoki2018-06-191-26/+0
* bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in Fi...Amber Brown2018-05-141-3/+3
* bpo-32996: Improve What's New in 3.7. (#5983)Serhiy Storchaka2018-03-111-0/+6
* bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag...Pierre Quentel2017-05-081-9/+10
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-2/+3
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+1
* Issue #25176: Merge cgi.parse_qsl link from 3.4 into 3.5Martin Panter2015-09-201-1/+1
|\
| * Issue #25176: Correct link for cgi.parse_qsl; patch from Ville SkyttäMartin Panter2015-09-201-1/+1
* | Issue #20289: cgi.FieldStorage() now supports the context management protocol.Berker Peksag2015-02-061-0/+7
|/
* Issue #18394: Document that cgi.FieldStorage now cleans up after itsBrett Cannon2014-01-171-3/+10
* Issue #19198: Improved cross-references in the cgi module documentation.Serhiy Storchaka2013-10-131-17/+19
* Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-1/+1
* Issue11352 - Update cgi module docsSenthil Kumaran2012-04-301-7/+10
* More source links.Raymond Hettinger2011-01-271-0/+4
* #2830: add html.escape() helper and move cgi.escape() uses in the standard li...Georg Brandl2010-10-151-7/+7
* Oops, fix typoÉric Araujo2010-08-141-1/+1
* Fix reference (follow-up to #9061)Éric Araujo2010-08-141-1/+1
* #9061: warn that single quotes are never escaped.Georg Brandl2010-08-021-4/+7
* Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,...Benjamin Peterson2009-09-111-1/+1
* Merged revisions 74207 via svnmerge fromGeorg Brandl2009-07-261-4/+4
* Merged revisions 74179 via svnmerge fromEzio Melotti2009-07-221-7/+8
* Update signature style of optional arguments, part two.Georg Brandl2009-04-051-8/+7
* #5486: typos.Georg Brandl2009-03-131-2/+2
* Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via sv...Benjamin Peterson2009-02-261-6/+9
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-37/+6
* Fix urllib function reference.Georg Brandl2008-07-181-2/+2
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-021-0/+2
* Fix old-style octal literals in the docs.Georg Brandl2008-05-261-3/+3
* Remove old backwards-compatibility classes from the cgi module.Georg Brandl2008-05-111-29/+6
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-1/+1
* issue1172: Documentation of "done" attribute in cgi module.Sean Reifscheider2007-09-181-0/+5
* Change instances of 'while 1:' in the docs into 'while True:'.Collin Winter2007-09-101-1/+1
* Convert all print statements in the docs.Georg Brandl2007-09-041-11/+11
* Partial py3k-ification of Doc/library/: convert has_key references into eithe...Collin Winter2007-09-011-6/+6
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+558