summaryrefslogtreecommitdiffstats
path: root/Lib/urllib/request.py
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merged revisions 75334 via svnmerge fromSenthil Kumaran2009-10-111-0/+4
| | * Backport the changes made in revision 74198, fixing the issue 1424152Senthil Kumaran2009-07-261-3/+12
| | * Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-4/+4
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-1/+1
|/ /
* | Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...Senthil Kumaran2011-02-111-0/+3
* | Remove lots of spaces within exception message.Georg Brandl2011-02-031-2/+2
* | Fix some mistakes- Issue3243 (r87399) Correcting the operator precendenceSenthil Kumaran2010-12-241-1/+1
* | #4496: remove misleading comment and note that self.handlers is obsolete.R. David Murray2010-12-231-3/+2
* | #3243 follow-up: remove debugging print and fix docs; data is a bytes object.v3.2b2Georg Brandl2010-12-191-1/+0
* | Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji...Senthil Kumaran2010-12-191-2/+12
* | Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does notSenthil Kumaran2010-11-221-1/+1
* | Fix Issue2244 - urllib unquotes user and password info multiple times - Patch...Senthil Kumaran2010-11-181-2/+2
* | Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocolSenthil Kumaran2010-10-141-3/+3
* | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-131-7/+32
* | Fix Issue1595365 - Adding the req.headers after the un-redirect headers haveSenthil Kumaran2010-09-271-2/+4
* | Fix Issue8797 - Reset the basic auth retry count when response code is not 401.Senthil Kumaran2010-08-261-1/+4
* | Fix Issue9639 - reset the retry count on successful auth.Senthil Kumaran2010-08-191-2/+9
* | Fix Issue8280 - urllib2's Request method will remove fragements in the url.Senthil Kumaran2010-08-081-1/+2
* | Sending the auth info as string. Fix BytesWarning: str() on a bytes instance ...Senthil Kumaran2010-08-041-2/+2
* | Fix Issue8123 - TypeError in urllib when trying to use HTTP authenticationSenthil Kumaran2010-08-011-2/+2
* | Fix a mistake, https proxy shoud be https://Senthil Kumaran2010-07-141-1/+1
* | Fix: Issue6853 - Get HTTPS system proxy in Windows.Senthil Kumaran2010-07-141-0/+1
* | Stricter verification for file based url scheme and reliance on ftp protocol.Senthil Kumaran2010-07-111-1/+2
* | Merged revisions 82284 via svnmerge fromRonald Oussoren2010-06-271-2/+7
* | Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthori...Senthil Kumaran2010-06-181-2/+10
* | Merged revisions 81636 via svnmerge fromSenthil Kumaran2010-06-011-0/+9
* | Merged revision 81259 via svnmerge fromFlorent Xicluna2010-05-171-1/+1
* | Fix test_urllib2 failure on OS X.Mark Dickinson2010-05-091-1/+1
* | Merged revisions 80957 via svnmerge fromSenthil Kumaran2010-05-081-5/+8
* | Merged revisions 80953 via svnmerge fromSenthil Kumaran2010-05-081-1/+2
* | Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-3/+1
* | Merged revisions 80675 via svnmerge fromSenthil Kumaran2010-05-011-1/+1
* | For for issue #7154: Port the code that usesRonald Oussoren2010-04-181-27/+65
* | Reverting the changes made in r78433.Senthil Kumaran2010-03-071-3/+0
* | Merged revisions 78431 via svnmerge fromSenthil Kumaran2010-02-241-0/+3
* | Merged revisions 78422 via svnmerge fromSenthil Kumaran2010-02-241-1/+1
* | Merged revisions 78268 via svnmerge fromSenthil Kumaran2010-02-201-1/+1
* | Merged revisions 77058 via svnmerge fromSenthil Kumaran2009-12-271-5/+6
* | Merged revisions 76908 via svnmerge fromSenthil Kumaran2009-12-201-3/+10
* | Recorded merge of revisions 76642 via svnmerge fromPhilip Jenvey2009-12-031-3/+1
* | Merged revisions 76288 via svnmerge fromSenthil Kumaran2009-11-151-1/+6
* | Merged revisions 76282 via svnmerge fromSenthil Kumaran2009-11-151-2/+4
* | Merged revisions 75333 via svnmerge fromSenthil Kumaran2009-10-111-0/+4
* | Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-07-251-3/+12
* | Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-4/+4
|/
* More codestring -> codebytes.Georg Brandl2009-06-041-1/+2
* Fix for issue1153027, making Py3k changes similar to fix in issue918368.Senthil Kumaran2009-05-051-0/+1
* Fix for Issue1648102, based on the MSDN spec: If this parameter specifies theSenthil Kumaran2009-05-011-10/+3
* #5624: _winreg is winreg in Python 3.Georg Brandl2009-04-011-8/+8
* Make urllib use HTTP/1.1. It seems to work now, but hasn't beenJeremy Hylton2009-03-311-4/+0