psf/black repo issues, pull requests, and releases [back to top]
Nothing happening
psf/requests repo issues, pull requests, and releases [back to top]
breaking aws s3 usage with requests 2.32.0 #6711 [kristianelliott80]
requests 2.32.0 introduced a change #6644 that strips double /. This has introduced an issue where generated...
Revert caching a default SSLContext #6767 [nateprewitt]
This PR reverts the changes from #6667 to the previous behavior. Due to the number of edge cases and concurrency...
python/peps repo issues, pull requests, and releases [back to top]
PEP 772: Updates based on DPO thread and author discussion w/PSF representatives #4466 [warsaw]
Nominees to the PC must now themselves be PSF members. Take out mention of Bloc STAR and the detailed mechanics of...
PEP 793: Two small updates #4472 [encukou]
PyType_GetModuleByToken will return a strong reference, unlike PyType_GetModuleByDef Remove incorrect note that the...
PEP 768: Make sure C API names start with `Py_` #4473 [encukou]
Remove the struct tag Add Py_ to MAX_SCRIPT_PATH_SIZE As discussed in:...
PEP 710: elaborate on storing at least one hash #3884 [fridex]
๐ Documentation preview ๐: https://pep-previews--3884.org.readthedocs.build/
PEP 750: collect spec fixes discovered during final implementation work #4364 [davepeck]
Change is either: To a Draft PEP To an Accepted or Final PEP, with Steering Council approval To fix an...
PEP 750: restrict support for `Template` + `str` addition #4395 [davepeck]
Change is either: To a Draft PEP To an Accepted or Final PEP, with Steering Council approval To fix an editorial...
PEP 788: Minor clarity changes and improvements #4474 [ZeroIntensity]
Change is either: To a Draft PEP To an Accepted or Final PEP, with Steering Council approval To fix an editorial...
nick-benyo: For the S3 issue, how is this possible? Keys cannot contain '/' in S3
SpoonMeiser: For the S3 issue, how is this possible? Keys cannot contain '/' in S3 Keys absolutely can...
nick-benyo: For the S3 issue, how is this possible? Keys cannot contain '/' in S3 Keys absolutely can...
nick-benyo: Just trying to understand because if I attempt to reproduce this with the above code: import...
crabhi: The thing is that it's irrelevant whether the object is named according to AWS conventions or...