summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib2.rst
Commit message (Expand)AuthorAgeFilesLines
* Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-0/+5
* Issue #25570: Add example of customizing User-Agent via add_header()Martin Panter2016-06-011-1/+6
* Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-281-1/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* recommend requests library (closes #23989)Benjamin Peterson2015-04-201-0/+5
* remove mention of check_hostname parameterBenjamin Peterson2014-12-071-4/+4
* Fix faulty indent.Ned Deily2014-11-241-1/+1
* allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...Benjamin Peterson2014-11-231-8/+24
* Fix typo pointed out by Dmitry Chaplinsky on docs@.Berker Peksag2014-06-281-1/+1
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* #7152: Clarify that ProxyHandler is added only if proxy settings are detected.R David Murray2013-04-281-6/+9
* Fix Issue17069: Document getcode method in urllib.request.rstSenthil Kumaran2013-02-071-0/+2
* Document the reason attribute of urllib.HTTPError Patch by Berker PeksagSenthil Kumaran2012-12-091-0/+3
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-2/+2
* issue14427 - Document Request.get_header and Request.header_itemsSenthil Kumaran2012-04-291-0/+11
* Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.Éric Araujo2011-09-011-1/+1
* fix whitespace in rst.Senthil Kumaran2011-07-171-2/+2
* merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http...Senthil Kumaran2011-07-171-1/+7
* merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definit...Senthil Kumaran2011-07-171-0/+5
* Fix closes issue10403 - Let's not use members anymore.Senthil Kumaran2011-07-041-2/+2
* Merged revisions 85232 via svnmerge fromSenthil Kumaran2010-10-051-5/+6
* Merged revisions 85101 via svnmerge fromAntoine Pitrou2010-09-291-0/+3
* Merged revisions 84234 via svnmerge fromSenthil Kumaran2010-08-211-1/+2
* Merged revisions 83106 via svnmerge fromGeorg Brandl2010-08-011-1/+2
* Documentation correction. urllib2.urlopen.info returns a mimetools.Message in...Senthil Kumaran2010-06-281-2/+2
* typoGeorg Brandl2010-05-211-1/+1
* Fix for Issue7570: Error in urllib2 example.Senthil Kumaran2009-12-241-2/+2
* Fix a typo.Senthil Kumaran2009-10-181-1/+1
* Fix for Issue7155 - urllib do not document default use of system proxy config...Senthil Kumaran2009-10-181-2/+10
* #4894: document "newurl" parameter to redirect_request().Georg Brandl2009-02-131-5/+6
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
* #4156: make clear that "protocol" is to be replaced with the protocol name.Georg Brandl2009-01-011-26/+35
* fix various doc typos #3320Benjamin Peterson2008-07-121-1/+1
* Document the fact that urllib2 spans multiple modules with new names in PythonBrett Cannon2008-07-111-0/+7
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-6/+6
* #2452: timeout is used for all blocking operations.Georg Brandl2008-05-111-10/+11
* Issue 2188: Documentation hint about disabling proxy detection.Sean Reifscheider2008-03-201-0/+1
* Amendments to the urllib2 docs, written for GHOP by Thomas Lamb.Georg Brandl2008-02-021-9/+30
* Patch 10124 by Bill Janssen, docs for the new ssl code.Guido van Rossum2007-08-271-1/+1
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+927