summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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