About 40 results
Open links in new tab
  1. Development cycle - Python Developer's Guide

    The Python Steering Council has overall authority over Python and has delegated some of its responsibilities to other groups. This table lists the PEPs defining each group’s responsibilities, and …

  2. Development cycle - devguide.python.org

    Within the GitHub Python organization, repositories are expected to relate to the Python language, the CPython reference implementation, their documentation and their development workflow.

  3. Python Developer’s Guide

    This guide is a comprehensive resource for contributing to Python – for both new and experienced contributors. It is maintained by the same community that maintains Python.

  4. Status of Python versions

    New source-only versions can be released as needed. end-of-life: Five years after a release, support ends. The release cycle is frozen; no further changes are allowed. See also the Development cycle …

  5. Development workflow - Python Developer's Guide

    Following Python’s development- Standards of behaviour in these communication channels, Mailing lists, Discourse (discuss.python.org web forum)- Tutorials for new users, Reading topics, Notificatio...

  6. devguide.python.org

    You should have been redirected. If not, click here to continue.

  7. Documentation - Python Developer's Guide

    Can I keep it? What hierarchy should I use in my GitHub repository? Which version of the Python documentation should be translated? The entry for my translation is missing or not up to date How …

  8. Lifecycle of a pull request - Python Developer's Guide

    One of the bottlenecks in the Python development process is the lack of code reviews. If you browse the bug tracker, you will see that numerous issues have a fix, but cannot be merged into the main source …

  9. CPython’s internals - Python Developer's Guide

    The CPython code base is constantly changing and evolving. Here’s a sample of references about CPython’s architecture aimed at building your understanding of CPython internals and its evolution: …

  10. Compile and build - devguide.python.org

    For a concise step by step summary of building Python on Windows, you can read Victor Stinner’s guide. All supported versions of Python can be built using Microsoft Visual Studio 2017 or later. You …