Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the windows buildbot permission error - close the fd of tempfile beffore ↵ | Senthil Kumaran | 2012-10-23 | 1 | -6/+7 |
| | | | | unlinking | ||||
* | Fix issue16300: addressing the buildbot failures on windows | Senthil Kumaran | 2012-10-23 | 1 | -2/+1 |
| | |||||
* | skip the file localhost test on windows. Fix it on branch and modify the test | Senthil Kumaran | 2012-10-23 | 1 | -0/+1 |
| | |||||
* | Fix the ResourceWarning in test_urllib.py due changes made for #16301. Patch ↵ | Senthil Kumaran | 2012-10-23 | 1 | -1/+2 |
| | | | | by Berker Peksag | ||||
* | 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-22 | 1 | -2/+30 |
| | | | | attribute for exception | ||||
* | Issue #10836: Fix exception raised when file not found in urlretrieve | Senthil Kumaran | 2012-10-21 | 1 | -0/+5 |
| | |||||
* | revert the changes done for issue14826 - quoting witin Request is not desirable. | Senthil Kumaran | 2012-07-09 | 1 | -5/+0 |
|\ | |||||
| * | revert the changes done for issue14826 - quoting witin Request is not desirable. | Senthil Kumaran | 2012-07-09 | 1 | -5/+0 |
| | | |||||
* | | Fix issue14826 - make urllib.request.Request quoted url consistent with ↵ | Senthil Kumaran | 2012-07-08 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | | | URLOpener open method. Patch contributed by Stephen Thorne. | ||||
| * | Fix issue14826 - make urllib.request.Request quoted url consistent with ↵ | Senthil Kumaran | 2012-07-08 | 1 | -0/+5 |
| | | | | | | | | | | | | URLOpener open method. Patch contributed by Stephen Thorne. | ||||
* | | deprecated the old urllib primitives in 3.3 urllib package - issue 10050 | Senthil Kumaran | 2012-03-14 | 1 | -0/+4 |
| | | |||||
* | | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve ↵ | Senthil Kumaran | 2012-03-14 | 1 | -17/+17 |
| | | | | | | | | takes, block number, block read size, file_size | ||||
* | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of ↵ | Georg Brandl | 2012-02-20 | 1 | -1/+3 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | basic types (str, bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior. | ||||
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, ↵ | Georg Brandl | 2012-02-20 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior. | ||||
* | | | merge from 3.2 | Senthil Kumaran | 2012-01-21 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix Issue6631 - Disallow relative file paths in urllib urlopen | Senthil Kumaran | 2012-01-21 | 1 | -0/+3 |
| | | | |||||
* | | | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password ↵ | Senthil Kumaran | 2012-01-14 | 1 | -2/+31 |
|\ \ \ | |/ / | | | | | | | during Basic Authentication. | ||||
| * | | Fix Issue #13642: Unquote before b64encoding user:password during Basic ↵ | Senthil Kumaran | 2012-01-14 | 1 | -2/+31 |
| | | | | | | | | | | | | Authentication. | ||||
* | | | merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ↵ | Senthil Kumaran | 2011-10-31 | 1 | -27/+82 |
|\ \ \ | |/ / | | | | | | | | | | | | | 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 | -27/+82 |
| | | | | | | | | | | | | even when reporthook is None. Patch by Jyrki Pulliainen. | ||||
* | | | Fix closes issue 1673007 urllib.request to support HEAD requests with a new ↵ | Senthil Kumaran | 2011-10-16 | 1 | -0/+23 |
| | | | | | | | | | | | | method arg. | ||||
* | | | merge from 3.2. Issue13104 - Fix urllib.request.thishost() utility function. | Senthil Kumaran | 2011-10-05 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue13104 - Fix urllib.request.thishost() utility function. | Senthil Kumaran | 2011-10-05 | 1 | -0/+4 |
| | | | |||||
* | | | merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924 | Senthil Kumaran | 2011-09-12 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Add the quote_plus call in the test. | Senthil Kumaran | 2011-09-12 | 1 | -0/+1 |
| | | | |||||
* | | | merge from 3.2 - Fix closes issue12698 - make the no_proxy environment ↵ | Senthil Kumaran | 2011-08-06 | 1 | -1/+3 |
|\ \ \ | |/ / | | | | | | | 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/+3 |
| | | | | | | | | | | | | bit lenient (accomodate spaces in between the items) | ||||
* | | | Issue #4608: urllib.request.urlopen does not return an iterable object | Raymond Hettinger | 2011-06-26 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #4608: urllib.request.urlopen does not return an iterable object | Raymond Hettinger | 2011-06-26 | 1 | -2/+3 |
| | | | |||||
* | | | merge from 3.2. | Senthil Kumaran | 2011-04-14 | 1 | -0/+18 |
|\ \ \ | |/ / | | | | | | | Fix closes Issue1147. | ||||
| * | | merge from 3.1 | Senthil Kumaran | 2011-04-14 | 1 | -0/+18 |
| |\ \ | | |/ | |||||
| | * | Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows | Senthil Kumaran | 2011-04-14 | 1 | -0/+18 |
| | | | |||||
* | | | merge from 3.2 | Senthil Kumaran | 2011-04-12 | 1 | -0/+10 |
|\ \ \ | |/ / | |||||
| * | | merge from 3.1 | Senthil Kumaran | 2011-04-12 | 1 | -0/+10 |
| |\ \ | | |/ | |||||
| | * | Fix Issue11703 - urllib2.geturl() does not return correct url when the ↵ | Senthil Kumaran | 2011-04-12 | 1 | -0/+10 |
| | | | | | | | | | | | | original url contains #fragment. Patch Contribution by Santoso Wijaya. | ||||
* | | | Merge Issue 11662 from 3.2 branch. | guido@google.com | 2011-03-29 | 1 | -0/+16 |
|\ \ \ | |/ / | |||||
| * | | Merge Issue 11662 from 3.1 branch. | guido@google.com | 2011-03-29 | 1 | -0/+16 |
| |\ \ | | |/ | |||||
| | * | Issue 11662: Fix vulnerability in urllib/urllib2. | guido@google.com | 2011-03-29 | 1 | -0/+16 |
| | | | | | | | | | | | | (This version is a cleaned-up backport of a fix by Senthil Kumaran.) | ||||
* | | | closes issue11609. buildbot related failures in the test_urllibnet. | Senthil Kumaran | 2011-03-19 | 1 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | Call unfakehttp in order to close connection while opening the connection ↵ | Senthil Kumaran | 2011-03-19 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | through a fakehttp object. Address issue11609 - urllib related buildbots failure. | ||||
* | | | Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by ↵ | Senthil Kumaran | 2011-03-19 | 1 | -1/+6 |
|\ \ \ | |/ / | | | | | | | Jeff McNeil. | ||||
| * | | Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. | Senthil Kumaran | 2011-03-19 | 1 | -1/+6 |
| | | | |||||
* | | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| | | | |||||
| | * | Merged revisions 85489-85490 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85489 | antoine.pitrou | 2010-10-14 20:31:39 +0200 (jeu., 14 oct. 2010) | 3 lines Really fix bug ........ r85490 | antoine.pitrou | 2010-10-14 20:32:54 +0200 (jeu., 14 oct. 2010) | 3 lines Oops ........ | ||||
| | * | Fix issue 10094, by narrowing down the test for PROXY environment variables. | Barry Warsaw | 2010-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Ubuntu 10.10 introduced $UBUNTU_MENUPROXY into the default user environment, and that's what's tripping up the code. | ||||
| | * | Fix test failure with -bb, because of r84040. | Florent Xicluna | 2010-08-14 | 1 | -1/+3 |
| | | |