Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #5486: typos. | Georg Brandl | 2009-03-13 | 1 | -2/+2 |
| | |||||
* | Issue #19198: Improved cross-references in the cgi module documentation. | Serhiy Storchaka | 2013-10-13 | 1 | -16/+17 |
| | |||||
* | Issue #8890: Stop advertising an insecure use of /tmp in docs | Petri Lehtinen | 2013-02-23 | 1 | -1/+1 |
| | |||||
* | complete cgi.parse() signature; thanks to Aaron Bingham from docs@ | Sandro Tosi | 2012-08-12 | 1 | -2/+2 |
| | |||||
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -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 Araujo | 2010-08-14 | 1 | -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 from | Georg Brandl | 2010-08-02 | 1 | -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 Murray | 2009-08-17 | 1 | -1/+1 |
| | |||||
* | #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵ | Georg Brandl | 2009-07-26 | 1 | -4/+4 |
| | | | | objects. | ||||
* | #6423 has_key -> in | Ezio Melotti | 2009-07-22 | 1 | -7/+8 |
| | |||||
* | Remove period from end of headings. | Georg Brandl | 2009-06-08 | 1 | -3/+2 |
| | |||||
* | At least separate imports from other statements. | Georg Brandl | 2009-02-20 | 1 | -6/+9 |
| | |||||
* | revert r69777 since all the experts agree that extra import lines distract ↵ | Benjamin Peterson | 2009-02-20 | 1 | -8/+4 |
| | | | | from the code | ||||
* | Since we recommend one module per import line, reflect this also in the | Jeroen Ruigrok van der Werven | 2009-02-19 | 1 | -4/+8 |
| | | | | documentation. | ||||
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 1 | -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 string | Facundo Batista | 2008-06-21 | 1 | -0/+2 |
| | | | | | | will contain both FieldStorage and MiniFieldStorage items. Fixes #1817. | ||||
* | Remove request for e-mail; it's unlikely these classes will be saved | Andrew M. Kuchling | 2008-06-20 | 1 | -3/+1 |
| | |||||
* | Formally deprecate old classes in the cgi module. | Georg Brandl | 2008-05-11 | 1 | -3/+5 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -1/+1 |
| | |||||
* | issue1172: Documentation of "done" attribute in cgi module. | Sean Reifscheider | 2007-09-18 | 1 | -0/+5 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+558 |