- 504ca68 Note that reading from a socket may not always return all of the by Fred Drake · 21 years ago
- 4f4dbef remove extra word occurance; reported to webmaster by Fred Drake · 21 years ago
- 162f081 Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2. by Martin v. Löwis · 21 years ago
- a2f8737 Add comment that urlopen opens local files without universal newlines by Brett Cannon · 22 years ago
- d859d47 Add cross-references between urllib.urlencode() and cgi.parse_qs[l](). by Fred Drake · 22 years ago
- 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 22 years ago
- 317ad7a Fixed docs for urlretrieve() to match code in the case of opening a local file. by Brett Cannon · 22 years ago
- 42182eb SF 698520: Iterator for urllib.URLOpener Contributed by Brett Cannon. by Raymond Hettinger · 22 years ago
- 88f015d Moved description of _urlopener adjacent to the related functions. by Fred Drake · 22 years ago
- a2c2595 Add a version annotation regarding the urlopen(proxies={...}). by Fred Drake · 23 years ago
- 5ca3a08 The rest of the documentation for manual proxy configuration for a basic by Fred Drake · 23 years ago
- d216703 Documentation for manual proxy configuration, by Andy Gimblett. by Fred Drake · 23 years ago
- 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
- 88e0b5b SF patch #454553 by Walter Dörwald: auto-guess content-type header for ftp urls. by Guido van Rossum · 23 years ago
- d86038d Apply the new \mailheader macro where appropriate, and fix a few small by Fred Drake · 23 years ago
- 63bc2e0 Convert the use of apply(f, args) to the new spelling: f(*args). by Fred Drake · 23 years ago
- 8ee679f Minor changes to match the style guide. by Fred Drake · 23 years ago
- 47f11ce Added warning that FancyURLopener prompts the user on the terminal when by Fred Drake · 24 years ago
- 04f1d37 mention the use of the maxtries attribute of FancyURLopener in bounding by Skip Montanaro · 24 years ago
- 4fda21b updated to document use of sequences of two-element tuples as inputs by Skip Montanaro · 24 years ago
- eda2844 documented (new) optional doseq parameter to urlencode. by Skip Montanaro · 24 years ago
- 5100133 urlretrieve() description included explanation of "data" parameter, but by Fred Drake · 24 years ago
- 0fc6a67 Remove duplicated text from urlopen() description, noted by Ka-Ping by Fred Drake · 24 years ago
- 81c1735 Add item to the list of limitations that points out the lack of support by Fred Drake · 24 years ago
- aef0e89 Document the limitation that urllib does not work with proxies which by Fred Drake · 24 years ago
- dfca4dc Revised documentation relevant to SourceForge patch #100837 by Fred Drake · 24 years ago
- 3d0c77b Addresses the other half of Bug #112634 -- the documentation suggested by Guido van Rossum · 24 years ago
- 9fa4d61 Moshe Zadka <moshez@math.huji.ac.il>: by Fred Drake · 24 years ago
- 10853c9 Finally fixed the much-reported bug about "~" in a couple of example. by Fred Drake · 24 years ago
- f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 24 years ago
- 6c16019 Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code. by Fred Drake · 25 years ago
- 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 25 years ago
- 1ec71cb Incorporated updates to describe geturl() by Sjoerd Mullender by Fred Drake · 26 years ago
- 09b2957 Remove extra } at end of method description parameters. by Fred Drake · 26 years ago
- 954b9ad Document new urllib features by Eric Raymond. by Guido van Rossum · 26 years ago
- 295da24 New section header style. by Fred Drake · 26 years ago
- b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
- be26010 # Oops, correct Latex errors. by Guido van Rossum · 26 years ago
- 0af2f63 Document how to make a POST request with urlopen(). by Guido van Rossum · 26 years ago
- 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 27 years ago
- cce1090 Change "\," to just "," in function signatures. This is easier to maintain, by Fred Drake · 27 years ago
- 6ef871c Logical markup. by Fred Drake · 27 years ago
- 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
- f5eaa2e Fixed index references to modules. by Fred Drake · 27 years ago
- e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
- 98b43eb It's now using mimetools instead of rfc822 by Guido van Rossum · 28 years ago
- 8d40c84 Added quote_plus() and unquote_plus(), to do space/plus substitutions by Guido van Rossum · 28 years ago
- 470be14 mass changes; fix titles; add examples; correct typos; clarifications; by Guido van Rossum · 30 years ago
- 6c4f003 changes (suggested) by Soren Larsen by Guido van Rossum · 30 years ago
- 8675115 a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter by Guido van Rossum · 30 years ago
- 61d34f4 added quote and unquote by Guido van Rossum · 30 years ago
- a8db1df document www interfaces by Guido van Rossum · 30 years ago