COMMITS
/ Doc/library/cgi.rst November 11, 2024
N
Docs: re-create pages for removed modules to document their removal. (#126622)
Ned Batchelder committed
May 24, 2023
V
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
June 17, 2022
C
gh-92611: Add details on replacements for cgi utility funcs (GH-92792)
CAM Gerlach committed
May 20, 2022
C
gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793)
CAM Gerlach committed
May 13, 2022
C
March 21, 2022
B
bpo-47061: document module deprecations due to PEP 594 (GH-31984)
Brett Cannon committed
February 6, 2022
H
bpo-23952: Document cgi module's maxlen variable (GH-30338)
Hugo van Kemenade committed
September 21, 2021
M
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
May 14, 2021
G
[doc] Fix typos in cgi.rst (#24766)
Géry Ogam committed
February 14, 2021
A
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt committed
June 19, 2018
I
bpo-33843: Remove deprecated stuff in cgi module (GH-7662)
INADA Naoki committed
May 14, 2018
March 11, 2018
S
bpo-32996: Improve What's New in 3.7. (#5983)
Serhiy Storchaka committed
May 8, 2017
P
bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991)
Pierre Quentel committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
September 20, 2015
M
Issue #25176: Merge cgi.parse_qsl link from 3.4 into 3.5
Martin Panter committed
M
Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä
Martin Panter committed
February 6, 2015
B
Issue #20289: cgi.FieldStorage() now supports the context management protocol.
Berker Peksag committed
January 17, 2014
B
Issue #18394: Document that cgi.FieldStorage now cleans up after its
Brett Cannon committed
October 13, 2013
S
Issue #19198: Improved cross-references in the cgi module documentation.
Serhiy Storchaka committed
February 23, 2013
P
Issue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen committed
April 30, 2012
S
Issue11352 - Update cgi module docs
Senthil Kumaran committed
January 27, 2011
R
More source links.
Raymond Hettinger committed
October 15, 2010
August 14, 2010
É
Oops, fix typo
Éric Araujo committed
É
Fix reference (follow-up to #9061)
Éric Araujo committed
August 2, 2010
G
#9061: warn that single quotes are never escaped.
Georg Brandl committed
September 11, 2009
July 26, 2009
G
Merged revisions 74207 via svnmerge from
Georg Brandl committed
July 22, 2009
E
Merged revisions 74179 via svnmerge from
Ezio Melotti committed
April 5, 2009
G
Update signature style of optional arguments, part two.
Georg Brandl committed
March 13, 2009
G
#5486: typos.
Georg Brandl committed
February 26, 2009
B
Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from
Benjamin Peterson committed
September 3, 2008
F
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
Facundo Batista committed
July 18, 2008
G
Fix urllib function reference.
Georg Brandl committed
July 2, 2008
May 26, 2008
G
Fix old-style octal literals in the docs.
Georg Brandl committed
May 11, 2008
G
Remove old backwards-compatibility classes from the cgi module.
Georg Brandl committed
December 31, 2007
C
Merged revisions 59605-59624 via svnmerge from
Christian Heimes committed
September 18, 2007
S
issue1172: Documentation of "done" attribute in cgi module.
Sean Reifscheider committed
September 10, 2007
C
Change instances of 'while 1:' in the docs into 'while True:'.
Collin Winter committed
September 4, 2007
G
Convert all print statements in the docs.
Georg Brandl committed
September 1, 2007
C
G
Get rid of the remaining versionadded/versionchanged directives.
Georg Brandl committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed