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