Skip to content

python/devguide

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* Update the triage/labels.rst page.

* Remove duplicate label.

* Use the `:gh-label:` role.

* Use the `:cpy-file:` role.

* (Re)move (mostly) BPO-related info.

* Apply suggestions from code review

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>

* Apply suggestions from code review

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Fix miss-islington link markup.

* Add more ref targets to prevent link rotting.

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Add other two ref targets to the "Type labels" section.

* Address remaining review comments.

* Apply more suggestions from code review.

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>

* Rephrase sentence as suggested in a review comment.

* Rewrap a few long lines.

* Restore and move the `Assignees` sub-section.

* Fix typo.

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Fix "triager" capitalization.

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Document the `automerge` label.

* Remove obsolete note/comment.

* Minor grammar/punctuation/phrasing fixes.

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>

* Final tweaks.

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>

---------

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
4e6e10f

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The CPython Developer's Guide

Documentation Status Python Discourse chat Code style is black

This guide covers how to contribute to CPython. It is known by the nickname of "the devguide" by the Python core developers.

The official home of this guide is https://devguide.python.org.

Compilation

For the compilation of the devguide, you need to use a version of Python which supports the venv module, because the make html command will create a virtual environment and will install the Sphinx package:

make html