-
- Notifications
You must be signed in to change notification settings - Fork 9.8k
Pull requests: psf/requests
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat: add RFC 7616 support for non-Latin credentials in HTTPDigestAuth
#7232 opened Mar 1, 2026 by Jo2234 Loading…
Fix #6122: Empty body with None values sends malformed chunked request
#7217 opened Feb 20, 2026 by rodionsteshenko Loading…
Fix MockResponse.getheaders not returning header values
#7214 opened Feb 20, 2026 by bysiber Loading…
Fix PreparedRequest.copy() sharing hooks reference with original
#7213 opened Feb 20, 2026 by bysiber Loading…
Fix RequestsCookieJar returning KeyError for cookies with empty string values
#7212 opened Feb 20, 2026 by bysiber Loading…
Fix incorrect Content-Length for StringIO with multi-byte characters
#7201 opened Feb 10, 2026 by veeceey Loading…
4 tasks done
fix: use urlsplit instead of urlparse for digest auth URI
#7197 opened Feb 8, 2026 by veeceey Loading…
Fix: Strip proxies when redirect URL matches no_proxy
#7194 opened Jan 31, 2026 by atulk-code Loading…
Remove quotes on qop and algorithm values for Digest auth
#7184 opened Jan 29, 2026 by almetge Loading…
docs: Clarify connect timeout also includes time for sending request body
#7183 opened Jan 28, 2026 by sjoerdsmink Loading…
docs: clarify gzip decompression behavior when using stream=True
#7181 opened Jan 27, 2026 by AhamadAlii Loading…
Add max_response_size to cap response body reads
#7179 opened Jan 21, 2026 by neilverma526-alt Loading…
Fix: Correct Content-Length for StringIO with multi-byte characters
#7151 opened Jan 9, 2026 by hcthakur2004 Loading…
Docs: clarify Session safety in multi-process environments
#7135 opened Dec 29, 2025 by Krishna4907 Loading…
Fix: Preserve custom CookiePolicy in Session.prepare_request
#7131 opened Dec 20, 2025 by Ajay9704 Loading…
Fix: Preserve custom CookiePolicy in Session.prepare_request
#7129 opened Dec 19, 2025 by Ajay9704 Loading…
fix: use context manager for ZipFile in extract_zipped_paths
#7127 opened Dec 19, 2025 by shindonghwi Loading…
Previous Next
ProTip! Filter pull requests by the default branch with base:main.