summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liburllib.tex
Commit message (Expand)AuthorAgeFilesLines
* Add comment that urlopen opens local files without universal newlinesBrett Cannon2003-04-291-8/+8
* Add cross-references between urllib.urlencode() and cgi.parse_qs[l]().Fred Drake2003-04-241-0/+3
* SF Patch 549151: urllib2 POSTs on redirectRaymond Hettinger2003-04-241-6/+12
* Fixed docs for urlretrieve() to match code in the case of opening a local file.Brett Cannon2003-04-241-13/+13
* SF 698520: Iterator for urllib.URLOpenerRaymond Hettinger2003-03-091-1/+2
* Moved description of _urlopener adjacent to the related functions.Fred Drake2002-10-221-18/+35
* Add a version annotation regarding the urlopen(proxies={...}).Fred Drake2002-04-041-0/+2
* The rest of the documentation for manual proxy configuration for a basicFred Drake2002-04-041-3/+20
* Documentation for manual proxy configuration, by Andy Gimblett.Fred Drake2002-04-041-0/+35
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-2/+2
* SF patch #454553 by Walter Dörwald: auto-guess content-type header forGuido van Rossum2001-08-231-1/+2
* Apply the new \mailheader macro where appropriate, and fix a few smallFred Drake2001-08-031-9/+10
* Convert the use of apply(f, args) to the new spelling: f(*args).Fred Drake2001-07-231-1/+1
* Minor changes to match the style guide.Fred Drake2001-07-141-3/+3
* Added warning that FancyURLopener prompts the user on the terminal whenFred Drake2001-04-121-0/+21
* mention the use of the maxtries attribute of FancyURLopener in boundingSkip Montanaro2001-02-151-1/+3
* updated to document use of sequences of two-element tuples as inputsSkip Montanaro2001-01-281-2/+7
* 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
* Remove duplicated text from urlopen() description, noted by Ka-PingFred Drake2000-10-101-16/+0
* Add item to the list of limitations that points out the lack of supportFred Drake2000-09-151-1/+5
* Document the limitation that urllib does not work with proxies whichFred Drake2000-08-311-5/+9
* Revised documentation relevant to SourceForge patch #100837Fred Drake2000-08-251-12/+23
* Addresses the other half of Bug #112634 -- the documentation suggestedGuido van Rossum2000-08-241-1/+1
* Moshe Zadka <moshez@math.huji.ac.il>:Fred Drake2000-08-241-0/+12
* Finally fixed the much-reported bug about "~" in a couple of example.Fred Drake2000-07-281-2/+2
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-1/+1
* 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
* Incorporated updates to describe geturl() by Sjoerd MullenderFred Drake1999-02-221-15/+20
* 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
* 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
* 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
* Logical markup.Fred Drake1998-03-121-52/+51
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-1/+1
* Fixed index references to modules.Fred Drake1997-12-151-8/+9
* AMK's megapatch:Guido van Rossum1997-07-171-0/+1
* 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
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-4/+6
* changes (suggested) by Soren LarsenGuido van Rossum1995-03-071-3/+3
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW...Guido van Rossum1995-02-281-2/+4
* added quote and unquoteGuido van Rossum1995-02-271-1/+16
* document www interfacesGuido van Rossum1995-02-161-0/+102