The Wayback Machine - https://web.archive.org/web/20200907020559/https://github.com/pradyunsg/devguide/
Skip to content
master
Go to file
Code
This branch is 69 commits behind python:master.

Latest commit

* Add missing git command to pull request guide

The pull request step-by-step guide provides instructions to create a
git branch using upstream/master as the start-point.  This commit adds
a command to the guide which safely makes sure that this start-point
exists in the local repository.  Fixes python#509.

* Clarify the need to configure git remote

This added comment explains the need for an existing remote to create a branch from.  The prerequisite git workflow is already documented.

Co-Authored-By: Kyle Stanley <aeros167@gmail.com>

* Move extra git step to its own bullet point
474aa2b

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 2, 2016
Jan 26, 2019

README.rst

The CPython Developer's Guide

Documentation Status Python Zulip 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

About

The Python developer's guide

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.