summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liburllib.tex
Commit message (Collapse)AuthorAgeFilesLines
* documented (new) optional doseq parameter to urlencode.Skip Montanaro2001-01-241-2/+4
|
* urlretrieve() description included explanation of "data" parameter, butFred Drake2000-12-151-4/+5
| | | | | | did not include it in the signature. Fixed some markup nits.
* Remove duplicated text from urlopen() description, noted by Ka-PingFred Drake2000-10-101-16/+0
| | | | Yee <ping@lfw.org> and probably others as well.
* Add item to the list of limitations that points out the lack of supportFred Drake2000-09-151-1/+5
| | | | | | | | | for authenticated proxies. This is noted elsewhere, but this makes it easier to find. Fix typo where it was already mentioned. This closes SourceForge bug #110619.
* Document the limitation that urllib does not work with proxies whichFred Drake2000-08-311-5/+9
| | | | | | | require authenication. This is an implementation limitation rather than required behavior, and may be fixed in the future. This closes SourceForge bug #111725.
* Revised documentation relevant to SourceForge patch #100837Fred Drake2000-08-251-12/+23
| | | | | | (simplify making HTTP POST requests). Added documentation of URLopener.version and how it can be overridden.
* Addresses the other half of Bug #112634 -- the documentation suggestedGuido van Rossum2000-08-241-1/+1
| | | | | | | that you can set self.version *after* calling the base class __init__. In fact it must be done *before*. (Fred, maybe the version class variable should be documented now?)
* Moshe Zadka <moshez@math.huji.ac.il>:Fred Drake2000-08-241-0/+12
| | | | | | | Documentation updates for urlretrieve() and URLopener.retrieve(), to reflect Randall Hopper's patch for those functions. This closes SourceForge patch #100837.
* Finally fixed the much-reported bug about "~" in a couple of example.Fred Drake2000-07-281-2/+2
| | | | This time, it was reported by Skip.
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-1/+1
| | | | | | | | | 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.
* Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code.Fred Drake2000-05-301-1/+1
|
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-3/+140
| | | | (Very rough.)
* Incorporated updates to describe geturl() by Sjoerd MullenderFred Drake1999-02-221-15/+20
| | | | <Sjoerd.Mullender@cwi.nl>.
* Remove extra } at end of method description parameters.Fred Drake1998-10-011-6/+7
|
* Document new urllib features by Eric Raymond.Guido van Rossum1998-09-281-5/+22
|
* 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
|
* # Oops, correct Latex errors.Guido van Rossum1998-07-221-2/+2
|
* Document how to make a POST request with urlopen().Guido van Rossum1998-07-221-6/+25
| | | | | | | Change the argument name for quote() and quote_plus() to safe (which matches the implementation). Add doc for the *new* function urlencode().
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* 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-52/+51
| | | | Lots of nits in both.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-1/+1
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Fixed index references to modules.Fred Drake1997-12-151-8/+9
| | | | Added new index entry for mimetools module.
* AMK's megapatch:Guido van Rossum1997-07-171-0/+1
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* It's now using mimetools instead of rfc822Guido van Rossum1997-06-021-2/+2
|
* Added quote_plus() and unquote_plus(), to do space/plus substitutionsGuido van Rossum1996-12-131-1/+11
| | | | | | for form field values. Also corrected substitution example (the original changed the spelling of "conolly" to "connolly" :).
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-4/+6
| | | | unified style; etc.
* changes (suggested) by Soren LarsenGuido van Rossum1995-03-071-3/+3
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-281-2/+4
| | | | WWW chapter
* added quote and unquoteGuido van Rossum1995-02-271-1/+16
|
* document www interfacesGuido van Rossum1995-02-161-0/+102