| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update the history and change the last last references to charadeswap-charade-for-chardet | Ian Cordasco | 2013-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | further cleanup examples | Kenneth Reitz | 2013-10-28 | 1 | -13/+14 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' | Kenneth Reitz | 2013-10-28 | 1 | -0/+30 | |
| |\ | ||||||
| | * | Improve the PreparedRequest docs. | Cory Benfield | 2013-10-24 | 1 | -0/+30 | |
| | | | ||||||
| * | | fix @lukasa's lack of taste :) | Kenneth Reitz | 2013-10-28 | 1 | -13/+14 | |
| |/ | | | #1702 | |||||
| * | Remove requests.*() from docs. | Cory Benfield | 2013-10-21 | 1 | -7/+7 | |
| | | | | This looks like a typo, even though it isn't. | |||||
| * | Add bit to docs about iter_content | Ian Cordasco | 2013-10-20 | 1 | -0/+12 | |
| | | ||||||
| * | Small grammar fix. | Cory Benfield | 2013-10-16 | 1 | -1/+2 | |
| | | ||||||
| * | fix doc for redirction and history | Qingping Hou | 2013-10-16 | 1 | -6/+4 | |
| | | | | | | In current version of requests, allow_redirect is disabled by default only for HEAD requests | |||||
| * | False -> True typo | Randy Morris | 2013-10-08 | 1 | -1/+1 | |
| | | ||||||
| * | update verbiage about streaming requests | Randy Morris | 2013-10-07 | 1 | -2/+1 | |
| | | | | The Twitter API is no longer used in the example. | |||||
| * | fixed print statement | Riyad Parvez | 2013-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Update advanced.rst | Riyad Parvez | 2013-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | fixed print statement | Riyad Parvez | 2013-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | updated print statement | Riyad Parvez | 2013-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Minor doc updates | David Pursehouse | 2013-10-04 | 1 | -1/+4 | |
| | | | | | | | - Improve wording of sentence describing proxy environment variable setting. - Mention that proxy URLs must include the scheme. | |||||
| * | 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 | |
| | | ||||||
| * | Fix typo in Timeouts doc | Yang Zhang | 2013-09-07 | 1 | -1/+1 | |
| | | ||||||
| * | Clarify timeout behavior in quickstart doc | Yang Zhang | 2013-09-06 | 1 | -2/+4 | |
| | | ||||||
| * | 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 | |
| | | | | | Refs #1471 | |||||
| * | Wrap long lines in the authentication documentation | David Pursehouse | 2013-07-22 | 1 | -2/+4 | |
| | | ||||||
| * | 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> | |||||
| * | fixed underline | Kwpolska | 2013-07-20 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Kwpolska <kwpolska@gmail.com> | |||||
| * | Grammar fixes and such | Kwpolska | 2013-07-20 | 3 | -6/+7 | |
| | | | | | Signed-off-by: Kwpolska <kwpolska@gmail.com> | |||||
| * | Some cosmetic updates to the docs | Kwpolska | 2013-07-20 | 2 | -7/+7 | |
| | | | | | Signed-off-by: Kwpolska <kwpolska@gmail.com> | |||||
| * | Merge pull request #1470 from Lukasa/carset | Cory Benfield | 2013-07-19 | 1 | -3/+3 | |
| |\ | | | | | Remove charset from JSON types: not valid. | |||||
| | * | 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 | |
| |\ \ | |/ |/| | Improve documentation of netrc authentication | |||||
| | * | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The documentation does not make it clear that when the credentials from netrc are used, Requests authenticates with HTTP Basic Auth. I just spent ages trying to figure out why it wasn't working, and it was because although the credentials in the netrc were correct, the server actually required HTTP Digest Auth. Add a section in the authentication documentation to make it clear that HTTP Basic Auth is used. | |||||
| * | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | In the case: payload = {'key1': 'value1', 'key2': 'value2', 'key3': None} r = requests.get("http://httpbin.org", params=payload) the parameter `key3` will not be sent as a parameter in the URL. Mention this in the documentation. | |||||
| * | | fix doc | s7v7nislands | 2013-07-19 | 2 | -8/+3 | |
| |/ | ||||||
| * | 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 | |||||
| * | Link to the actual exception references | Kevin Burke | 2013-06-12 | 1 | -5/+6 | |
| | | | | | | | | Sphinx has a neat cross-referencing feature where if you include the tilde character in front of a :py: class, it'll link to the full object but provide only the last part of class name in the text. For more info see http://sphinx-doc.org/domains.html#cross-referencing-syntax | |||||
| * | 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 | |||||
| | * | Update quickstart.rst | Julien Bouquillon | 2013-05-29 | 1 | -1/+1 | |
| | | | | | | | rephrase misleading info about `raise_for_status` | |||||
| * | | Document blocking calls. | Cory Benfield | 2013-06-08 | 1 | -0/+18 | |
| |/ | ||||||
| * | Fixed example in authentication docs | giacomo | 2013-05-02 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| | | | | | | 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 | |
| | | ||||||
| * | Make json error message more specific | Sasha Laundy | 2013-04-08 | 1 | -1/+2 | |
| | | ||||||
| * | Fix markdown | sursh | 2013-04-08 | 1 | -2/+2 | |
| | | ||||||
