summaryrefslogtreecommitdiff
path: root/Doc/library/urllib.request.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...Ashwin Ramaswami2019-09-131-15/+40
* bpo-37256: Wording in Request class docs (#14792)Ngalim Siregar2019-08-131-1/+1
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-1/+1
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-241-1/+1
* Fix audit event typo : urllib.request -> urllib.Request (GH-13550)Xtreak2019-05-301-2/+2
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+7
* bpo-14826: document that URLopener quotes fullurl. (GH-12758)Gregory P. Smith2019-04-101-0/+1
* bpo-36064: Clarify allowed data types for urllib.request.Request. (GH-11990)Julien Palard2019-03-281-2/+2
* bpo-35155: clarify protocol handler method naming (GH-10313)Denton Liu2019-03-221-19/+39
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-1/+1
* bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)Sebastian Rittau2018-08-171-2/+2
* [master] bpo-33885: Replace "hook function" with "callable" (GH-7765) (#7886)Andrés Delfino2018-06-231-2/+2
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-2/+2
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-1/+1
* Issues #29189: Merge indentation fixes from 3.5Martin Panter2017-01-241-39/+39
|\
| * Issue #29189: Fix indentation in RST markupMartin Panter2017-01-241-39/+39
* | Merge from 3.5Andrew Kuchling2016-11-081-1/+1
|\ \ | |/
| * Use http instead of https, due to certificate errorAndrew Kuchling2016-11-081-1/+1
* | Merge from 3.5Andrew Kuchling2016-11-081-1/+1
|\ \ | |/
| * Update URL for requests documentation after IRC requestAndrew Kuchling2016-11-081-1/+1
* | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
|\ \ | |/
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-0/+6
* | Issue #12319: Always send file request bodies using chunked encodingMartin Panter2016-08-271-8/+7
* | Issue #12319: Support for chunked encoding of HTTP request bodiesMartin Panter2016-08-241-23/+37
|/
* [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-0/+15
|\
| * [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-0/+13
| |\
| | * Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-0/+13
* | | English spelling and grammar fixesMartin Panter2016-07-111-1/+1
* | | Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
* | | Fix typos in code comment and documentationMartin Panter2016-06-041-1/+1
* | | #22797: clarify when URLErrors are raised by urlopen.R David Murray2016-06-031-1/+1
* | | 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-7/+7
* | | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
* | | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-2/+2
* | | Issue #26804: urllib.request will prefer lower_case proxy environment variablesSenthil Kumaran2016-04-251-0/+2
* | | Issue23806 - Document the no_proxy environment variable in Python 3 docs.Senthil Kumaran2016-04-221-0/+5
* | | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* | | Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5Martin Panter2015-11-261-7/+13
|\ \ \ | |/ /
| * | Issues #22989, #21228: Document HTTP response object for urlopen()Martin Panter2015-11-261-7/+13
* | | Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5Martin Panter2015-11-241-23/+8
|\ \ \ | |/ /
| * | Issue #25576: Remove application/x-www-form-urlencoded charset adviceMartin Panter2015-11-241-23/+8
* | | Merge typo and grammar fixes from 3.4 into 3.5Martin Panter2015-11-141-1/+1
|\ \ \ | |/ /
| * | Correct Content-Type syntax in documentationMartin Panter2015-11-141-1/+1
* | | Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-1/+1
|\ \ \ | |/ /
| * | Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* | | Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-1/+1
|\ \ \ | |/ /
| * | Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
| * | Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...Senthil Kumaran2015-06-141-1/+1