| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Response Status Codes in the docs. | Ian Cordasco | 2012-06-21 | 1 | -1/+1 |
| | | |||||
| * | Update raise_for_status() exception output to reflect that ↵ | jkleint | 2012-06-18 | 1 | -3/+3 |
| | | | | | requests.exceptions.HTTPError is raised, not urllib2.HTTPError. | ||||
| * | 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 r.json documentation (document ALL the awesome features!) | Danilo Bargen | 2012-06-06 | 1 | -0/+13 |
| | | |||||
| * | 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 |
| | | |||||
| * | Correctly reflect redirection behaviour. | Cory Benfield | 2012-05-17 | 1 | -5/+5 |
| | | | | | | | The docs incorrectly listed HEAD as a method that follows redirects by default: it does not. This commit resolves this issue, and thus resolves issue #504. | ||||
| * | Rewrite quickstart docs. | Cory Benfield | 2012-05-17 | 1 | -123/+102 |
| | | | | | This should help with issue #503. | ||||
| * | sending strings to be received as files | barberj | 2012-05-06 | 1 | -0/+28 |
| | | |||||
| * | update documentation to correspond to new cookie API | Shivaram Lingamneni | 2012-05-01 | 1 | -2/+2 |
| | | |||||
| * | Remove bad tab indent | Adrian | 2012-04-04 | 1 | -2/+2 |
| | | |||||
| * | Fixed typoe (s/repsonses/responses/) | Andrey Petrov | 2012-04-02 | 1 | -1/+1 |
| | | |||||
| * | little correction of curl in docs | pulpe | 2012-03-28 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'develop' of github.com:kennethreitz/requests into develop | Kenneth Reitz | 2012-03-22 | 1 | -0/+26 |
| |\ | |||||
| | * | Add quickstart doc and example for passing parameters in a GET request | Jonathan Drosdeck | 2012-03-18 | 1 | -0/+26 |
| | | | |||||
| * | | #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 |
| | | |||||
| * | Added StringIO/Image example to quickstart documentation. | Danilo Bargen | 2012-02-21 | 1 | -0/+7 |
| | | |||||
| * | Fix httpbin urls with missing .org | Johannes | 2012-01-26 | 1 | -3/+3 |
| | | |||||
| * | text | Kenneth Reitz | 2012-01-23 | 1 | -1/+1 |
| | | |||||
| * | r.text | Kenneth Reitz | 2012-01-23 | 1 | -4/+4 |
| | | |||||
| * | explain binary response data | Kenneth Reitz | 2012-01-23 | 1 | -6/+32 |
| | | |||||
| * | 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 |
| | | |||||
| * | mention of error modes in quickstart | Bryan Helmig | 2012-01-05 | 1 | -0/+4 |
| | | |||||
| * | Update docs/user/install.rst | Kenneth Reitz | 2012-01-02 | 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 | 2 | -6/+6 |
| | | |||||
| * | Fixed spelling error in documentation. | Chris Van Horne | 2011-12-09 | 1 | -1/+1 |
| | | |||||
| * | disable_redirects parameter does not seem to exist anymore, updated docs to ↵ | Ed Summers | 2011-12-06 | 1 | -2/+2 |
| | | | | | point folks at allow_redirects | ||||
| * | Merge remote-tracking branch 'origin/develop' into develop | Kenneth Reitz | 2011-11-30 | 1 | -0/+2 |
| |\ | |||||
| | * | 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. | ||||
| * | | sp | Kenneth Reitz | 2011-11-30 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'auth_callables' of https://github.com/idangazit/requests into ↵ | Kenneth Reitz | 2011-11-26 | 2 | -21/+35 |
| |\ | | | | | | | | | | | | | develop Conflicts: requests/models.py | ||||
| | * | Added support for HTTP Basic Auth credentials in 2-tuple | Idan Gazit | 2011-11-19 | 1 | -4/+15 |
| | | | |||||
| | * | Converted auth to use callable objects instead of tuples. | Idan Gazit | 2011-11-17 | 2 | -18/+21 |
| | | | | | | | | | My attempt to address #275 on kennethreitz/requests. | ||||
| * | | quickstart for encodingv0.8.2 | Kenneth Reitz | 2011-11-19 | 1 | -0/+5 |
| | | | |||||
| * | | Merge pull request #280 from darkrho/58e018af136190a2c757b13bf9371cecc2d51273 | Kenneth Reitz | 2011-11-18 | 1 | -0/+25 |
| |\ \ | | | | | | | Updated docs with an example of explicit filename in file uploads section | ||||
| | * | | updated docs for last change in `files` argument to support explicit filename. | Rolando Espinoza La fuente | 2011-11-18 | 1 | -0/+25 |
| | |/ | |||||
| * | | Corrected period to comma. | elpres | 2011-11-17 | 1 | -1/+1 |
| |/ | |||||
| * | Added OAuth reference to quickstart file | Joseph McCullough | 2011-11-14 | 1 | -0/+5 |
| | | |||||
| * | grocer's apostrophe | Kenneth Reitz | 2011-11-13 | 1 | -1/+1 |
| | | |||||
