Nate Prewitt
|
6e5b15d542
|
Fix linting issues
|
2023-05-22 09:36:22 -06:00 |
|
Nate Prewitt
|
147c8511dd
|
v2.31.0
|
2023-05-22 09:10:32 -06:00 |
|
Nate Prewitt
|
74ea7cf7a6
|
Merge pull request from GHSA-j8r2-6x86-q33q
|
2023-05-22 09:08:57 -06:00 |
|
Thomas Grainger
|
3022253346
|
test on pypy 3.8 and pypy 3.9 on windows and macos (#6424)
|
2023-05-15 09:04:21 -06:00 |
|
Thomas Grainger
|
b639e66c81
|
test on py3.12 (#6448)
* test on py3.12
* update to pytest-httpbin==2.0.0
|
2023-05-13 08:10:56 -06:00 |
|
Syed Saifullah
|
d3d504436e
|
Fixed a small typo (#6452)
|
2023-05-09 10:55:33 -06:00 |
|
Nate Prewitt
|
2ad18e0e10
|
v2.30.0
|
2023-05-03 09:39:44 -06:00 |
|
Quentin Pradet
|
f2629e9e3c
|
Remove strict parameter (#6434)
|
2023-04-28 13:17:10 -06:00 |
|
Nate Prewitt
|
87d63de873
|
v2.29.0
|
2023-04-26 09:19:11 -06:00 |
|
Thomas Grainger
|
51716c4ef3
|
enable the warnings plugin (#6416)
|
2023-04-22 18:00:22 -06:00 |
|
Thomas Grainger
|
a7da1ab349
|
try on ubuntu 22.04 (#6418)
|
2023-04-22 17:53:09 -06:00 |
|
Thomas Grainger
|
dfc3e24338
|
pin cryptography<40 on pypy 3.7 (#6421)
* pin cryptography<40 on pypy 3.7
|
2023-04-22 17:41:27 -06:00 |
|
Levi
|
26bea1e498
|
Use urllib3 native chunking ability (#6226)
* Fix #3844
* Use urllib for chunked
---------
Co-authored-by: James Pickering <james.pickering@xml-solutions.com>
Co-authored-by: Leon Verrall <LVerrall@slb.com>
|
2023-04-22 17:32:51 -06:00 |
|
Seth Michael Larson
|
7f694b79e1
|
Allow str/bytes subclasses to be used as header parts
|
2023-03-03 14:39:02 -06:00 |
|
Yifang Zhu
|
e90852d20c
|
Make json doc strings consistent (#6368)
|
2023-03-02 21:32:49 -08:00 |
|
Nate Prewitt
|
ec78348c4b
|
Upgrade lint.yml action (#6370)
|
2023-03-02 20:45:27 -08:00 |
|
Boris Verkhovskiy
|
46188256ee
|
Response.raw.read() returns bytes (#6365)
|
2023-02-27 08:31:15 -07:00 |
|
Quentin Pradet
|
15585909c3
|
Support missing SNIMissingWarning in tests (#6336)
|
2023-01-21 01:44:33 -07:00 |
|
Matthew Feickert
|
16a17a3ca7
|
fix: Remove '<4' from python_requires (#6333)
* As discussed in https://discuss.python.org/t/use-of-less-than-next-major-version-e-g-4-in-python-requires-setup-py/1066
and other places by the PyPA, use of upper bounds with python_requires
for future versions of Python is unintended use of python_requires and
actively discouraged.
|
2023-01-18 22:37:24 -07:00 |
|
Nate Prewitt
|
61c324da43
|
v2.28.2
|
2023-01-12 09:16:09 -07:00 |
|
Ashish Kurmi
|
eb07385b02
|
ci: add minimum GitHub token permissions for workflows (#6236)
Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
|
2023-01-11 15:06:53 -07:00 |
|
Bruno Alla
|
2745db131a
|
Switch to Python 3.11 final on CI and add to tox file (#6325)
|
2023-01-06 11:32:31 -07:00 |
|
ch-iv
|
ec553c275f
|
Update flake8 repo and version (#6317)
|
2022-12-25 21:24:16 -07:00 |
|
Ian Stapleton Cordasco
|
ac3be98b19
|
Merge pull request #6291 from oliviacrain/docs/git-clone-protocol
Replace git protocol URL in docs with an HTTPS URL
|
2022-11-21 16:06:01 -06:00 |
|
Olivia Crain
|
192083576d
|
Replace git protocol URL in docs with an HTTPS URL
|
2022-11-21 14:01:02 -06:00 |
|
Ian Stapleton Cordasco
|
1e62a3ec18
|
Merge pull request #6262 from winmorre/docs-update/#6260
JSONDecodeError included in the documentation
|
2022-10-21 11:37:47 -05:00 |
|
reeko234
|
7908ad3af9
|
JSONDecodeError included in the documentation #6260
|
2022-10-21 07:42:58 +00:00 |
|
deedy5
|
c57f1f0ca1
|
Allow charset normalizer >=2 and <4 (#6261)
|
2022-10-20 12:26:18 -06:00 |
|
Ian Stapleton Cordasco
|
7104ad4b13
|
Merge pull request #6234 from jaap3/patch-1
Fix CURL_CA_BUNDLE override example
|
2022-09-09 14:10:14 -05:00 |
|
Jaap Roes
|
da246958b4
|
Fix CURL_CA_BUNDLE override example
Promote REQUESTS_CA_BUNDLE as it is looked at first
|
2022-09-07 09:48:59 +02:00 |
|
David Cain
|
177dd90f18
|
Remove Python 2 mention on chardet behavior (#6204)
|
2022-07-27 09:22:21 -08:00 |
|
Miloslav Pojman
|
786255613b
|
Remove Python 2 mention from tox (#6200)
|
2022-07-20 17:13:36 -06:00 |
|
Sergey Lyapustin
|
bda7f0171f
|
Fixed warnings message to suggest using secure protocol. (#6188)
|
2022-06-29 12:41:49 -06:00 |
|
Nate Prewitt
|
4d394574f5
|
v2.28.1
|
2022-06-29 09:09:11 -06:00 |
|
Kevin Kirsche
|
16b418b44a
|
Use yield from instead of looping yield (#6170)
|
2022-06-28 20:08:26 -06:00 |
|
Lumír 'Frenzy' Balhar
|
0e28c8f1dc
|
Allow charset normalizer >=2 and <3 (#6169)
|
2022-06-28 20:01:42 -06:00 |
|
Wong Hoi Sing Edison
|
73793ce43e
|
Update Dependency with chardet>=3.0.2,<6 (#6179)
https://github.com/chardet/chardet/releases/tag/5.0.0 was released on
2022-06-25 with remove of Python 3.6 support, which also align with our
Python > 3.6 requirement.
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
|
2022-06-27 20:25:58 -06:00 |
|
Nate Prewitt
|
da9996fe4d
|
v2.28.0
|
2022-06-09 08:42:10 -06:00 |
|
Nate Prewitt
|
1dcf3b7122
|
Add GitHub action to automate linting (#6157)
|
2022-06-08 13:11:11 -06:00 |
|
Nate Prewitt
|
e36f34597c
|
Add valdation for header name (#6154)
|
2022-06-08 12:03:56 -06:00 |
|
Nate Prewitt
|
60865f21ae
|
Run 3.11 CI on all platforms (#6155)
|
2022-06-08 10:12:53 -06:00 |
|
Olivier Gayot
|
3af2f456d8
|
Fix output of test_lowlevel tests in case of timeout (#6136)
Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
|
2022-06-08 10:02:42 -06:00 |
|
Nate Prewitt
|
0f358eabe6
|
Reduce lock thread runs to daily (#6150)
|
2022-06-01 11:51:04 -06:00 |
|
Nate Prewitt
|
210095fd08
|
Tolerate bad registry entries in Windows proxy settings (#6149)
|
2022-06-01 11:36:26 -06:00 |
|
Nate Prewitt
|
a5e7169e75
|
Cleanup the docs sidebar (#6144)
|
2022-05-26 12:45:57 -07:00 |
|
davidshivaji
|
79f2ec3acc
|
Grammar fix (#6133)
|
2022-05-13 10:36:13 -06:00 |
|
Mickaël Schoentgen
|
cb233a101d
|
Fix several ResourceWarnings in test_requests.py (#4766)
|
2022-05-10 19:04:17 -06:00 |
|
Nate Prewitt
|
40956723f2
|
Add .git-blame-ignore-revs
|
2022-04-29 15:39:22 -06:00 |
|
Nate Prewitt
|
2a6f290bc0
|
Add automatic code formatting to Requests (#6095)
|
2022-04-29 13:16:58 -06:00 |
|
Nate Prewitt
|
2d5517682b
|
Fix inconsistent exception for JSONDecode error (#6097)
When calling .json() it was possible to raise a
requests.exceptions.JSONDecodeError or ValueError
depending on whether the encoding is set.
|
2022-03-28 12:51:27 -06:00 |
|