Nate Prewitt
58cea7a728
Drop support for CPython 3.7
2024-02-20 15:37:46 -08: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
Nate Prewitt
8bce583b95
Farewell, sweet Concorde!
...
Formally removing any remaining vestiges of Python 2 from Requests.
We'll also leave behind Python 3.6 while we're at it.
2022-03-25 10:50:33 -06:00
Nate Prewitt
e50dc12b0f
Fix doc link
2022-01-02 22:20:40 -07:00
Nate Prewitt
17e6e27a93
General cleanup for 2.27.0
2021-12-29 16:29:09 -06:00
Борис Верховский
94f9f7357e
Don't mention pip as the reason for supporting py2 ( #5940 )
2021-09-21 16:22:12 -07:00
Nate Prewitt
f6c0619d89
Disable requests[security] and remove 3.5 support references
2021-07-09 12:40:55 -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
Nate Prewitt
48237afd9d
updating doc links and formatting
2020-08-18 15:13:59 -07:00
Seth Michael Larson
0830062100
Remove images, analytics, 'keep up to date'
2020-08-18 15:13:59 -07:00
Sumana Harihareswara
a9ee0eef5a
Add Python 2 support entry in FAQ ( #5303 )
...
* Add Python 2 support entry in FAQ
Fixes : #5211
Signed-off-by: Sumana Harihareswara <sh@changeset.nyc >
* Adding Python 3 recommendation
Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com >
2020-01-09 09:55:20 -08:00
Hugo
f462eecf48
Update supported Python versions
2020-01-06 11:24:02 +02:00
Sorin Sbarnea
d2590ee46c
Change documentation website to requests.readthedocs.io ( #5236 )
...
Fixes : #5212
2019-10-24 20:02:55 -07:00
sblondon
248211453d
Add link to user-agent documentation
...
So the user has a pointer to the documentation about the searched topic.
2019-02-22 11:04:07 +01:00
Jon Dufresne
c8f3add5ed
Update all documentation to show Python 3.7 is supported
...
Official support was added in 6686ac1730 .
2018-08-02 10:55:40 -07:00
Nate Prewitt
bc46de58e6
remove references to 2.6 support in documentation
2018-06-10 14:48:59 -07:00
kennethreitz
c57bd07a34
Update faq.rst
2017-09-04 16:19:01 -04:00
Cory Benfield
c31a450c55
Remove references to 3.3 from the docs
2017-08-09 19:40:52 +01:00
Andrii Soldatenko
2bcaff99ea
Added python 3.6.0
2017-01-09 00:40:32 +02:00
Nate Prewitt
1435cf5aff
docs updates
2016-08-14 20:56:52 -06:00
Matej Stuchlik
e8a4784c8f
Mention SNI being backported to Python2.7.9 in FAQ
...
That happened as part of PEP 466 - "Network Security Enhancements for Python 2.7"
2015-08-04 15:05:35 +02:00
Tyler Kennedy
35f7bcdaa2
Update faq.rst
...
Revised wording based on feedback from @sigmavirus24
2014-07-22 13:10:40 -04:00
Tyler Kennedy
57b861148e
Update faq.rst
...
Removed an unnecessary "to" in the "What are "hostname doesn't match" errors?" section.
2014-07-22 12:38:08 -04:00
Martin Geisler
f4d1bbb7c5
faq: add Python 3.4 to list of supported Python versions
...
No code changes were necessary for this.
2014-05-26 16:20:03 +02:00
Martin Geisler
5eea4a3767
faq: mention that PyPy 2.2 works too
...
The FAQ says that PyPy 1.9 is supported. On my Debian Unstable, I can
install PyPy 2.2.1 and the tests work with that version too.
2014-05-26 16:19:17 +02:00
Aaron Iles
98b76f4b98
State early in SNI discussion Python2 limitation
...
Reference at the earliest opportunity that Server-Name-Indication is a
limitation of Python 2.6 and 2.7. Avoid describing it as a Requests
issue.
2014-02-04 21:08:11 +11:00
Aaron Iles
8a0bae45c2
Move SNI documentation to FAQ
...
Relocate documentation on Server-Name-Indication from the advanced
section to the frequently asked questions. This is minus details on
enabling SNI on Python2, which is instead captured by linking to Stack
Overflow.
2014-02-02 22:19:10 +11:00
Kenneth Reitz
a23f22e5dc
support
2012-12-23 02:29:24 -05:00
Kenneth Reitz
a74481a1d4
Update docs/community/faq.rst
2012-02-03 13:24:00 -05:00
Kenneth Reitz
57aeafa115
pythons
2012-01-23 02:21:35 -05:00
Kenneth Reitz
a29e862adf
new pythons!
2012-01-23 02:21:30 -05:00
Kenneth Reitz
9fcfec18da
ssl docs
2011-12-28 03:18:40 -05:00
Kenneth Reitz
b17ec8e1df
yep!
2011-11-09 19:09:11 -08:00
travis
055f7c1eb6
Some Doc and doctoring fixes by the Speling Poleece.
2011-10-19 10:00:13 -05:00
Kenneth Reitz
46f0146adf
Merge branch 'feature-content-streaming' of https://github.com/mitsuhiko/requests into feature/content-stream
...
Conflicts:
AUTHORS
HISTORY.rst
docs/api.rst
docs/community/faq.rst
docs/user/intro.rst
requests/api.py
requests/models.py
2011-10-13 21:54:42 -04:00
Kenneth Reitz
4a7fdef3ea
Migrate new docs over.
2011-10-13 14:54:36 -04:00
jbergstroem
75027f9557
Typos, nits and some 80w fixes
2011-08-23 11:37:51 +02:00
Kenneth Reitz
8d5108b142
faq
2011-08-21 06:58:34 -04:00
Kenneth Reitz
d4bdd84364
new FAQs
2011-08-20 23:00:17 -04:00
Kenneth Reitz
47a36de74e
supported interpreters
2011-08-17 04:17:21 -04:00
Kenneth Reitz
d50742f059
massive documentation update
2011-08-14 22:07:15 -04:00