GitXplorerGitXplorer
p

devguide

public
1884 stars
796 forks
106 issues

Commits

List of commits on branch main.
Verified
ff5cf4aef64f4ecbba47ef9840298ac1a07715c6

Link to `endoflife.date/python` in "Status of Python versions" (#1494)

wwarsaw committed 4 hours ago
Verified
d0ce5ccdb1b1b4f7cde75806d138ee5b6933a51e

Document the OS-Linux label (#1493)

SStanFromIreland committed 10 hours ago
Verified
b59985c2df26a3baf81647aa66166aa9a9692d63

Emend ‘functions’ to ‘function’ in the markup reference (#1491)

SStanFromIreland committed 2 days ago
Verified
7d020a3b1061fddd50aa3754ae04e46251746039

Translating: update how to get help (#1489)

mm-aciek committed 2 days ago
Verified
cb898a1b8dbf40a9f21bc563d9952284aacf968f

Link to the documentation translations dashboard (#1488)

mm-aciek committed 2 days ago
Verified
6ccfb72c5e3b8511530e60f78cea636a897ac5b0

Add Bénédikt Tran to `core-developers/experts.rst` (#1487)

ppicnixz committed 6 days 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