Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) | Mariusz Felisiak | 2021-07-26 | 1 | -1/+1 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | bpo-40968: Send http/1.1 ALPN extension (#20959) | Christian Heimes | 2020-11-13 | 1 | -0/+5 |
| | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | bpo-40204: Add :noindex: in the documentation (GH-21859) | Victor Stinner | 2020-08-13 | 1 | -1/+1 |
| | | | | | | | | | | Add :noindex: to duplicated documentation to fix "duplicate object description" errors. For example, fix this Sphinx 3 issue: Doc/library/configparser.rst:1146: WARNING: duplicate object description of configparser.ConfigParser.optionxform, other instance in library/configparser, use :noindex: for one of them | ||||
* | [doc] Add missing space in urllib.request.rst (GH-19860) | Sardorbek Imomaliev | 2020-05-23 | 1 | -1/+1 |
| | | | This is just a typo fix, should I still provide news file? | ||||
* | Update the URL for the requests package (GH-17006) | Simon Legner | 2019-10-31 | 1 | -1/+1 |
| | | | Change the url from docs.python-requests.org to requests.readthedocs.io | ||||
* | bpo-12707: deprecate info(), geturl(), getcode() methods in favor of ↵ | Ashwin Ramaswami | 2019-09-13 | 1 | -15/+40 |
| | | | | | headers, url, and status properties for HTTPResponse and addinfourl (GH-11447) Co-Authored-By: epicfaace <aramaswamis@gmail.com> | ||||
* | bpo-37256: Wording in Request class docs (#14792) | Ngalim Siregar | 2019-08-14 | 1 | -1/+1 |
| | | | | | | | | | | * bpo-37256: Wording in Request class docs * 📜🤖 Added by blurb_it. * Update Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst Co-Authored-By: Kyle Stanley <aeros167@gmail.com> | ||||
* | bpo-37390: Add audit event table to documentations (GH-14406) | Steve Dower | 2019-06-27 | 1 | -1/+1 |
| | | | Also updates some (unreleased) event names to be consistent with the others. | ||||
* | bpo-37363: Add audit events for a range of modules (GH-14301) | Steve Dower | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | Fix audit event typo : urllib.request -> urllib.Request (GH-13550) | Xtreak | 2019-05-30 | 1 | -2/+2 |
| | | | | | As per the PEP and the [audit event raised](https://github.com/python/cpython/blob/13d4e6a4a090031f8214e058ed3c8fd47767e05f/Lib/urllib/request.py#L524) in urllib.request this should be `urllib.Request` cc: @zooba | ||||
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -0/+7 |
| | | | Adds sys.audit, sys.addaudithook, io.open_code, and associated C APIs. | ||||
* | bpo-14826: document that URLopener quotes fullurl. (GH-12758) | Gregory P. Smith | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | bpo-36064: Clarify allowed data types for urllib.request.Request. (GH-11990) | Julien Palard | 2019-03-29 | 1 | -2/+2 |
| | |||||
* | bpo-35155: clarify protocol handler method naming (GH-10313) | Denton Liu | 2019-03-22 | 1 | -19/+39 |
| | | | | | | | Clarify that the naming of protocol handler methods shouldn't be literally called "protocol" but should be named after the actual protocol. https://bugs.python.org/issue35155 | ||||
* | bpo-35054: Add more index entries for symbols. (GH-10064) | Serhiy Storchaka | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793) | Sebastian Rittau | 2018-08-17 | 1 | -2/+2 |
| | | | | The http_response() and https_response() methods of the HTTPErrorProcessor class have two required parameters, 'request' and 'response'. | ||||
* | [master] bpo-33885: Replace "hook function" with "callable" (GH-7765) (#7886) | Andrés Delfino | 2018-06-24 | 1 | -2/+2 |
| | | | | | (cherry picked from commit c45cb479074b5d25f0d382d3109f527520a9f03c) Co-authored-by: Andrés Delfino <adelfino@gmail.com> | ||||
* | bpo-33641: Convert RFC references into links. (GH-7103) | Serhiy Storchaka | 2018-05-31 | 1 | -2/+2 |
| | | | | 85% of them are already links. | ||||
* | bpo-25910: Link redirections in docs (#1933) | Sanyam Khurana | 2018-01-20 | 1 | -1/+1 |
| | | | Fixes some redirection links in docs. | ||||
* | Issues #29189: Merge indentation fixes from 3.5 | Martin Panter | 2017-01-24 | 1 | -39/+39 |
|\ | |||||
| * | Issue #29189: Fix indentation in RST markup | Martin Panter | 2017-01-24 | 1 | -39/+39 |
| | | |||||
* | | Merge from 3.5 | Andrew Kuchling | 2016-11-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Use http instead of https, due to certificate error | Andrew Kuchling | 2016-11-09 | 1 | -1/+1 |
| | | |||||
* | | Merge from 3.5 | Andrew Kuchling | 2016-11-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update URL for requests documentation after IRC request | Andrew Kuchling | 2016-11-09 | 1 | -1/+1 |
| | | |||||
* | | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| | | |||||
* | | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 1 | -0/+6 |
| | | | | | | | | | | | | | | The deprecation include manual creation of SSLSocket and certfile/keyfile (or similar) in ftplib, httplib, imaplib, smtplib, poplib and urllib. ssl.wrap_socket() is not marked as deprecated yet. | ||||
* | | Issue #12319: Always send file request bodies using chunked encoding | Martin Panter | 2016-08-27 | 1 | -8/+7 |
| | | | | | | | | | | | | | | The previous attempt to determine the file’s Content-Length gave a false positive for pipes on Windows. Also, drop the special case for sending zero-length iterable bodies. | ||||
* | | Issue #12319: Support for chunked encoding of HTTP request bodies | Martin Panter | 2016-08-24 | 1 | -23/+37 |
|/ | | | | | | | | | | | | | | | When the body object is a file, its size is no longer determined with fstat(), since that can report the wrong result (e.g. reading from a pipe). Instead, determine the size using seek(), or fall back to chunked encoding for unseekable files. Also, change the logic for detecting text files to check for TextIOBase inheritance, rather than inspecting the “mode” attribute, which may not exist (e.g. BytesIO and StringIO). The Content-Length for text files is no longer determined ahead of time, because the original logic could have been wrong depending on the codec and newline translation settings. Patch by Demian Brecht and Rolf Krahl, with a few tweaks by me. | ||||
* | [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+15 |
|\ | | | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. | ||||
| * | [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+13 |
| |\ | | | | | | | | | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. | ||||
| | * | Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. | ||||
* | | | English spelling and grammar fixes | Martin Panter | 2016-07-11 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | | | Fix typos in code comment and documentation | Martin Panter | 2016-06-04 | 1 | -1/+1 |
| | | | |||||
* | | | #22797: clarify when URLErrors are raised by urlopen. | R David Murray | 2016-06-03 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #25570: Add example of customizing User-Agent via add_header() | Martin Panter | 2016-06-01 | 1 | -1/+6 |
| | | | |||||
* | | | Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL | Martin Panter | 2016-05-28 | 1 | -7/+7 |
| | | | | | | | | | | | | Patch by Anish Shah and Aatish Neupane. | ||||
* | | | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Original patch by James Edwards. | ||||
* | | | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #26804: urllib.request will prefer lower_case proxy environment variables | Senthil Kumaran | 2016-04-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen. Reviewed by Martin Panter and Senthil Kumaran. | ||||
* | | | Issue23806 - Document the no_proxy environment variable in Python 3 docs. | Senthil Kumaran | 2016-04-23 | 1 | -0/+5 |
| | | | |||||
* | | | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
| | | | | | | | | | | | | to SilentGhost for the patch. | ||||
* | | | Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5 | Martin Panter | 2015-11-26 | 1 | -7/+13 |
|\ \ \ | |/ / | |||||
| * | | Issues #22989, #21228: Document HTTP response object for urlopen() | Martin Panter | 2015-11-26 | 1 | -7/+13 |
| | | | | | | | | | | | | | | | | | | Previous documentation was not clear if the geturl(), info() and getcode() were valid for HTTP responses. The “msg” attribute is different to the usual HTTPResponse.msg attribute. Based on patch by Evens Fortuné. | ||||
* | | | Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5 | Martin Panter | 2015-11-24 | 1 | -23/+8 |
|\ \ \ | |/ / | |||||
| * | | Issue #25576: Remove application/x-www-form-urlencoded charset advice | Martin Panter | 2015-11-24 | 1 | -23/+8 |
| | | | | | | | | | | | | | | | No charset parameter is standardized for this Content-Type value. Also clarify that urlencode() outputs ASCII. | ||||
* | | | Merge typo and grammar fixes from 3.4 into 3.5 | Martin Panter | 2015-11-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Correct Content-Type syntax in documentation | Martin Panter | 2015-11-14 | 1 | -1/+1 |
| | | |