-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Pull requests: psf/requests
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Refactor timeout handling in HTTPAdapter with new _prepare_timeout method
#7062
opened Oct 21, 2025 by
tboy1337
Loading…
Fix AttributeError in Session.prepare_request() when Request.method is None
#7061
opened Oct 21, 2025 by
tboy1337
Loading…
Fix: Wrap unhandled urllib3 HTTPError types in RequestException
#7060
opened Oct 21, 2025 by
tboy1337
Loading…
Preserve exception chain in morsel_to_cookie max-age conversion
#7059
opened Oct 21, 2025 by
tboy1337
Loading…
Improve URL fragment handling in redirects and add comprehensive test coverage
#7058
opened Oct 21, 2025 by
tboy1337
Loading…
Preserve exception chains in HTTPAdapter with explicit 'from' clause
#7057
opened Oct 21, 2025 by
tboy1337
Loading…
Fix: Prevent Null Pointer Dereference in HTTPAdapter methods
#7056
opened Oct 21, 2025 by
tboy1337
Loading…
Add comprehensive property-based testing suite using Hypothesis
#7053
opened Oct 20, 2025 by
tboy1337
Loading…
Fix and optimize RequestsCookieJar.multiple_domains() method
#7051
opened Oct 20, 2025 by
tboy1337
Loading…
3 tasks done
Fix MockResponse.getheaders() to return headers list instead of None
#7050
opened Oct 20, 2025 by
tboy1337
Loading…
Fix-#7003: RequestsCookieJar cannot correctly retrieve zero value
#7004
opened Aug 5, 2025 by
mengxunQAQ
Loading…
Use parse_url() from urllib3.util instead of urlparse
#6927
opened Apr 1, 2025 by
ani-sinha
Loading…
Fix invalid setuptools config in
setup.cfg
(will fail on setuptools>78.0.0
)
#6920
opened Mar 24, 2025 by
abravalheri
Loading…
Remove incorrect handling of escaped quotes in cookie values
#6891
opened Feb 11, 2025 by
Konano
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.