summaryrefslogtreecommitdiff
path: root/docs/api.rst
Commit message (Collapse)AuthorAgeFilesLines
* remove HTTPProxyAuth in favor of the proxies parameterNate Prewitt2016-12-161-1/+0
|
* Merge branch 'master' into proposed/3.0.0Cory Benfield2016-11-151-1/+1
|\
| * correct module for cookiejar_from_dict in docsNate Prewitt2016-11-021-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into proposed/3.0.0Ian Cordasco2016-09-061-1/+8
|\ \ | |/ | | | | | | | | | | Conflicts: requests/__init__.py requests/sessions.py tests/test_requests.py
| * docs updatesNate Prewitt2016-08-141-0/+3
| |
| * updating documentation to reflect decision of #3386Nate Prewitt2016-07-071-1/+5
| |
* | Merge remote-tracking branch 'upstream/master' into proposed/3.0.0Ian Cordasco2016-06-031-49/+42
|\ \ | |/ | | | | | | | | | | | | Conflicts: AUTHORS.rst requests/__init__.py requests/sessions.py tests/test_requests.py
| * Fix autofunction ReferenceBrandon Sandrowicz2016-03-081-1/+1
| | | | | | `request.codes` is a class (`LookupDict`), not a function.
| * refactor API documentationKenneth Reitz2016-02-181-49/+42
| |
* | Merge commit '1881851' into v3.0.0Kenneth Reitz2016-02-011-1/+1
|\ \ | |/ |/|
| * Rename {Missing,Invalid}Schema to *SchemeChad Whitacre2016-01-051-1/+1
| | | | | | | | | | | | | | Schemes are what they're called, not schemas. Conflicts: requests/models.py
* | Update example for Python 2/3 compatible.shoma2016-01-221-3/+5
| |
* | Fix api doc of debug logging for Python 3shoma2016-01-221-3/+4
| |
* | Docs: Clarify that method-level params are not persisted in sessions.Lukas Graf2015-08-081-0/+2
|/
* Clean up cookie docs and display them.Cory Benfield2014-12-241-0/+6
|
* tildesKevin Burke2014-08-291-1/+1
|
* s/behavior/behaviourKevin Burke2014-08-291-1/+1
|
* Document Timeout behaviourKevin Burke2014-08-291-18/+2
|
* Add support for connect timeoutsKevin Burke2014-08-231-1/+1
| | | | | | | Modifies the timeout interface to also accept a tuple (connect, read) which would be used to set individual connect and read timeouts for Requests. Adds Advanced documentation explaining the interface and providing guidance for timeout values.
* Add authentication classes to the API documentDavid Pursehouse2014-07-181-0/+7
| | | | Change-Id: Ic1464f246602b809f3c29fbafd6f36b747d5d5df
* Add Timeout exception in API documentationDavid Pursehouse2014-07-151-0/+1
| | | | | | | The Timeout exception is referenced from quickstart.rst but does not get hyperlinked. Change-Id: I69ad881bf9d2475c6239ac7b17f68ddbce0d03cd
* Timeout documentation changes.Cory Benfield2014-03-031-1/+3
|
* Added link to @Lukasa's blog - the source materialDavid Fischer2013-09-241-0/+6
|
* Added migrating to 2.x docsDavid Fischer2013-09-241-0/+64
|
* clearly describe `r.raw` in Body Content Workflowhomm2013-09-121-1/+1
|
* remove extra mention of dangerous `r.raw`homm2013-09-121-4/+5
|
* Some cosmetic updates to the docsKwpolska2013-07-201-1/+1
| | | | Signed-off-by: Kwpolska <kwpolska@gmail.com>
* 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
|
* 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
* Add HTTPAdapter to API docs.Cory Benfield2013-04-091-0/+6
|
* Session isn't advertised as a context managerDavid Fischer2013-03-021-3/+4
|
* Capitalize s in SessionDavid Fischer2013-03-021-1/+1
|
* Logic on streaming responses was changed in 1.0David Fischer2013-03-021-3/+3
| | | | * prefetch=False in 0.x is now stream=True
* Initial docs patch for migrating from pre 1.0David Fischer2013-03-011-0/+70
|
* developer interfaceKenneth Reitz2012-12-231-2/+2
|
* request sessionsKenneth Reitz2012-12-231-11/+2
|
* cleaup api docsKenneth Reitz2012-12-231-16/+0
|
* docs updateKenneth Reitz2012-12-231-12/+10
|
* requestKenneth Reitz2012-12-231-0/+2
|
* no async anymoreKenneth Reitz2012-12-231-19/+3
|
* Update documentation on Sessions.Cory Benfield2012-11-171-0/+3
| | | | | This resolves issue #870. Better documentation here should be considered for further work.
* Fixing status codes. Somehow these were wrong.Peter Manser2011-11-141-3/+3
|
* refKenneth Reitz2011-11-091-0/+2
|
* better stepping for elastic designKenneth Reitz2011-11-091-0/+2
|
* better api docsKenneth Reitz2011-11-091-18/+53
|
* Async APIKenneth Reitz2011-10-131-3/+15
|
* Migrate new docs over.Kenneth Reitz2011-10-131-12/+48
|
* doc cleanupsKenneth Reitz2011-08-171-12/+1
|