| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix spelling | homm | 2013-09-12 | 1 | -1/+1 |
| | | |||||
| * | clearly describe `r.raw` in Body Content Workflow | homm | 2013-09-12 | 1 | -1/+1 |
| | | |||||
| * | remove extra mention of dangerous `r.raw` | homm | 2013-09-12 | 1 | -1/+1 |
| | | |||||
| * | Update advanced.rst | libbkmz | 2013-08-19 | 1 | -1/+1 |
| | | |||||
| * | further treatment | Kwpolska | 2013-07-20 | 1 | -1/+1 |
| | | | | | Signed-off-by: Kwpolska <kwpolska@gmail.com> | ||||
| * | session object should be uppercase | Kwpolska | 2013-07-20 | 1 | -2/+2 |
| | | | | | Signed-off-by: Kwpolska <kwpolska@gmail.com> | ||||
| * | Grammar fixes and such | Kwpolska | 2013-07-20 | 1 | -1/+1 |
| | | | | | Signed-off-by: Kwpolska <kwpolska@gmail.com> | ||||
| * | Fixed wrong method call at streaming example | Lukasz Balcerzak | 2013-06-27 | 1 | -1/+1 |
| | | | | 405 is returned if POST request is performed to http://httpbin.org/stream/20 | ||||
| * | fix doc typo | Josh Schneier | 2013-06-09 | 1 | -1/+1 |
| | | |||||
| * | Document blocking calls. | Cory Benfield | 2013-06-08 | 1 | -0/+18 |
| | | |||||
| * | switch streaming requests to httpbin | Kenneth Reitz | 2013-04-13 | 1 | -12/+5 |
| | | |||||
| * | Fix Advanced docs Twitter Streaming example | Mike Helmick | 2013-04-11 | 1 | -2/+10 |
| | | | | | | Twitter API v1.1 Streaming now requires OAuth Authentication rather than XAuth. I believe v1 is being blacked out sometime at the beginning of May. | ||||
| * | Shell of Transport Adapter documentation. | Cory Benfield | 2013-04-09 | 1 | -8/+44 |
| | | |||||
| * | Add PreparedRequest recipe to the docs | Ian Cordasco | 2013-04-02 | 1 | -1/+35 |
| | | |||||
| * | Fixed typos | Pascal Borreli | 2013-04-01 | 1 | -1/+1 |
| | | |||||
| * | use explicit scheme for proxies in the docs | Thomas Weißschuh | 2013-02-15 | 1 | -4/+4 |
| | | | | | | Issue #1192 tried to force user to provide a scheme for proxy urls. As this would break backwards compability change the docs instead. | ||||
| * | Update docs/user/advanced.rst | ekatsah | 2013-01-30 | 1 | -1/+1 |
| | | | | Rephrasing a line in the docs, add explicite mention of "client side certificate" (for indexing and clarity) | ||||
| * | Small typo fixes. | Cory Benfield | 2013-01-21 | 1 | -2/+2 |
| | | |||||
| * | v1.1.0 and docs | Kenneth Reitz | 2013-01-10 | 1 | -0/+22 |
| | | |||||
| * | Merge pull request #1085 from graingert/patch-1 | Kenneth Reitz | 2013-01-07 | 1 | -10/+5 |
| |\ | | | | | Update the advanced doc to use the r.json method | ||||
| | * | Update the advanced doc to use the r.json method | Thomas Grainger | 2013-01-04 | 1 | -10/+5 |
| | | | |||||
| * | | Update the link headers doc to match the code | Thomas Grainger | 2013-01-04 | 1 | -4/+4 |
| |/ | |||||
| * | update docsv1.0.4 | Kenneth Reitz | 2012-12-23 | 1 | -18/+10 |
| | | |||||
| * | Update session documentation. | Cory Benfield | 2012-12-22 | 1 | -2/+5 |
| | | |||||
| * | update docs | Kenneth Reitz | 2012-12-17 | 1 | -77/+9 |
| | | |||||
| * | add prefetch=False to streaming example | Gareth Lloyd | 2012-09-06 | 1 | -1/+1 |
| | | |||||
| * | Updated content workflow section of the advanced use docs | Harry Waye | 2012-08-30 | 1 | -14/+8 |
| | | |||||
| * | typo | Kenneth Reitz | 2012-08-26 | 1 | -1/+1 |
| | | |||||
| * | Cleanup Advanced doc and remove `.:' from docs | Cory Benfield | 2012-08-20 | 1 | -22/+42 |
| | | |||||
| * | link docs! | Kenneth Reitz | 2012-08-21 | 1 | -6/+7 |
| | | |||||
| * | link headers | Kenneth Reitz | 2012-08-21 | 1 | -2/+22 |
| | | |||||
| * | Document encodings and RFC compliance. | Cory Benfield | 2012-08-10 | 1 | -0/+25 |
| | | |||||
| * | Fix minor formatting issue. | muhtasib | 2012-07-10 | 1 | -1/+1 |
| | | |||||
| * | Updated documentation for SSL client cert usuage. | Leila Muhtasib | 2012-07-10 | 1 | -0/+17 |
| | | | | | | | Co-Authored By: Timnit Gebru <tgebru@gmail.com> Co-Authored By: Sarah Gonzalez <smar.gonz@gmail.com> Co-Authored By: Victoria Mo <vm2355@columbia.edu> | ||||
| * | cleanup #676 | Kenneth Reitz | 2012-06-14 | 1 | -51/+4 |
| | | |||||
| * | Removed last attempt at documenting how to access Request from Response ↵ | Michael Holler | 2012-06-14 | 1 | -83/+79 |
| | | | | | objects, replaced with section entitled 'Request and Response Objects' | ||||
| * | Added 'request object attributes' section header | Michael Holler | 2012-06-13 | 1 | -4/+3 |
| | | |||||
| * | Added alphabetized list of request attributes and descriptions. | Michael Holler | 2012-06-13 | 1 | -0/+18 |
| | | |||||
| * | Added documentation on how to access and use the Request object. | Michael Holler | 2012-06-13 | 1 | -0/+65 |
| | | |||||
| * | If this comment is true ↵ | Daniel Miller | 2012-06-07 | 1 | -36/+1 |
| | | | | | (https://github.com/kennethreitz/requests/issues/239#issuecomment-6180706), then it would be good to point people in the right direction. Otherwise disregard this message. | ||||
| * | Added information about HTTP proxy authentication to docs | Danilo Bargen | 2012-05-30 | 1 | -2/+13 |
| | | |||||
| * | First draft of full verbs. | Cory Benfield | 2012-05-19 | 1 | -0/+156 |
| | | |||||
| * | Remove bad tab indent | Adrian | 2012-04-04 | 1 | -2/+2 |
| | | |||||
| * | Fixed typoe (s/repsonses/responses/) | Andrey Petrov | 2012-04-02 | 1 | -1/+1 |
| | | |||||
| * | #508 | Kenneth Reitz | 2012-03-22 | 1 | -0/+1 |
| | | |||||
| * | Suggesting changing "async.map(rs)" to "responses = async.map(rs)" just to ↵ | Daniel Miller | 2012-03-22 | 1 | -1/+1 |
| | | | | | show that it returns a list rather than mutating the original? Maybe this is apparent for most, but I was a bit confused =/ http://goo.gl/gE4up | ||||
| * | Facilitate proxy configuration by environment variables | Johannes Gorset | 2012-03-08 | 1 | -0/+27 |
| | | |||||
| * | Fix httpbin urls with missing .org | Johannes | 2012-01-26 | 1 | -3/+3 |
| | | |||||
| * | text | Kenneth Reitz | 2012-01-23 | 1 | -1/+1 |
| | | |||||
| * | Fixed code in 'Event Hooks' section | Lucian Ursu | 2012-01-10 | 1 | -1/+1 |
| | | |||||
