psf/black repo issues, pull requests, and releases [back to top]
Fix preview split for commented method chains #5218 [ishaanlabs-gg]
Description Fixes #3998. When a standalone comment appears between chained method calls, Black could split the same...
Preserve trailing blank lines in unclosed # fmt: off blocks #5336 [tagadearpit]
Closes #496 Summary Black currently drops trailing blank lines when a file ends inside an unclosed # fmt: off...
Fix incorrect or redundant conditions #5374 [jelle-openai] ci: skip news
Found by an in-progress change to ty.
Keep inline comments with the string when wrapping it in parentheses (#3802) #5352 [Mtok2002]
Closes #3802 When StringParenWrapper wraps a return/assign/assert value in parentheses so the string can go on its...
Fix delimiter splitting after standalone comments #5375 [rootsec1]
Fixes #4026. A standalone comment can force a bracketed expression through the splitting pipeline even when the...
keep inline comments in _force_standalone_comment_split #5330 [sahvx655-wq]
Description While running a mutation pass over the fixtures (appending # type: ignore and other pragmas to random...
Handle UTF-8 offsets when masking notebook magics #5381 [HyunsikParker]
Description Fixes #5378. ast.col_offset counts UTF-8 bytes, but replace_magics() used the value as a Python string...
Bump mypy from 2.3.0 to 2.3.1 #5384 [cobaltt7] ci: skip news
Clarify project-root exclusion patterns #5339 [nightcityblade] ci: skip news
Description Fixes #2750. Clarify that exclusion options use regular expressions against paths relative to Black's...
Warn before formatting the filesystem root #5347 [airbate]
Summary warn when an explicitly supplied source resolves to the filesystem root keep formatting behavior and exit...
Preserve prefixes outside --line-ranges #5175 [cyphercodes]
Description Preserves comments and blank lines that are outside the requested --line-ranges instead of normalizing...
Prefer splitting whole boolean conditions #5252 [zhangli091011]
Description When an if, elif, or while condition contains top-level boolean operators and function calls, prefer...
Honor negations in nested .gitignore files #5382 [RRXXZZYY]
Description Fixes #5376. Black stopped checking .gitignore files as soon as an ancestor rule matched. That meant a...
Embed Agent-Friendly Score badge in README #5388 [hsnice16]
Hello team, I am working on a project that scores public codebases based on agent friendliness. And black has scored...
Skip symlink tests when the platform forbids creating one #5390 [istoolsfox]
Fixes #5389. What Three tests in TestFileCollection create symlinks without any guard, so the test suite fails with...
Three symlink tests fail on Windows without symlink privilege (regression of #287) #5389 [iam-kira] T: bug
Describe the bug Three tests in TestFileCollection create symlinks with no guard, so they fail on Windows for any...
psf/requests repo issues, pull requests, and releases [back to top]
OpenSSL 4 removed built-in logic for SKID and AKID #7617 [sebastianas]
The openssl command used to have built-in logic to automaticaly add subjectKeyIdentifier and authorityKeyIdentifier...
raise FileNotFoundError for missing TLS material #7564 [JKDingwall]
Would you accept a PR which changes the existing OSError for missing TLS material to FileNotFoundError? e.g.: ...
Documentation for stream parameter is ambiguous #7599 [diederikvdv]
Old docs suggest to me that if False, it won't be immediately be downloaded: ...
HTTPDigestAuth fails on non-latin credentials #6102 [ondratu] Bug
There was issue reported, which is closed with bad results. requests/requests/auth.py ...
`no_proxy` setting ignores the `proxies` dictionary #5000 [ofek]
These work: $ python -c "import...
Fix: Respect no_proxy in proxies dictionary and NO_PROXY env var #7068 [cjac]
This commit addresses issue #5000 by ensuring that the no_proxy directive is respected, whether it's provided...
Unicode surrogates in POST data lead to exception #6008 [pcworld]
In requests 2.26.0 with Python 3, when passing unicode strings with surrogate characters as POST data (either...
Embed Agent-Friendly Score badge in README #7618 [hsnice16] spam
Hello team, I am working on a project that scores public codebases based on agent friendliness. And requests has...
python/peps repo issues, pull requests, and releases [back to top]
PEP 825: Mark as provisionally accepted #5115 [mgorny]
SC/PEP Delegate has formally accepted/rejected the PEP and posted to the Discussions-To thread Pull request title...
cobaltt7: Sorry for the delay, but @ishaanlabs-gg could you look into those changes?