| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2825 from Lukasa/universal_newlines | Ian Cordasco | 2015-10-24 | 2 | -1/+27 |
| |\ | | | | | Add warnings about text/binary mode files. | ||||
| | * | Add warnings about text/binary mode files. | Cory Benfield | 2015-10-14 | 2 | -1/+27 |
| | | | |||||
| * | | added fix for #2826 | shagun Sodhani | 2015-10-16 | 1 | -2/+2 |
| |/ | |||||
| * | Remove reference to ok. | Cory Benfield | 2015-10-03 | 1 | -2/+2 |
| | | |||||
| * | Fix #2799: Update Quickstart documentation of Response.json() | Hosam Aly | 2015-10-03 | 1 | -2/+8 |
| | | |||||
| * | docs: move CA Certificates next to SSL Cert Verification | Jim Browne | 2015-09-11 | 1 | -22/+22 |
| | | |||||
| * | docs: Fix typos | Jakub Wilk | 2015-09-10 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2741 from jasongrout/per-host-proxy | Cory Benfield | 2015-09-06 | 1 | -1/+11 |
| |\ | | | | | Implement per-host proxies | ||||
| | * | Clarify documentation for per-host proxies | Jason Grout | 2015-09-04 | 1 | -1/+4 |
| | | | | | | | | | | | Make sure it's clear that a per-host proxy matches a scheme and exact hostname. | ||||
| | * | Reword documentation for per-host proxies | Jason Grout | 2015-08-25 | 1 | -7/+8 |
| | | | |||||
| | * | Add documentation for host-specific proxies | Jason Grout | 2015-08-25 | 1 | -0/+6 |
| | | | |||||
| * | | fix rfc quotation | Maximilian Hils | 2015-09-05 | 1 | -4/+4 |
| | | | |||||
| * | | Document the string form of the verify parameter. | Cory Benfield | 2015-08-31 | 1 | -1/+5 |
| |/ | |||||
| * | Fixed minor rendering issue in documentation code blocks | Baptiste Mispelon | 2015-08-15 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #2724 from smiley/master | Cory Benfield | 2015-08-14 | 1 | -0/+9 |
| |\ | | | | | Add documentation in "More complicated POST requests" (Quickstart) to resolve #2686 | ||||
| | * | Changed phrasing to be a little clearer. | Smiley Barry | 2015-08-14 | 1 | -2/+2 |
| | | | |||||
| | * | Update quickstart.rst | Smiley Barry | 2015-08-14 | 1 | -0/+9 |
| | | | | | | | Added note about the `json` parameter in `requests.post`. | ||||
| * | | Docs: Clarify that method-level params are not persisted in sessions. | Lukas Graf | 2015-08-08 | 1 | -0/+18 |
| | | | |||||
| * | | Mention connection pooling in session docs. | Lukas Graf | 2015-08-07 | 1 | -1/+6 |
| | | | |||||
| * | | Document use of sessions as context managers. | Lukas Graf | 2015-08-07 | 1 | -0/+9 |
| | | | |||||
| * | | Fix docs for passing a list of values for a query string | Christopher Peplin | 2015-07-18 | 1 | -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/chunkeddocs | Ian Cordasco | 2015-07-18 | 1 | -1/+7 |
| |\ \ | | | | | | | Expand on chunked handling. | ||||
| | * | | Expand on chunk length | Cory Benfield | 2015-07-18 | 1 | -1/+2 |
| | | | | |||||
| | * | | Expand on chunked handling. | Cory Benfield | 2015-03-18 | 1 | -1/+6 |
| | | | | |||||
| * | | | Fix quickstart "Custom Headers" example intro | Peter Marsh | 2015-07-15 | 1 | -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 referencing | Andrew Widdersheim | 2015-05-26 | 1 | -0/+14 |
| | |/ |/| | | | | | Allows for sections to be linked from other projects using Intersphinx. | ||||
| * | | updated custom header precedence info with .netrc example | benjaminran | 2015-04-05 | 1 | -1/+1 |
| | | | |||||
| * | | added custom header precedence info | benjaminran | 2015-04-03 | 1 | -0/+9 |
| |/ | |||||
| * | edited the useragent string | M.Yasoob Ullah Khalid ☺ | 2015-03-15 | 1 | -1/+1 |
| | | |||||
| * | made the quickstart more reader friendly. Closes #2418 | M.Yasoob Ullah Khalid ☺ | 2015-03-15 | 1 | -3/+2 |
| | | |||||
| * | Document Response.iter_lines() reentrancy issues | Priit Laes | 2015-03-07 | 1 | -0/+13 |
| | | |||||
| * | document combination of repeated response headers | requiredfield | 2015-02-20 | 1 | -0/+9 |
| | | |||||
| * | Update to use readthedocs.org instead of rtfd.org | Nicholas Avenell | 2015-02-06 | 1 | -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 params | Tom S | 2015-02-03 | 1 | -0/+7 |
| | | |||||
| * | Updated the broken link to twitter streaming API documentation | rakesh | 2014-12-09 | 1 | -1/+1 |
| | | |||||
| * | Docs: Add more section labels for referencing | Dan Michael O. Heggø | 2014-11-17 | 1 | -0/+13 |
| | | | | | so sections can be linked from other projects using Intersphinx | ||||
| * | docs: Clarify how to pass a custom set of CAs | Jan Kundrát | 2014-09-25 | 1 | -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-fix | Cory Benfield | 2014-09-23 | 1 | -2/+2 |
| |\ | | | | | Correct redirection introduction | ||||
| | * | Correct redirection introduction | Ian Cordasco | 2014-09-22 | 1 | -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 Benfield | 2014-09-20 | 1 | -3/+3 |
| | | | |||||
| * | | Moved multiple files upload example to advanced section. | Martin Jul | 2014-09-16 | 2 | -23/+26 |
| | | | |||||
| * | | Added example of how to send multiple files in one request. | Martin Jul | 2014-09-16 | 1 | -0/+24 |
| |/ | |||||
| * | Request->Response. | Cory Benfield | 2014-09-09 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2203 from Lukasa/remove_certifi | Kenneth Reitz | 2014-09-05 | 1 | -0/+18 |
| |\ | | | | | Remove hard certifi dependency and document. | ||||
| | * | Link to Mozilla trust store. | Cory Benfield | 2014-09-04 | 1 | -1/+2 |
| | | | |||||
| | * | Remove hard certifi dependency and document. | Cory Benfield | 2014-09-04 | 1 | -0/+17 |
| | | | |||||
| * | | Merge pull request #2187 from kevinburke/more-docs | Kenneth Reitz | 2014-09-04 | 1 | -1/+1 |
| |\ \ | |/ |/| | Document Timeout behaviour | ||||
| | * | s/behavior/behaviour | Kevin Burke | 2014-08-29 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "Documentation update : connection keep alive" | Kenneth Reitz | 2014-08-29 | 1 | -4/+0 |
| |/ | | | | | | | This reverts commit 1b2602344fe783c5422602ff5f7d03bf7928c0f3. Conflicts: docs/user/advanced.rst | ||||
| * | Remove timeline.json from docs. | Cory Benfield | 2014-08-26 | 1 | -1/+1 |
| | | |||||
