summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-281-4/+4
| | | | Patch by Anish Shah and Aatish Neupane.
* backport fix for Issue #26804.Senthil Kumaran2016-04-251-0/+2
| | | | | urllib.request will prefer lower_case proxy environment variables over UPPER_CASE or Mixed_Case ones.
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
|
* Issue #24525: Add missing word. Patch by Vincent Legoll.Terry Jan Reedy2015-07-031-1/+1
|
* recommend requests library (closes #23989)Benjamin Peterson2015-04-201-0/+5
| | | | Patch by Van Lindberg.
* give urllib.urlopen a context parameter (closes #22927)Benjamin Peterson2014-11-241-4/+14
|
* #19906: clarify note in urllib docs.Ezio Melotti2014-02-101-2/+3
|
* # 1722 - Add a note on urllib helper functions like splittype, splithost etc.Senthil Kumaran2013-05-021-0/+7
|
* #15543: reflow paragraphs.R David Murray2012-08-151-10/+11
|
* #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-1/+1
| | | | Patch by Chris Jerdonek.
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-4/+4
|
* port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter.Senthil Kumaran2012-01-101-4/+4
|
* English fixup, from Mike MacCana on docs@Sandro Tosi2011-08-121-1/+1
|
* #12389: fix missing space at sentence end.R David Murray2011-06-231-1/+1
|
* Issue #11855: Apply missing formatting for urlretrieveEli Bendersky2011-04-161-5/+5
|
* Fix typo in class nameÉric Araujo2011-03-201-1/+1
|
* Merged revisions 85101 via svnmerge fromAntoine Pitrou2010-09-291-0/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85101 | antoine.pitrou | 2010-09-29 13:24:21 +0200 (mer., 29 sept. 2010) | 3 lines Issue #9983: warn that urllib and httplib don't perform SSL certificate validation. ........
* Merged revisions 83900 via svnmerge fromSenthil Kumaran2010-08-091-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83900 | senthil.kumaran | 2010-08-10 01:23:52 +0530 (Tue, 10 Aug 2010) | 3 lines Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed. ........
* Reverting the checkin made in revision 82940, as it was adding new ↵Senthil Kumaran2010-07-221-19/+3
| | | | | | parameters to quote function in a bugfix release. Discussed in issue1712522
* Fixing Issue1712522 - urllib.quote to support Unicode. The defaultSenthil Kumaran2010-07-181-3/+19
| | | | encoding='utf-8' and errors='strict'.
* Documentation Fix: urllib.urlopen.info uses mimetools.Message, not ↵Senthil Kumaran2010-06-291-1/+1
| | | | httplib.HTTPMessage.
* fix sphinx warning with an extra spacev2.7rc1Benjamin Peterson2010-06-061-1/+1
|
* remove extra spaceBenjamin Peterson2010-06-061-1/+1
|
* Fix issue8788 - description of doseq parameter in urllib.urlencodeSenthil Kumaran2010-06-021-11/+13
|
* Fixing issue5475 : urllib2.getproxies not documentedSenthil Kumaran2010-02-261-0/+9
|
* Fix for Issue7155 - urllib do not document default use of system proxy ↵Senthil Kumaran2009-10-181-2/+4
| | | | configuration
* Doc fix for the issue2637.Senthil Kumaran2009-08-311-3/+4
|
* Clarify quote_plus() usage.Georg Brandl2009-07-281-2/+3
|
* #3427: document correct return type for urlopen().info().Georg Brandl2009-03-311-1/+1
|
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
|
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-1/+1
| | | | | to the urlparse one. Added a PendingDeprecationWarning in the old module, it will be deprecated in the future. Docs and tests updated.
* Handle urllib's renaming for Python 3.0:Brett Cannon2008-07-021-0/+11
| | | | | | | | * Deprecate urllib.urlopen() in favor of urllib2.urlopen() for 3.0. * Update docs to mention split/rename of the module and deprecation of urlopen(). Changes to lib2to3 are in a separate commit. Work is for issue #2885.
* Remove obsolete paragraph. #2288.Georg Brandl2008-03-141-4/+0
|
* #856047: respect the ``no_proxy`` env var when checking for proxiesGeorg Brandl2008-01-201-0/+9
| | | | | in urllib and using the other ``_proxy`` env vars. Original patch by Donovan Baarda.
* #1178141: add addinfourl.code to get http status code from urllib.Georg Brandl2008-01-201-5/+9
|
* Restructure urllib doc structure.Georg Brandl2008-01-071-73/+65
|
* correct email addressSkip Montanaro2007-12-081-1/+1
|
* Add :term:s for iterator.Georg Brandl2007-10-211-1/+1
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+471