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 Feb 27, 2023

  1. gh-102296 Document that inspect.Parameter kinds support ordering (GH-…

    …102297)
    
    Automerge-Triggered-By: GH:AlexWaygood
    Gouvernathor committed Feb 27, 2023
  2. gh-101100: Fix sphinx warnings in types module (#102274)

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    sobolevn and AlexWaygood committed Feb 27, 2023
  3. gh-91038: Change default argument value to False instead of 0 (#3…

    …1621)
    
    The argument is used as a switch and corresponds to a boolean logic. Therefore it is more intuitive to use the corresponding constant `False` as default value instead of the integer `0`.
    
    Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
    Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
    3 people committed Feb 27, 2023

Commits on Feb 25, 2023

  1. gh-102252: Improve coverage of test_bool.py (#102253)

    Add tests for conversion from bool to complex.
    Eclips4 committed Feb 25, 2023
  2. asyncio docs: Fix dangling hyphen (#102227)

    Currently this gets rendered with a dangling hyphen.
    JelleZijlstra committed Feb 25, 2023
  3. gh-101100: Fix Sphinx warnings in decimal module (#102125)

    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    hugovk and CAM-Gerlach committed Feb 25, 2023
  4. gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207)

    Co-authored-by: Seonkyo Ok <seonkyo.ok@linecorp.com>
    uyw4687 and uyw4687 committed Feb 25, 2023

Commits on Feb 23, 2023

  1. Fix deadlock on shutdown if test_current_{exception,frames} fails (#1…

    …02019)
    
    * Don't deadlock on shutdown if test_current_{exception,frames} fails
    
    These tests spawn a thread that waits on a threading.Event. If the test fails any of its assertions, the Event won't be signaled and the thread will wait indefinitely, causing a deadlock when threading._shutdown() tries to join all outstanding threads.
    
    Co-authored-by: Brett Simmers <bsimmers@meta.com>
    
    * Add a news entry
    
    * Fix whitespace
    
    ---------
    
    Co-authored-by: Brett Simmers <bsimmers@meta.com>
    Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
    3 people committed Feb 23, 2023
  2. gh-101476: Add _PyType_GetModuleState (GH-101477)

    For fast module state access from heap type methods.
    erlend-aasland committed Feb 23, 2023
  3. gh-99108: Followup fix for Modules/Setup (GH-102183)

    Automerge-Triggered-By: GH:erlend-aasland
    msprotz committed Feb 23, 2023
  4. gh-93649: Split exception tests from _testcapimodule.c (GH-102173)

    Automerge-Triggered-By: GH:erlend-aasland
    erlend-aasland committed Feb 23, 2023
  5. gh-101981: Consolidate macOS configure steps in CI (GH-102131)

    Automerge-Triggered-By: GH:erlend-aasland
    erlend-aasland committed Feb 23, 2023
  6. bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modul…

    …es (GH-7822)
    
    lzma.LZMADecompressor and bz2.BZ2Decompressor objects caused
    segfaults when their `__init__()` methods were not called.
    
    lzma.LZMADecompressor, lzma.LZMACompressor, bz2.BZ2Compressor,
    and bz2.BZ2Decompressor objects would leak locks and internal buffers
    when their `__init__()` methods were called multiple times.
    
    
    https://bugs.python.org/issue23224
    ZackerySpytz committed Feb 23, 2023
Older