Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF bug #987486: fix typo. | Raymond Hettinger | 2004-07-10 | 1 | -1/+1 |
| | |||||
* | [Bug #953177] Mention .getlist(); text from Paul Moore | Andrew M. Kuchling | 2004-06-06 | 1 | -9/+4 |
| | |||||
* | fix method name in example code | Fred Drake | 2004-01-23 | 1 | -2/+2 |
| | |||||
* | Avoid giving advice that's bad for security, as per SF bug #823515 | Alex Martelli | 2003-11-09 | 1 | -1/+3 |
| | | | | (same as commit of Sun Nov 2 to the release23-maint branch) | ||||
* | SF patch#786531 'the the' typo. Contributed by George Yoshida | Raymond Hettinger | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Fix and add reference to urllib.urlencode for parse_qsl? functions. | Brett Cannon | 2003-05-13 | 1 | -1/+5 |
| | |||||
* | Add cross-references between urllib.urlencode() and cgi.parse_qs[l](). | Fred Drake | 2003-04-24 | 1 | -0/+3 |
| | | | | Closes SF bug #724751. | ||||
* | Fix typo reported to python-docs. | Fred Drake | 2002-08-23 | 1 | -1/+1 |
| | |||||
* | Clarify that even though some of the relevant specifications define the | Fred Drake | 2002-08-21 | 1 | -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 Drake | 2002-04-26 | 1 | -4/+2 |
| | | | | This closes SF bug #547953. | ||||
* | Re-commit Ping's patch to the cgi and cgitb documentation, using the | Fred Drake | 2001-12-20 | 1 | -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 no | Fred Drake | 2001-11-28 | 1 | -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 the | Fred Drake | 2001-09-11 | 1 | -6/+102 |
| | | | | | cgi.FieldStorage class. This closes SF patch #453691. | ||||
* | For the escape() function, added a reference to the quoteattrs() function | Fred Drake | 2001-08-11 | 1 | -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 Drake | 2001-07-14 | 1 | -3/+3 |
| | |||||
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -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 Drake | 2001-06-29 | 1 | -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 Zadka | 2000-08-25 | 1 | -35/+40 |
| | |||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -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 Drake | 2000-04-03 | 1 | -1/+1 |
| | | | | (Very rough.) | ||||
* | Patch by Jim Fulton to document the new parse_qls(). | Guido van Rossum | 1999-06-10 | 1 | -2/+36 |
| | |||||
* | Fix typo spotted by Jeff MacDonald <jam@ans.net>. | Fred Drake | 1999-01-18 | 1 | -2/+2 |
| | |||||
* | There is no <ISINPUT> element, just <ISINDEX>. ;-) | Fred Drake | 1998-08-21 | 1 | -1/+1 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -3/+4 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+5 |
| | |||||
* | Use shorter labels; using long labels creates problems on the Macintosh. | Fred Drake | 1998-04-14 | 1 | -1/+1 |
| | | | | (Thanks, Just!) | ||||
* | Capitalize "Python" for consistency. | Fred Drake | 1998-04-03 | 1 | -3/+4 |
| | | | | Add an index entry. | ||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -2/+2 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Logical markup. | Fred Drake | 1998-03-12 | 1 | -138/+148 |
| | | | | Lots of nits in both. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -23/+23 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Consistency: | Fred Drake | 1998-01-13 | 1 | -2/+2 |
| | | | | "Unix" ==> "\UNIX{}" | ||||
* | Mark file names with \file{} instead of \code{}. | Fred Drake | 1997-12-09 | 1 | -9/+10 |
| | |||||
* | Remove strange use of $math$ mode to produce a backslash. | Guido van Rossum | 1997-11-25 | 1 | -1/+2 |
| | |||||
* | Removed some colons that shouldn't be there (probably leftovers from | Guido van Rossum | 1997-08-25 | 1 | -13/+26 |
| | | | | docstring conversion). | ||||
* | Document new 'quote' flag to cgi.escape(). | Guido van Rossum | 1997-07-19 | 1 | -3/+5 |
| | |||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -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 Rossum | 1997-02-28 | 1 | -59/+59 |
| | |||||
* | (lib<all sorts of stuff>.tex): | Fred Drake | 1996-12-13 | 1 | -0/+1 |
| | | | | | Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama. | ||||
* | Correct truncated paragraph. | Guido van Rossum | 1996-10-24 | 1 | -1/+2 |
| | |||||
* | Document the *new* cgi.py | Guido van Rossum | 1996-07-30 | 1 | -163/+374 |
| | |||||
* | added nodename macro calls for new very long section names | Guido van Rossum | 1995-03-20 | 1 | -0/+1 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -1/+83 |
| | | | | unified style; etc. | ||||
* | changes (suggested) by Soren Larsen | Guido van Rossum | 1995-03-07 | 1 | -2/+6 |
| | |||||
* | a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵ | Guido van Rossum | 1995-02-28 | 1 | -1/+3 |
| | | | | WWW chapter | ||||
* | added WWW sections | Guido van Rossum | 1995-02-27 | 1 | -0/+130 |