summaryrefslogtreecommitdiff
path: root/docs/user/advanced.rst
Commit message (Collapse)AuthorAgeFilesLines
* Format c_rehashBen Bodenmiller2021-01-191-1/+1
|
* Updated proxies documentationSylvain MARIE2020-11-271-20/+28
|
* Updated proxies documentationSylvain MARIE2020-11-271-1/+34
|
* Merge pull request #5594 from icfly2/patch-1Nate Prewitt2020-11-161-2/+2
|\ | | | | Update advanced.rst
| * Update advanced.rstRuben2020-09-231-2/+2
| | | | | | replaced reference to requests-async with httpx the replacement project
* | small typo corrected.Jonathan2020-10-041-1/+1
|/ | | a small typo was corrected.
* Recommend Pip, remove todo/philo docs, pare down support avenuesSeth Michael Larson2020-08-181-1/+1
|
* Document the dangers of using verify=FalseMatt Silverlock2020-08-161-0/+6
|
* Docs: list CURL_CA_BUNDLE as supported (#5509)Ben Bodenmiller2020-07-231-0/+1
| | | * Docs: list CURL_CA_BUNDLE as supported
* cleanup advanced docs headerNate Prewitt2020-06-261-2/+0
|
* Remove explicit unicode literal in README.md and doc (#5336)Alessio Izzo2020-03-251-11/+11
| | | * [remove] remove "u" prefix in README and documentation examples
* Fix the syntax highlighting in the example (#5276)Alexander Zhukov2020-02-171-2/+2
| | | | Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
* Updated references to previous requests/requests GitHub pathNihaal2019-08-191-6/+6
|
* Fix typosMin ho Kim2019-07-201-1/+1
|
* Add `requests-async` link to "non-blocking" docs.Tom Christie2019-03-271-1/+2
| | | Links to https://github.com/encode/requests-async for an asyncio non-blocking option.
* docs: correct error in 'merge_environment_settings' usageAndrew Bonney2019-02-041-1/+1
| | | | Resolves #4959
* Prefer https:// for URLs throughout projectJon Dufresne2018-09-301-21/+21
|
* In docs, use intersphinx to link to Python documentationJon Dufresne2018-08-111-14/+10
| | | | | | | | The intersphinx extension can generate automatic links to the documentation of objects in other projects. It was already used for urllib3. For complete details on intersphinx, see: http://www.sphinx-doc.org/en/master/ext/intersphinx.html
* Update Python 2 doc links to Python 3Jon Dufresne2018-06-091-2/+2
| | | | | The Python 3 docs are better maintained and are the future of Python development.
* Certifi.io brokenNick Timkovich2018-05-141-1/+1
| | | http://certifi.io/ -> https://certifiio.readthedocs.io/
* Spelling.Victor Shih2018-05-071-1/+1
|
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-181-1/+1
| | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* Remove remaining references to removed, vendored packages (#4499)Jon Dufresne2018-02-171-1/+1
| | | | As the vendored packages were removing in version 2.16, all remaining doc references should be replaced with newer practices.
* Clarify docs that Requests always uses certs from certifiJon Dufresne2018-02-141-9/+8
| | | | | | | | | Since commit 0d7de6430eef0cf09f9662746daf0c28d83f144e, certifi is always used for certificates. Certify became a hard dependency of the package in 628633143d5b8590b1dbdf5371fe81fb8250dffd. Now update the docs to clarify that Request will always use certificates from certifi.
* Trim trialing white space throughout the projectJon Dufresne2018-02-051-5/+5
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Prefer https over http for links in the documentationJon Dufresne2018-01-061-3/+3
| | | | | | - Fixed Read the Docs links - Fixed GitHub links - Fixed PyPI links
* Add an example of two hooksAlex Chan2017-10-241-0/+12
|
* Clarify that a Session can have multiple hooksAlex Chan2017-10-231-2/+5
|
* Switch to using dict literals, it's 2017Alex Chan2017-10-231-3/+3
|
* Add something to the docs about hooks on Session()Alex Chan2017-10-231-0/+9
|
* Update advanced.rstKenneth Reitz2017-09-041-0/+2
|
* Update advanced.rstKenneth Reitz2017-09-041-1/+2
|
* fixed syntax for code block for prepared requestsPascal Van Acker2017-08-281-1/+1
|
* Add environment info to prepared requestsPascal Van Acker2017-08-281-0/+19
| | | When using prepared requests, the environment is not taken into account. This should be reflected in the documentation.
* Fix issue #3863NikosVlagoidis2017-08-091-1/+1
|
* Update advanced.rstNikosVlagoidis2017-08-091-3/+1
|
* Fixes issue #3863Nikolaos Vlagoidis2017-08-091-0/+4
|
* Allow Requests.Response to be used as a context managerEd Morley2017-06-061-6/+2
| | | | | | | | | | | | | This saves having to wrap the call to requests with `contextlib.closing()`, allowing it to be used directly in a `with` statement, like so: ``` with requests.get('http://httpbin.org/get', stream=True) as r: # Do things with the response here. ``` Fixes #4136.
* new requests namespaceKenneth Reitz2017-05-291-6/+6
|
* fix lack of tasteKenneth Reitz2017-05-211-1/+1
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* Update advanced.rstAnthony Shaw2017-04-021-0/+3
| | | break client side certificates out into a sub header
* Change apostrophe placement in advanced.rstBrian Schiller2017-03-141-1/+1
| | | See Rule2a on http://www.grammarbook.com/punctuation/apostro.asp
* updating https demo urlsNate Prewitt2017-01-041-3/+3
|
* documentation on encoding fallback for streamingNate Prewitt2016-11-141-0/+14
|
* adding decoding requirement for Python 3Nate Prewitt2016-11-141-1/+2
|
* Let's use capitals.Cory Benfield2016-10-121-1/+1
|
* Add Documentation for custom methodsStewart Polley2016-10-081-0/+18
|
* fixes broken link on documentation pageOm Prakash2016-09-281-1/+1
| | | | Issue #3603
* Add persistent examplesRichard van den Berg2016-08-261-0/+10
|
* Changes to documentation based on comments and correction of list of authors.Maik2016-08-171-1/+1
|