| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Certifi.io broken | Nick Timkovich | 2018-05-14 | 1 | -1/+1 |
| | | | | http://certifi.io/ -> https://certifiio.readthedocs.io/ | ||||
| * | Spelling. | Victor Shih | 2018-05-07 | 1 | -1/+1 |
| | | |||||
| * | Update all pypi.python.org URLs to pypi.org | Jon Dufresne | 2018-04-18 | 1 | -1/+1 |
| | | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html | ||||
| * | add comment about json parameter changing content-type | Hackbright Student | 2018-03-16 | 1 | -0/+2 |
| | | |||||
| * | Remove remaining references to removed, vendored packages (#4499) | Jon Dufresne | 2018-02-17 | 2 | -2/+2 |
| | | | | | As the vendored packages were removing in version 2.16, all remaining doc references should be replaced with newer practices. | ||||
| * | Clarify docs that Requests always uses certs from certifi | Jon Dufresne | 2018-02-14 | 1 | -9/+8 |
| | | | | | | | | | | Since commit 0d7de6430eef0cf09f9662746daf0c28d83f144e, certifi is always used for certificates. Certify became a hard dependency of the package in 628633143d5b8590b1dbdf5371fe81fb8250dffd. Now update the docs to clarify that Request will always use certificates from certifi. | ||||
| * | Trim trialing white space throughout the project | Jon Dufresne | 2018-02-05 | 1 | -5/+5 |
| | | | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines. | ||||
| * | Prefer https over http for links in the documentation | Jon Dufresne | 2018-01-06 | 2 | -8/+8 |
| | | | | | | | - Fixed Read the Docs links - Fixed GitHub links - Fixed PyPI links | ||||
| * | Clarify behaviour of `json` parameter. | Daniel Roseman | 2017-11-21 | 1 | -0/+1 |
| | | | | | `json` is ignored if `data` or `files` is not empty. | ||||
| * | docs/quickstart: clarify raw response reading. | Dave Shawley | 2017-11-17 | 1 | -0/+8 |
| | | |||||
| * | Corrent HTTP -> HTML in quickstart doc | Tal Einat | 2017-11-16 | 1 | -1/+1 |
| | | |||||
| * | Add an example of two hooks | Alex Chan | 2017-10-24 | 1 | -0/+12 |
| | | |||||
| * | Clarify that a Session can have multiple hooks | Alex Chan | 2017-10-23 | 1 | -2/+5 |
| | | |||||
| * | Switch to using dict literals, it's 2017 | Alex Chan | 2017-10-23 | 1 | -3/+3 |
| | | |||||
| * | Add something to the docs about hooks on Session() | Alex Chan | 2017-10-23 | 1 | -0/+9 |
| | | |||||
| * | Update authentication.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 |
| | | |||||
| * | Update quickstart.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 |
| | | |||||
| * | Update advanced.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 |
| | | |||||
| * | Update install.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+3 |
| | | |||||
| * | Update intro.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 |
| | | |||||
| * | Update advanced.rst | Kenneth Reitz | 2017-09-04 | 1 | -1/+2 |
| | | |||||
| * | fixed syntax for code block for prepared requests | Pascal Van Acker | 2017-08-28 | 1 | -1/+1 |
| | | |||||
| * | Add environment info to prepared requests | Pascal Van Acker | 2017-08-28 | 1 | -0/+19 |
| | | | | When using prepared requests, the environment is not taken into account. This should be reflected in the documentation. | ||||
| * | Update install.rst | Kenneth Reitz | 2017-08-27 | 1 | -4/+4 |
| | | |||||
| * | Fix issue #3863 | NikosVlagoidis | 2017-08-09 | 1 | -1/+1 |
| | | |||||
| * | Update advanced.rst | NikosVlagoidis | 2017-08-09 | 1 | -3/+1 |
| | | |||||
| * | Fixes issue #3863 | Nikolaos Vlagoidis | 2017-08-09 | 1 | -0/+4 |
| | | |||||
| * | Allow Requests.Response to be used as a context manager | Ed Morley | 2017-06-06 | 1 | -6/+2 |
| | | | | | | | | | | | | | | This saves having to wrap the call to requests with `contextlib.closing()`, allowing it to be used directly in a `with` statement, like so: ``` with requests.get('http://httpbin.org/get', stream=True) as r: # Do things with the response here. ``` Fixes #4136. | ||||
| * | improve installation docs | Kenneth Reitz | 2017-05-29 | 1 | -2/+2 |
| | | |||||
| * | improve install docs | Kenneth Reitz | 2017-05-29 | 1 | -2/+2 |
| | | |||||
| * | improve installation instructions | Kenneth Reitz | 2017-05-29 | 1 | -1/+2 |
| | | |||||
| * | improve install documentation syntax | Kenneth Reitz | 2017-05-29 | 1 | -1/+1 |
| | | |||||
| * | new requests namespace | Kenneth Reitz | 2017-05-29 | 2 | -7/+7 |
| | | |||||
| * | new installation location | Kenneth Reitz | 2017-05-29 | 1 | -3/+3 |
| | | |||||
| * | improvements | Kenneth Reitz | 2017-05-27 | 1 | -23/+1 |
| | | |||||
| * | merge | Kenneth Reitz | 2017-05-27 | 1 | -1/+40 |
| |\ | |||||
| | * | fix #3902 Add proposed documentation change for post data | Gary Wu | 2017-03-01 | 1 | -1/+40 |
| | | | |||||
| * | | 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 |
| | | |||||
