summaryrefslogtreecommitdiff
path: root/docs/user
Commit message (Collapse)AuthorAgeFilesLines
* Format c_rehashBen Bodenmiller2021-01-191-1/+1
|
* Updated proxies documentationSylvain MARIE2020-11-271-20/+28
|
* Updated proxies documentationSylvain MARIE2020-11-271-1/+34
|
* Merge pull request #5594 from icfly2/patch-1Nate Prewitt2020-11-161-2/+2
|\ | | | | Update advanced.rst
| * Update advanced.rstRuben2020-09-231-2/+2
| | | | | | replaced reference to requests-async with httpx the replacement project
* | Respect the NETRC environment variableMathieu Pichette2020-10-311-1/+2
| |
* | small typo corrected.Jonathan2020-10-041-1/+1
|/ | | a small typo was corrected.
* Recommend Pip, remove todo/philo docs, pare down support avenuesSeth Michael Larson2020-08-183-54/+5
|
* Remove images, analytics, 'keep up to date'Seth Michael Larson2020-08-184-9/+0
|
* Document the dangers of using verify=FalseMatt Silverlock2020-08-161-0/+6
|
* Docs: list CURL_CA_BUNDLE as supported (#5509)Ben Bodenmiller2020-07-231-0/+1
| | | * Docs: list CURL_CA_BUNDLE as supported
* cleanup advanced docs headerNate Prewitt2020-06-261-2/+0
|
* Remove explicit unicode literal in README.md and doc (#5336)Alessio Izzo2020-03-252-13/+13
| | | * [remove] remove "u" prefix in README and documentation examples
* Fix the syntax highlighting in the example (#5276)Alexander Zhukov2020-02-171-2/+2
| | | | Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
* Update link to pipenv in installation guide.John Samuels2020-02-171-1/+1
|
* Change link for pip installation instructionsNick Watts2020-01-251-1/+1
|
* Change documentation website to requests.readthedocs.io (#5236)Sorin Sbarnea2019-10-241-1/+1
| | | Fixes: #5212
* Updated references to previous requests/requests GitHub pathNihaal2019-08-192-10/+10
|
* Fix typosMin ho Kim2019-07-201-1/+1
|
* Add `requests-async` link to "non-blocking" docs.Tom Christie2019-03-271-1/+2
| | | Links to https://github.com/encode/requests-async for an asyncio non-blocking option.
* programming quizKenneth Reitz2019-02-281-0/+3
|
* docs: correct error in 'merge_environment_settings' usageAndrew Bonney2019-02-041-1/+1
| | | | Resolves #4959
* Reverting redirect examples back to intended URLsRich Abdill2018-10-201-3/+3
| | | A find/replace from a few weeks ago made the redirection sample not demonstrate redirection anymore
* Prefer https:// for URLs throughout projectJon Dufresne2018-09-305-52/+52
|
* In docs, use intersphinx to link to Python documentationJon Dufresne2018-08-112-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 Kaihola2018-07-201-23/+12
| | | | As suggested by @nateprewitt
* Documentation for multivalued form-encoded element as a list (#4700)Antti Kaihola2018-07-201-0/+17
|
* Update Python 2 doc links to Python 3Jon Dufresne2018-06-092-3/+3
| | | | | The Python 3 docs are better maintained and are the future of Python development.
* Certifi.io brokenNick Timkovich2018-05-141-1/+1
| | | http://certifi.io/ -> https://certifiio.readthedocs.io/
* Spelling.Victor Shih2018-05-071-1/+1
|
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-181-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-typeHackbright Student2018-03-161-0/+2
|
* Remove remaining references to removed, vendored packages (#4499)Jon Dufresne2018-02-172-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 certifiJon Dufresne2018-02-141-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 projectJon Dufresne2018-02-051-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 documentationJon Dufresne2018-01-062-8/+8
| | | | | | - Fixed Read the Docs links - Fixed GitHub links - Fixed PyPI links
* Clarify behaviour of `json` parameter.Daniel Roseman2017-11-211-0/+1
| | | | `json` is ignored if `data` or `files` is not empty.
* docs/quickstart: clarify raw response reading.Dave Shawley2017-11-171-0/+8
|
* Corrent HTTP -> HTML in quickstart docTal Einat2017-11-161-1/+1
|
* Add an example of two hooksAlex Chan2017-10-241-0/+12
|
* Clarify that a Session can have multiple hooksAlex Chan2017-10-231-2/+5
|
* Switch to using dict literals, it's 2017Alex Chan2017-10-231-3/+3
|
* Add something to the docs about hooks on Session()Alex Chan2017-10-231-0/+9
|
* Update authentication.rstKenneth Reitz2017-09-041-0/+2
|
* Update quickstart.rstKenneth Reitz2017-09-041-0/+2
|
* Update advanced.rstKenneth Reitz2017-09-041-0/+2
|
* Update install.rstKenneth Reitz2017-09-041-0/+3
|
* Update intro.rstKenneth Reitz2017-09-041-0/+2
|
* Update advanced.rstKenneth Reitz2017-09-041-1/+2
|
* fixed syntax for code block for prepared requestsPascal Van Acker2017-08-281-1/+1
|