summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* improvementsKenneth Reitz2017-05-271-23/+1
|
* mergeKenneth Reitz2017-05-271-1/+40
|\
| * fix #3902 Add proposed documentation change for post dataGary Wu2017-03-011-1/+40
| |
* | Update index.rstKenneth Reitz2017-05-271-2/+1
| |
* | __version__Kenneth Reitz2017-05-251-3/+2
| |
* | progressKenneth Reitz2017-05-221-2/+2
| |
* | progressKenneth Reitz2017-05-221-3/+2
| |
* | fix lack of tasteKenneth Reitz2017-05-211-1/+1
| | | | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* | Update index.rstKenneth Reitz2017-05-211-1/+1
| |
* | redditKenneth Reitz2017-05-041-2/+2
| |
* | Update index.rstKenneth Reitz2017-05-031-1/+1
| |
* | Update advanced.rstAnthony Shaw2017-04-021-0/+3
| | | | | | break client side certificates out into a sub header
* | Merge branch 'master' of github.com:kennethreitz/requestsKenneth Reitz2017-03-195-13/+15
|\ \
| * | Change apostrophe placement in advanced.rstBrian Schiller2017-03-141-1/+1
| | | | | | | | | See Rule2a on http://www.grammarbook.com/punctuation/apostro.asp
| * | Smaller logoNed Batchelder2017-03-011-0/+0
| |/
| * better testimonialsKenneth Reitz2017-02-141-12/+12
| |
| * edmsynthsKenneth Reitz2017-02-122-0/+2
| |
* | roman numberalsKenneth Reitz2017-03-191-1/+1
|/
* fixesKenneth Reitz2017-02-112-15/+19
|
* fixesKenneth Reitz2017-02-112-3/+4
|
* hhg2pKenneth Reitz2017-02-112-0/+17
|
* Updated test instructions for Pipenvmattkohl2017-02-101-7/+17
|
* Say that we use a dictionary of strings.Cory Benfield2017-02-081-2/+2
|
* 2017Kenneth Reitz2017-02-021-1/+1
|
* docsKenneth Reitz2017-02-021-1/+1
|
* improved sidebarKenneth Reitz2017-02-022-0/+2
|
* improved homepageKenneth Reitz2017-02-021-12/+34
|
* 11,000,000!Kenneth Reitz2017-02-021-1/+1
|
* better sidebar for docsKenneth Reitz2017-02-022-2/+2
|
* RIP ReadabilityKenneth Reitz2017-01-171-1/+1
|
* 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
| | | | | | | OAuth 2 is the authentication protocol underpinning OpenID Connect. Mention that explicitly for the benefit of folks looking for information on using requests with OpenID Connect that don't yet know that OAuth 2 is the relevant underlying authentication protocol.
* Improve discoverability of OAuth 2 supportNick Coghlan2017-01-101-0/+14
| | | | | | | The previous summary gave the impression that requests-oauthlib only supports OAuth 1. This updates makes it clear that it also supports OAuth 2, and links directly to the use case specific authentication flow guides.
* 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
|
* linksKenneth Reitz2016-11-232-2/+2
|
* new logo :DKenneth Reitz2016-11-231-0/+0
| | | | https://kennethreitz.org/tattoos
* 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
| | | * added import requests to small demo
* Fixed readme typo - 'site' should be 'domain'Greg McLeod2016-11-151-2/+2
|
* spelling fix for release-processNate Prewitt2016-11-151-1/+1
|
* Amplifies the timeout warning in the docs.Mike Lissner2016-11-141-1/+3
| | | Partially addresses #3070.
* documentation on encoding fallback for streamingNate Prewitt2016-11-141-0/+14
|