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 |
|
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 |
|
Ian Stapleton Cordasco
|
79f60274f7
|
Merge pull request #6074 from nateprewitt/curl_ca_bundle
Fix environment CA Bundle resolution
|
2022-02-26 07:39:28 -06:00 |
|
Nate Prewitt
|
79c4a017fe
|
Fix environment CA Bundle resolution
|
2022-02-25 11:25:20 -07:00 |
|
Ian Stapleton Cordasco
|
5e749546a2
|
Merge pull request #6068 from nateprewitt/sess_prox_warn
Reword proxies section and add warning
|
2022-02-19 17:04:06 -06:00 |
|
Ian Stapleton Cordasco
|
3eed0512a6
|
Merge pull request #6069 from nateprewitt/jinja_fix
Pin markupsafe for older versions of Jinja2
|
2022-02-19 07:34:48 -06:00 |
|
Nate Prewitt
|
3ed60078e2
|
Fix jinja
|
2022-02-18 18:33:43 -07:00 |
|
Nate Prewitt
|
15fde024f2
|
Reword proxies section and add warning
|
2022-02-18 18:18:23 -07:00 |
|
Nate Prewitt
|
95f4567336
|
Wrap urllib3's SSLError as requests' SSLError (#6057)
|
2022-02-05 11:56:05 -07:00 |
|
Nate Prewitt
|
7ae38876b1
|
Merge pull request #5978 from sha016/all-proxy-docs
Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
|
2022-02-02 11:03:26 -07:00 |
|
Seth Michael Larson
|
2c20474bfe
|
Update advanced.rst
|
2022-02-02 11:56:27 -06:00 |
|
Chavithra
|
24dfbfde55
|
Update quickstart.rst : fixing brotlicffi link (#6044)
|
2022-01-17 11:30:24 -07:00 |
|
chyzzqo2
|
fa1b0a367a
|
Initialize JsonDecodeError before initializing IOError (#6036)
That way we get the formated error message
Co-authored-by: Peter <cHYzZQo@netflix.com>
|
2022-01-13 08:42:49 -07:00 |
|
Ian Stapleton Cordasco
|
d15a3b6e2e
|
Merge pull request #6042 from nateprewitt/lock_thread_spam
Disable lock-threads on forks
|
2022-01-11 11:42:00 -06:00 |
|
Nate Prewitt
|
48676caf57
|
Disable lock-threads on forks
|
2022-01-11 08:24:39 -07:00 |
|
Nate Prewitt
|
d718e75383
|
Start testing on 3.11 dev branch (#6037)
|
2022-01-07 12:07:31 -07:00 |
|
Marwan
|
620ed4fc52
|
Move socks testing requirement into requirements-dev.txt (#6035)
|
2022-01-06 10:57:59 -07:00 |
|
Nate Prewitt
|
31a89d9c84
|
v2.27.1
|
2022-01-05 08:35:04 -07:00 |
|
Ian Stapleton Cordasco
|
8fa9724398
|
Merge pull request #6028 from nateprewitt/prox_auth_fix
Fix auth parsing for proxies
|
2022-01-04 10:04:25 -06:00 |
|
Nate Prewitt
|
38f3f8ecb9
|
Fix auth parsing for proxies
Co-authored-by: adamp01 <@adamp01>
|
2022-01-04 08:27:23 -07:00 |
|
Nate Prewitt
|
0192aac241
|
v2.27.0
|
2022-01-03 07:59:10 -07: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 |
|
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 |
|