| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #8035: urllib: Fix a bug where the client could remain stuck after a | Charles-François Natali | 2011-12-18 | 1 | -2/+0 |
|
|
* | Issue #13211: Add .reason attribute to HTTPError to implement parent class (U... | Jason R. Coombs | 2011-11-07 | 1 | -0/+6 |
|
|
* | Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError | Senthil Kumaran | 2011-10-31 | 1 | -2/+2 |
|
|
* | urllib.request - syntax changes enhancing readability. By Éric Araujo | Senthil Kumaran | 2011-10-19 | 1 | -11/+10 |
|
|
* | Issue13104 - Fix urllib.request.thishost() utility function. | Senthil Kumaran | 2011-10-05 | 1 | -1/+1 |
|
|
* | Fix closes issue12698 - make the no_proxy environment variable handling a bit... | Senthil Kumaran | 2011-08-06 | 1 | -1/+2 |
|
|
* | Fix closes issue12683 - urljoin to work with relative join of svn scheme. | Senthil Kumaran | 2011-08-03 | 1 | -1/+2 |
|
|
* | Correcting issue 12576 fix, which resulted in buildbot failures. | Senthil Kumaran | 2011-07-27 | 1 | -6/+3 |
|
|
* | Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o... | Senthil Kumaran | 2011-07-27 | 1 | -3/+6 |
|
|
* | Issue #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 1 | -4/+26 |
|
|
* | Issue #4608: urllib.request.urlopen does not return an iterable object | Raymond Hettinger | 2011-06-26 | 1 | -4/+8 |
|
|
* | Issue #12133: fix a ResourceWarning in urllib.request | Victor Stinner | 2011-06-17 | 1 | -0/+2 |
|
|
* | merge from 3.1 | Senthil Kumaran | 2011-04-15 | 1 | -5/+10 |
|\ |
|
| * | Issue #11467: Fix urlparse behavior when handling urls which contains scheme ... | Senthil Kumaran | 2011-04-15 | 1 | -5/+10 |
|
|
* | | merge from 3.1 | Senthil Kumaran | 2011-04-12 | 1 | -3/+6 |
|\ \
| |/ |
|
| * | Fix Issue11703 - urllib2.geturl() does not return correct url when the origin... | Senthil Kumaran | 2011-04-12 | 1 | -3/+6 |
|
|
* | | 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 |
|
|
* | | issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Pa... | Senthil Kumaran | 2011-03-24 | 1 | -3/+7 |
|
|
* | | 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 I... | Ronald Oussoren | 2011-03-14 | 1 | -48/+56 |
|\ \
| |/ |
|
| * | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I... | Ronald Oussoren | 2011-03-14 | 1 | -48/+56 |
|
|
| * | Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,... | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
|
|
| * | Merged revisions 87448 via svnmerge from | R. David Murray | 2010-12-23 | 1 | -3/+2 |
|
|
| * | Merged revisions 87329 via svnmerge from | Senthil Kumaran | 2010-12-17 | 1 | -7/+2 |
|
|
| * | Merged revisions 86676 via svnmerge from | Senthil Kumaran | 2010-11-22 | 2 | -2/+7 |
|
|
| * | Merged revisions 86520 via svnmerge from | Senthil Kumaran | 2010-11-18 | 2 | -3/+3 |
|
|
| * | Merged revisions 85025 via svnmerge from | Senthil Kumaran | 2010-09-27 | 1 | -2/+4 |
|
|
| * | Merged revisions 84323 via svnmerge from | Senthil Kumaran | 2010-08-26 | 1 | -1/+4 |
|
|
| * | Merged revisions 84210 via svnmerge from | Senthil Kumaran | 2010-08-19 | 1 | -2/+9 |
|
|
| * | Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from | Florent Xicluna | 2010-08-14 | 2 | -42/+58 |
|
|
| * | Merged revisions 83901 via svnmerge from | Senthil Kumaran | 2010-08-09 | 1 | -4/+4 |
|
|
| * | Merged revisions 83818 via svnmerge from | Senthil Kumaran | 2010-08-08 | 1 | -1/+2 |
|
|
| * | Merged revisions 83729 via svnmerge from | Senthil Kumaran | 2010-08-04 | 1 | -2/+2 |
|
|
| * | Merged revisions 83701 via svnmerge from | Senthil Kumaran | 2010-08-04 | 1 | -5/+6 |
|
|
| * | Merged revisions 83238 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+4 |
|
|
| * | Merged revisions 83415 via svnmerge from | Senthil Kumaran | 2010-08-01 | 1 | -2/+2 |
|
|
| * | Merged revisions 83209 via svnmerge from | Senthil Kumaran | 2010-07-28 | 1 | -2/+4 |
|
|
| * | Merged revisions 82895 via svnmerge from | Senthil Kumaran | 2010-07-14 | 1 | -1/+1 |
|
|
| * | Merged revisions 82890 via svnmerge from | Senthil Kumaran | 2010-07-14 | 1 | -0/+1 |
|
|
| * | Merged revisions 82881 via svnmerge from | Senthil Kumaran | 2010-07-14 | 1 | -64/+0 |
|
|
| * | Merged revisions 82301 via svnmerge from | Georg Brandl | 2010-07-11 | 1 | -7/+8 |
|
|
| * | Merged revisions 82780 via svnmerge from | Senthil Kumaran | 2010-07-11 | 1 | -1/+2 |
|
|
| * | Merged revisions 82510 via svnmerge from | Senthil Kumaran | 2010-07-03 | 1 | -8/+30 |
|
|
| * | Merged revisions 82326 via svnmerge from | Senthil Kumaran | 2010-06-28 | 1 | -0/+5 |
|
|
| * | Merged revisions 82286 via svnmerge from | Ronald Oussoren | 2010-06-27 | 1 | -2/+7 |
|
|
| * | Merged revisions 82068 via svnmerge from | Senthil Kumaran | 2010-06-18 | 1 | -2/+10 |
|
|
| * | Merged revisions 81638 via svnmerge from | Senthil Kumaran | 2010-06-01 | 1 | -0/+9 |
|
|
| * | Merged revisions 81132 via svnmerge from | Senthil Kumaran | 2010-05-13 | 1 | -1/+1 |
|
|
| * | Merged revisions 81024 via svnmerge from | Mark Dickinson | 2010-05-09 | 1 | -1/+1 |
|
|