devguide
devguide copied to clipboard
The Python developer's guide
Some tests require specific locales. Often non-default non-English non-UTF-8 locales. If such locale is not available the test is skip or ran in the dry-run mode. It would be nice...
I spent some time figuring out some useful search queries for Gmail that can also be used as filters (e.g. to assign label): * **Issues**: `subject:(Issue -PR)` * might miss...
Currently we have: * a [developer log](https://devguide.python.org/developers/) * an [how to become a core developer](https://devguide.python.org/coredev/) pages As far as I know, there is no equivalent to the developer log for...
GitHub documentation about verified commits: https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification We should advise contributors to sign and verify their commits. This way, we can be sure that they actually own the email address they...
Looks like the `Link check` step in the CI is broken. It has always been allowed to fail for a long time. Would be great to fix them all. Please...
**Describe the bug** Following the [setup instructions for macOS](https://devguide.python.org/setup/#macos-and-os-x) and installing all dependencies via Homebrew, building the optional module `_gdbm` does not work. **Expected behavior** Following the setup instructions, I...
The [Using issue tracker page](https://devguide.python.org/tracker/) seems to describe how to use issue tracker for people who want to report a bug and how to help triage issue. Seeing this is...
**Describe the enhancement or feature you'd like** There should be some documentation about the various code generation tools used in CPython, for example: - freeze_modules.py - deepfreeze.py - generate_global_objects.py I...
Currently our main resource targeting new contributors is midway through the index page: https://devguide.python.org/#contributing It would be nice if we could have more like a landing page for new contributors...
Where: _When all of your changes are committed (i.e. git status doesn’t list anything), you will want to push your branch to your fork:_ `git push origin ` _This will...