| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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> | ||||
| * | Update link to pipenv in installation guide. | John Samuels | 2020-02-17 | 1 | -1/+1 |
| | | |||||
| * | Change link for pip installation instructions | Nick Watts | 2020-01-25 | 1 | -1/+1 |
| | | |||||
| * | Change documentation website to requests.readthedocs.io (#5236) | Sorin Sbarnea | 2019-10-24 | 1 | -1/+1 |
| | | | | Fixes: #5212 | ||||
| * | Updated references to previous requests/requests GitHub path | Nihaal | 2019-08-19 | 2 | -10/+10 |
| | | |||||
| * | 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. | ||||
| * | programming quiz | Kenneth Reitz | 2019-02-28 | 1 | -0/+3 |
| | | |||||
| * | docs: correct error in 'merge_environment_settings' usage | Andrew Bonney | 2019-02-04 | 1 | -1/+1 |
| | | | | | Resolves #4959 | ||||
| * | Reverting redirect examples back to intended URLs | Rich Abdill | 2018-10-20 | 1 | -3/+3 |
| | | | | A find/replace from a few weeks ago made the redirection sample not demonstrate redirection anymore | ||||
| * | Prefer https:// for URLs throughout project | Jon Dufresne | 2018-09-30 | 5 | -52/+52 |
| | | |||||
| * | In docs, use intersphinx to link to Python documentation | Jon Dufresne | 2018-08-11 | 2 | -21/+15 |
| | | | | | | | | | 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 | ||||
| * | Rolled multi-value form examples in documentation into one (#4700) | Antti Kaihola | 2018-07-20 | 1 | -23/+12 |
| | | | | | As suggested by @nateprewitt | ||||
| * | Documentation for multivalued form-encoded element as a list (#4700) | Antti Kaihola | 2018-07-20 | 1 | -0/+17 |
| | | |||||
| * | Update Python 2 doc links to Python 3 | Jon Dufresne | 2018-06-09 | 2 | -3/+3 |
| | | | | | | 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 | ||||
| * | 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 |
| | | |||||
