| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add comment about json parameter changing content-type | Hackbright Student | 2018-03-16 | 1 | -0/+2 |
| | | |||||
| * | Remove remaining references to removed, vendored packages (#4499) | Jon Dufresne | 2018-02-17 | 1 | -1/+1 |
| | | | | | As the vendored packages were removing in version 2.16, all remaining doc references should be replaced with newer practices. | ||||
| * | Clarify behaviour of `json` parameter. | Daniel Roseman | 2017-11-21 | 1 | -0/+1 |
| | | | | | `json` is ignored if `data` or `files` is not empty. | ||||
| * | docs/quickstart: clarify raw response reading. | Dave Shawley | 2017-11-17 | 1 | -0/+8 |
| | | |||||
| * | Corrent HTTP -> HTML in quickstart doc | Tal Einat | 2017-11-16 | 1 | -1/+1 |
| | | |||||
| * | Update quickstart.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 |
| | | |||||
| * | improvements | Kenneth Reitz | 2017-05-27 | 1 | -23/+1 |
| | | |||||
| * | fix #3902 Add proposed documentation change for post data | Gary Wu | 2017-03-01 | 1 | -1/+40 |
| | | |||||
| * | Say that we use a dictionary of strings. | Cory Benfield | 2017-02-08 | 1 | -2/+2 |
| | | |||||
| * | streaming doc clarification | Nate Prewitt | 2016-11-21 | 1 | -2/+3 |
| | | |||||
| * | correct backtick formatting | Aidan Feldman | 2016-11-17 | 1 | -1/+1 |
| | | |||||
| * | clarify that the `chunk_size` is optional when streaming to a file | Aidan Feldman | 2016-11-17 | 1 | -1/+1 |
| | | |||||
| * | Fixed readme typo - 'site' should be 'domain' | Greg McLeod | 2016-11-15 | 1 | -2/+2 |
| | | |||||
| * | Amplifies the timeout warning in the docs. | Mike Lissner | 2016-11-14 | 1 | -1/+3 |
| | | | | Partially addresses #3070. | ||||
| * | Changes to documentation based on comments and correction of list of authors. | Maik | 2016-08-17 | 1 | -1/+1 |
| | | |||||
| * | Adding notes about Request's timeout behavior. | Maik Himstedt | 2016-08-17 | 1 | -1/+2 |
| | | |||||
| * | docs updates | Nate Prewitt | 2016-08-14 | 1 | -10/+10 |
| | | |||||
| * | fix grammer mistakes in Quickstart | Jiayuan Zhang | 2016-08-13 | 1 | -3/+3 |
| | | |||||
| * | Add a bit about RequestsCookieJar to Cookies section | Michael | 2016-08-03 | 1 | -0/+13 |
| | | |||||
| * | in python3.x not have StringIO | Zeusw | 2016-07-14 | 1 | -1/+1 |
| | | | | I think, should such an amendment. | ||||
| * | updating documentation to reflect decision of #3386 | Nate Prewitt | 2016-07-07 | 1 | -0/+1 |
| | | |||||
| * | Note how HTTPErrors are raised | David Fischer | 2016-06-08 | 1 | -2/+3 |
| | | |||||
| * | Update readthedocs links. | Rémy HUBSCHER | 2016-04-28 | 1 | -1/+1 |
| | | |||||
| * | cleanup quickstart | Kenneth Reitz | 2016-02-19 | 1 | -8/+22 |
| | | |||||
| * | Fixed markup for/rendering of list in section "Custom Headers". | Jochen Kupperschmidt | 2016-01-30 | 1 | -2/+2 |
| | | |||||
| * | Docs: clarify the precedence of `auth=` over `netrc` | Isa Hassen | 2015-12-21 | 1 | -1/+3 |
| | | | | | | | | | | | | | This closes #2062 by clarifying in the docs which auth header takes precedence: 1st auth= 2nd .netrc 3rd headers= This precedence order is already tested in test_requests.py, in the test_basicauth_with_netrc method. Perhaps we should add further tests for non-basic auth schemes. | ||||
| * | Remove redundant json import. | unknown | 2015-11-12 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #2825 from Lukasa/universal_newlines | Ian Cordasco | 2015-10-24 | 1 | -0/+8 |
| |\ | | | | | Add warnings about text/binary mode files. | ||||
| | * | Add warnings about text/binary mode files. | Cory Benfield | 2015-10-14 | 1 | -0/+8 |
| | | | |||||
| * | | 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 |
| | | |||||
| * | fix rfc quotation | Maximilian Hils | 2015-09-05 | 1 | -4/+4 |
| | | |||||
| * | 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`. | ||||
| * | | 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. | ||||
| * | | 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. | ||||
| * | 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 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 |
| | | |||||
| * | 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 | 1 | -23/+2 |
| | | | |||||
