Python Module Distribution Utilities extracted from the Python Standard Library
Synchronizing
=============
This project is kept in sync with the code still in stdlib.
From CPython
------------
The original history and attribution of all changes contributed to CPython can be found in the `cpython branch <https://github.com/pypa/distutils/tree/cpython>`_. If new commits are added to CPython, they should be synchronized back to this project.
First, create a clone of CPython that only includes the distutils changes. Due to the large size of the CPython repository, this operation is fairly expensive.
This project also maintains a `clean branch <https://github.com/pypa/distutils/tree/clean>`_ to capture only the code changes to distutils, excluding the ancillary details like packaging and this document.