psf/black repo issues, pull requests, and releases [back to top]
Parenthesize complex expressions passed as keyword arguments or parameter defaults #4925 [adamsol]
Description In a nutshell, this PR turns foo(bar=x + y), where the spacing looks confusing/illogical, into...
Simplify power operator hugging implementation #4918 [adamsol]
Description This PR replaces the current power operator hugging implementation, which uses transformers and is quite...
Added documentation for doctest formatting tools #4916 [samuelikohn]
Description Addresses issue #3083. Adds a documentation page under integration for tools that can apply Black...
Split the Build and Publish workflow into more jobs #4926 [cobaltt7]
Please avoid building in the same job as publishing. Especially with the elevated OIDC privileges. The transitive...
psf/requests repo issues, pull requests, and releases [back to top]
Make sessions safe[r] in multi-process environment #4323 [rabbbit] Contributor Friendly Documentation
tldr; in multi-process environment (Celery) sessions might lead to request/responses being mixed up. It is unsafe to...
Improve documentation with best practices for request timeouts #7132 [kana44] Feature Request actions/autoclose-feat
Hi! Thank you for maintaining the requests library. While using requests, I noticed that timeouts are very important...
Add clear best practices for using timeouts in the documentation #7134 [kana44] Feature Request actions/autoclose-feat
Hi! Thank you for maintaining the requests library. While using requests, I noticed that timeouts are very important...
Add timeout best practices to documentation #7133 [kana44]
This pull request adds a short section about timeout best practices to the documentation. It helps beginners...
Docs: clarify Session safety in multi-process environments #7135 [Krishna4907]
Fixes #4323 This PR adds a warning to the documentation explaining that requests.Session objects should not be...
python/peps repo issues, pull requests, and releases [back to top]
PEP 798: Mark as Accepted #4758 [adqm]
SC/PEP Delegate has formally accepted/rejected the PEP and posted to the Discussions-To thread Pull request title...
PEP 504: Fix Sphinx reference warnings #4759 [SpecLad]
For #4087. The problematic footnotes are actually referenced, the syntax is just slightly incorrect. Change is...
Infra: Fix footnote warnings and allow Sphinx 8.1+ #4087 [hugovk] infra
So we can revert #4044. I don't think there's a way to ignore specific warnings in Sphinx? The current warnings: ...
Pep795 comments 1 #4757 [TobiasWrigstad]
๐ Documentation preview ๐: https://pep-previews--4757.org.readthedocs.build/
PEP 817: Wheel Variants: Beyond Platform Tags #4740 [DEKHTIARJonathan] new-pep
Basic requirements (all PEP Types) Read and followed PEP 1 & PEP 12 File created from the latest PEP template ...
samuelikohn: I'm a bit hesitant about advertising small third-party tools that integrate directly with Black....