summaryrefslogtreecommitdiffstats
path: root/Doc/library/cgi.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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