summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
| * link to twitterKenneth Reitz2017-01-171-1/+1
| * yes 3.7 tooKenneth Reitz2017-01-171-1/+1
| * Explicitly mention OpenID ConnectNick Coghlan2017-01-101-5/+7
| * Improve discoverability of OAuth 2 supportNick Coghlan2017-01-101-0/+14
| * Added python 3.6.0Andrii Soldatenko2017-01-092-0/+2
| * updating https demo urlsNate Prewitt2017-01-042-3/+3
| * we support python 3.6Kenneth Reitz2016-12-201-1/+1
* | remove HTTPProxyAuth in favor of the proxies parameterNate Prewitt2016-12-161-1/+0
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2016-12-085-8/+13
|\ \ | |/
| * linksKenneth Reitz2016-11-232-2/+2
| * new logo :DKenneth Reitz2016-11-231-0/+0
| * streaming doc clarificationNate Prewitt2016-11-211-2/+3
| * Update sidebarlogo.htmlKenneth Reitz2016-11-201-0/+4
| * Update sidebarintro.htmlKenneth Reitz2016-11-201-1/+1
| * correct backtick formattingAidan Feldman2016-11-171-1/+1
| * clarify that the `chunk_size` is optional when streaming to a fileAidan Feldman2016-11-171-1/+1
| * Revert "Adding 'import requests' to readme code snippet."revert-3700-masterKenneth Reitz2016-11-171-1/+0
| * Adding 'import requests' to readme code snippet. (#3700)Rakib Hasan2016-11-171-0/+1
| * Fixed readme typo - 'site' should be 'domain'Greg McLeod2016-11-151-2/+2
| * spelling fix for release-processNate Prewitt2016-11-151-1/+1
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2016-11-156-6/+41
|\ \ | |/
| * Amplifies the timeout warning in the docs.Mike Lissner2016-11-141-1/+3
| * documentation on encoding fallback for streamingNate Prewitt2016-11-141-0/+14
| * adding decoding requirement for Python 3Nate Prewitt2016-11-141-1/+2
| * Merge pull request #3663 from nateprewitt/fix_cookiejar_from_dict_docs_pathCory Benfield2016-11-032-1/+1
| |\
| | * correct module for cookiejar_from_dict in docsNate Prewitt2016-11-022-1/+1
| * | Formatted the example to fix the color highlightingBård Aase2016-10-311-1/+1
| |/
| * Note @jeremycline is now our contact.Cory Benfield2016-10-131-2/+2
| * Let's use capitals.Cory Benfield2016-10-121-1/+1
| * Add Documentation for custom methodsStewart Polley2016-10-081-0/+18
| * fixes broken link on documentation pageOm Prakash2016-09-281-1/+1
* | Merge remote-tracking branch 'upstream/master' into proposed/3.0.0Ian Cordasco2016-09-067-72/+99
|\ \ | |/
| * Add persistent examplesRichard van den Berg2016-08-261-0/+10
| * Changes to documentation based on comments and correction of list of authors.Maik2016-08-172-2/+2
| * Adding notes about Request's timeout behavior.Maik Himstedt2016-08-172-2/+4
| * Update index.rstKenneth Reitz2016-08-151-1/+1
| * docs updatesNate Prewitt2016-08-146-57/+45
| * fix grammer mistakes in QuickstartJiayuan Zhang2016-08-131-3/+3
| * Update index.rstKenneth Reitz2016-08-081-1/+1
| * Update index.rstDavid Poggi2016-08-081-1/+1
| * Update index.rstDavid Poggi2016-08-081-1/+1
| * Clarify Python versions supported by requestsDavid Poggi2016-08-081-1/+1
| * Add a bit about RequestsCookieJar to Cookies sectionMichael2016-08-031-0/+13
| * in python3.x not have StringIOZeusw2016-07-141-1/+1
| * updating documentation to reflect decision of #3386Nate Prewitt2016-07-072-1/+6
| * Update list of supported Python versions in todo.rstPeter Marsh2016-06-211-4/+2
| * Merge pull request #3297 from davidfischer/http-error-specificsKenneth Reitz2016-06-081-2/+3
| |\
| | * Note how HTTPErrors are raisedDavid Fischer2016-06-081-2/+3
| * | compensate for lack of tasteKenneth Reitz2016-06-091-4/+4
| * | Update a note on AppEngineDavid Fischer2016-06-081-1/+4
| |/