psf/black repo issues, pull requests, and releases [back to top]
ci: ignore `#\r` in Fuzz #4766 [cobaltt7] skip news
Description Created a quick check to ignore #\r in Fuzz unless the appropriate Preview flag is on. Hopefully fixes...
Move `wrap_long_dict_values_in_parens` to the preview style #4561 [cobaltt7]
Description Moves wrap_long_dict_values_in_parens from the unstable to the preview style. Follows-up #4377, which...
Move `multiline_string_handling` from unstable to preview #4760 [cobaltt7]
Description In #4657, I fixed most issues with multiline_string_handling. Now that the fixes have been released, I...
ci: try running diff-shades runs concurrently #4767 [cobaltt7] skip news
Description Checklist - did you ... Implement any code style changes under the --preview style, following...
psf/requests repo issues, pull requests, and releases [back to top]
Ignore Local Version in Compatibility Check #7036 [bryanfraschetti]
According to PEP 440 guidelines, the local version identifier may use the period character, however, doing so causes...
Update README.md #7037 [Soul-19129]
Added a note to the README indicating this fork was created by Soul-19129 for open source contribution practice and...
python/peps repo issues, pull requests, and releases [back to top]
PEP 806: Mixed sync/async context managers with precise async marking #4581 [Zac-HD] new-pep
With thanks to everyone who I've discussed this with; especially to Rob Rolls on Discuss for the ultimate proposal...
PEP 743: Make the macro a simple boolean #4595 [vstinner]
Remove the version value. ๐ Documentation preview ๐: https://pep-previews--4595.org.readthedocs.build/
PEP 805: Safe Parallel Python #4579 [markshannon] new-pep
๐ Documentation preview ๐: https://pep-previews--4579.org.readthedocs.build/pep-0805/
PEP 806: add Discuss link #4609 [Zac-HD]
Adds a link to https://discuss.python.org/t/103971/ to discuss the draft. ๐ Documentation preview ๐:...
PEP 12: Add list of intersphinx mappings #4610 [zklaus]
PEP 12 is very helpful in writing PEPs and has a section on intersphinx. However, to know the available intersphinx...
PEP 780: Update to use sys.abi_info #4608 [zklaus]
Change is either: To a Draft PEP To an Accepted or Final PEP, with Steering Council approval To fix an editorial...
PEP 694: Address additional feedback #4549 [warsaw]
Remove the nonce and gentoken() algorithm. Indexes are now responsible for generating an cryptographically secure...
PEP 806: Discussions-To link #4611 [Zac-HD]
cf #4609 (review) ๐ Documentation preview ๐: https://pep-previews--4611.org.readthedocs.build/
PEP 694: Update Post-History #4612 [warsaw]
๐ Documentation preview ๐: https://pep-previews--4612.org.readthedocs.build/
JelleZijlstra