psf/black repo issues, pull requests, and releases [back to top]
Update Prettier pre-commit configuration #4662 [cobaltt7] skip news C: maintenance
Description Updated the Prettier configuration and re-ran Prettier. The pre-commit hook we were using has been...
Internal error in the formatting of the if expression within a type annotation #4647 [15r10nk] T: bug
Describe the bug The following code can not be parsed/formatted by black: def name_3[name_0: [] if name_2 else...
Import line comments get moved #4661 [timthedevguy-truesec] T: style
Describe the style change Having a comment after an import to disable a pylint issue results in Black formatting it...
Fixed not in separating to newline for long lines (4514) #4655 [lukeyang01]
Description Checklist - did you ... Add an entry in CHANGES.md if necessary? Add / update tests if necessary? ...
Fix backslash carriage return comments #4663 [MeGaGiGaGon]
Description Fixes a \ followed by a \r followed by a comment causing the comment to be deleted. This also fixes...
psf/requests repo issues, pull requests, and releases [back to top]
[Security] Medium Severity Vulnerability (CVE-2015-2296) in Requests v2.32.3 #6942 [salmankadaya] Question/Not a bug actions/autoclose-qa
A potential medium-severity security issue has been identified in the requests library, version 2.32.3, due to...
Error de red o descarga: ('Connection broken: IncompleteRead (ayuda no puedo descargar .zip de copernicus) thanks! #6943 [Jesuslemus7]
import requests import pandas as pd import geopandas as gpd from shapely.geometry import shape from...
Project Control / Ownership #6944 [rjschave]
In light of this tweet (https://x.com/kennethreitz42/status/1919466982467940750): Does Kenneth Reitz have the...
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...
`SSLCertVerificationError` when fetching `https://od.moi.gov.tw/api/v1/` #6945 [danny0838]
Fetching API under https://od.moi.gov.tw/api/v1/ raises an SSLCertVerificationError, while no certificate issue is...
[Security] Medium Severity Vulnerability (CVE-2015-2296) in Requests v2.32.3 #6946 [salmankadaya]
A potential medium-severity security issue has been identified in the requests library, version 2.32.3, due to...
python/peps repo issues, pull requests, and releases [back to top]
Infra: Move templates to root of pep_theme directory #4405 [hwhsu1231]
Close: #4404 ๐ Documentation preview ๐: https://pep-previews--4405.org.readthedocs.build/
PEP 788: Address feedback from first discussion round #4400 [ZeroIntensity]
Change is either: To a Draft PEP To an Accepted or Final PEP, with Steering Council approval To fix an editorial...
PEP 782: Set the Python version to 3.15 #4407 [vstinner]
๐ Documentation preview ๐: https://pep-previews--4407.org.readthedocs.build/
PEP NNNN: d-string / Dedented Multiline Strings with Optional Language Hinting #4410 [mardiros] DO-NOT-MERGE
Basic requirements (all PEP Types) Read and followed PEP 1 & PEP 12 File created from the latest PEP template ...
PEP 749: Mark as Accepted #4406 [JelleZijlstra]
SC/PEP Delegate has formally accepted/rejected the PEP and posted to the Discussions-To thread Pull request title...
PEP 727: Mark as Withdrawn #4408 [JelleZijlstra]
@tiangolo agreed to withdraw the PEP in emails last year, but this never happened. Let's clean it up. ๐...
Open typing PEPs: Retarget to 3.15 #4409 [JelleZijlstra]
The ship has sailed for 3.14. cc @Gobot1234 @PIG208 @adriangb @davidfstr @Viicos @Enegg @methane Several of these...
PEP 720: tweak some grammar #4397 [brettcannon]
Change is either: To a Draft PEP To an Accepted or Final PEP, with Steering Council approval To fix an editorial...
PEP 467: include memoryview, drop 2->3 conversion text #3660 [ethanfurman]
๐ Documentation preview ๐: https://pep-previews--3660.org.readthedocs.build/
PEP 748: Fix ordered list numbering #4235 [ejm]
Change is either: To a Draft PEP To an Accepted or Final PEP, with Steering Council approval To fix an editorial...
Draft PEP: Enabling certificate verification by default for stdlib mail modules #3602 [nitram2342] DO-NOT-MERGE
Basic requirements (all PEP Types) Read and followed PEP 1 & PEP 12 File created from the latest PEP template ...
PEP 786: Precision and Modulo-Precision Flag format specifiers for integer fields #4365 [jb2170] new-pep
Draft PR for new PEP 791 Sponsor Pending There is a TODO section in the PEP that shall perish as the PEP is tweaked...
PEP 764: Second round of updates #4386 [Viicos]
inlined -> inline as per python/typing_extensions#579 (comment). Decide on runtime implementation: inline TDs are...
PEP 563: Mark as Superseded #4411 [AA-Turner]
Pull request title in appropriate format (PEP 123: Mark as Accepted) Alternative to and would close #3571, cc...
PEP 625: Mark as Final #4413 [AA-Turner]
Final implementation has been merged (including tests and docs) PEP matches the final implementation Any...
PEP 563: Mark as Final #3571 [hugovk]
Final implementation has been merged (including tests and docs) PEP matches the final implementation Any...
PEP 649: Mark as Final #4414 [AA-Turner]
Final implementation has been merged (including tests and docs) PEP matches the final implementation Any...
PEP 590: Mark as Final #4412 [AA-Turner]
Final implementation has been merged (including tests and docs) PEP matches the final implementation Any...
JelleZijlstra: Suggested change include:...
cobaltt7: Prettier does not format Actions syntax and formats them the same as other .yml files - the...
JelleZijlstra