summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
Commit message (Expand)AuthorAgeFilesLines
* #10455: fix typoEzio Melotti2010-11-181-1/+1
* Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`Antoine Pitrou2010-10-221-0/+4
* Fixing some sphinx inline directives - detected using ``make check``.Senthil Kumaran2010-10-151-1/+1
* Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocolSenthil Kumaran2010-10-141-2/+6
* Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-131-6/+20
* fix a typo.Senthil Kumaran2010-10-051-2/+2
* Remove the references of FTPS from the urllib Documentation. There is no supp...Senthil Kumaran2010-10-051-4/+3
* Lower the tone of the warning about SSL certificate validation.Amaury Forgeot d'Arc2010-10-011-3/+4
* Issue #9983: warn that urllib and httplib don't perform SSL certificate valid...Antoine Pitrou2010-09-291-0/+4
* Add info about HTTP/1.1 and Connection:Close header.Senthil Kumaran2010-08-211-1/+2
* Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari...Senthil Kumaran2010-08-091-1/+1
* Fix some markup glitches.Georg Brandl2010-07-231-1/+2
* Merged revisions 82334 via svnmerge fromSenthil Kumaran2010-06-281-2/+2
* Fix variable name in example.Georg Brandl2010-05-211-1/+1
* Recorded merge of revisions 81415 via svnmerge fromGeorg Brandl2010-05-211-1/+1
* Removing the reference in the docs for overriding _urlopener global value. Se...Senthil Kumaran2010-05-181-20/+0
* Fix issue8619 - Doc fix - code example.Senthil Kumaran2010-05-051-1/+1
* Fix Issue8619 docfix related to urllib.Senthil Kumaran2010-05-051-4/+4
* Fixing a note on encoding declaration, its usage in urlopen based on reviewSenthil Kumaran2010-04-221-17/+24
* Markup nit.Georg Brandl2010-04-201-1/+1
* Fix Issue5419 - explaining bytes return value of urlopen, use of .decode() to...Senthil Kumaran2010-04-151-9/+25
* Merged revisions 78457 via svnmerge fromSenthil Kumaran2010-02-261-0/+8
* Merged revisions 77018 via svnmerge fromSenthil Kumaran2009-12-241-2/+2
* Merged revisions 75474 via svnmerge fromSenthil Kumaran2009-10-181-0/+8
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-19/+22
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-1/+1
* Document public attributes of urllib.request.Request.Jeremy Hylton2009-03-311-40/+78
* #5357: fix incomprehensible paragraph in urlopen() doc.Georg Brandl2009-02-271-11/+11
* #4894: document "newurl" parameter to redirect_request().Georg Brandl2009-02-131-5/+6
* Fix a few remaining problems found by rstlint.Georg Brandl2009-01-031-2/+2
* #4355: refer to urlencode in the correct module.Georg Brandl2008-12-051-4/+4
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-1/+1
* Fix old urllib/urllib2/urlparse usage.Georg Brandl2008-06-231-2/+2
* Review the doc changes for the urllib package creation.Georg Brandl2008-06-231-9/+13
* Documentation updates for urllib package. Modified the documentation for theSenthil Kumaran2008-06-231-0/+1194