Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.4 (#23989) | Benjamin Peterson | 2015-04-20 | 1 | -0/+5 |
|\ | |||||
| * | recommend requests library (closes #23989) | Benjamin Peterson | 2015-04-20 | 1 | -0/+5 |
| | | | | | | | | Patch from Van Lindberg | ||||
| * | fix grammar | Benjamin Peterson | 2015-04-20 | 1 | -1/+1 |
| | | |||||
* | | Fix two typos in AbstractBasicAuthHandler documentation. | Berker Peksag | 2015-04-17 | 1 | -2/+3 |
| | | |||||
* | | #7159: generalize urllib prior auth support. | R David Murray | 2015-04-16 | 1 | -12/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fix is a superset of the functionality introduced by the issue #19494 enhancement, and supersedes that fix. Instead of a new handler, we have a new password manager that tracks whether we should send the auth for a given uri. This allows us to say "always send", satisfying #19494, or track that we've succeeded in auth and send the creds right away on every *subsequent* request. The support for using the password manager is added to AbstractBasicAuth, which means the proxy handler also now can handle prior auth if passed the new password manager. Patch by Akshit Khurana, docs mostly by me. | ||||
* | | Issue #12955: Change the urlopen() examples to use context managers where ↵ | Berker Peksag | 2015-04-12 | 1 | -13/+21 |
|\ \ | |/ | | | | | | | | | appropriate. Patch by Martin Panter. | ||||
| * | Issue #12955: Change the urlopen() examples to use context managers where ↵ | Berker Peksag | 2015-04-12 | 1 | -13/+21 |
| | | | | | | | | | | | | appropriate. Patch by Martin Panter. | ||||
* | | merge 3.4 | Benjamin Peterson | 2014-11-23 | 1 | -4/+1 |
|\ \ | |/ | |||||
| * | document that cadefault does nothing now | Benjamin Peterson | 2014-11-23 | 1 | -4/+1 |
| | | |||||
* | | Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler | Nick Coghlan | 2014-11-12 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This auth handler adds the Authorization header to the first HTTP request rather than waiting for a HTTP 401 Unauthorized response from the server as the default HTTPBasicAuthHandler does. This allows working with websites like https://api.github.com which do not follow the strict interpretation of RFC, but more the dicta in the end of section 2 of RFC 2617: > A client MAY preemptively send the corresponding Authorization > header with requests for resources in that space without receipt > of another challenge from the server. Similarly, when a client > sends a request to a proxy, it may reuse a userid and password in > the Proxy-Authorization header field without receiving another > challenge from the proxy server. See section 4 for security > considerations associated with Basic authentication. Patch by Matej Cepl. | ||||
* | | context has been backported so fix versionchanged | Benjamin Peterson | 2014-11-03 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 (#22417) | Benjamin Peterson | 2014-11-03 | 1 | -5/+0 |
|\ \ | |/ | |||||
| * | PEP 476: enable HTTPS certificate verification by default (#22417) | Benjamin Peterson | 2014-11-03 | 1 | -5/+0 |
| | | | | | | | | Patch by Alex Gaynor with some modifications by me. | ||||
* | | merge 3.4 | Benjamin Peterson | 2014-11-02 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | wrap | Benjamin Peterson | 2014-11-02 | 1 | -2/+2 |
| | | |||||
| * | backport context argument of urlopen (#22366) for pep 476 | Senthil Kumaran | 2014-09-19 | 1 | -1/+8 |
| | | |||||
* | | Issue #22366: urllib.request.urlopen will accept a context object (SSLContext) | Senthil Kumaran | 2014-09-19 | 1 | -1/+8 |
| | | | | | | | | | | | | as an argument which will then used be for HTTPS connection. Patch by Alex Gaynor. | ||||
* | | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -2/+2 |
|/ | |||||
* | Fix a few scoping issues with versionadded/versionchanged directives. | Georg Brandl | 2014-03-24 | 1 | -3/+4 |
| | |||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -5/+12 |
| | |||||
* | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
|\ | |||||
| * | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -2/+2 |
| | | |||||
* | | Improve #19204: Improved cross-references in the urllib package documentation. | Serhiy Storchaka | 2013-10-13 | 1 | -20/+21 |
|\ \ | |/ | |||||
| * | Improve #19204: Improved cross-references in the urllib package documentation. | Serhiy Storchaka | 2013-10-13 | 1 | -20/+21 |
| | | |||||
* | | Issue #18978: Update docs to reflect explicitly the ability to set the ↵ | Jason R. Coombs | 2013-09-22 | 1 | -0/+5 |
| | | | | | | | | attribute at the class level. | ||||
* | | Fix #17272 - Make Request.full_url and Request.get_full_url return same ↵ | Senthil Kumaran | 2013-05-24 | 1 | -0/+10 |
| | | | | | | | | | | | | result under all circumstances. Document the change of Request.full_url to a property. | ||||
* | | - Issue #17977: The documentation for the cadefault argument's default value | Barry Warsaw | 2013-05-14 | 1 | -1/+1 |
|\ \ | |/ | | | | | in urllib.request.urlopen() is fixed to match the code. | ||||
| * | - Issue #17977: The documentation for the cadefault argument's default value | Barry Warsaw | 2013-05-14 | 1 | -1/+1 |
| | | | | | | | | in urllib.request.urlopen() is fixed to match the code. | ||||
* | | Merge: Reflow paragraphs. | R David Murray | 2013-04-28 | 1 | -10/+9 |
|\ \ | |/ | | | | | | | (I got a merge conflict on this in urllib.request.rst, which makes no sense to me. Hopefully I didn't screw up the previous 3.3 commit.) | ||||
| * | Reflow paragraphs. | R David Murray | 2013-04-28 | 1 | -10/+9 |
| | | | | | | | | | | I know one of them looks worse, but now it is <80 chars and matches the 2.7 text. | ||||
* | | Merge #7152: Clarify that ProxyHandler is added only if proxy settings are ↵ | R David Murray | 2013-04-28 | 1 | -6/+9 |
|\ \ | |/ | | | | | | | | | detected. Behavior confirmation and initial patch by Jessica McKellar. | ||||
| * | #7152: Clarify that ProxyHandler is added only if proxy settings are detected. | R David Murray | 2013-04-28 | 1 | -6/+9 |
| | | | | | | | | Behavior confirmation and initial patch by Jessica McKellar. | ||||
* | | #17474 - merge from 3.3. Update default Docs with versionchanged markup on ↵ | Senthil Kumaran | 2013-03-20 | 1 | -0/+5 |
|\ \ | |/ | | | | | what's removed | ||||
| * | #17474 - Mark the deprecated Request methods as deprecated-removed. Review ↵ | Senthil Kumaran | 2013-03-20 | 1 | -8/+8 |
| | | | | | | | | by Ezio Melotti | ||||
* | | #17474 - Remove the various deprecated methods of Request class. | Senthil Kumaran | 2013-03-19 | 1 | -69/+0 |
| | | |||||
* | | #10050 : merge to default | Senthil Kumaran | 2013-03-19 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | #10050 - Document DeprecationWarnings for URLopener and FancyURLopener ↵ | Senthil Kumaran | 2013-03-19 | 1 | -0/+4 |
| | | | | | | | | (msg172874 ) | ||||
* | | #17307 - merge from 3.3 | Senthil Kumaran | 2013-03-13 | 1 | -0/+9 |
|\ \ | |/ | |||||
| * | #17307 - merge from 3.2 | Senthil Kumaran | 2013-03-13 | 1 | -0/+9 |
| |\ | |||||
* | \ | Addressing the review comment made by Terry Reedy | Senthil Kumaran | 2013-02-08 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Addressing the review comment made by Terry Reedy | Senthil Kumaran | 2013-02-08 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Addressing the review comment made by Terry Reedy | Senthil Kumaran | 2013-02-08 | 1 | -3/+3 |
| | | | |||||
* | | | Fix Issue17069: Document getcode method in urllib.request.rst | Senthil Kumaran | 2013-02-07 | 1 | -4/+12 |
|\ \ \ | |/ / | |||||
| * | | Fix Issue17069: Document getcode method in urllib.request.rst | Senthil Kumaran | 2013-02-07 | 1 | -4/+12 |
| |\ \ | | |/ | |||||
| | * | Fix Issue17069: Document getcode method in urllib.request.rst | Senthil Kumaran | 2013-02-07 | 1 | -4/+12 |
| | | | |||||
| | * | Fix a bunch of "versionchanged" related markup errors. | Georg Brandl | 2012-06-24 | 1 | -4/+3 |
| | | | |||||
* | | | Add a missing versionadded. | Georg Brandl | 2012-12-22 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #16464: reset Request's Content-Length header on .data change. | Andrew Svetlov | 2012-11-27 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | It will be recalculated on sending request to HTTP server. Patch by Alexey Kachayev |