summaryrefslogtreecommitdiff
path: root/docs/user
Commit message (Expand)AuthorAgeFilesLines
...
* docs updatesNate Prewitt2016-08-142-41/+39
* fix grammer mistakes in QuickstartJiayuan Zhang2016-08-131-3/+3
* Add a bit about RequestsCookieJar to Cookies sectionMichael2016-08-031-0/+13
* in python3.x not have StringIOZeusw2016-07-141-1/+1
* updating documentation to reflect decision of #3386Nate Prewitt2016-07-071-0/+1
* Merge pull request #3297 from davidfischer/http-error-specificsKenneth Reitz2016-06-081-2/+3
|\
| * Note how HTTPErrors are raisedDavid Fischer2016-06-081-2/+3
* | compensate for lack of tasteKenneth Reitz2016-06-091-4/+4
|/
* Document header ordering. (#3295)Cory Benfield2016-06-081-1/+8
* Merge pull request #3173 from Lukasa/socks-proxy-docsIan Cordasco2016-05-051-0/+23
|\
| * Add section on SOCKS proxies.Cory Benfield2016-05-031-0/+23
* | docs: Add a note about SSL c_rehashLukas Vacek2016-05-021-0/+3
|/
* Update readthedocs links.Rémy HUBSCHER2016-04-282-2/+2
* Clarify that SSL verification is on by defaultKevin Burke2016-03-171-7/+8
* lettersKenneth Reitz2016-02-191-4/+4
* improve further advanced.rstKenneth Reitz2016-02-191-6/+2
* improve advanced.rstKenneth Reitz2016-02-191-7/+8
* cleanup quickstartKenneth Reitz2016-02-191-8/+22
* cleanup advanced.rstKenneth Reitz2016-02-191-15/+32
* docs cleanupKenneth Reitz2016-02-191-2/+3
* improved installation instructionsKenneth Reitz2016-02-181-18/+10
* Fixed markup for/rendering of list in section "Custom Headers".Jochen Kupperschmidt2016-01-301-2/+2
* Warn about encrypted keys in the docs.Cory Benfield2016-01-271-0/+3
* advanced: use "client.*" to designate client certificateVincent Bernat2015-12-281-2/+2
* Docs: clarify the precedence of `auth=` over `netrc`Isa Hassen2015-12-212-3/+5
* Remove redundant json import.unknown2015-11-121-1/+0
* Add support for a directory of CAsCory Benfield2015-11-051-1/+1
* Merge pull request #2825 from Lukasa/universal_newlinesIan Cordasco2015-10-242-1/+27
|\
| * 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
|\
| * Clarify documentation for per-host proxiesJason Grout2015-09-041-1/+4
| * 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
|\
| * Changed phrasing to be a little clearer.Smiley Barry2015-08-141-2/+2
| * Update quickstart.rstSmiley Barry2015-08-141-0/+9
* | 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
* | Merge pull request #2506 from Lukasa/chunkeddocsIan Cordasco2015-07-181-1/+7
|\ \
| * | Expand on chunk lengthCory Benfield2015-07-181-1/+2