summaryrefslogtreecommitdiff
path: root/docs/user
Commit message (Collapse)AuthorAgeFilesLines
* fix spellinghomm2013-09-121-1/+1
|
* clearly describe `r.raw` in Body Content Workflowhomm2013-09-121-1/+1
|
* remove extra mention of dangerous `r.raw`homm2013-09-121-1/+1
|
* Fix typo in Timeouts docYang Zhang2013-09-071-1/+1
|
* Clarify timeout behavior in quickstart docYang Zhang2013-09-061-2/+4
|
* Update advanced.rstlibbkmz2013-08-191-1/+1
|
* Remove superfluous double dotenkore2013-08-181-1/+1
|
* Add a simple example of custom authentication in the documentationDavid Pursehouse2013-07-221-2/+14
| | | | Refs #1471
* Wrap long lines in the authentication documentationDavid Pursehouse2013-07-221-2/+4
|
* further treatmentKwpolska2013-07-201-1/+1
| | | | Signed-off-by: Kwpolska <kwpolska@gmail.com>
* session object should be uppercaseKwpolska2013-07-201-2/+2
| | | | Signed-off-by: Kwpolska <kwpolska@gmail.com>
* fixed underlineKwpolska2013-07-201-1/+1
| | | | Signed-off-by: Kwpolska <kwpolska@gmail.com>
* Grammar fixes and suchKwpolska2013-07-203-6/+7
| | | | Signed-off-by: Kwpolska <kwpolska@gmail.com>
* Some cosmetic updates to the docsKwpolska2013-07-202-7/+7
| | | | Signed-off-by: Kwpolska <kwpolska@gmail.com>
* Merge pull request #1470 from Lukasa/carsetCory Benfield2013-07-191-3/+3
|\ | | | | Remove charset from JSON types: not valid.
| * Remove charset from JSON types: not valid.Cory Benfield2013-07-191-3/+3
| |
* | Merge pull request #1465 from dpursehouse/doc-netrc-authenticationCory Benfield2013-07-191-0/+11
|\ \ | |/ |/| Improve documentation of netrc authentication
| * Move netrc authentication documentation under the Basic Auth sectionDavid Pursehouse2013-07-191-11/+11
| |
| * Improve documentation of netrc authenticationDavid Pursehouse2013-07-191-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.
* | merges7v7nislands2013-07-191-0/+3
|\ \ | |/
| * Fix #1322: Add note in docs about None not being sent as dataDavid Pursehouse2013-07-191-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 docs7v7nislands2013-07-192-8/+3
|/
* Fixed wrong method call at streaming exampleLukasz Balcerzak2013-06-271-1/+1
| | | 405 is returned if POST request is performed to http://httpbin.org/stream/20
* Link to the actual exception referencesKevin Burke2013-06-121-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 typoJosh Schneier2013-06-091-1/+1
|
* Merge pull request #1392 from revolunet/patch-2Kenneth Reitz2013-06-081-1/+1
|\ | | | | Update quickstart.rst
| * Update quickstart.rstJulien Bouquillon2013-05-291-1/+1
| | | | | | rephrase misleading info about `raise_for_status`
* | Document blocking calls.Cory Benfield2013-06-081-0/+18
|/
* Fixed example in authentication docsgiacomo2013-05-021-1/+1
|
* switch streaming requests to httpbinKenneth Reitz2013-04-131-12/+5
|
* Fix Advanced docs Twitter Streaming exampleMike Helmick2013-04-112-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 Benfield2013-04-091-8/+44
|
* Make json error message more specificSasha Laundy2013-04-081-1/+2
|
* Fix markdownsursh2013-04-081-2/+2
|
* Make json error on empty response more specificsursh2013-04-081-1/+2
|
* Add PreparedRequest recipe to the docsIan Cordasco2013-04-021-1/+35
|
* Fixed typosPascal Borreli2013-04-011-1/+1
|
* Fix issue #1225 (Documentation: response object status/reason)Markus Wiik2013-03-051-1/+0
|
* Github URL fixDavid Fischer2013-03-011-1/+1
|
* use explicit scheme for proxies in the docsThomas Weißschuh2013-02-151-4/+4
| | | | | Issue #1192 tried to force user to provide a scheme for proxy urls. As this would break backwards compability change the docs instead.
* Update docs/user/advanced.rstekatsah2013-01-301-1/+1
| | | Rephrasing a line in the docs, add explicite mention of "client side certificate" (for indexing and clarity)
* Small typo fixes.Cory Benfield2013-01-211-2/+2
|
* Update docs with correct cookie behaviour.Cory Benfield2013-01-171-3/+3
|
* v1.1.0 and docsKenneth Reitz2013-01-101-0/+22
|
* Merge pull request #1085 from graingert/patch-1Kenneth Reitz2013-01-071-10/+5
|\ | | | | Update the advanced doc to use the r.json method
| * Update the advanced doc to use the r.json methodThomas Grainger2013-01-041-10/+5
| |
* | Update the link headers doc to match the codeThomas Grainger2013-01-041-4/+4
|/
* Remove safe_mode/danger_mode from docsIan Cordasco2012-12-301-6/+0
|
* timeoutKenneth Reitz2012-12-231-1/+2
|
* update docsv1.0.4Kenneth Reitz2012-12-232-27/+19
|