summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* add history to the docsv2.0.0Kenneth Reitz2013-09-241-2/+13
|
* merge 2.0 insto masterKenneth Reitz2013-09-241-1/+1
|\
| * runscope!Kenneth Reitz2013-09-241-1/+1
| |
* | runscopeKenneth Reitz2013-09-241-1/+1
| |
* | fix spellinghomm2013-09-121-1/+1
| |
* | clearly describe `r.raw` in Body Content Workflowhomm2013-09-122-2/+2
| |
* | remove extra mention of dangerous `r.raw`homm2013-09-122-5/+6
| |
* | Fix typo in Timeouts docYang Zhang2013-09-071-1/+1
| |
* | Clarify timeout behavior in quickstart docYang Zhang2013-09-061-2/+4
| |
* | Merge pull request #1556 from ssbarnea/masterCory Benfield2013-08-271-0/+1
|\ \ | | | | | | Added link to StackOverflow questions related to python-requests. This s...
| * | Added link to StackOverflow questions related to python-requests. This ↵Sorin Sbarnea2013-08-271-0/+1
| | | | | | | | | | | | | | | | | | should be the default support way for the library, as clearly most questions are supposed to be programming related. Signed-off-by: Sorin Sbarnea <sorin.sbarnea@citrix.com>
* | | 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-204-7/+8
| | | | | | | | Signed-off-by: Kwpolska <kwpolska@gmail.com>
* | Some cosmetic updates to the docsKwpolska2013-07-205-10/+10
| | | | | | | | 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-193-9/+4
|/ /
* | 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
* | Packaging warning, in via @andrewgross.Cory Benfield2013-06-221-0/+5
| |
* | 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`
* | | Remove development reference from docs sidebar.Cory Benfield2013-06-081-2/+1
| | |
* | | Document blocking calls.Cory Benfield2013-06-081-0/+18
|/ /
* | Fixed example in authentication docsgiacomo2013-05-021-1/+1
| |
* | Merge pull request #1314 from duailibe/masterKenneth Reitz2013-05-011-1/+1
|\ \ | | | | | | Fix small typo in the Support docs
| * | Fix small typo in the Support docsLucas Duailibe2013-04-181-1/+1
| | |
* | | Fix API documentation issuesamercader2013-04-301-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | * 'Cookies' and 'Encodings' sections were not built because the reference to the functions was wrong. * 'Exceptions' section had a wrong anchor link ('module-requests', same one as the main heading). * Remove 'decode_gzip' function, which is no longer present.
* | | A tiny typo, noticed while working on the Polish translation.Chris Warrick2013-04-271-1/+1
| | |
* | | millaKenneth Reitz2013-04-201-1/+1
| | |
* | | ptKenneth Reitz2013-04-201-0/+2
|/ /
* | translationsKenneth Reitz2013-04-151-10/+0
| |
* | TranslatoinsKenneth Reitz2013-04-151-6/+9
| |
* | Merge remote-tracking branch 'origin/master'Kenneth Reitz2013-04-151-3/+17
|\ \
| * \ Merge pull request #1302 from ssbarnea/masterKenneth Reitz2013-04-131-3/+17
| |\ \ | | |/ | | | Documents the actual logging methods #1297
| | * Updated documentation indicating that logging is done via ↵Sorin Sbarnea2013-04-101-1/+1
| | | | | | | | | | | | | | | | | | requests.packages.urllib3 instead of requests. modified: docs/api.rst
| | * * Documented the logging, requested in #1297Sorin Sbarnea2013-04-101-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Added build directory and *.egg to .gitignore * Added sphinx as setup requirement in order to be able to build documentation with `pyhton setup.py build_sphinx` modified: .gitignore modified: docs/api.rst modified: setup.py
* | | translationsKenneth Reitz2013-04-151-0/+11
|/ /