summaryrefslogtreecommitdiffstats
path: root/Lib/urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* Merge issue 11662 from 2.5.Guido van Rossum2011-03-291-0/+11
|\
| * Add tests for the urllib[2] vulnerability. Change to raise exceptions.guido@google.com2011-03-281-1/+4
| * 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-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
* | Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-4/+4
* | Update __all__ for cookielib, csv, os, and urllib2 for objects imported intoBrett Cannon2008-08-181-2/+2
* | Issue 2464. Supports a malformation in the URL receivedFacundo Batista2008-08-171-0/+8
* | Issue #2776: fixed small issue when handling an URL with double slashFacundo Batista2008-08-161-3/+9
* | Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-2/+2
* | #2695: Do case-insensitive check for algorithms.Georg Brandl2008-05-041-0/+2
* | Issue #2670: urllib2.build_opener() failed when two handlersAmaury Forgeot d'Arc2008-04-221-3/+3
* | #2585: initialize code attribute of HTTPError.Georg Brandl2008-04-091-1/+1
* | #2136: allow single quotes in realm spec.Georg Brandl2008-03-211-2/+5
* | Fixes Issue 1401. When redirected, a possible POST get convertedFacundo Batista2008-02-071-1/+4
* | Fix the test_urllib2net failures that were caused by r58067.Neal Norwitz2008-01-241-2/+2
* | Change socket.error to inherit from IOError rather than being a standGregory P. Smith2007-09-091-2/+2
* | 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
* | Added an optional timeout parameter to function urllib2.urlopen,Facundo Batista2007-06-061-10/+11
* | Remove the gopherlib module. It has been raising a DeprecationWarning sinceBrett Cannon2007-05-161-23/+1
* | Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-1/+1
* | Fix SF #1703110, Incorrect example for add_password() (use uri, not host)Neal Norwitz2007-04-241-1/+4
* | As specified in RFC 2616, 2xx code indicates that the client'sFacundo Batista2007-04-231-1/+3
* | Patch #1668100: urllib2 now correctly raises URLError instead ofGeorg Brandl2007-03-131-13/+17
* | Whitespace normalization.Tim Peters2007-03-121-1/+1
* | Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler.Georg Brandl2007-03-071-4/+3
* | Minor corrections to docs, and an explanation comentaryFacundo Batista2007-03-051-13/+14
* | Use new email module names (#1637162, #1637159, #1637157).Georg Brandl2007-01-221-2/+2
* | Patch #1627441: close sockets properly in urllib2.Georg Brandl2007-01-211-1/+1