GitXplorerGitXplorer
p

devguide

public
1884 stars
796 forks
106 issues

Commits

List of commits on branch main.
Verified
5d0ab7a8db3f9c683b5181270adace844611e96f

Add Bénédikt Tran (#1485)

aambv committed 7 days ago
Verified
eb1fbc4ffb72b692b5b841cef904aebaa883c521

Update repo RM role policy regarding EOL branches (#1483)

hhugovk committed 8 days ago
Verified
5649d763a0a62b2ad8a4a2a0c5c1812b15db322b

Document the PyPI org policy (#1484)

hhugovk committed 8 days ago
Verified
491dd992651645378fd19c1b57e2bfa277e5988d

Remove link to decommissioned Python Cookbook (#1481)

hhugovk committed a month ago
Verified
0b9001fbcbc6e46a4520e978b7ec0c955c916981

gh-1463: testing: Expand refleak checker section (GH-1468)

LLincoln-developer committed a month ago
Verified
d0661a5c777c309c3e454cde62e6b49e1d09f8be

Update Barry's affiliations (#1480)

wwarsaw committed a month ago

README

The README file for this repository.

The CPython Developer's Guide

|ReadTheDocs| |Discourse| |Codestyle|

.. |ReadTheDocs| image:: https://readthedocs.org/projects/cpython-devguide/badge/ :target: https://devguide.python.org :alt: Documentation Status

.. |Discourse| image:: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg :alt: Python Discourse chat :target: https://discuss.python.org/

.. |Codestyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black :alt: 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.

Render HTML

To render the devguide to HTML under _build/html, run::

make html

To render the devguide to HTML, and open the result in a browser, run::

make htmlview

To maintain a live view of edits as they are saved, run::

make htmllive