| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Update docs/user/advanced.rst | Kenneth Reitz | 2012-01-07 | 1 | -2/+2 |
| | | |||||
| * | engrish | Kenneth Reitz | 2011-12-28 | 1 | -1/+1 |
| | | |||||
| * | ssl docs | Kenneth Reitz | 2011-12-28 | 1 | -2/+17 |
| | | |||||
| * | Add Twitter Streaming API example to Advanced Usage docs | Jason Emerick | 2011-12-19 | 1 | -0/+21 |
| | | |||||
| * | Fix spelling errors, typos. | Nick Hatch | 2011-12-11 | 1 | -5/+5 |
| | | |||||
| * | Fixed spelling error in documentation. | Chris Van Horne | 2011-12-09 | 1 | -1/+1 |
| | | |||||
| * | Clarification of keep-alive behavior. | Bryan Berg | 2011-11-28 | 1 | -0/+2 |
| | | | | | The existing behavior was a little opaque for me--I was making a PUT request which returned a HTTP 204 with a 0-byte body. I was never reading the body and was wondering why my connections were not being reused. | ||||
| * | Merge branch 'auth_callables' of https://github.com/idangazit/requests into ↵ | Kenneth Reitz | 2011-11-26 | 1 | -16/+17 |
| |\ | | | | | | | | | | | | | develop Conflicts: requests/models.py | ||||
| | * | Converted auth to use callable objects instead of tuples. | Idan Gazit | 2011-11-17 | 1 | -16/+17 |
| | | | | | | | | | My attempt to address #275 on kennethreitz/requests. | ||||
| * | | Corrected period to comma. | elpres | 2011-11-17 | 1 | -1/+1 |
| |/ | |||||
| * | grocer's apostrophe | Kenneth Reitz | 2011-11-13 | 1 | -1/+1 |
| | | |||||
| * | big docs update on workflow of request lifecycle | Kenneth Reitz | 2011-11-12 | 1 | -0/+21 |
| | | |||||
| * | Fixed gevent reference | Joseph McCullough | 2011-11-11 | 1 | -1/+1 |
| | | |||||
| * | Fixed session API ref typo | Joseph McCullough | 2011-11-11 | 1 | -1/+1 |
| | | |||||
| * | Verbose logging example does not work | Devin Sevilla | 2011-11-10 | 1 | -2/+2 |
| | | |||||
| * | remove the jar references | Kenneth Reitz | 2011-11-09 | 1 | -2/+2 |
| | | |||||
| * | cross-references in documentation | Kenneth Reitz | 2011-11-09 | 1 | -6/+3 |
| | | |||||
| * | better advanced quick start | Kenneth Reitz | 2011-11-09 | 1 | -2/+8 |
| | | |||||
| * | explain sessions and keep alive | Kenneth Reitz | 2011-11-09 | 1 | -3/+28 |
| | | |||||
| * | Explain custom auth handlers | Kenneth Reitz | 2011-10-23 | 1 | -0/+33 |
| | | |||||
| * | settings => config | Kenneth Reitz | 2011-10-22 | 1 | -2/+2 |
| | | |||||
| * | show both session styles | Kenneth Reitz | 2011-10-22 | 1 | -5/+5 |
| | | |||||
| * | Clarify documentation around async.map and Request.send | Daniel Hengeveld | 2011-10-20 | 1 | -3/+4 |
| | | |||||
| * | gevent installation documentation | Kenneth Reitz | 2011-10-13 | 1 | -1/+1 |
| | | |||||
| * | Async requests docs | Kenneth Reitz | 2011-10-13 | 1 | -0/+34 |
| | | |||||
| * | Migrate new docs over. | Kenneth Reitz | 2011-10-13 | 1 | -2/+2 |
| | | |||||
| * | Typo in documentation | Shrikant Sharat Kandula | 2011-09-08 | 1 | -1/+1 |
| | | | | The kwarg is named `headers`, not `header`. Also, its a dict, not a set. | ||||
| * | doc cleanups | Kenneth Reitz | 2011-08-17 | 1 | -0/+1 |
| | | |||||
| * | yawns | Kenneth Reitz | 2011-08-17 | 1 | -2/+3 |
| | | |||||
| * | hijack arguments | Kenneth Reitz | 2011-08-17 | 1 | -0/+31 |
| | | |||||
| * | advanced docs | Kenneth Reitz | 2011-08-17 | 1 | -1/+57 |
| | | |||||
| * | docs update | Kenneth Reitz | 2011-08-17 | 1 | -10/+36 |
| | | |||||
| * | Added docs regarding requests.session to docs/user/advanced.rst | Tom Hogans | 2011-08-16 | 1 | -0/+22 |
| | | |||||
| * | docs refactor | Kenneth Reitz | 2011-05-15 | 1 | -0/+0 |
