summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcgi.tex
Commit message (Collapse)AuthorAgeFilesLines
* SF bug #987486: fix typo.Raymond Hettinger2004-07-101-1/+1
|
* [Bug #953177] Mention .getlist(); text from Paul MooreAndrew M. Kuchling2004-06-061-9/+4
|
* fix method name in example codeFred Drake2004-01-231-2/+2
|
* Avoid giving advice that's bad for security, as per SF bug #823515Alex Martelli2003-11-091-1/+3
| | | | (same as commit of Sun Nov 2 to the release23-maint branch)
* SF patch#786531 'the the' typo. Contributed by George YoshidaRaymond Hettinger2003-08-121-1/+1
|
* Fix and add reference to urllib.urlencode for parse_qsl? functions.Brett Cannon2003-05-131-1/+5
|
* Add cross-references between urllib.urlencode() and cgi.parse_qs[l]().Fred Drake2003-04-241-0/+3
| | | | Closes SF bug #724751.
* Fix typo reported to python-docs.Fred Drake2002-08-231-1/+1
|
* Clarify that even though some of the relevant specifications define theFred Drake2002-08-211-8/+10
| | | | | | | order in which form variables should be encoded in a request, a CGI script should not rely on that since a client may not conform to those specs, or they may not be relevant to the request. Closes SF bug #596866.
* Be more consistent, both internally and with recommended practice.Fred Drake2002-04-261-4/+2
| | | | This closes SF bug #547953.
* Re-commit Ping's patch to the cgi and cgitb documentation, using theFred Drake2001-12-201-44/+41
| | | | | right version this time. Thanks, Ping! (This was from SF patch #494582, "\index -> \indexii" version.)
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-1/+1
| | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed.
* Added documentation on the getfirst() and getlist() methods of theFred Drake2001-09-111-6/+102
| | | | | cgi.FieldStorage class. This closes SF patch #453691.
* For the escape() function, added a reference to the quoteattrs() functionFred Drake2001-08-111-17/+22
| | | | | | | | in xml.sax.saxutils, since that is the right function to use for quoting attribute values. This closes SF bug #444707. Cleaned up a variety of other minor markup errors.
* Minor changes to match the style guide.Fred Drake2001-07-141-3/+3
|
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-18/+18
| | | | | translation more difficult, as well as reading the English more difficult for non-native speakers.
* Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>:Fred Drake2001-06-291-4/+1
| | | | | Do not use an extra flag variable to test only once in one subsequent if statement.
* Closing patch #101120 -- After everyone agreed.Moshe Zadka2000-08-251-35/+40
|
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-2/+2
| | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-1/+1
| | | | (Very rough.)
* Patch by Jim Fulton to document the new parse_qls().Guido van Rossum1999-06-101-2/+36
|
* Fix typo spotted by Jeff MacDonald <jam@ans.net>.Fred Drake1999-01-181-2/+2
|
* There is no <ISINPUT> element, just <ISINDEX>. ;-)Fred Drake1998-08-211-1/+1
|
* New section header style.Fred Drake1998-08-101-3/+4
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+5
|
* Use shorter labels; using long labels creates problems on the Macintosh.Fred Drake1998-04-141-1/+1
| | | | (Thanks, Just!)
* Capitalize "Python" for consistency.Fred Drake1998-04-031-3/+4
| | | | Add an index entry.
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-2/+2
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Logical markup.Fred Drake1998-03-121-138/+148
| | | | Lots of nits in both.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-23/+23
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Consistency:Fred Drake1998-01-131-2/+2
| | | | "Unix" ==> "\UNIX{}"
* Mark file names with \file{} instead of \code{}.Fred Drake1997-12-091-9/+10
|
* Remove strange use of $math$ mode to produce a backslash.Guido van Rossum1997-11-251-1/+2
|
* Removed some colons that shouldn't be there (probably leftovers fromGuido van Rossum1997-08-251-13/+26
| | | | docstring conversion).
* Document new 'quote' flag to cgi.escape().Guido van Rossum1997-07-191-3/+5
|
* AMK's megapatch:Guido van Rossum1997-07-171-91/+92
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Fix up indentation of examples to use 4 spaces instead of tabs.Guido van Rossum1997-02-281-59/+59
|
* (lib<all sorts of stuff>.tex):Fred Drake1996-12-131-0/+1
| | | | | Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama.
* Correct truncated paragraph.Guido van Rossum1996-10-241-1/+2
|
* Document the *new* cgi.pyGuido van Rossum1996-07-301-163/+374
|
* added nodename macro calls for new very long section namesGuido van Rossum1995-03-201-0/+1
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-1/+83
| | | | unified style; etc.
* changes (suggested) by Soren LarsenGuido van Rossum1995-03-071-2/+6
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-281-1/+3
| | | | WWW chapter
* added WWW sectionsGuido van Rossum1995-02-271-0/+130