Piotr Szlazak
59f8aa2adf
Add netrc file search information to authentication documentation ( #6876 )
2025-06-08 12:47:55 -05:00
Tim Sweña
6716d7c9f2
remove links
2025-06-01 09:03:51 -05:00
Ian Stapleton Cordasco
a7e1c745dc
Update docs/conf.py
...
Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com >
2025-05-31 11:59:51 -05:00
Tim Sweña (Swast)
c799b8167a
docs: fix dead links to kenreitz.org
2025-05-21 11:08:05 -05:00
duzhuoshanwai
e946665c59
Update advanced.rst
...
Add quotes to prevent Zsh wildcard interpretation.
2025-02-19 10:05:28 +08:00
jakobheine
e361622fae
docs(exceptions): Remove unused exception URLRequired from documentation
...
The documentation previously listed `requests.URLRequired` as a valid
exception, suggesting it would be raised for invalid URLs. However,
this exception has been dead code since commit ab27027 (2012) and is
never actually raised.
Instead, invalid URLs raise `MissingSchema`, `InvalidSchema`, or
`InvalidURL`, none of which were documented. This commit removes
`URLRequired` from the documentation to reflect the actual behavior
and prevent confusion.
Signed-off-by: jakobheine <me@jakobheine.de >
2025-02-01 19:42:06 +00:00
Nate Prewitt
a6cf27a77f
Update vulnerability disclosure process ( #6820 )
...
* Update contact point for Vulnerability disclosures
* Fix RedHat Contact
* Point vulnerabilities.rst to our .SECURITY file
2024-11-02 13:13:02 -07:00
Elliot Ford
a0e79bad05
update broken rfc link
...
ietf seems appropriate here - it's used elsewhere in the requets docs in
several places.
2024-02-23 10:26:21 +00:00
Elliot Ford
5f1c3c22ff
remove section with broken link to survey
2024-02-23 10:26:21 +00:00
Elliot Ford
541aa80ca3
update urllib3 docs link
2024-02-23 10:26:21 +00:00
Elliot Ford
0ec2780c29
update broken github pagination link
2024-02-23 10:25:50 +00:00
Nate Prewitt
58cea7a728
Drop support for CPython 3.7
2024-02-20 15:37:46 -08:00
Nate Prewitt
8fa4302322
Update Sphinx to work with latest readthedocs requirements
2024-02-20 15:04:38 -08:00
Nate Prewitt
6106a63eb6
Cleanup defunct links from community docs page
2024-02-20 11:58:35 -08:00
Ian Stapleton Cordasco
72eccc8dd8
Merge pull request #6612 from miketheman/fix-docs-urls
...
docs: specify sphinx dirhtml builder, use references instead of absolutes
2023-12-23 12:33:48 -06: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
Mike Fiedler
f23346a9b8
Revert "Merge pull request #6605 from jaikishpai/fix-#6604"
...
This reverts commit 1396eb6f7a , reversing
changes made to e4c821a247 .
2023-12-23 17:36:34 +00:00
Mike Fiedler
b5bd0f14cc
docs: add label to socks heading
...
When trying to link via intersphinx, a label must be used.
Otherwise a full URL is required, which is less desirable.
Signed-off-by: Mike Fiedler <miketheman@gmail.com >
2023-12-23 17:17:34 +00:00
Jaikish Pai
1447bccc05
fix for ##6604
2023-12-17 22:34:30 +01:00
Ian Stapleton Cordasco
92f9e431c9
Update docs/user/advanced.rst
...
Add note about wall clock too
2023-12-16 07:29:50 -06:00
Ian Stapleton Cordasco
951dd15fa6
Update docs/user/advanced.rst
...
fix indentation for note so it renders properly
2023-12-16 07:26:23 -06:00
Rodrigo Silva
a64f32ba45
Add note on connection timeout being larger than specified. Fix #5773
...
On servers with multiple IPs, such as IPv4 and IPv6, `urllib3` tries each address sequentially until one successfully connects, using the specified timeout for _each_ attempt, leading to a total connection timeout that is a _multiple_ of the requested time.
2023-12-13 10:05:12 -03:00
13steinj
2ee5b0b01c
Fix documentation monthly download badge ( #6508 )
2023-08-18 11:01:26 -06:00
Joren Vrancken
cb7fcd7ebd
Specify that Session.headers needs to be set to a OrderedDict in Header Ordering docs ( #6475 )
2023-08-12 10:53:36 -07:00
Calle Svensson
aa4cc78627
Add note about adapter prefix match to docs ( #6465 )
2023-07-29 21:05:44 -07:00
Matthew Armand
cdbc2e2715
Add an Example for automatic retries to the Advanced Usage docs ( #6258 )
...
- While Requests doesn't automatically retry failures, this ability is a very common advanced use case in real world applications.
- Although there's a mention of this ability on the HTTPAdapter class docs, it's a bit buried and not very specific.
- It makes sense then to have an Example in the HTTPAdapter section of the Advanced Usage docs with a basic template for how this can be accomplished with Requests.
2023-07-03 13:38:22 -07:00
Boris Verkhovskiy
46188256ee
Response.raw.read() returns bytes ( #6365 )
2023-02-27 08:31:15 -07:00
Olivia Crain
192083576d
Replace git protocol URL in docs with an HTTPS URL
2022-11-21 14:01:02 -06:00
reeko234
7908ad3af9
JSONDecodeError included in the documentation #6260
2022-10-21 07:42:58 +00: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
Nate Prewitt
a5e7169e75
Cleanup the docs sidebar ( #6144 )
2022-05-26 12:45:57 -07:00
Nate Prewitt
2a6f290bc0
Add automatic code formatting to Requests ( #6095 )
2022-04-29 13:16:58 -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
Nate Prewitt
15fde024f2
Reword proxies section and add warning
2022-02-18 18:18:23 -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
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
Nate Prewitt
401e17bbdc
Update basic auth example
2021-12-28 18:07:01 -07:00
sha016
e2fa8d3654
mention all_proxy env variable in Proxies section
2021-11-13 20:58:30 -06:00
Nate Prewitt
9dd6e47b5b
Add doc build requirements for RTD ( #5956 )
2021-10-09 15:03:33 -07:00
Борис Верховский
94f9f7357e
Don't mention pip as the reason for supporting py2 ( #5940 )
2021-09-21 16:22:12 -07:00
Kevin Kirsche
fc106ab586
fix minor typos ( #5934 )
2021-09-15 06:43:12 -05:00
Nate Prewitt
9572d6a299
General doc updates ( #5923 )
2021-09-02 08:53:46 -07:00
Борис Верховский
827b87b9be
Formatting ( #5910 )
2021-08-25 09:48:30 -07:00
Israel Tsadok
b0e025ade7
Fix broken link to adapters essay ( #5899 )
2021-08-03 22:58:51 -07:00
Steve Berdy
db575eeedc
Fix inconsistent exception type in response.json() method ( #5856 )
2021-07-26 08:56:44 -07:00