psf/black repo issues, pull requests, and releases [back to top]
docs: add Neovim configuration guide #5064 [nuglifeleoji]
Add comprehensive Neovim setup instructions to the editor integration documentation. Closes:...
Improve fmt:skip handling in nested expressions with checks #4903 [Nikhil172913832]
Description Closes #4730 This PR addresses issue #4730, where # fmt: skip was being ignored or causing crashes in...
docs: add Neovim integration guide and fix http link #5061 [sedat4ras]
Description Closes #5064 This PR addresses two documentation improvements: 1. Add Neovim integration guide (fixes...
Upgrade mypy #5071 [hauntsaninja] ci: skip news
psf/requests repo issues, pull requests, and releases [back to top]
Preserve leading slashes in request path_url #7315 [typhon8]
Summary Fixes issue #6711 where S3 presigned URLs with keys starting with '/' were incorrectly modified, breaking...
Add Zizmor workflow and make initial updates #7314 [nateprewitt]
This PR sets up Zizmor to run over our actions to prevent us committing any unintended/unsafe changes to our...
feat: Add IPv6 zone ID detection and parsing support in HTTPAdapter #7065 [tboy1337]
Summary This PR possibly solves #6927, #6735 and #7088 by adding support for IPv6 zone identifiers (also known as...
Fix reentrant Response.iter_lines() calls #7313 [fr3y123]
Summary This change fixes Response.iter_lines() when it is called repeatedly on the same streaming...
Fix request timeout and verify parameters #7316 [anubhavtiwari2004]
๐ค Fixora Automated Fix Closes #7306 ๐ Issue No summary available. Type: bug Severity: medium Component: unknown ๐...
Fix typos in docstrings (contentype, PreparedReqest) #7317 [mastash3ff]
Summary Fix "contentype" -> "content_type" in _encode_files docstring (models.py) Fix "PreparedReqest" ->...
Fix encoding and parameter handling in test_requests.py #7318 [anubhavtiwari2004]
๐ค Fixora Automated Fix Closes #7191 ๐ Issue No summary available. Type: bug Severity: medium Component: unknown ๐...
Fix attribute injection in Session.__setstate__ #7319 [anubhavtiwari2004]
๐ค Fixora Automated Fix Closes #7191 ๐ Issue No summary available. Type: bug Severity: medium Component: unknown ๐...
Fix hooks handling in Session.request and None values in Model._encode_params #7321 [anubhavtiwari2004]
๐ค Fixora Automated Fix Closes #6095 ๐ Issue No summary available. Type: bug Severity: medium Component: unknown ๐...
Fix server port handling and hook test case #7322 [anubhavtiwari2004]
๐ค Fixora Automated Fix Closes #6095 ๐ Issue No summary available. Type: bug Severity: medium Component: unknown ๐...
Use parse_url() from urllib3.util instead of urlparse #6927 [ani-sinha]
urllib.parse.urlparse() does not handle link local ipv6 addresses with port numbers. Use parse_url() from urllib3...
Fix #7122: Preserve cookie policy in prepare_request #7323 [717986230]
Fixes #7122 Problem When a custom CookiePolicy is set on a Session's cookie jar, it is ignored when preparing...
python/peps repo issues, pull requests, and releases [back to top]
PEP 830: Add timestamps to exceptions and tracebacks #4592 [gpshead]
This PEP adds an optional __timestamp_ns__ attribute to BaseException that records when the exception was...
PEP 829: Structured Startup Configuration via .site.toml Files #4882 [warsaw]
From this discussion on DPO. ๐ Documentation preview ๐: https://pep-previews--4882.org.readthedocs.build/
PEP 747: fix minor typos #4884 [AshrithSagar]
๐ Documentation preview ๐: https://pep-previews--4884.org.readthedocs.build/
PEP 11: Add Stan to `aarch64-unknown-linux-gnu` #4885 [StanFromIreland]
Discussed with Savannah, I'm putting my self down as a aarch64-unknown-linux-gnu contact. I also have a RPi...
nuglifeleoji: Thanks! The docs syntax error has been fixed and a changelog entry has been added. CI is now passing.