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