| Commit message (Expand) | Author | Age | Files | Lines |
* | give urllib.urlopen a context parameter (closes #22927) | Benjamin Peterson | 2014-11-24 | 1 | -9/+15 |
|
|
* | Issue #20270: urllib and urlparse now support empty ports. | Serhiy Storchaka | 2014-01-18 | 1 | -8/+11 |
|
|
* | Fix #17967 - Fix related to regression on Windows. | Senthil Kumaran | 2013-06-02 | 1 | -1/+2 |
|
|
* | Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when | Senthil Kumaran | 2013-06-01 | 1 | -1/+4 |
|
|
* | Fix #17967: For ftp urls CWD to target instead of hopping to each directory | Senthil Kumaran | 2013-06-01 | 1 | -2/+1 |
|
|
* | Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote(). | Serhiy Storchaka | 2013-03-14 | 1 | -9/+23 |
|
|
* | Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. ... | Senthil Kumaran | 2012-03-15 | 1 | -1/+1 |
|
|
* | Fix Issue6631 - Disallow relative files paths in urllib*.open() | Senthil Kumaran | 2012-01-21 | 1 | -0/+2 |
|
|
* | - Issue #13642: Unquote before b64encoding user:password during Basic | Senthil Kumaran | 2012-01-10 | 1 | -5/+6 |
|
|
* | Issue #8035: urllib: Fix a bug where the client could remain stuck after a | Charles-François Natali | 2011-12-18 | 1 | -2/+0 |
|
|
* | Port to 2.7 - issue 10817 - Fix urlretrieve function to raise | Senthil Kumaran | 2011-10-31 | 1 | -2/+2 |
|
|
* | whitespace fix. | Senthil Kumaran | 2011-08-07 | 1 | -1/+0 |
|
|
* | Remove the old dead test program within the module in 2.7. | Senthil Kumaran | 2011-08-07 | 1 | -62/+0 |
|
|
* | Fix closes issue12698 - make the no_proxy environment variable handling a bit... | Senthil Kumaran | 2011-08-06 | 1 | -1/+2 |
|
|
* | Fix typo in dbf1e1a27427 that was causing some buildbots to fail. | Nadeem Vawda | 2011-07-23 | 1 | -1/+1 |
|
|
* | Issue #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 1 | -5/+22 |
|
|
* | Merge issue 11662 from 2.6. | Guido van Rossum | 2011-03-29 | 1 | -0/+12 |
|\ |
|
| * | Merge issue 11662 from 2.5. | Guido van Rossum | 2011-03-29 | 1 | -0/+12 |
| |\ |
|
| | * | Add tests for the urllib[2] vulnerability. Change to raise exceptions. | guido@google.com | 2011-03-28 | 1 | -4/+6 |
|
|
| | * | Add FTP to the allowed url schemes. Add Misc/NEWS. | guido@google.com | 2011-03-24 | 1 | -2/+3 |
|
|
| | * | Issue 22663: fix redirect vulnerability in urllib/urllib2. | guido@google.com | 2011-03-24 | 1 | -2/+11 |
|
|
| | * | Bug #767111: fix long-standing bug in urllib which caused an | Georg Brandl | 2007-03-14 | 1 | -0/+8 |
|
|
| | * | Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m... | Collin Winter | 2007-03-12 | 1 | -1/+1 |
|
|
| | * | [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS | Andrew M. Kuchling | 2006-12-19 | 1 | -2/+2 |
|
|
| | * | [Patch #1574068 by Scott Dial] urllib and urllib2 were using | Andrew M. Kuchling | 2006-10-27 | 1 | -4/+4 |
|
|
| * | | Rolled back revisions 81259,81265 via svnmerge from | Florent Xicluna | 2010-08-12 | 1 | -33/+26 |
|
|
| * | | Merged revisions 81053,81259,81265 via svnmerge from | Florent Xicluna | 2010-08-09 | 1 | -25/+34 |
|
|
| * | | Merged revisions 82897 via svnmerge from | Senthil Kumaran | 2010-07-14 | 1 | -1/+1 |
|
|
| * | | Merged revisions 82892 via svnmerge from | Senthil Kumaran | 2010-07-14 | 1 | -0/+1 |
|
|
| * | | Merged revisions 82284 via svnmerge from | Ronald Oussoren | 2010-06-27 | 1 | -2/+7 |
|
|
| * | | Merged revisions 80675 via svnmerge from | Senthil Kumaran | 2010-05-01 | 1 | -1/+1 |
|
|
| * | | Merged revisions 79047 via svnmerge from | Senthil Kumaran | 2010-03-29 | 1 | -2/+2 |
|
|
| * | | Merged revisions 78268 via svnmerge from | Senthil Kumaran | 2010-02-20 | 1 | -1/+1 |
|
|
| * | | Merged revisions 78035,78040,78043,78049-78050,78052-78054 via svnmerge from | Georg Brandl | 2010-02-07 | 1 | -3/+2 |
|
|
| * | | Merged revisions 75482 via svnmerge from | Ronald Oussoren | 2009-10-18 | 1 | -2/+9 |
|
|
| * | | Merged revisions 74964 via svnmerge from | Ronald Oussoren | 2009-09-20 | 1 | -2/+1 |
|
|
| * | | Merged revisions 74962 via svnmerge from | Ronald Oussoren | 2009-09-20 | 1 | -183/+23 |
|
|
| * | | Fixing Issue6557. urllib.urlopen will quote the space character within urls. | Senthil Kumaran | 2009-08-15 | 1 | -0/+3 |
|
|
| * | | Merged revisions 70521 via svnmerge from | Benjamin Peterson | 2009-03-22 | 1 | -35/+39 |
|
|
* | | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified | Ronald Oussoren | 2011-03-14 | 1 | -1/+1 |
|
|
* | | | Merged revisions 86676 via svnmerge from | Senthil Kumaran | 2010-11-22 | 1 | -1/+6 |
|
|
* | | | Merged revisions 86520 via svnmerge from | Senthil Kumaran | 2010-11-20 | 1 | -3/+3 |
|
|
* | | | Reverting the checkin made in revision 82940, as it was adding new parameters... | Senthil Kumaran | 2010-07-22 | 1 | -22/+4 |
|
|
* | | | Fix Issue9301 - urllib.quote(None) to raise TypeError | Senthil Kumaran | 2010-07-19 | 1 | -0/+2 |
|
|
* | | | Fixing Issue1712522 - urllib.quote to support Unicode. The default | Senthil Kumaran | 2010-07-18 | 1 | -4/+22 |
|
|
* | | | 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 |
|
|
* | | | Fix for Issue8883: without this patch test_urllib will fail | Ronald Oussoren | 2010-06-27 | 1 | -2/+7 |
|
|
* | | | Issue 8143: sync unquote in urlparse with urllib; add comment about doing so. | R. David Murray | 2010-05-25 | 1 | -0/+4 |
|
|
* | | | Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases. | Florent Xicluna | 2010-05-17 | 1 | -17/+26 |
|
|