| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 1 | -5/+6 |
|\ |
|
| * | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 1 | -5/+6 |
|
|
* | | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of H... | Senthil Kumaran | 2012-05-15 | 1 | -0/+15 |
|\ \
| |/ |
|
| * | Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent... | Senthil Kumaran | 2012-05-15 | 1 | -0/+15 |
|
|
* | | code improvement. 'as cm' not required when not used. Review comment by Georg... | Senthil Kumaran | 2012-04-12 | 1 | -7/+7 |
|
|
* | | use assertWarns instead of check_warnings - Issue14341 | Senthil Kumaran | 2012-04-11 | 1 | -7/+9 |
|
|
* | | Fix the buildbot breakdown - issue 10050 | Senthil Kumaran | 2012-03-14 | 1 | -2/+0 |
|
|
* | | deprecated the old urllib primitives in 3.3 urllib package - issue 10050 | Senthil Kumaran | 2012-03-14 | 1 | -4/+19 |
|
|
* | | merge from 3.2 | Senthil Kumaran | 2012-01-04 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | Issue13696 - Fix 302 Redirection for Relative urls. | Senthil Kumaran | 2012-01-04 | 1 | -0/+13 |
|
|
* | | Corrected order of parameters to HTTPError in test_urllib2.py. | Jason R. Coombs | 2011-12-04 | 1 | -1/+1 |
|
|
* | | Pass positional arguments - HTTPError is not accepting keyword arguments. Ref... | Jason R. Coombs | 2011-12-04 | 1 | -1/+3 |
|
|
* | | Merged fix for #13211 from 3.2 | Jason R. Coombs | 2011-12-03 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | Issue #13211: Add .reason attribute to HTTPError to implement parent class (U... | Jason R. Coombs | 2011-11-07 | 1 | -0/+11 |
|
|
* | | Fix test_urllib2 error on Windows in relation with issue #13287. | Florent Xicluna | 2011-11-04 | 1 | -0/+4 |
|
|
* | | issue13287 - Define __all__ for urllib.request and urllib.error and expose only | Senthil Kumaran | 2011-11-01 | 1 | -0/+12 |
|
|
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|
|
* | | Merge: #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 1 | -0/+1 |
|
|
* | | (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request | Victor Stinner | 2011-06-17 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #12133: fix a ResourceWarning in urllib.request | Victor Stinner | 2011-06-17 | 1 | -0/+3 |
|
|
* | | Fix closes Issue #11799: urllib.request Authentication Handlers will raise a | Senthil Kumaran | 2011-05-11 | 1 | -0/+24 |
|
|
* | | merge from 3.2 | Senthil Kumaran | 2011-04-12 | 1 | -1/+14 |
|\ \
| |/ |
|
| * | merge from 3.1 | Senthil Kumaran | 2011-04-12 | 1 | -1/+14 |
| |\ |
|
| | * | Fix Issue11703 - urllib2.geturl() does not return correct url when the origin... | Senthil Kumaran | 2011-04-12 | 1 | -1/+14 |
|
|
* | | | Merge Issue 11662 from 3.2 branch. | guido@google.com | 2011-03-29 | 1 | -0/+24 |
|\ \ \
| |/ / |
|
| * | | Merge Issue 11662 from 3.1 branch. | guido@google.com | 2011-03-29 | 1 | -0/+24 |
| |\ \
| | |/ |
|
| | * | Issue 11662: Fix vulnerability in urllib/urllib2. | guido@google.com | 2011-03-29 | 1 | -0/+24 |
|
|
* | | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I... | Ronald Oussoren | 2011-03-14 | 1 | -1/+34 |
|\ \ \
| |/ / |
|
| * | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I... | Ronald Oussoren | 2011-03-14 | 1 | -1/+34 |
| |\ \
| | |/ |
|
| | * | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I... | Ronald Oussoren | 2011-03-14 | 1 | -1/+34 |
|
|
| | * | Merged revisions 87895 via svnmerge from | Benjamin Peterson | 2011-01-12 | 1 | -1/+1 |
|
|
| | * | Merged revisions 86676 via svnmerge from | Senthil Kumaran | 2010-11-22 | 1 | -0/+19 |
|
|
| | * | Merged revisions 86520 via svnmerge from | Senthil Kumaran | 2010-11-18 | 1 | -5/+15 |
|
|
| | * | Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,... | Florent Xicluna | 2010-08-14 | 1 | -24/+23 |
|
|
| | * | Merged revisions 83818 via svnmerge from | Senthil Kumaran | 2010-08-08 | 1 | -0/+10 |
|
|
| | * | Merged revisions 82780 via svnmerge from | Senthil Kumaran | 2010-07-11 | 1 | -0/+3 |
|
|
| | * | Merged revisions 81638 via svnmerge from | Senthil Kumaran | 2010-06-01 | 1 | -1/+0 |
|
|
| | * | Merged revisions 80955 via svnmerge from | Senthil Kumaran | 2010-05-08 | 1 | -1/+2 |
|
|
| | * | Reverting the change made in r78434 | Senthil Kumaran | 2010-03-07 | 1 | -1/+0 |
|
|
| | * | Merged revisions 78433 via svnmerge from | Senthil Kumaran | 2010-02-24 | 1 | -0/+1 |
|
|
| | * | Merged revisions 78426 via svnmerge from | Senthil Kumaran | 2010-02-24 | 1 | -1/+2 |
|
|
| | * | Merged revisions 77414 via svnmerge from | Senthil Kumaran | 2010-01-10 | 1 | -3/+6 |
|
|
| | * | Merged revisions 77016 via svnmerge from | Benjamin Peterson | 2009-12-24 | 1 | -3/+8 |
|
|
| | * | Merged revisions 76910 via svnmerge from | Senthil Kumaran | 2009-12-20 | 1 | -37/+84 |
|
|
| | * | Merged revisions 75334 via svnmerge from | Senthil Kumaran | 2009-10-11 | 1 | -0/+16 |
|
|
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -29/+29 |
|
|
| | * | Backport the changes made in revision 74198, fixing the issue 1424152 | Senthil Kumaran | 2009-07-26 | 1 | -0/+17 |
|
|
| | * | Fix for issue5102, timeout value propages between redirects, proxy, digest and | Senthil Kumaran | 2009-07-19 | 1 | -2/+6 |
|
|