summaryrefslogtreecommitdiff
path: root/docs/user
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2825 from Lukasa/universal_newlinesIan Cordasco2015-10-242-1/+27
|\ | | | | Add warnings about text/binary mode files.
| * Add warnings about text/binary mode files.Cory Benfield2015-10-142-1/+27
| |
* | added fix for #2826shagun Sodhani2015-10-161-2/+2
|/
* Remove reference to ok.Cory Benfield2015-10-031-2/+2
|
* Fix #2799: Update Quickstart documentation of Response.json()Hosam Aly2015-10-031-2/+8
|
* docs: move CA Certificates next to SSL Cert VerificationJim Browne2015-09-111-22/+22
|
* docs: Fix typosJakub Wilk2015-09-101-1/+1
|
* Merge pull request #2741 from jasongrout/per-host-proxyCory Benfield2015-09-061-1/+11
|\ | | | | Implement per-host proxies
| * Clarify documentation for per-host proxiesJason Grout2015-09-041-1/+4
| | | | | | | | | | Make sure it's clear that a per-host proxy matches a scheme and exact hostname.
| * Reword documentation for per-host proxiesJason Grout2015-08-251-7/+8
| |
| * Add documentation for host-specific proxiesJason Grout2015-08-251-0/+6
| |
* | fix rfc quotationMaximilian Hils2015-09-051-4/+4
| |
* | Document the string form of the verify parameter.Cory Benfield2015-08-311-1/+5
|/
* Fixed minor rendering issue in documentation code blocksBaptiste Mispelon2015-08-151-3/+3
|
* Merge pull request #2724 from smiley/masterCory Benfield2015-08-141-0/+9
|\ | | | | Add documentation in "More complicated POST requests" (Quickstart) to resolve #2686
| * Changed phrasing to be a little clearer.Smiley Barry2015-08-141-2/+2
| |
| * Update quickstart.rstSmiley Barry2015-08-141-0/+9
| | | | | | Added note about the `json` parameter in `requests.post`.
* | Docs: Clarify that method-level params are not persisted in sessions.Lukas Graf2015-08-081-0/+18
| |
* | Mention connection pooling in session docs.Lukas Graf2015-08-071-1/+6
| |
* | Document use of sessions as context managers.Lukas Graf2015-08-071-0/+9
| |
* | Fix docs for passing a list of values for a query stringChristopher Peplin2015-07-181-4/+3
| | | | | | The special `[]` notation at the end of the field name is not necessary to get a field to appear with multiple values in the query string.
* | Merge pull request #2506 from Lukasa/chunkeddocsIan Cordasco2015-07-181-1/+7
|\ \ | | | | | | Expand on chunked handling.
| * | Expand on chunk lengthCory Benfield2015-07-181-1/+2
| | |
| * | Expand on chunked handling.Cory Benfield2015-03-181-1/+6
| | |
* | | Fix quickstart "Custom Headers" example introPeter Marsh2015-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously this section prefaced an example with: For example, we didn't specify our content-type But, the actual example set a custom user-agent header on the request. This changes it to say "user-agent" instead which matches the given example.
* | | Docs: Add more section labels for referencingAndrew Widdersheim2015-05-261-0/+14
| |/ |/| | | | | Allows for sections to be linked from other projects using Intersphinx.
* | updated custom header precedence info with .netrc examplebenjaminran2015-04-051-1/+1
| |
* | added custom header precedence infobenjaminran2015-04-031-0/+9
|/
* edited the useragent stringM.Yasoob Ullah Khalid ☺2015-03-151-1/+1
|
* made the quickstart more reader friendly. Closes #2418M.Yasoob Ullah Khalid ☺2015-03-151-3/+2
|
* Document Response.iter_lines() reentrancy issuesPriit Laes2015-03-071-0/+13
|
* document combination of repeated response headersrequiredfield2015-02-201-0/+9
|
* Update to use readthedocs.org instead of rtfd.org Nicholas Avenell2015-02-061-1/+1
| | | https://toolbelt.rtfd.org causes an SSL error because the wildcard SSL cert is for *.readthedocs.org.
* quickstart: using a list as a value in query paramsTom S2015-02-031-0/+7
|
* Updated the broken link to twitter streaming API documentationrakesh2014-12-091-1/+1
|
* Docs: Add more section labels for referencingDan Michael O. Heggø2014-11-171-0/+13
| | | | so sections can be linked from other projects using Intersphinx
* docs: Clarify how to pass a custom set of CAsJan Kundrát2014-09-251-1/+1
| | | | | | This new wording makes it hopefully easier to find how to override the system-provided list of trusted CAs. I failed to find this through some googling and had to resort to asking on IRC previously.
* Merge pull request #2245 from sigmavirus24/doc-fixCory Benfield2014-09-231-2/+2
|\ | | | | Correct redirection introduction
| * Correct redirection introductionIan Cordasco2014-09-221-2/+2
| | | | | | | | | | | | The history attribute contains responses, not requests. Thanks to Yang Yang for reporting this to me via email
* | Fixup the remaining references to timeline.json.Cory Benfield2014-09-201-3/+3
| |
* | Moved multiple files upload example to advanced section.Martin Jul2014-09-162-23/+26
| |
* | Added example of how to send multiple files in one request.Martin Jul2014-09-161-0/+24
|/
* Request->Response.Cory Benfield2014-09-091-1/+1
|
* Merge pull request #2203 from Lukasa/remove_certifiKenneth Reitz2014-09-051-0/+18
|\ | | | | Remove hard certifi dependency and document.
| * Link to Mozilla trust store.Cory Benfield2014-09-041-1/+2
| |
| * Remove hard certifi dependency and document.Cory Benfield2014-09-041-0/+17
| |
* | Merge pull request #2187 from kevinburke/more-docsKenneth Reitz2014-09-041-1/+1
|\ \ | |/ |/| Document Timeout behaviour
| * s/behavior/behaviourKevin Burke2014-08-291-1/+1
| |
* | Revert "Documentation update : connection keep alive"Kenneth Reitz2014-08-291-4/+0
|/ | | | | | | This reverts commit 1b2602344fe783c5422602ff5f7d03bf7928c0f3. Conflicts: docs/user/advanced.rst
* Remove timeline.json from docs.Cory Benfield2014-08-261-1/+1
|