summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* btctravisKenneth Reitz2017-08-202-1/+2
|
* Merge pull request #4231 from Lukasa/drop-3.3-supportKenneth Reitz2017-08-103-3/+1
|\ | | | | Drop Python 3.3 support.
| * Remove references to 3.3 from the docsCory Benfield2017-08-093-3/+1
| |
* | Merge branch 'master' into doc-importKelley Robinson2017-08-101-0/+2
|\ \ | |/
| * Fix issue #3863NikosVlagoidis2017-08-091-1/+1
| |
| * Update advanced.rstNikosVlagoidis2017-08-091-3/+1
| |
| * Fixes issue #3863Nikolaos Vlagoidis2017-08-091-0/+4
| |
* | Adds import statement to front page of docs for clarity and quicker start upkelley2017-08-101-0/+1
|/
* no more stickersKenneth Reitz2017-07-062-11/+0
|
* stickersKenneth Reitz2017-06-162-1/+9
|
* Merge branch 'master' of github.com:kennethreitz/requestsKenneth Reitz2017-06-111-6/+2
|\
| * Allow Requests.Response to be used as a context managerEd Morley2017-06-061-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This saves having to wrap the call to requests with `contextlib.closing()`, allowing it to be used directly in a `with` statement, like so: ``` with requests.get('http://httpbin.org/get', stream=True) as r: # Do things with the response here. ``` Fixes #4136.
* | attempt new adsKenneth Reitz2017-06-113-15/+41
|/
* change development philosophy docs to reflect realityKenneth Reitz2017-05-291-2/+2
|
* remove note about cacerts.pemKenneth Reitz2017-05-291-5/+0
|
* improve development instructionsKenneth Reitz2017-05-291-1/+1
|
* update development documentationKenneth Reitz2017-05-291-4/+7
|
* remove "are you crazy?" sectionKenneth Reitz2017-05-291-5/+0
|
* fix sidebarsKenneth Reitz2017-05-292-2/+2
|
* improve installation docsKenneth Reitz2017-05-291-2/+2
|
* improve install docsKenneth Reitz2017-05-291-2/+2
|
* fix github starsKenneth Reitz2017-05-291-1/+1
|
* improve installation instructionsKenneth Reitz2017-05-291-1/+2
|
* improve install documentation syntaxKenneth Reitz2017-05-291-1/+1
|
* Update index.rstKenneth Reitz2017-05-291-3/+0
|
* new requests namespaceKenneth Reitz2017-05-298-18/+18
|
* 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
| |
* | 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
|