| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1556 from ssbarnea/master | Cory Benfield | 2013-08-27 | 1 | -0/+1 |
| |\ | |||||
| | * | Added link to StackOverflow questions related to python-requests. This should... | Sorin Sbarnea | 2013-08-27 | 1 | -0/+1 |
| * | | Update advanced.rst | libbkmz | 2013-08-19 | 1 | -1/+1 |
| * | | Remove superfluous double dot | enkore | 2013-08-18 | 1 | -1/+1 |
| * | | Add a simple example of custom authentication in the documentation | David Pursehouse | 2013-07-22 | 1 | -2/+14 |
| * | | Wrap long lines in the authentication documentation | David Pursehouse | 2013-07-22 | 1 | -2/+4 |
| * | | further treatment | Kwpolska | 2013-07-20 | 1 | -1/+1 |
| * | | session object should be uppercase | Kwpolska | 2013-07-20 | 1 | -2/+2 |
| * | | fixed underline | Kwpolska | 2013-07-20 | 1 | -1/+1 |
| * | | Grammar fixes and such | Kwpolska | 2013-07-20 | 4 | -7/+8 |
| * | | Some cosmetic updates to the docs | Kwpolska | 2013-07-20 | 5 | -10/+10 |
| * | | Merge pull request #1470 from Lukasa/carset | Cory Benfield | 2013-07-19 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | Remove charset from JSON types: not valid. | Cory Benfield | 2013-07-19 | 1 | -3/+3 |
| * | | | Merge pull request #1465 from dpursehouse/doc-netrc-authentication | Cory Benfield | 2013-07-19 | 1 | -0/+11 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Move netrc authentication documentation under the Basic Auth section | David Pursehouse | 2013-07-19 | 1 | -11/+11 |
| | * | | Improve documentation of netrc authentication | David Pursehouse | 2013-07-19 | 1 | -0/+11 |
| * | | | merge | s7v7nislands | 2013-07-19 | 1 | -0/+3 |
| |\ \ \ | |/ / | |||||
| | * | | Fix #1322: Add note in docs about None not being sent as data | David Pursehouse | 2013-07-19 | 1 | -0/+3 |
| * | | | fix doc | s7v7nislands | 2013-07-19 | 3 | -9/+4 |
| |/ / | |||||
| * | | Fixed wrong method call at streaming example | Lukasz Balcerzak | 2013-06-27 | 1 | -1/+1 |
| * | | Packaging warning, in via @andrewgross. | Cory Benfield | 2013-06-22 | 1 | -0/+5 |
| * | | Link to the actual exception references | Kevin Burke | 2013-06-12 | 1 | -5/+6 |
| * | | fix doc typo | Josh Schneier | 2013-06-09 | 1 | -1/+1 |
| * | | Merge pull request #1392 from revolunet/patch-2 | Kenneth Reitz | 2013-06-08 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Update quickstart.rst | Julien Bouquillon | 2013-05-29 | 1 | -1/+1 |
| * | | | Remove development reference from docs sidebar. | Cory Benfield | 2013-06-08 | 1 | -2/+1 |
| * | | | Document blocking calls. | Cory Benfield | 2013-06-08 | 1 | -0/+18 |
| |/ / | |||||
| * | | Fixed example in authentication docs | giacomo | 2013-05-02 | 1 | -1/+1 |
| * | | Merge pull request #1314 from duailibe/master | Kenneth Reitz | 2013-05-01 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix small typo in the Support docs | Lucas Duailibe | 2013-04-18 | 1 | -1/+1 |
| * | | | Fix API documentation issues | amercader | 2013-04-30 | 1 | -14/+11 |
| * | | | A tiny typo, noticed while working on the Polish translation. | Chris Warrick | 2013-04-27 | 1 | -1/+1 |
| * | | | milla | Kenneth Reitz | 2013-04-20 | 1 | -1/+1 |
| * | | | pt | Kenneth Reitz | 2013-04-20 | 1 | -0/+2 |
| |/ / | |||||
| * | | translations | Kenneth Reitz | 2013-04-15 | 1 | -10/+0 |
| * | | Translatoins | Kenneth Reitz | 2013-04-15 | 1 | -6/+9 |
| * | | Merge remote-tracking branch 'origin/master' | Kenneth Reitz | 2013-04-15 | 1 | -3/+17 |
| |\ \ | |||||
| | * \ | Merge pull request #1302 from ssbarnea/master | Kenneth Reitz | 2013-04-13 | 1 | -3/+17 |
| | |\ \ | | |/ | |||||
| | | * | Updated documentation indicating that logging is done via requests.packages.u... | Sorin Sbarnea | 2013-04-10 | 1 | -1/+1 |
| | | * | * Documented the logging, requested in #1297 | Sorin Sbarnea | 2013-04-10 | 1 | -3/+17 |
| * | | | translations | Kenneth Reitz | 2013-04-15 | 1 | -0/+11 |
| |/ / | |||||
| * | | switch streaming requests to httpbin | Kenneth Reitz | 2013-04-13 | 1 | -12/+5 |
| * | | Fix Advanced docs Twitter Streaming example | Mike Helmick | 2013-04-11 | 2 | -4/+31 |
| |/ | |||||
| * | Shell of Transport Adapter documentation. | Cory Benfield | 2013-04-09 | 1 | -8/+44 |
| * | Add HTTPAdapter to API docs. | Cory Benfield | 2013-04-09 | 1 | -0/+6 |
| * | Make json error message more specific | Sasha Laundy | 2013-04-08 | 1 | -1/+2 |
| * | Fix markdown | sursh | 2013-04-08 | 1 | -2/+2 |
| * | Make json error on empty response more specific | sursh | 2013-04-08 | 1 | -1/+2 |
| * | Add PreparedRequest recipe to the docs | Ian Cordasco | 2013-04-02 | 1 | -1/+35 |
| * | Fixed typos | Pascal Borreli | 2013-04-01 | 2 | -3/+3 |
