psf/black repo issues, pull requests, and releases
Write unchanged content to stdout when excluding formating from stdin #4610 [sacereda]
Description This change tries to fix #4609, so you can use black piping stdin and expect the new content in the...
Trying to read from stdin dumps no content when stdin-filename is excluded #4609 [sacereda] T: bug
When working in a project where some paths are not blacked yet, you may configure file discovery and run something...
Upgrade PyPI upload workflow to use Trusted Publishing (#4589) #4611 [ahmed5145]
Fixes #4589 This PR upgrades the PyPI publishing workflow to use Trusted Publishing instead of token-based...
psf/requests repo issues, pull requests, and releases
Enforce Latest Stable urllib3 Dependency in Requests #6911 [gaikwadabhishek]
We encountered a PUT issue on one of our legacy clusters that appears to be due to an outdated version of urllib3...
asyncio #6912 [JiuCai66666] Feature Request actions/autoclose-feat
Requests is not accepting feature reque
requests.exceptions.SSLError #6908 [zemelLeong]
Traceback (most recent call last): File "C:\Users\11989\anaconda3\Lib\site-packages\urllib3\connectionpool.py",...
python/peps repo issues, pull requests, and releases
PEP 751: drop the requirement that installers default to not installing any extras or dependency groups #4300 [brettcannon]
This change is based on feedback from Poetry. Also fix some typos. Change is either: To a Draft PEP To an...
PEP 773: Textual tweaks and clarifications #4249 [zooba]
π Documentation preview π: https://pep-previews--4249.org.readthedocs.build/
[FR][Packaging] Reference implementation in Python for the `glob` pattern expansion specified as attachment to PEP 639 #4299 [abravalheri]
Reference:...
Sphinx - RSS #1934 [AA-Turner] CLA signed
See #2, #1385 for context. This is the RSS generation part, building on PR #1930. It contains the logic for...
PEP 751: drop `packages.direct` and add `extras` and `dependency-groups` #4287 [brettcannon]
Change is either: To a Draft PEP To an Accepted or Final PEP, with Steering Council approval To fix an editorial...
PEP 779: Criteria for supported status for free-threaded Python initial draft. #4301 [Yhg1s]
Initial draft of PEP 779: Criteria for supported status for free-threaded Python. π Documentation preview π:...
PEP 779: Update creation date and post history. #4302 [Yhg1s]
π Documentation preview π: https://pep-previews--4302.org.readthedocs.build/
MeGaGiGaGon: Yay, conflicting requirements. I previously made this exact behavior not happen in #4539 ,...
tusharsadhwani: I don't think there's a conflict, i think they just didn't want formatting to happen. Outputting...
tusharsadhwani: FWIW i do think that if we're exiting with zero we should be outputting something, rather than nothing.
sacereda: Yay, conflicting requirements. I previously made this exact behavior not happen in #4539 ,...