Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Issue #16250: Fix URLError invocation with proper args | Senthil Kumaran | 2012-10-27 | 1 | -15/+15 | |
| |\ | ||||||
| | * | Issue #16250: Fix URLError invocation with proper args. | Senthil Kumaran | 2012-10-27 | 1 | -18/+15 | |
| | | | ||||||
| | * | Fix issue #16270: urllib may hang when used for retrieving files via FTP by ↵ | Giampaolo Rodola' | 2012-10-19 | 1 | -6/+0 | |
| | | | | | | | | | | | | using a context manager. | |||||
| * | | Fix issue #16270: urllib may hang when used for retrieving files via FTP by ↵ | Giampaolo Rodola' | 2012-10-19 | 1 | -6/+0 | |
| | | | | | | | | | | | | using a context manager. | |||||
* | | | Issue #16301: Fix the localhost verification in urllib/request.py for ↵ | Senthil Kumaran | 2012-10-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy | |||||
* | | | Issue #16250: Fix the invocations of URLError which had misplaced filename ↵ | Senthil Kumaran | 2012-10-21 | 1 | -13/+13 | |
| | | | | | | | | | | | | attribute for exception | |||||
* | | | Issue #10836: Fix exception raised when file not found in urlretrieve | Senthil Kumaran | 2012-10-21 | 1 | -2/+2 | |
| | | | ||||||
* | | | Issue #12692: Fix resource leak in urllib.request. | Nadeem Vawda | 2012-10-21 | 1 | -0/+6 | |
| | | | ||||||
* | | | Fix issue #16270: urllib may hang when used for retrieving files via FTP by ↵ | Giampaolo Rodola' | 2012-10-19 | 1 | -6/+0 | |
|/ / | | | | | | | using a context manager. | |||||
* | | revert the changes done for issue14826 - quoting witin Request is not desirable. | Senthil Kumaran | 2012-07-08 | 1 | -1/+0 | |
|\ \ | |/ | ||||||
| * | revert the changes done for issue14826 - quoting witin Request is not desirable. | Senthil Kumaran | 2012-07-08 | 1 | -1/+0 | |
| | | ||||||
* | | issue 14826 - Address the buildbot failure quote of url is the required ↵ | Senthil Kumaran | 2012-07-08 | 1 | -1/+1 | |
|\ \ | |/ | | | | | change ( explanation msg164973) | |||||
| * | issue 14826 - Address the buildbot failure ( explanation msg164973) | Senthil Kumaran | 2012-07-08 | 1 | -1/+1 | |
| | | ||||||
* | | Fix issue14826 - make urllib.request.Request quoted url consistent with ↵ | Senthil Kumaran | 2012-07-07 | 1 | -1/+2 | |
|\ \ | |/ | | | | | | | | | URLOpener open method. Patch contributed by Stephen Thorne. | |||||
| * | Fix issue14826 - make urllib.request.Request quoted url consistent with ↵ | Senthil Kumaran | 2012-07-07 | 1 | -1/+2 | |
| | | | | | | | | | | | | URLOpener open method. Patch contributed by Stephen Thorne. | |||||
| * | Partial backport of 612f34e31270: fix spacing error in exception message. | Georg Brandl | 2012-06-24 | 1 | -2/+2 | |
| | | ||||||
* | | urllib.request: fix spacing errors in exception/warning messages. | Georg Brandl | 2012-06-24 | 1 | -5/+5 | |
| | | ||||||
* | | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ↵ | Antoine Pitrou | 2012-05-16 | 1 | -4/+7 | |
| | | | | | | | | | | | | the default certificate store. Initial patch by James Oakley. | |||||
* | | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-16 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 1 | -0/+4 | |
| | | ||||||
* | | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of ↵ | Senthil Kumaran | 2012-05-15 | 1 | -1/+1 | |
|\ \ | |/ | | | | | HTTP Basic Authentation in urllib2. | |||||
| * | Issue #12541: Be lenient with quotes around Realm field of HTTP Basic ↵ | Senthil Kumaran | 2012-05-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | Authentation in urllib2. G: changed Misc/NEWS | |||||
* | | Explain the use of charset parameter with Content-Type header: issue11082 | Senthil Kumaran | 2012-03-15 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | Explain the use of charset parameter with Content-Type header. Issue11082 | Senthil Kumaran | 2012-03-15 | 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-13 | 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-11-01 | 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-11-01 | 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-20 | 1 | -13/+12 | |
|\ \ | |/ | ||||||
| * | urllib.request - syntax changes enhancing readability. By Éric Araujo | Senthil Kumaran | 2011-10-20 | 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-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Issue13104 - Fix urllib.request.thishost() utility function. | Senthil Kumaran | 2011-10-06 | 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. |