| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Explain the use of charset parameter with Content-Type header: issue11082 | Senthil Kumaran | 2012-03-16 | 1 | -2/+3 |
| |\ | |||||
| | * | Explain the use of charset parameter with Content-Type header. Issue11082 | Senthil Kumaran | 2012-03-16 | 1 | -2/+3 |
| | | | |||||
| * | | deprecated the old urllib primitives in 3.3 urllib package - issue 10050 | Senthil Kumaran | 2012-03-14 | 1 | -8/+26 |
| | | | |||||
| * | | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve ↵ | Senthil Kumaran | 2012-03-14 | 1 | -8/+72 |
| | | | | | | | | | takes, block number, block read size, file_size | ||||
| * | | merge from 3.2 | Senthil Kumaran | 2012-01-21 | 1 | -0/+2 |
| |\ \ | |/ | |||||
| | * | Fix Issue6631 - Disallow relative file paths in urllib urlopen | Senthil Kumaran | 2012-01-21 | 1 | -0/+2 |
| | | | |||||
| * | | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password ↵ | Senthil Kumaran | 2012-01-14 | 1 | -0/+2 |
| |\ \ | |/ | | | | | during Basic Authentication. | ||||
| | * | Fix Issue #13642: Unquote before b64encoding user:password during Basic ↵ | Senthil Kumaran | 2012-01-14 | 1 | -3/+2 |
| | | | | | | | | | Authentication. | ||||
| * | | merge from 3.2 | Senthil Kumaran | 2012-01-04 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Issue13696 - Fix 302 Redirection for Relative urls. | Senthil Kumaran | 2012-01-04 | 1 | -2/+2 |
| | | | |||||
| * | | Issue #8035: urllib: Fix a bug where the client could remain stuck after a | Charles-François Natali | 2011-12-18 | 1 | -2/+0 |
| |\ \ | |/ | | | | | redirection or an error. | ||||
| | * | Issue #8035: urllib: Fix a bug where the client could remain stuck after a | Charles-François Natali | 2011-12-18 | 1 | -2/+0 |
| | | | | | | | | | redirection or an error. | ||||
| * | | 'HTTPSHandler' and not the type. | Senthil Kumaran | 2011-11-01 | 1 | -1/+1 |
| | | | |||||
| * | | Append HTTPSHandler to __all__ when it is available. | Senthil Kumaran | 2011-11-01 | 1 | -0/+2 |
| | | | |||||
| * | | issue13287 - Define __all__ for urllib.request and urllib.error and expose only | Senthil Kumaran | 2011-11-01 | 1 | -18/+22 |
| | | | | | | | | | the relevant module. Other cleanup improvements. Patch by flox. | ||||
| * | | merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ↵ | Senthil Kumaran | 2011-10-31 | 1 | -2/+2 |
| |\ \ | |/ | | | | | | | | | ContentTooShortError even when reporthook is None. Patch by Jyrki Pulliainen. | ||||
| | * | Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError | Senthil Kumaran | 2011-10-31 | 1 | -2/+2 |
| | | | | | | | | | even when reporthook is None. Patch by Jyrki Pulliainen. | ||||
| * | | urllib.request - syntax changes enhancing readability. By Éric Araujo | Senthil Kumaran | 2011-10-19 | 1 | -13/+12 |
| |\ \ | |/ | |||||
| | * | urllib.request - syntax changes enhancing readability. By Éric Araujo | Senthil Kumaran | 2011-10-19 | 1 | -11/+10 |
| | | | |||||
| * | | Fix closes issue 1673007 urllib.request to support HEAD requests with a new ↵ | Senthil Kumaran | 2011-10-16 | 1 | -2/+7 |
| | | | | | | | | | method arg. | ||||
| * | | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -0/+2 |
| | | | |||||
| * | | merge from 3.2. Issue13104 - Fix urllib.request.thishost() utility function. | Senthil Kumaran | 2011-10-05 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue13104 - Fix urllib.request.thishost() utility function. | Senthil Kumaran | 2011-10-05 | 1 | -1/+1 |
| | | | |||||
| * | | merge from 3.2 - Fix closes issue12698 - make the no_proxy environment ↵ | Senthil Kumaran | 2011-08-06 | 1 | -1/+2 |
| |\ \ | |/ | | | | | variable handling a bit lenient (accomodate spaces in between the items) | ||||
| | * | Fix closes issue12698 - make the no_proxy environment variable handling a ↵ | Senthil Kumaran | 2011-08-06 | 1 | -1/+2 |
| | | | | | | | | | bit lenient (accomodate spaces in between the items) | ||||
| * | | merge from 3.2 - Correcting issue 12576 fix, which resulted in buildbot ↵ | Senthil Kumaran | 2011-07-27 | 1 | -6/+3 |
| |\ \ | |/ | | | | | failures. | ||||
| | * | Correcting issue 12576 fix, which resulted in buildbot failures. | Senthil Kumaran | 2011-07-27 | 1 | -6/+3 |
| | | | |||||
| * | | merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which ↵ | Senthil Kumaran | 2011-07-27 | 1 | -3/+6 |
| |\ \ | |/ | | | | | do not send (or obsfuscates) Connection: Close header. | ||||
| | * | Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or ↵ | Senthil Kumaran | 2011-07-27 | 1 | -3/+6 |
| | | | | | | | | | obsfuscates) Connection: Close header. | ||||
| * | | Merge: #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 1 | -4/+26 |
| |\ \ | |/ | | | | | | | | | | | | | * ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner. | ||||
| | * | Issue #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 1 | -4/+26 |
| | | | | | | | | | | | | | | | | | * ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner. | ||||
| * | | (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request | Victor Stinner | 2011-06-17 | 1 | -0/+2 |
| |\ \ | |/ | | | | | | | | | AbstractHTTPHandler.do_open() of urllib.request closes the HTTP connection if its getresponse() method fails with a socket error. Patch written by Ezio Melotti. | ||||
| | * | Issue #12133: fix a ResourceWarning in urllib.request | Victor Stinner | 2011-06-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | AbstractHTTPHandler.do_open() of urllib.request closes the HTTP connection if its getresponse() method fails with a socket error. Patch written by Ezio Melotti. | ||||
| * | | Fix closes Issue #11799: urllib.request Authentication Handlers will raise a | Senthil Kumaran | 2011-05-11 | 1 | -8/+17 |
| | | | | | | | | | ValueError when presented with an unsupported Authentication Scheme. | ||||
| * | | merge from 3.2 | Senthil Kumaran | 2011-04-12 | 1 | -3/+6 |
| |\ \ | |/ | |||||
| | * | merge from 3.1 | Senthil Kumaran | 2011-04-12 | 1 | -3/+6 |
| | |\ | |||||
| | | * | Fix Issue11703 - urllib2.geturl() does not return correct url when the ↵ | Senthil Kumaran | 2011-04-12 | 1 | -3/+6 |
| | | | | | | | | | | | | | original url contains #fragment. Patch Contribution by Santoso Wijaya. | ||||
| * | | | Merge Issue 11662 from 3.2 branch. | guido@google.com | 2011-03-29 | 1 | -0/+27 |
| |\ \ \ | |/ / | |||||
| | * | | Merge Issue 11662 from 3.1 branch. | guido@google.com | 2011-03-29 | 1 | -0/+27 |
| | |\ \ | | |/ | |||||
| | | * | Issue 11662: Fix vulnerability in urllib/urllib2. | guido@google.com | 2011-03-29 | 1 | -0/+27 |
| | | | | | | | | | | | | | (This version is a cleaned-up backport of a fix by Senthil Kumaran.) | ||||
| * | | | issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. ↵ | Senthil Kumaran | 2011-03-24 | 1 | -3/+7 |
| |\ \ \ | |/ / | | | | | | | Patch by Nadeem Vawda | ||||
| | * | | issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. ↵ | Senthil Kumaran | 2011-03-24 | 1 | -3/+7 |
| | | | | | | | | | | | | | Patch by Nadeem Vawda. | ||||
| * | | | Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by ↵ | Senthil Kumaran | 2011-03-19 | 1 | -0/+6 |
| |\ \ \ | |/ / | | | | | | | Jeff McNeil. | ||||
| | * | | Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. | Senthil Kumaran | 2011-03-19 | 1 | -0/+6 |
| | | | | |||||
| * | | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified ↵ | Ronald Oussoren | 2011-03-14 | 1 | -48/+56 |
| |\ \ \ | |/ / | | | | | | | IP addresses in the proxy exception list. | ||||
| | * | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified ↵ | Ronald Oussoren | 2011-03-14 | 1 | -48/+56 |
| | |\ \ | | |/ | | | | | | | IP addresses in the proxy exception list. | ||||
| | | * | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified ↵ | Ronald Oussoren | 2011-03-14 | 1 | -48/+56 |
| | | | | | | | | | | | | | | | | | | | IP addresses in the proxy exception list Patch by Scott Wilson. | ||||
| | | * | Merged revisions 87448 via svnmerge from | R. David Murray | 2010-12-23 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87448 | r.david.murray | 2010-12-23 14:44:49 -0500 (Thu, 23 Dec 2010) | 4 lines #4496: remove misleading comment and note that self.handlers is obsolete. self.handlers is still used in one urllib2 test, but not by the code iteslf. ........ | ||||
| | | * | Merged revisions 86676 via svnmerge from | Senthil Kumaran | 2010-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86676 | senthil.kumaran | 2010-11-22 12:48:26 +0800 (Mon, 22 Nov 2010) | 4 lines Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not starts with one. This behavior is exhibited by browser and other clients. ........ | ||||
| | | * | Merged revisions 86520 via svnmerge from | Senthil Kumaran | 2010-11-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86520 | senthil.kumaran | 2010-11-18 23:36:41 +0800 (Thu, 18 Nov 2010) | 3 lines Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy ........ | ||||
