1. c5d7e80 Fix the way the Authorization header is sent (how could this have worked?). by Guido van Rossum · 28 years ago
  2. 5b1b33c Fix another case where... by Guido van Rossum · 28 years ago
  3. b030bc0 Fix some cases where self.openedurl wasn't set. by Guido van Rossum · 28 years ago
  4. e6ad891 One fix by sjoerd and one suggested by him. Bumped __version__ to 1.5. by Guido van Rossum · 28 years ago
  5. 78c9637 Bump exposed __version__ to 1.4. by Guido van Rossum · 28 years ago
  6. f8abb38 Slightly faster (un)quoting. by Guido van Rossum · 28 years ago
  7. 2281d35 add nturl2path by Guido van Rossum · 28 years ago
  8. 84a00a8 Change defn of splitnport() to only accept valid digit strings. by Guido van Rossum · 28 years ago
  9. 53725a2 Added splitnport(), which is like splitport() but returns a numeric port, by Guido van Rossum · 28 years ago
  10. a7e4b28 Support optional filename argument for retrieve() and urlretrieve(), by Guido van Rossum · 28 years ago
  11. 71ac945 move mac url2path conversion to separate module by Guido van Rossum · 28 years ago
  12. 442e720 Added proxy handling; upped version. by Guido van Rossum · 28 years ago
  13. 0d12ead Try to normalize urls referring to local files (code copied from posixpath) by Jack Jansen · 28 years ago
  14. 8c8a02a speed up unquote() by using atoi() instead of eval() by Guido van Rossum · 28 years ago
  15. e8ea21b Added pathname2url and url2pathname methods (only correct for unix and by Jack Jansen · 29 years ago
  16. dc3e3f6 Fixed local file access for macintosh by Jack Jansen · 29 years ago
  17. e0371b8 Fixed basejoin. There were two main problems: by Sjoerd Mullender · 29 years ago
  18. ca44540 support overriding how to open unknown url types by Guido van Rossum · 29 years ago
  19. 9c4585a Removed addbase.__del__ because it can't work. by Sjoerd Mullender · 29 years ago
  20. 30642ab changed version :-) by Guido van Rossum · 29 years ago
  21. bbb0a05 use mimetools; add error handling and authentication by Guido van Rossum · 29 years ago
  22. 6cb15a0 add User-agent hdr; read and close the file upon http error by Guido van Rossum · 29 years ago
  23. a112470 Add hacks for switching protocol and path but leaving host unchanged by Guido van Rossum · 30 years ago
  24. fa59e83 Fix bug if tmpcache is None by Guido van Rossum · 30 years ago
  25. 3bb5448 New way of generating .pyc files, thanks to Sjoerd. by Guido van Rossum · 30 years ago
  26. 7aeb4b9 * Lib/linecache.py: don't crash on empty filename by Guido van Rossum · 30 years ago
  27. 3f9a6ec * Lib/rfc822.py: fix two bugs: error in readheaders interpreting by Guido van Rossum · 30 years ago
  28. 7c395db * Lib/urllib.py: implemented new quoting rules; added splituser, by Guido van Rossum · 30 years ago
  29. 590b289 Added tests for missing host to open_http and open_gopher by Guido van Rossum · 30 years ago
  30. 7c6ebb5 Renamed urlopen.py to urllib.py. by Guido van Rossum · 30 years ago