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

As mentionned in https://github.com/python/devguide/pull/896 some links were outdated. Also keeping a link to an old initial email for a now mature translation with a repo and a presence on docs.python.org...

needs: PR update

- If you'd like help with English in a Python-related repo (docs, PEPs, devguide, ...), mention @python/proofreaders on GitHub to get their attention - If you'd like to join *(edited)*:...

The labels used in the `python/cpython` repo have been updated In python/core-workflow#432 and python/bedevere#419. https://devguide.python.org/triaging/ should be updated accordingly. https://discuss.python.org/t/github-issues-migration-label-mapping/14212 has more information about the labels.

bug
help wanted
good first issue

> Note: This repo is for the Python devguide. If you are requesting an enhancementfor the Python language or CPython interpreter, then the CPython issue tracker is better suited for...

bug
github

~WIP: still need to add the description.~ Refer to this merged PR: https://github.com/python/bedevere/pull/419/files Closes https://github.com/python/devguide/issues/821

**memo to me** Python 3.12 will drop ``setup.py``. 3.11 has already detects most modules on ``configure`` and builds them through ``Modules/Setup.stdlib``. The new system is not well documented yet. ##...

enhancement
topic-c api
topic-dev process
guide-new content

Makefile.pre.in is frequently forgotten, see https://github.com/python/cpython/pull/13563, https://github.com/python/cpython/pull/30311, https://github.com/python/cpython/pull/31784. The [instructions for adding a new module to stdlib](https://devguide.python.org/stdlibchanges/?highlight=adding#adding-a-new-module) currently focus on *what* can be added rather than *how* to add something,...

enhancement
guide-new content
guide-automation
topic-building python

> The [devguide](https://devguide.python.org) does touch on how to build Python from source using homebrew installed libraries on macOS, although I found it to be 1) a bit incomplete; 2) not...

During the last docs-community meeting, we discussed the fact that we are currently using several different tools (git, GitHub, Discourse, Discord, etc.) and each tool has a learning curve. Combined...

enhancement
guide-new content

**Describe the enhancement or feature you'd like** Currently we have to open a browser and read the status of Python branches. https://devguide.python.org/#status-of-python-branches It would be great if that info is...