Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 26, 2022

  1. gh-98644: point people to tomllib from configparser’s docs (#98645)

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    flying-sheep and JelleZijlstra committed Oct 26, 2022
  2. gh-98713: Use @cpython_only for a test that fails on PyPy (#98714)

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    sobolevn and AlexWaygood committed Oct 26, 2022
  3. gh-90716: add _pylong.py module (#96673)

    Add Python implementations of certain longobject.c functions. These use
    asymptotically faster algorithms that can be used for operations on
    integers with many digits. In those cases, the performance overhead of
    the Python implementation is not significant since the asymptotic
    behavior is what dominates runtime. Functions provided by this module
    should be considered private and not part of any public API.
    
    Co-author: Tim Peters <tim.peters@gmail.com>
    Co-author: Mark Dickinson <dickinsm@gmail.com>
    Co-author: Bjorn Martinsson
    nascheme committed Oct 26, 2022
  4. docs: Change links to label refs (#98454)

    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    slateny and CAM-Gerlach committed Oct 26, 2022
  5. gh-77753: Add example for values that compare equal in stdtypes (#98497)

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    slateny and JelleZijlstra committed Oct 26, 2022

Commits on Oct 25, 2022

  1. gh-97937: dis docs: add adaptive=False (#97939)

    Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
    Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
    3 people committed Oct 25, 2022
  2. GH-87390: Add remaining tests for PEP 646 (#98267)

    Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
    mrahtz and gvanrossum committed Oct 25, 2022
  3. gh-93696: Locate frozen module source with __file__ (#93697)

    Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
    SnoopJ and kumaraditya303 committed Oct 25, 2022
  4. gh-95913: Prepare Improved Modules in 3.11 WhatsNew for final edits (#…

    …98631)
    
    * Add two line breaks and ref target labels to remaining subsections
    
    * Fix a few out of order Improved Modules
    
    * Fix a few minor textual formatting issues in sections
    
    * Fix remaining Sphinx warnings in the Improved Modules section
    CAM-Gerlach committed Oct 25, 2022
  5. gh-98461: Fix location of RETURN_VALUE in async generator bytecode. c…

    …ompiler_jump_if no longer needs a pointer to the loc. (GH-98494)
    iritkatriel committed Oct 25, 2022
  6. Post 3.12.0a1

    Yhg1s committed Oct 25, 2022
Older