devguide icon indicating copy to clipboard operation
devguide copied to clipboard

The Python developer's guide

Results 207 devguide issues
Sort by recently updated
recently updated
newest added

Fixes now outdated #502 and supersedes #701.

enhancement

Similar to https://github.com/python/peps/pull/2728. ReadTheDocs now has a beta feature to override the build commands: * https://twitter.com/readthedocs/status/1549145303801946112 * https://docs.readthedocs.io/en/latest/build-customization.html#override-the-build-process Right now, a whole bunch of dependencies are installed that we don't...

The devguide describes in great detail _how_ and _when_ to write NEWS entries (reST syntax, line length, using blurb, etc.), but it barely touches on the subject of what the...

enhancement

And provide better instructions about how to merge manually. One thing that people don't realize is that the second PR number (in backport pull request) is autogenerated by GitHub, and...

This PR updates the `triage/labels.rst` page, that contained outdated references to removed/renamed labels and previous fields used by bpo. The PR is still a draft. The first commit documents the...

enhancement

This adds a `:gh-label:` role to link to a GitHub label on https://github.com/python/cpython. For example: * ``` `:gh-label:`docs` ``` -> `https://github.com/python/cpython/issues?q=is%3Aopen+sort%3Aupdated-desc+label%3Adocs` * ``` :gh-label:`skip news` ``` -> `https://github.com/python/cpython/issues?q=is%3Aopen+sort%3Aupdated-desc+label%3A%22skip+news%22` This makes...

I often see PRs with misleading or vague titles. This is problematic, as the PR titles often end up being the commit titles, and commit titles are one of the...

enhancement
good first issue
guide-edits

Hi all, I would like to add a small section or a paragraph about the review of the Pull Requests. For example, for us, the contributors and core-dev of Python...

enhancement
guide-new content
topic-pull requests

The `[awaiting ...]` labels are meant to be automatically added by `bedevere` bot. Both `miss-islington` and `bedevere` rely on these labels in order to work properly, so it's like a...

This PR updates the `triage/triaging.rst` page, which contained outdated references to bpo and HG's patch-based workflow. See https://cpython-devguide--914.org.readthedocs.build/triage/triaging/

enhancement