summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libhttplib.tex
Commit message (Collapse)AuthorAgeFilesLines
* Patch #1025790: Add status code constants to httplib.Martin v. Löwis2004-09-181-10/+162
|
* Patch #800236: add HTTPResponse.getheaders().Martin v. Löwis2004-08-181-0/+4
|
* Patch #831747: Add skip_accept_encoding parameter to putrequest.Martin v. Löwis2003-11-191-2/+7
|
* SF patch #798255: Document httplib.HTTPResponse.read "amt" argumentRaymond Hettinger2003-09-021-2/+2
| | | | (Contributed by Jeff Epler.)
* Add docs for key_file and cert_file arguments for HTTPSConnection. Copied ↵Brett Cannon2003-05-201-1/+7
| | | | from socket.ssl docs.
* Adjust some of Skip's latest changes slightly; these really are thingsFred Drake2003-01-271-5/+13
| | | | that should stand out.
* * add \versionadded{} strings as appropriateSkip Montanaro2003-01-271-5/+23
| | | | | | * remove doc for defunct IllegalKeywordArgument exception * add note that HTTP class is for backward compatibility and refer reader to online docstrings for help
* document InvalidURL exceptionSkip Montanaro2002-03-241-0/+5
|
* More index entries.Fred Drake2001-12-261-0/+1
|
* Fix typo in httplib example.Fred Drake2001-12-211-1/+1
| | | | This fixes SF bug #495221.
* Updated documentation for the new httplib interface, by Kalle Svensson.Fred Drake2001-11-301-79/+139
| | | | This closes SF bug #458447.
* Cleaned up some markup stupidity and a usage problem reported by DetlefFred Drake2001-11-091-9/+19
| | | | Lannert. Added descriptions of HTTP_PORT and HTTPS_PORT.
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-2/+2
|
* Minor changes.Fred Drake2001-09-251-5/+8
|
* Added the "Host" header to the "GET" example.Fred Drake2001-09-011-0/+1
| | | | This closes SF bug #457100.
* Minor markup adjustment.Fred Drake2001-01-221-2/+1
|
* Fixed typos and bug in the second example, reported by Scott SchramFred Drake2000-11-171-2/+3
| | | | | | <schram@users.sourceforge.net>. This closes bug #122236.
* Made the title of the Examples subsection plural!Fred Drake2000-06-281-2/+2
|
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-06-281-1/+18
| | | | Added an example of using an HTTP POST request.
* Make some module references hyperlinks.Fred Drake1999-04-221-6/+5
|
* Markup nit to ease conversions.Fred Drake1998-11-301-1/+1
|
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Remove obsolete \setindexsubitem macros.Fred Drake1998-04-041-20/+22
| | | | | | | | Massive migration to methoddesc and memberdesc. Logical markup as needed. A sprinkling of index entries for flavor.
* Logical markup.Fred Drake1998-03-121-34/+33
| | | | Improve some index entries.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-6/+6
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Use the new RFC macros wherever RFCs are referenced by number. No otherFred Drake1998-02-091-1/+1
| | | | changes.
* Fixed index references to modules.Fred Drake1997-12-151-2/+2
|
* Typo in example (missing '=') discovered by Sandy Langbart.Guido van Rossum1997-12-021-1/+1
|
* AMK's megapatch:Guido van Rossum1997-07-171-5/+6
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* fixed typo, "header" ==> "headers"Fred Drake1997-06-201-1/+1
|
* It's now using mimetools instead of rfc822Guido van Rossum1997-06-021-3/+3
|
* restructured library manual accordiung to functional groupGuido van Rossum1995-03-281-0/+4
|
* 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-3/+30
| | | | unified style; etc.
* changes (suggested) by Soren LarsenGuido van Rossum1995-03-071-2/+2
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-281-0/+2
| | | | WWW chapter
* added WWW sectionsGuido van Rossum1995-02-271-0/+93