| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Format c_rehash | Ben Bodenmiller | 2021-01-19 | 1 | -1/+1 |
| | | |||||
| * | Updated proxies documentation | Sylvain MARIE | 2020-11-27 | 1 | -20/+28 |
| | | |||||
| * | Updated proxies documentation | Sylvain MARIE | 2020-11-27 | 1 | -1/+34 |
| | | |||||
| * | Merge pull request #5594 from icfly2/patch-1 | Nate Prewitt | 2020-11-16 | 1 | -2/+2 |
| |\ | | | | | Update advanced.rst | ||||
| | * | Update advanced.rst | Ruben | 2020-09-23 | 1 | -2/+2 |
| | | | | | | | replaced reference to requests-async with httpx the replacement project | ||||
| * | | small typo corrected. | Jonathan | 2020-10-04 | 1 | -1/+1 |
| |/ | | | a small typo was corrected. | ||||
| * | Recommend Pip, remove todo/philo docs, pare down support avenues | Seth Michael Larson | 2020-08-18 | 1 | -1/+1 |
| | | |||||
| * | Document the dangers of using verify=False | Matt Silverlock | 2020-08-16 | 1 | -0/+6 |
| | | |||||
| * | Docs: list CURL_CA_BUNDLE as supported (#5509) | Ben Bodenmiller | 2020-07-23 | 1 | -0/+1 |
| | | | | * Docs: list CURL_CA_BUNDLE as supported | ||||
| * | cleanup advanced docs header | Nate Prewitt | 2020-06-26 | 1 | -2/+0 |
| | | |||||
| * | Remove explicit unicode literal in README.md and doc (#5336) | Alessio Izzo | 2020-03-25 | 1 | -11/+11 |
| | | | | * [remove] remove "u" prefix in README and documentation examples | ||||
| * | Fix the syntax highlighting in the example (#5276) | Alexander Zhukov | 2020-02-17 | 1 | -2/+2 |
| | | | | | Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com> | ||||
| * | Updated references to previous requests/requests GitHub path | Nihaal | 2019-08-19 | 1 | -6/+6 |
| | | |||||
| * | Fix typos | Min ho Kim | 2019-07-20 | 1 | -1/+1 |
| | | |||||
| * | Add `requests-async` link to "non-blocking" docs. | Tom Christie | 2019-03-27 | 1 | -1/+2 |
| | | | | Links to https://github.com/encode/requests-async for an asyncio non-blocking option. | ||||
| * | docs: correct error in 'merge_environment_settings' usage | Andrew Bonney | 2019-02-04 | 1 | -1/+1 |
| | | | | | Resolves #4959 | ||||
| * | Prefer https:// for URLs throughout project | Jon Dufresne | 2018-09-30 | 1 | -21/+21 |
| | | |||||
| * | In docs, use intersphinx to link to Python documentation | Jon Dufresne | 2018-08-11 | 1 | -14/+10 |
| | | | | | | | | | The intersphinx extension can generate automatic links to the documentation of objects in other projects. It was already used for urllib3. For complete details on intersphinx, see: http://www.sphinx-doc.org/en/master/ext/intersphinx.html | ||||
| * | Update Python 2 doc links to Python 3 | Jon Dufresne | 2018-06-09 | 1 | -2/+2 |
| | | | | | | The Python 3 docs are better maintained and are the future of Python development. | ||||
| * | 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 | ||||
| * | Remove remaining references to removed, vendored packages (#4499) | Jon Dufresne | 2018-02-17 | 1 | -1/+1 |
| | | | | | 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 | 1 | -3/+3 |
| | | | | | | | - Fixed Read the Docs links - Fixed GitHub links - Fixed PyPI links | ||||
| * | 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 advanced.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. | ||||
| * | 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. | ||||
| * | new requests namespace | Kenneth Reitz | 2017-05-29 | 1 | -6/+6 |
| | | |||||
| * | 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 | ||||
| * | updating https demo urls | Nate Prewitt | 2017-01-04 | 1 | -3/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
