Elliot Ford
5f1c3c22ff
remove section with broken link to survey
2024-02-23 10:26:21 +00:00
Mike Fiedler
bfba9dc68c
docs: replace concrete URLs with references
...
Any development links will now refer back to the generated docs.
Signed-off-by: Mike Fiedler <miketheman@gmail.com >
2023-12-23 18:09:55 +00:00
Boris Verkhovskiy
46188256ee
Response.raw.read() returns bytes ( #6365 )
2023-02-27 08:31:15 -07:00
Chavithra
24dfbfde55
Update quickstart.rst : fixing brotlicffi link ( #6044 )
2022-01-17 11:30:24 -07:00
Greg Dubicki
ab38e2c726
Make the data vs json parameters more clear ( #5382 )
...
As https://stackoverflow.com/q/26685248/2693875 question
and answer popularity shows that there is a lot of people who
do not understand the distinction.
2021-12-29 10:46:21 -07:00
Борис Верховский
827b87b9be
Formatting ( #5910 )
2021-08-25 09:48:30 -07:00
Steve Berdy
db575eeedc
Fix inconsistent exception type in response.json() method ( #5856 )
2021-07-26 08:56:44 -07:00
Дилян Палаузов
5351469472
Add support for brotli decoding ( #5783 )
...
* Add support for Brotli decoding
When the brotli or brotlicffi packages are installed,
urllib3.util.make_headers() inserts ',br' in the Accept-Encoding header
and decodes br from the answers.
* Create the default Accept-Encoding header once
* Preserve the previous delimiter behavior
* Update prose in quickstart.rst
Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com >
2021-07-07 08:16:28 -05:00
Christian Clauss
4193b95db0
simplejson.JSONDecodeError may be raised on Py2 and Py3
2021-03-18 12:27:02 +01:00
Christian Clauss
06462a6e79
quickstart.rst: r.json() can raise JSONDecodeError on Py3
...
% `python2 -c "import requests ; requests.get('https://github.com ').json()"`
% `python3 -c "import requests ; requests.get('https://github.com ').json()"`
2021-03-18 10:06:14 +01:00
Mathieu Pichette
ba543713d3
Respect the NETRC environment variable
2020-10-31 21:01:30 -07:00
Seth Michael Larson
0830062100
Remove images, analytics, 'keep up to date'
2020-08-18 15:13:59 -07:00
Alessio Izzo
bebf5250b0
Remove explicit unicode literal in README.md and doc ( #5336 )
...
* [remove] remove "u" prefix in README and documentation examples
2020-03-25 12:44:51 -07:00
kennethreitz
63e7748fe5
programming quiz
2019-02-28 11:47:41 -05:00
Rich Abdill
5fdc25b029
Reverting redirect examples back to intended URLs
...
A find/replace from a few weeks ago made the redirection sample not demonstrate redirection anymore
2018-10-20 16:55:48 -05:00
Jon Dufresne
b0ad2499c8
Prefer https:// for URLs throughout project
2018-09-30 17:14:40 -05:00
Jon Dufresne
5aa6a9b654
In docs, use intersphinx to link to Python documentation
...
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
2018-08-11 17:31:43 -07:00
Antti Kaihola
9c92f757e6
Rolled multi-value form examples in documentation into one ( #4700 )
...
As suggested by @nateprewitt
2018-07-20 10:30:31 +03:00
Antti Kaihola
9a8eb131c9
Documentation for multivalued form-encoded element as a list ( #4700 )
2018-07-20 10:30:31 +03:00
Jon Dufresne
35a1874912
Update Python 2 doc links to Python 3
...
The Python 3 docs are better maintained and are the future of Python
development.
2018-06-09 20:29:41 -07:00
Hackbright Student
35af0b077f
add comment about json parameter changing content-type
2018-03-16 12:34:24 -07:00
Jon Dufresne
265ef609d5
Remove remaining references to removed, vendored packages ( #4499 )
...
As the vendored packages were removing in version 2.16, all remaining
doc references should be replaced with newer practices.
2018-02-17 08:15:54 -06:00
Daniel Roseman
39446def39
Clarify behaviour of json parameter.
...
`json` is ignored if `data` or `files` is not empty.
2017-11-21 13:40:59 +00:00
Dave Shawley
7cc3d8dc6a
docs/quickstart: clarify raw response reading.
2017-11-17 16:37:08 -05:00
Tal Einat
7f08ad3b6c
Corrent HTTP -> HTML in quickstart doc
2017-11-16 09:59:00 +02:00
kennethreitz
8af65a1eca
Update quickstart.rst
2017-09-04 16:09:51 -04:00
kennethreitz
b9a004a22b
improvements
2017-05-27 17:25:44 -04:00
Gary Wu
21972c4601
fix #3902 Add proposed documentation change for post data
2017-03-01 13:04:11 -06:00
Cory Benfield
08ce652b8b
Say that we use a dictionary of strings.
2017-02-08 11:54:32 +00:00
Nate Prewitt
4f9d0e0455
streaming doc clarification
2016-11-21 14:17:28 -07:00
Aidan Feldman
ed3ba3dbb8
correct backtick formatting
2016-11-17 12:26:19 -05:00
Aidan Feldman
5562c0f097
clarify that the chunk_size is optional when streaming to a file
2016-11-17 12:21:58 -05:00
Greg McLeod
b4d843bad2
Fixed readme typo - 'site' should be 'domain'
2016-11-15 22:27:45 -05:00
Mike Lissner
cfb7fd8f28
Amplifies the timeout warning in the docs.
...
Partially addresses #3070 .
2016-11-14 09:57:08 -08:00
Maik
b5fac31688
Changes to documentation based on comments and correction of list of authors.
2016-08-17 22:03:18 +02:00
Maik Himstedt
b26606cc3c
Adding notes about Request's timeout behavior.
2016-08-17 20:27:00 +02:00
Nate Prewitt
1435cf5aff
docs updates
2016-08-14 20:56:52 -06:00
Jiayuan Zhang
00f83fb0c6
fix grammer mistakes in Quickstart
2016-08-13 10:19:10 +08:00
Michael
07b7872df8
Add a bit about RequestsCookieJar to Cookies section
2016-08-03 13:03:34 -07:00
Zeusw
cf938420f8
in python3.x not have StringIO
...
I think, should such an amendment.
2016-07-14 10:40:32 +08:00
Nate Prewitt
1cb3b797fe
updating documentation to reflect decision of #3386
2016-07-07 07:44:20 -06:00
David Fischer
277d4a41ad
Note how HTTPErrors are raised
2016-06-08 18:19:10 -07:00
Rémy HUBSCHER
70a344d8eb
Update readthedocs links.
2016-04-28 12:39:10 +02:00
kennethreitz
bf8c8312dd
cleanup quickstart
2016-02-19 02:12:15 -05:00
Jochen Kupperschmidt
0d25f8a00c
Fixed markup for/rendering of list in section "Custom Headers".
2016-01-30 14:45:07 +01:00
Isa Hassen
fcb8c8d33b
Docs: clarify the precedence of auth= over netrc
...
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.
2015-12-21 11:52:45 -05:00
unknown
de2a5f4332
Remove redundant json import.
2015-11-12 16:54:47 +03:00
Ian Cordasco
d290a9b4c6
Merge pull request #2825 from Lukasa/universal_newlines
...
Add warnings about text/binary mode files.
2015-10-24 09:37:16 -05:00
shagun Sodhani
b675377dc2
added fix for #2826
2015-10-16 17:01:36 +05:30
Cory Benfield
7c55446b7e
Add warnings about text/binary mode files.
2015-10-14 13:23:19 +01:00