| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix lack of taste | Kenneth Reitz | 2017-05-21 | 1 | -1/+1 |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | ||||
| * | Update advanced.rst | Anthony Shaw | 2017-04-02 | 1 | -0/+3 |
| | | | | break client side certificates out into a sub header | ||||
| * | Change apostrophe placement in advanced.rst | Brian Schiller | 2017-03-14 | 1 | -1/+1 |
| | | | | See Rule2a on http://www.grammarbook.com/punctuation/apostro.asp | ||||
| * | Say that we use a dictionary of strings. | Cory Benfield | 2017-02-08 | 1 | -2/+2 |
| | | |||||
| * | Explicitly mention OpenID Connect | Nick Coghlan | 2017-01-10 | 1 | -5/+7 |
| | | | | | | | | OAuth 2 is the authentication protocol underpinning OpenID Connect. Mention that explicitly for the benefit of folks looking for information on using requests with OpenID Connect that don't yet know that OAuth 2 is the relevant underlying authentication protocol. | ||||
| * | Improve discoverability of OAuth 2 support | Nick Coghlan | 2017-01-10 | 1 | -0/+14 |
| | | | | | | | | The previous summary gave the impression that requests-oauthlib only supports OAuth 1. This updates makes it clear that it also supports OAuth 2, and links directly to the use case specific authentication flow guides. | ||||
| * | updating https demo urls | Nate Prewitt | 2017-01-04 | 1 | -3/+3 |
| | | |||||
| * | streaming doc clarification | Nate Prewitt | 2016-11-21 | 1 | -2/+3 |
| | | |||||
| * | correct backtick formatting | Aidan Feldman | 2016-11-17 | 1 | -1/+1 |
| | | |||||
| * | clarify that the `chunk_size` is optional when streaming to a file | Aidan Feldman | 2016-11-17 | 1 | -1/+1 |
| | | |||||
| * | Fixed readme typo - 'site' should be 'domain' | Greg McLeod | 2016-11-15 | 1 | -2/+2 |
| | | |||||
| * | Amplifies the timeout warning in the docs. | Mike Lissner | 2016-11-14 | 1 | -1/+3 |
| | | | | Partially addresses #3070. | ||||
| * | documentation on encoding fallback for streaming | Nate Prewitt | 2016-11-14 | 1 | -0/+14 |
| | | |||||
| * | adding decoding requirement for Python 3 | Nate Prewitt | 2016-11-14 | 1 | -1/+2 |
| | | |||||
| * | Formatted the example to fix the color highlighting | Bård Aase | 2016-10-31 | 1 | -1/+1 |
| | | |||||
| * | Let's use capitals. | Cory Benfield | 2016-10-12 | 1 | -1/+1 |
| | | |||||
| * | Add Documentation for custom methods | Stewart Polley | 2016-10-08 | 1 | -0/+18 |
| | | |||||
| * | fixes broken link on documentation page | Om Prakash | 2016-09-28 | 1 | -1/+1 |
| | | | | | Issue #3603 | ||||
| * | Add persistent examples | Richard van den Berg | 2016-08-26 | 1 | -0/+10 |
| | | |||||
| * | Changes to documentation based on comments and correction of list of authors. | Maik | 2016-08-17 | 2 | -2/+2 |
| | | |||||
| * | Adding notes about Request's timeout behavior. | Maik Himstedt | 2016-08-17 | 2 | -2/+4 |
| | | |||||
| * | docs updates | Nate Prewitt | 2016-08-14 | 2 | -41/+39 |
| | | |||||
| * | fix grammer mistakes in Quickstart | Jiayuan Zhang | 2016-08-13 | 1 | -3/+3 |
| | | |||||
| * | Add a bit about RequestsCookieJar to Cookies section | Michael | 2016-08-03 | 1 | -0/+13 |
| | | |||||
| * | in python3.x not have StringIO | Zeusw | 2016-07-14 | 1 | -1/+1 |
| | | | | I think, should such an amendment. | ||||
| * | updating documentation to reflect decision of #3386 | Nate Prewitt | 2016-07-07 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #3297 from davidfischer/http-error-specifics | Kenneth Reitz | 2016-06-08 | 1 | -2/+3 |
| |\ | | | | | Note how HTTPErrors are raised | ||||
| | * | Note how HTTPErrors are raised | David Fischer | 2016-06-08 | 1 | -2/+3 |
| | | | |||||
| * | | compensate for lack of taste | Kenneth Reitz | 2016-06-09 | 1 | -4/+4 |
| |/ | |||||
| * | Document header ordering. (#3295) | Cory Benfield | 2016-06-08 | 1 | -1/+8 |
| | | |||||
| * | Merge pull request #3173 from Lukasa/socks-proxy-docs | Ian Cordasco | 2016-05-05 | 1 | -0/+23 |
| |\ | | | | | Add section on SOCKS proxies. | ||||
| | * | Add section on SOCKS proxies. | Cory Benfield | 2016-05-03 | 1 | -0/+23 |
| | | | |||||
| * | | docs: Add a note about SSL c_rehash | Lukas Vacek | 2016-05-02 | 1 | -0/+3 |
| |/ | |||||
| * | Update readthedocs links. | Rémy HUBSCHER | 2016-04-28 | 2 | -2/+2 |
| | | |||||
| * | Clarify that SSL verification is on by default | Kevin Burke | 2016-03-17 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | Generally if a kwarg is present it indicates that an option other than the default is being specified. Putting `verify=True` in the first code sample for SSL confused me, because it seemed to indicate that you had to specify `verify=True` to get SSL verification. The opposite is true; SSL verification is turned on by default and you have to specify `verify=False` to opt out of SSL verification. Updates the docs to make this more clear. Furthermore, connections to https://kennethreitz.com currently time out instead of presenting an invalid certificate, so I replaced this domain with https://requestb.in, which presents the same error message as is currently there. | ||||
| * | letters | Kenneth Reitz | 2016-02-19 | 1 | -4/+4 |
| | | |||||
| * | improve further advanced.rst | Kenneth Reitz | 2016-02-19 | 1 | -6/+2 |
| | | |||||
| * | improve advanced.rst | Kenneth Reitz | 2016-02-19 | 1 | -7/+8 |
| | | |||||
| * | cleanup quickstart | Kenneth Reitz | 2016-02-19 | 1 | -8/+22 |
| | | |||||
| * | cleanup advanced.rst | Kenneth Reitz | 2016-02-19 | 1 | -15/+32 |
| | | | | | single-quoted strings, yo! | ||||
| * | docs cleanup | Kenneth Reitz | 2016-02-19 | 1 | -2/+3 |
| | | |||||
| * | improved installation instructions | Kenneth Reitz | 2016-02-18 | 1 | -18/+10 |
| | | |||||
| * | Fixed markup for/rendering of list in section "Custom Headers". | Jochen Kupperschmidt | 2016-01-30 | 1 | -2/+2 |
| | | |||||
| * | Warn about encrypted keys in the docs. | Cory Benfield | 2016-01-27 | 1 | -0/+3 |
| | | |||||
| * | advanced: use "client.*" to designate client certificate | Vincent Bernat | 2015-12-28 | 1 | -2/+2 |
| | | | | Using "server.crt" is confusing as one may try to put the server certificate while this is really the client certificate that should be put here. Instead, use "client.cert", "client.key" and "client.pem". | ||||
| * | Docs: clarify the precedence of `auth=` over `netrc` | Isa Hassen | 2015-12-21 | 2 | -3/+5 |
| | | | | | | | | | | | | | This closes #2062 by clarifying in the docs which auth header takes precedence: 1st auth= 2nd .netrc 3rd headers= This precedence order is already tested in test_requests.py, in the test_basicauth_with_netrc method. Perhaps we should add further tests for non-basic auth schemes. | ||||
| * | Remove redundant json import. | unknown | 2015-11-12 | 1 | -1/+0 |
| | | |||||
| * | Add support for a directory of CAs | Cory Benfield | 2015-11-05 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2825 from Lukasa/universal_newlines | Ian Cordasco | 2015-10-24 | 2 | -1/+27 |
| |\ | | | | | Add warnings about text/binary mode files. | ||||
| | * | Add warnings about text/binary mode files. | Cory Benfield | 2015-10-14 | 2 | -1/+27 |
| | | | |||||
