summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Format c_rehashBen Bodenmiller2021-01-191-1/+1
|
* Merge pull request #5670 from smarie/pr_proxy_conf_helper_and_docIan Stapleton Cordasco2020-12-041-5/+46
|\ | | | | Proxy related doc updates
| * Updated proxies documentationSylvain MARIE2020-11-271-20/+28
| |
| * Updated proxies documentationSylvain MARIE2020-11-271-1/+34
| |
* | Fix broken linkKaartic Sivaraam2020-11-281-1/+1
|/
* 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.
* Update index.rstSagar Giri2020-08-251-1/+1
| | | Update misleading text about python support
* updating doc links and formattingNate Prewitt2020-08-182-2/+3
|
* Pin more helpful links to sidebarSeth Michael Larson2020-08-182-3/+27
|
* Trim release section, add back Twitter supportSeth Michael Larson2020-08-183-12/+14
|
* Recommend Pip, remove todo/philo docs, pare down support avenuesSeth Michael Larson2020-08-188-203/+8
|
* Remove images, analytics, 'keep up to date'Seth Michael Larson2020-08-1822-204/+2
|
* 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
|
* Google App Engine (#5475)Kartik Chugh2020-06-171-1/+1
| | | * Continuity: Google App Engine
* fixing rst markupNate Prewitt2020-04-031-2/+2
|
* Remove explicit unicode literal in README.md and doc (#5336)Alessio Izzo2020-03-253-15/+15
| | | * [remove] remove "u" prefix in README and documentation examples
* Update disclosure contact info (#5369)Nate Prewitt2020-02-271-4/+6
|
* 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
|
* Fix intersphinx_mapping config for Python standard libraryNick Watts2020-01-251-1/+1
|
* Change link for pip installation instructionsNick Watts2020-01-251-1/+1
|
* Add Python 2 support entry in FAQ (#5303)Sumana Harihareswara2020-01-091-0/+12
| | | | | | | | | | | | * Add Python 2 support entry in FAQ Fixes: #5211 Signed-off-by: Sumana Harihareswara <sh@changeset.nyc> * Adding Python 3 recommendation Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
* Update supported Python versionsHugo2020-01-061-9/+1
|
* Fix link to requests-threads on community/recommendedMatthew Peveler2019-10-301-1/+1
|
* Change documentation website to requests.readthedocs.io (#5236)Sorin Sbarnea2019-10-245-7/+7
| | | Fixes: #5212
* update translation links from http -> https (#5237)Charles Reid2019-10-242-14/+14
|
* cleanupsKenneth Reitz2019-09-186-49/+58
|
* Create .nojekyllKenneth Reitz2019-09-181-0/+1
|
* Update index.rstKenneth Reitz2019-08-261-1/+1
|
* Update sidebarintro.htmlKenneth Reitz2019-08-201-1/+1
|
* Update sidebarlogo.htmlKenneth Reitz2019-08-201-1/+1
|
* Fix typoMarijn Stapert2019-08-201-1/+1
|
* Update index.rstKenneth Reitz2019-08-201-7/+4
|
* Delete sponsors.rstKenneth Reitz2019-08-201-96/+0
|
* Update index.rstKenneth Reitz2019-08-201-2/+2
|
* Update index.rstKenneth Reitz2019-08-201-1/+1
|
* Update sidebarlogo.htmlKenneth Reitz2019-08-201-24/+1
|
* Update sidebarintro.htmlKenneth Reitz2019-08-201-20/+0
|
* Update sidebarintro.htmlKenneth Reitz2019-08-201-2/+1
|
* Update index.rstKenneth Reitz2019-08-201-1/+1
|
* Update index.rstKenneth Reitz2019-08-201-1/+1
|
* Update index.rstKenneth Reitz2019-08-201-38/+3
|
* Merge pull request #4996 from sblondon/masterKenneth Reitz2019-08-201-1/+2
|\ | | | | Add link to user-agent documentation
| * Merge branch 'master' into mastersblondon2019-07-257-113/+166
| |\
| * | Add link to user-agent documentationsblondon2019-02-221-1/+2
| | | | | | | | | So the user has a pointer to the documentation about the searched topic.