summaryrefslogtreecommitdiff
path: root/docs/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add environment info to prepared requestsPascal Van Acker2017-08-281-0/+19
* Update install.rstKenneth Reitz2017-08-271-4/+4
* Fix issue #3863NikosVlagoidis2017-08-091-1/+1
* Update advanced.rstNikosVlagoidis2017-08-091-3/+1
* Fixes issue #3863Nikolaos Vlagoidis2017-08-091-0/+4
* Allow Requests.Response to be used as a context managerEd Morley2017-06-061-6/+2
* improve installation docsKenneth Reitz2017-05-291-2/+2
* improve install docsKenneth Reitz2017-05-291-2/+2
* improve installation instructionsKenneth Reitz2017-05-291-1/+2
* improve install documentation syntaxKenneth Reitz2017-05-291-1/+1
* new requests namespaceKenneth Reitz2017-05-292-7/+7
* new installation locationKenneth Reitz2017-05-291-3/+3
* 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
* | fix lack of tasteKenneth Reitz2017-05-211-1/+1
* | Update advanced.rstAnthony Shaw2017-04-021-0/+3
* | Change apostrophe placement in advanced.rstBrian Schiller2017-03-141-1/+1
|/
* Say that we use a dictionary of strings.Cory Benfield2017-02-081-2/+2
* Explicitly mention OpenID ConnectNick Coghlan2017-01-101-5/+7
* Improve discoverability of OAuth 2 supportNick Coghlan2017-01-101-0/+14
* updating https demo urlsNate Prewitt2017-01-041-3/+3
* streaming doc clarificationNate Prewitt2016-11-211-2/+3
* 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
* Fixed readme typo - 'site' should be 'domain'Greg McLeod2016-11-151-2/+2
* 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
* Formatted the example to fix the color highlightingBård Aase2016-10-311-1/+1
* 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
* 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
* docs updatesNate Prewitt2016-08-142-41/+39
* fix grammer mistakes in QuickstartJiayuan Zhang2016-08-131-3/+3
* 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-071-0/+1
* Merge pull request #3297 from davidfischer/http-error-specificsKenneth Reitz2016-06-081-2/+3
|\
| * Note how HTTPErrors are raisedDavid Fischer2016-06-081-2/+3