Skip to content

Pull requests: psf/requests

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Always use value of session.verify when set, fixes #5921
#5922 opened Sep 1, 2021 by brmzkw Loading… updated Sep 1, 2021
iter_content() checks for < 1 chunk_size
#4920 opened Dec 28, 2018 by alex-wenzel Loading… updated Dec 29, 2021
sets a default timeout and resolves #3070 Breaking API Change
#5779 opened Mar 19, 2021 by grintor Loading… updated Jan 3, 2022
Added explanation why the timeout is doubled.(#5773)
#5776 opened Mar 17, 2021 by cpyberry Loading… updated Jan 3, 2022
Add support for HTTPS proxies.
#5665 opened Nov 19, 2020 by jalopezsilva Loading… updated Jan 3, 2022
5677: Respect variable precedence in session Breaking API Change
#5735 opened Jan 28, 2021 by mateusduboli Loading… updated Jan 3, 2022
Allow for autodection of encoding for scalar values
#5486 opened Jun 10, 2020 by blenq Loading… updated Jan 3, 2022
Allow semicolon in the href of Link header
#5464 opened May 19, 2020 by ibnesayeed Loading… updated Jan 3, 2022
Strip double-quotes on proxy environment variables and add test (issue #4613)
#5441 opened Apr 27, 2020 by bluebird75 Loading… updated Jan 3, 2022
Safely handle, when uri contains IPv6 link local with %zone index
#5257 opened Nov 8, 2019 by jjlogu Loading… updated Jan 3, 2022
Add timeout as a default attribute for Session objects
#5232 opened Oct 17, 2019 by ofek Loading… updated Jan 3, 2022
Fix connection pool managers not taking varying TLS parameters into account
#5220 opened Oct 2, 2019 by Overv Loading… updated Jan 3, 2022
HTTPDigestAuth thread fix
#5179 opened Aug 28, 2019 by epenet Loading… updated Jan 3, 2022
Fix Issue of Ignoring Session-level Settings
#5172 opened Aug 21, 2019 by AndTheDaysGoBy Loading… updated Jan 3, 2022
Fix no_proxy being too greedy.
#4812 opened Oct 1, 2018 by gilbsgilbs Loading… updated Jan 3, 2022
When Location decoding fails, fall back to original
#4372 opened Nov 4, 2017 by mjpieters Loading… updated Jan 3, 2022
Pass urllib3.SKIP_HEADER when headers should be unset
#5693 opened Dec 12, 2020 by sigmavirus24 Draft updated Feb 17, 2022
Fixing unicode surrogates in POST data lead to exception
#6048 opened Jan 25, 2022 by mftb Loading… updated Mar 9, 2022
Fix error caused by invalid charset in response headers
#6123 opened May 6, 2022 by deosrc Loading… updated May 9, 2022
Allow tests to run if HTTP proxy env variables are already present,
#6137 opened May 19, 2022 by ogayot Loading… updated May 19, 2022
Warn user if environment variables are used
#5816 opened May 14, 2021 by Akasurde Loading… updated Jun 2, 2022
Document de-duplication of keys for params and data
#5860 opened Jul 7, 2021 by verhovsky Loading… updated Jun 11, 2022
Add union operator support to CaseInsensitiveDict (PEP 584)
#6166 opened Jun 18, 2022 by Cubicpath Loading… updated Jun 18, 2022
refactor: use contextlib.suppress instead of empty except
#6185 opened Jun 29, 2022 by kkirsche Loading… updated Jun 29, 2022
ProTip! Exclude everything labeled bug with -label:bug.