About 50 results
Open links in new tab
  1. 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 …

  2. Development cycle - Python Developer's Guide

    The Status of Python versions page contains list of active and end-of-life branches. The latest release for each Python version can be found on the download page. Stages ¶ Based on what …

  3. Python Developer’s Guide

    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 …

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

    Launch the Python REPL (the interactive shell prompt) and check if you can reproduce the issue. Now that the pull request has been applied, the issue should be fixed (in theory, but mistakes …

  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 …

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

    CPython’s internals ¶ This guide describes the basics of CPython’s internals. It explains the layout of CPython’s source code. It also explains how the parser, compiler, and interpreter work …

  7. Getting started - Python Developer's Guide

    Setup and building- Install Git, Get the source code- Install pre-commit as a Git hook., Compile and build- Unix- Clang, Optimization., Windows, WASI, Emscripten ...

  8. Documentation - Python Developer's Guide

    Getting started- Introduction, Building the documentation- Create a virtual environment, Build using make / make.bat, Build using Sphinx directly.., Helping with documentation- Python …

  9. The bytecode interpreter - Python Developer's Guide

    This document is now part of the CPython Internals Docs.

  10. Garbage collector design - Python Developer's Guide

    Garbage collector design Status of Python versions Python Contributor’s Guide (draft) Toggle navigation of Python Contributor’s Guide (draft) [Plan for the Contributor’s Guide] Introduction …