1. 7bb0497 Merged revisions 75333 via svnmerge from by Senthil Kumaran · 16 years ago
  2. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
  3. fb8cc2f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 16 years ago
  4. 706824f More codestring -> codebytes. by Georg Brandl · 16 years ago
  5. 690ce9b Fix for issue1153027, making Py3k changes similar to fix in issue918368. by Senthil Kumaran · 16 years ago
  6. 4947606 Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the by Senthil Kumaran · 16 years ago
  7. 4ed72ac #5624: _winreg is winreg in Python 3. by Georg Brandl · 16 years ago
  8. 2bdb576 Make urllib use HTTP/1.1. It seems to work now, but hasn't been by Jeremy Hylton · 16 years ago
  9. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 16 years ago
  10. 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 16 years ago
  11. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 16 years ago
  12. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 17 years ago
  13. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 17 years ago
  14. f24802c Issue 2464. Supports a malformation in the URL received in a redirect. by Facundo Batista · 17 years ago
  15. 72dc1ea Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 17 years ago
  16. 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 17 years ago
  17. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 17 years ago
  18. c80902e follow-up of r64385: rename urllib.quote in nturl2path by Amaury Forgeot d'Arc · 17 years ago
  19. 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago