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

We now generate and publish `release-cycle.json` from the PEPs repo (https://github.com/python/peps/pull/4331) so can use that directly and don't need to duplicate this data. ---- 📚 Documentation preview 📚: https://cpython-devguide--1685.org.readthedocs.build/

### Describe the enhancement or feature you would like Recently there have been a lot of talks about some quite large docs moves. Unfortunately for translations, the translated messages will...

enhancement
guide-new content
topic-documentation

I wanted to pull a PR branch and I was looking up ["Checking out others' PRs"](https://devguide.python.org/getting-started/git-boot-camp/#git-pr), and the options were either to install `gh`, `hub`, or creating a Git alias....

enhancement

I will post more on this on Discourse. ---- 📚 Documentation preview 📚: https://cpython-devguide--1690.org.readthedocs.build/

---- 📚 Documentation preview 📚: https://cpython-devguide--1681.org.readthedocs.build/

### Describe the enhancement or feature you would like In learning how to label / triage came across a docs issue where I got the labels fairly off and I...

enhancement
topic-triage

---- 📚 Documentation preview 📚: https://cpython-devguide--1667.org.readthedocs.build/

I have tried something like this `git config --global alias.pr '!git fetch upstream pull/$1/head:pr_$1 && git checkout pr_$1;' ` it works fine but raises an error :( closes [issue](https://github.com/python/devguide/issues/1645) ----...

Updated the "making a good PR" section of the page with tips on creating the title and description #931 ---- 📚 Documentation preview 📚: https://cpython-devguide--1626.org.readthedocs.build/

### Describe the enhancement or feature you would like I was going through and labeling old issues today, and it made me realize how duplicated and unnecessary some labels in...

enhancement
guide-automation
topic-triage