| 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. | ||||
| * | Add rauth. | Mahmoud Hossam | 2012-06-16 | 1 | -0/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | don't change scrollbars | Kenneth Reitz | 2012-06-07 | 1 | -34/+0 |
| | | |||||
| * | 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. | ||||
| * | more examples | Kenneth Reitz | 2012-06-07 | 1 | -5/+9 |
| | | | | #657 | ||||
| * | Revert "In fact, the feature is so awesome that it should go into index.rst" | Kenneth Reitz | 2012-06-07 | 1 | -5/+3 |
| | | | | | This reverts commit f968fe013659b9b5b89f0316203de5f3139a7217. | ||||
| * | In fact, the feature is so awesome that it should go into index.rst | Danilo Bargen | 2012-06-06 | 1 | -3/+5 |
| | | |||||
| * | 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. | ||||
| * | Improve developer documentation. | Paul Nasrat | 2012-05-13 | 1 | -2/+7 |
| | | | | | | | I cloned, followed the todo and had failures as no certifi or chardet. Fixed up so easy to get started. | ||||
| * | thread safe | Kenneth Reitz | 2012-05-08 | 1 | -0/+1 |
| | | |||||
| * | sending strings to be received as files | barberj | 2012-05-06 | 1 | -0/+28 |
| | | |||||
| * | Fixed broken links in TODO docs. | Berker Peksag | 2012-05-06 | 1 | -3/+3 |
| | | |||||
| * | update documentation to correspond to new cookie API | Shivaram Lingamneni | 2012-05-01 | 1 | -2/+2 |
| | | |||||
| * | moar | Kenneth Reitz | 2012-04-09 | 1 | -1/+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 |
| | | |||||
| * | Fix #506: Change "Support Requests" to "Donate". | Michael Kelly | 2012-04-02 | 1 | -1/+1 |
| | | |||||
| * | roadmap | Kenneth Reitz | 2012-03-31 | 1 | -6/+2 |
| | | |||||
| * | HTTP/1.1 | Kenneth Reitz | 2012-03-31 | 1 | -1/+1 |
| | | |||||
| * | little correction of curl in docs | pulpe | 2012-03-28 | 1 | -2/+2 |
| | | |||||
| * | paypal | Kenneth Reitz | 2012-03-25 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'develop' of github.com:kennethreitz/requests into develop | Kenneth Reitz | 2012-03-22 | 2 | -3/+26 |
| |\ | |||||
| | * | Merge pull request #494 from JDrosdeck/doc | Kenneth Reitz | 2012-03-18 | 1 | -0/+26 |
| | |\ | | | | | | | Add quickstart doc and example for passing parameters in a GET request | ||||
| | | * | Add quickstart doc and example for passing parameters in a GET request | Jonathan Drosdeck | 2012-03-18 | 1 | -0/+26 |
| | | | | |||||
| | * | | remove debian packaging warning | Kenneth Reitz | 2012-03-18 | 1 | -3/+0 |
| | |/ | | | | | | | it's up to date now | ||||
| * | | #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 |
| | | |||||
| * | .netrc | Kenneth Reitz | 2012-02-20 | 1 | -0/+1 |
| | | |||||
| * | 100k times | Kenneth Reitz | 2012-02-20 | 1 | -1/+1 |
| | | |||||
| * | no more SOPA | Kenneth Reitz | 2012-02-20 | 1 | -2/+0 |
| | | |||||
| * | Update docs/community/faq.rst | Kenneth Reitz | 2012-02-03 | 1 | -1/+0 |
| | | |||||
| * | Native Instruments! | Kenneth Reitz | 2012-01-31 | 1 | -1/+1 |
| | | |||||
| * | Fix httpbin urls with missing .org | Johannes | 2012-01-26 | 1 | -3/+3 |
| | | |||||
| * | 80k | Kenneth Reitz | 2012-01-23 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | r.text | Kenneth Reitz | 2012-01-23 | 1 | -1/+1 |
| | | |||||
