summaryrefslogtreecommitdiffstats
path: root/Doc/library/cgi.rst
Commit message (Collapse)AuthorAgeFilesLines
* #5486: typos.Georg Brandl2009-03-131-2/+2
|
* Issue #19198: Improved cross-references in the cgi module documentation.Serhiy Storchaka2013-10-131-16/+17
|
* Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-1/+1
|
* complete cgi.parse() signature; thanks to Aaron Bingham from docs@Sandro Tosi2012-08-121-2/+2
|
* Backport source links from 3.x.Éric Araujo2011-08-191-0/+4
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Merged revisions 83999,84001 via svnmerge fromÉric Araujo2010-08-141-1/+1
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83999 | eric.araujo | 2010-08-14 06:55:45 +0200 (sam., 14 août 2010) | 2 lines Fix reference (follow-up to #9061) ........ r84001 | eric.araujo | 2010-08-14 07:00:18 +0200 (sam., 14 août 2010) | 2 lines Oops, fix typo ........
* Merged revisions 83599 via svnmerge fromGeorg Brandl2010-08-021-4/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83599 | georg.brandl | 2010-08-02 23:51:18 +0200 (Mo, 02 Aug 2010) | 1 line #9061: warn that single quotes are never escaped. ........
* Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation.R. David Murray2009-08-171-1/+1
|
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵Georg Brandl2009-07-261-4/+4
| | | | objects.
* #6423 has_key -> inEzio Melotti2009-07-221-7/+8
|
* Remove period from end of headings.Georg Brandl2009-06-081-3/+2
|
* At least separate imports from other statements.Georg Brandl2009-02-201-6/+9
|
* revert r69777 since all the experts agree that extra import lines distract ↵Benjamin Peterson2009-02-201-8/+4
| | | | from the code
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-4/+8
| | | | documentation.
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-37/+6
| | | | | to the urlparse one. Added a PendingDeprecationWarning in the old module, it will be deprecated in the future. Docs and tests updated.
* Now a from submitted via POST that also has a query stringFacundo Batista2008-06-211-0/+2
| | | | | | will contain both FieldStorage and MiniFieldStorage items. Fixes #1817.
* Remove request for e-mail; it's unlikely these classes will be savedAndrew M. Kuchling2008-06-201-3/+1
|
* Formally deprecate old classes in the cgi module.Georg Brandl2008-05-111-3/+5
|
* Some cleanup in the docs.Georg Brandl2007-12-291-1/+1
|
* issue1172: Documentation of "done" attribute in cgi module.Sean Reifscheider2007-09-181-0/+5
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+558