devguide
devguide copied to clipboard
The Python developer's guide
This page is aimed at coordinators, so I assume some git/gh knowledge etc. Some things that need to be discussed: - Use Discourse for announcements as it is public (more...
---- 📚 Documentation preview 📚: https://cpython-devguide--1588.org.readthedocs.build/
The whitespace checks are now part of pre-commit and not patchcheck: ```console ❯ make patchcheck ... Checked 114 modules (35 built-in, 79 shared, 0 n/a on macosx-15.5-arm64, 0 disabled, 0...
Support @jwjacobson and @irvan-putra coordinating translation as discussed in https://discord.com/channels/935215565872693329/1372598660239593572 ---- 📚 Documentation preview 📚: https://cpython-devguide--1591.org.readthedocs.build/
### Describe the enhancement or feature you would like This was [added a few weeks ago](https://github.com/python/core-workflow/issues/563), but intentionally left undocumented to see how it played out. At this point, the...
> but the minimum requirements are now fulfilled for all of 3.12, 3.13 and 3.14. Hmm, we don't actually state in PEP 545 which version should meet the requirements. Something...
Let's do this. Let's leave the part about where the docs are hosted and create a FAQ entry about the build scripts repo. While not harmful as is, it would...
The `developers.csv` got a bit out of sync recently. Update instructions to help avoid that happening again. ---- 📚 Documentation preview 📚: https://cpython-devguide--1580.org.readthedocs.build/
Ref. #999 (and #998). * Add beta release dates to JSON * ~~Fix Python 3.14 first release date~~ Not adding the beta release dates in Status of Python versions page,...
### Describe the enhancement or feature you would like Using `--config-cache` with `configure` makes it much quicker: 3s cached vs 39s without on my machine. Some example wasm commands include...