- c295862 Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not by Senthil Kumaran · 14 years ago
- daa29d0 Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy by Senthil Kumaran · 14 years ago
- 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 15 years ago
- 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 15 years ago
- 42ef4b1 Fix Issue1595365 - Adding the req.headers after the un-redirect headers have by Senthil Kumaran · 15 years ago
- 4bb5c27 Fix Issue8797 - Reset the basic auth retry count when response code is not 401. by Senthil Kumaran · 15 years ago
- 67a62a4 Fix Issue9639 - reset the retry count on successful auth. by Senthil Kumaran · 15 years ago
- d95cc75 Fix Issue8280 - urllib2's Request method will remove fragements in the url. by Senthil Kumaran · 15 years ago
- 5626eec Sending the auth info as string. Fix BytesWarning: str() on a bytes instance Exception on buildbot. by Senthil Kumaran · 15 years ago
- de0eb24 Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication by Senthil Kumaran · 15 years ago
- 04f31b8 Fix a mistake, https proxy shoud be https:// by Senthil Kumaran · 15 years ago
- e4004a6 Fix: Issue6853 - Get HTTPS system proxy in Windows. by Senthil Kumaran · 15 years ago
- 2ef1632 Stricter verification for file based url scheme and reliance on ftp protocol. by Senthil Kumaran · 15 years ago
- ab90f8e Merged revisions 82284 via svnmerge from by Ronald Oussoren · 15 years ago
- 80f1b05 Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page by Senthil Kumaran · 15 years ago
- f4998ac Merged revisions 81636 via svnmerge from by Senthil Kumaran · 15 years ago
- 757445b Merged revision 81259 via svnmerge from by Florent Xicluna · 15 years ago
- c3f45c2 Fix test_urllib2 failure on OS X. by Mark Dickinson · 15 years ago
- 06f5a53 Merged revisions 80957 via svnmerge from by Senthil Kumaran · 15 years ago
- 4fbed10 Merged revisions 80953 via svnmerge from by Senthil Kumaran · 15 years ago
- 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 15 years ago
- f6c456d Merged revisions 80675 via svnmerge from by Senthil Kumaran · 15 years ago
- 8415120 For for issue #7154: Port the code that uses by Ronald Oussoren · 15 years ago
- 57de4c4 Reverting the changes made in r78433. by Senthil Kumaran · 15 years ago
- 6d726c3 Merged revisions 78431 via svnmerge from by Senthil Kumaran · 15 years ago
- ca2fc9e Merged revisions 78422 via svnmerge from by Senthil Kumaran · 15 years ago
- 734f059 Merged revisions 78268 via svnmerge from by Senthil Kumaran · 15 years ago
- 99b2c8f Merged revisions 77058 via svnmerge from by Senthil Kumaran · 15 years ago
- 47fff87 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 15 years ago
- cb134d7 Recorded merge of revisions 76642 via svnmerge from by Philip Jenvey · 15 years ago
- 4c7eaee Merged revisions 76288 via svnmerge from by Senthil Kumaran · 15 years ago
- 1107c5d Merged revisions 76282 via svnmerge from by Senthil Kumaran · 15 years ago
- 7bb0497 Merged revisions 75333 via svnmerge from by Senthil Kumaran · 16 years ago
- 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
- fb8cc2f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 16 years ago
- 706824f More codestring -> codebytes. by Georg Brandl · 16 years ago
- 690ce9b Fix for issue1153027, making Py3k changes similar to fix in issue918368. by Senthil Kumaran · 16 years ago
- 4947606 Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the by Senthil Kumaran · 16 years ago
- 4ed72ac #5624: _winreg is winreg in Python 3. by Georg Brandl · 16 years ago
- 2bdb576 Make urllib use HTTP/1.1. It seems to work now, but hasn't been by Jeremy Hylton · 16 years ago
- 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 16 years ago
- 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 16 years ago
- b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 16 years ago
- 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
- fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 17 years ago
- f24802c Issue 2464. Supports a malformation in the URL received in a redirect. by Facundo Batista · 17 years ago
- 72dc1ea Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 17 years ago
- 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 17 years ago
- 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 17 years ago
- c80902e follow-up of r64385: rename urllib.quote in nturl2path by Amaury Forgeot d'Arc · 17 years ago
- 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago