summaryrefslogtreecommitdiff
path: root/Lib/urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Issue11703 - urllib2.get_url does not handle fragment in url properly.Senthil Kumaran2011-04-131-2/+5
* Merge issue 11662 from 2.6.Guido van Rossum2011-03-291-16/+37
|\
| * Merged revisions 87448 via svnmerge fromR. David Murray2010-12-231-3/+2
| * Merged revisions 86520 via svnmerge fromSenthil Kumaran2010-11-201-2/+2
| * Merged revisions 85025 via svnmerge fromSenthil Kumaran2010-09-271-2/+4
| * Merged revisions 84323 via svnmerge fromSenthil Kumaran2010-08-261-1/+4
| * Fix - Issue9639: Reset the retry counter after successful authentication.Senthil Kumaran2010-08-191-3/+10
| * Fix Issue9446 - urllib2 tests fail when offlineSenthil Kumaran2010-08-111-1/+7
| * Merged revisions 83818 via svnmerge fromSenthil Kumaran2010-08-081-1/+2
| * Merged revisions 82780 via svnmerge fromSenthil Kumaran2010-07-111-1/+2
| * Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fail...Senthil Kumaran2010-06-011-0/+9
| * Fixing the errors trigerred in test_urllib2net. Related to issue8656.Senthil Kumaran2010-05-081-5/+8
| * Fix Issue8656 - urllib2 mangles file://-scheme URLsSenthil Kumaran2010-05-081-1/+1
| * Reverting the change made in r78431.Senthil Kumaran2010-03-071-3/+0
| * Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data toSenthil Kumaran2010-02-241-0/+3
| * Fix for Issue3819 - urllib2 sends Basic auth across redirectsSenthil Kumaran2010-02-241-1/+1
| * Fix for issue5625 - test_urllib2 fails - urlopen error file not on local host.Senthil Kumaran2009-12-271-2/+3
| * Fix for issue 7291 - urllib2 cannot handle https with proxy requiring authSenthil Kumaran2009-12-201-1/+8
| * Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails on third hostname?.Senthil Kumaran2009-11-151-1/+7
| * Addition of some details in the code comments.Senthil Kumaran2009-11-151-2/+4
| * Fixed Issue6894, urllib2 doesn't respect "no_proxy" environmentSenthil Kumaran2009-10-111-1/+7
| * Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-4/+4
| * Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-05-241-3/+13
| * no need for this __bases__ trick anymoreBenjamin Peterson2009-02-121-1/+1
| * Issue 4879: Allow buffering for HTTPResponseKristján Valur Jónsson2009-01-111-1/+4
* | Merge issue 11662 from 2.5.Guido van Rossum2011-03-291-0/+11
|\ \
| * | Add tests for the urllib[2] vulnerability. Change to raise exceptions.guido2011-03-281-1/+4
| * | Add FTP to the allowed url schemes. Add Misc/NEWS.guido2011-03-241-2/+3
| * | Issue 22663: fix redirect vulnerability in urllib/urllib2.guido2011-03-241-0/+7
| * | Issue #2670: urllib2.build_opener() failed when two handlersAmaury Forgeot d'Arc2008-04-221-3/+3
| * | Patch #1752270, #1750931: complain if urllib2 add_handler calledGeorg Brandl2007-07-121-0/+4
| * | Patch #1667860: Fix UnboundLocalError in urllib2.Georg Brandl2007-06-071-1/+1
| * | Fix SF #1703110, Incorrect example for add_password() (use uri, not host)Neal Norwitz2007-04-241-1/+4
| * | Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler.Georg Brandl2007-03-071-4/+3
| * | Patch #1627441: close sockets properly in urllib2.Georg Brandl2007-01-211-1/+1
| * | [Patch #1574068 by Scott Dial] urllib and urllib2 were usingAndrew M. Kuchling2006-10-271-2/+2
| * | Patch #1542948: fix urllib2 header casing issue. With new test.Georg Brandl2006-08-201-13/+15
* | | Merged revisions 82782 via svnmerge fromSenthil Kumaran2010-07-111-1/+2
* | | Merged revisions 81636 via svnmerge fromSenthil Kumaran2010-06-011-0/+9
* | | Merged revisions 80957 via svnmerge fromSenthil Kumaran2010-05-081-5/+8
* | | Merged revisions 80953 via svnmerge fromSenthil Kumaran2010-05-081-1/+1
* | | Reverting the changes made in r78432. Discussed in the tracker issue7540.Senthil Kumaran2010-03-041-3/+0
* | | Merged revisions 78431 via svnmerge fromSenthil Kumaran2010-02-241-0/+3
* | | Merged revisions 78422 via svnmerge fromSenthil Kumaran2010-02-241-1/+1
* | | Merged revisions 77058 via svnmerge fromSenthil Kumaran2009-12-271-2/+3
* | | Merged revisions 76908 via svnmerge fromSenthil Kumaran2009-12-201-1/+8
* | | Merged revisions 76288 via svnmerge fromSenthil Kumaran2009-11-151-1/+7
* | | Merged revisions 76282 via svnmerge fromSenthil Kumaran2009-11-151-2/+4
* | | Merged revisions 75333 via svnmerge fromSenthil Kumaran2009-10-111-1/+7
* | | Backporting the changes made in revision 72880 as fix for Issue1424152.Senthil Kumaran2009-07-261-3/+13