core-workflow
core-workflow copied to clipboard
Issue tracker for CPython's workflow
If the repository is open to pull request it might be a good idea to get a CONTRIBUTING.md with some guideline on how to send enhancement requests, bug reports, pr,...
As [pulled from PEP 512](https://www.python.org/dev/peps/pep-0512/#handling-misc-acks): Traditionally the Misc/ACKS file [20] has been managed by hand. But thanks to Git supporting an author value as well as a committer value per...
Spotting ABI compatibility breaks, bytecode compatibility breaks, and public API additions in maintenance patches is currently still reliant on human code review, and it's unfortunately pretty easy to miss the...
The instructions at https://cpython-devguide.readthedocs.io/gitbootcamp.html#syncing-with-upstream tell you how to pull changes into your forked repository and how to pull them into your branch that you may have made a PR out...
https://github.com/nedbat/coveragepy/blob/master/coverage/fullcoverage/encodings.py is a hack which makes sure that coverage.py is imported early enough to cover modules that are imported during interpreter startup. Previously it wasn't included with coverage.py, but @nedbat...
In Github GUI, it's difficult to check 79 columns limitation. How about adding `pycodestyle --diff` or something similar as non strict check?
Once all the in-progress reviews are finished, we can shut down Rietveld. We might want to archive the review comments and put them somewhere before we do the shutdown.
That way the dev docs are always up-to-date.
https://gist.github.com/brettcannon/f8d97c92b0df264cd4db008ffd32daf9 For the migration, hglookup.py just maps svn commits to svn.python.org and hg commits to hg.python.org. It would be nice to set it up so we have a mapping of...
# The short story For security, remove the commit bit from inactive core devs. # Long version During the [Language Summit 2024](https://us.pycon.org/2024/events/language-summit/) one thing we discussed regarding "Strengthening Python's Security...