summaryrefslogtreecommitdiffstats
path: root/Lib/urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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
* Bug #1459963: properly capitalize HTTP header names.Georg Brandl2006-07-261-13/+13
* Patches #1497027 and #972322: try HTTP digest auth first,Georg Brandl2006-05-291-0/+10
* Patch #1496206: urllib2 PasswordMgr ./. default portsGeorg Brandl2006-05-281-15/+28
* Little cleanupNeal Norwitz2006-05-181-2/+2
* Delay-import some large modules to speed up urllib2 import.Georg Brandl2006-05-171-8/+28
* Patch #1479302: Make urllib2 digest auth and basic auth play together.Georg Brandl2006-05-081-3/+0
* Patch #1480067: don't redirect HTTP digest auth in urllib2Georg Brandl2006-05-031-1/+1
* In stdlib, use hashlib instead of deprecated md5 and sha modules.Georg Brandl2006-04-301-6/+5
* Patch #1470846: fix urllib2 ProxyBasicAuthHandler.Georg Brandl2006-04-301-10/+19
* Readd urllib.quote import as it doesn't cause any harm.Georg Brandl2006-04-021-1/+1
* Patch #1463012: remove not working undocumented classes from urllib2Georg Brandl2006-04-021-78/+10
* Patch #1462790: fix urllib2 ProxyHandler for host:port proxiesGeorg Brandl2006-04-021-19/+89
* bug #1462706: guard against host not having FQDN hostnameGeorg Brandl2006-04-021-2/+5
* Update version number to 2.5Georg Brandl2006-03-311-1/+1
* Revert r43399.Georg Brandl2006-03-281-13/+13
* Bug #1459963: urllib2 now normalizes HTTP header names correctlyGeorg Brandl2006-03-281-13/+13
* Bug #1353433: be conciliant with spaces in redirect URLsGeorg Brandl2006-03-181-1/+3
* Suppress new deprecation warnings when running theTim Peters2006-02-181-1/+1
* Whitespace normalization.Tim Peters2006-02-181-2/+0
* Move "httpresponses" dict from urllib2 to httplib where it belongs.Georg Brandl2006-02-171-48/+1
* Bug #902075: urllib2 now handles "host:port" proxy specificationsGeorg Brandl2006-01-211-8/+13
* Whitespace normalization (via reindent.py).Tim Peters2005-08-261-2/+2
* Bug #735248: Fix urllib2.parse_http_list.Georg Brandl2005-08-241-39/+36
* Bug 1016563: Bug in urllib2 proxy authGeorg Brandl2005-08-241-1/+1
* Whitespace normalization.Tim Peters2005-07-171-4/+4
* RFE [ 1216944 ] Add Error Code Dictionary to urllib2Georg Brandl2005-07-141-0/+49