summaryrefslogtreecommitdiff
path: root/Lib/urllib.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294)Victor Stinner2017-06-201-2/+1
* Issue #29142: Fix suffixes in no_proxy handling in urllib.Xiang Zhang2017-01-091-0/+1
* Issue #22450: Use "Accept: */*" in the default headers for urllibRaymond Hettinger2016-09-091-1/+1
* Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-0/+9
* Closes issue26960.Senthil Kumaran2016-05-101-6/+0
* Issue #26864: Fix case insensitivity and suffix comparison with no_proxyMartin Panter2016-04-301-2/+6
* backport fix for Issue #26804.Senthil Kumaran2016-04-251-14/+37
* Issue #12923: Reset FancyURLopener's redirect counter even on exceptionMartin Panter2016-02-041-11/+13
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-5/+10
* Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTPVictor Stinner2015-04-071-1/+5
* give urllib.urlopen a context parameter (closes #22927)Benjamin Peterson2014-11-231-9/+15
* Issue #20270: urllib and urlparse now support empty ports.Serhiy Storchaka2014-01-181-8/+11
* Fix #17967 - Fix related to regression on Windows.Senthil Kumaran2013-06-021-1/+2
* Fix thishost helper funtion in urllib. Returns the ipaddress of localhost whenSenthil Kumaran2013-06-011-1/+4
* Fix #17967: For ftp urls CWD to target instead of hopping to each directorySenthil Kumaran2013-06-011-2/+1
* Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote().Serhiy Storchaka2013-03-141-9/+23
* Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. ...Senthil Kumaran2012-03-151-1/+1
* Fix Issue6631 - Disallow relative files paths in urllib*.open()Senthil Kumaran2012-01-211-0/+2
* - Issue #13642: Unquote before b64encoding user:password during BasicSenthil Kumaran2012-01-111-5/+6
* Issue #8035: urllib: Fix a bug where the client could remain stuck after aCharles-François Natali2011-12-181-2/+0
* Port to 2.7 - issue 10817 - Fix urlretrieve function to raiseSenthil Kumaran2011-11-011-2/+2
* whitespace fix.Senthil Kumaran2011-08-071-1/+0
* Remove the old dead test program within the module in 2.7.Senthil Kumaran2011-08-071-62/+0
* Fix closes issue12698 - make the no_proxy environment variable handling a bit...Senthil Kumaran2011-08-061-1/+2
* Fix typo in dbf1e1a27427 that was causing some buildbots to fail.Nadeem Vawda2011-07-231-1/+1
* Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-231-5/+22
* Merge issue 11662 from 2.6.Guido van Rossum2011-03-291-0/+12
|\
| * Merge issue 11662 from 2.5.Guido van Rossum2011-03-291-0/+12
| |\
| | * Add tests for the urllib[2] vulnerability. Change to raise exceptions.guido@google.com2011-03-281-4/+6
| | * Add FTP to the allowed url schemes. Add Misc/NEWS.guido@google.com2011-03-241-2/+3
| | * Issue 22663: fix redirect vulnerability in urllib/urllib2.guido@google.com2011-03-241-2/+11
| | * Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-141-0/+8
| | * Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m...Collin Winter2007-03-121-1/+1
| | * [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPSAndrew M. Kuchling2006-12-191-2/+2
| | * [Patch #1574068 by Scott Dial] urllib and urllib2 were usingAndrew M. Kuchling2006-10-271-4/+4
| * | Rolled back revisions 81259,81265 via svnmerge fromFlorent Xicluna2010-08-121-33/+26
| * | Merged revisions 81053,81259,81265 via svnmerge fromFlorent Xicluna2010-08-091-25/+34
| * | Merged revisions 82897 via svnmerge fromSenthil Kumaran2010-07-141-1/+1
| * | Merged revisions 82892 via svnmerge fromSenthil Kumaran2010-07-141-0/+1
| * | Merged revisions 82284 via svnmerge fromRonald Oussoren2010-06-271-2/+7
| * | Merged revisions 80675 via svnmerge fromSenthil Kumaran2010-05-011-1/+1
| * | Merged revisions 79047 via svnmerge fromSenthil Kumaran2010-03-291-2/+2
| * | Merged revisions 78268 via svnmerge fromSenthil Kumaran2010-02-201-1/+1
| * | Merged revisions 78035,78040,78043,78049-78050,78052-78054 via svnmerge fromGeorg Brandl2010-02-071-3/+2
| * | Merged revisions 75482 via svnmerge fromRonald Oussoren2009-10-181-2/+9
| * | Merged revisions 74964 via svnmerge fromRonald Oussoren2009-09-201-2/+1
| * | Merged revisions 74962 via svnmerge fromRonald Oussoren2009-09-201-183/+23
| * | Fixing Issue6557. urllib.urlopen will quote the space character within urls.Senthil Kumaran2009-08-151-0/+3
| * | Merged revisions 70521 via svnmerge fromBenjamin Peterson2009-03-221-35/+39
* | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualifiedRonald Oussoren2011-03-141-1/+1