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 1, 2023

  1. Docs: improve accuracy of sqlite3 check_same_thread parameter (#101351

    )
    
    Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    3 people committed Feb 1, 2023
  2. gh-101467: Correct py.exe handling of prefix matches and cases when o…

    …nly one runtime is installed (GH-101468)
    zooba committed Feb 1, 2023
  3. gh-101498 : Fix asyncio.Timeout example in docs (#101499)

    Doc/library/asyncio-task.rst#timeout
    workingpayload committed Feb 1, 2023
  4. gh-101277: Isolate itertools, add group and _grouper types to module …

    …state (#101302)
    
    Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
    erlend-aasland and kumaraditya303 committed Feb 1, 2023
  5. gh-101317: Add ssl_shutdown_timeout parameter for `asyncio.StreamWr…

    …iter.start_tls` (#101335)
    
    Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
    beavailable and kumaraditya303 committed Feb 1, 2023
  6. datetime.rst: fix combine() signature (#101490)

    The default `tzinfo` param of the `combine()` signature pseudocode was erroneously `self.tzinfo`.
    
    `self` has no meaning in the context of a classmethod, and the datetime class itself has no `tzinfo` attribute.  The correct default pseudocode is `time.tzinfo`, reflecting that the default is the `tzinfo` attribute of the `time` parameter.
    belm0 committed Feb 1, 2023

Commits on Jan 31, 2023

  1. gh-101469: Optimise get_io_state() by using _PyModule_GetState() (GH-…

    …101470)
    
    Automerge-Triggered-By: GH:erlend-aasland
    erlend-aasland committed Jan 31, 2023
  2. gh-99276 - Updated Doc/faq/general.rst (#101396)

    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    workingpayload and hugovk committed Jan 31, 2023
  3. gh-98831: rewrite GET_LEN, GET_ITER, BEFORE_WITH and a few simple opc…

    …odes in the instruction definition DSL (#101443)
    iritkatriel committed Jan 31, 2023
  4. gh-77607: Improve accuracy of os.path.join docs (#101406)

    This is a follow-up to #100811.
    
    One of the changes in that PR isn't accurate in that
    `os.path.join('', '')` will not end in a separator.
    
    This reverts that change to the previous wording that used "only", but
    explicitly calls out the case where the last part ends in a separator,
    which is what caused confusin in #77607 and motivated the change
    in #100811.
    hauntsaninja committed Jan 31, 2023
  5. gh-99955: use SUCCESS/ERROR return values in optimizer and assembler.…

    … Use RETURN_IF_ERROR where appropriate. Fix a couple of bugs. (#101412)
    iritkatriel committed Jan 31, 2023

Commits on Jan 30, 2023

  1. gh-101400: Fix incorrect lineno in exception message on continue/brea…

    …k which are not in a loop (#101413)
    corona10 committed Jan 30, 2023
  2. GH-101369: Allow macros as family members (#101399)

    Also check for instructions straddling families (this includes macro parts).
    gvanrossum committed Jan 30, 2023
  3. gh-59956: Clarify Runtime State Status Expectations (gh-101308)

    A PyThreadState can be in one of many states in its lifecycle, represented by some status value.  Those statuses haven't been particularly clear, so we're addressing that here.  Specifically:
    
    * made the distinct lifecycle statuses clear on PyThreadState
    * identified expectations of how various lifecycle-related functions relate to status
    * noted the various places where those expectations don't match the actual behavior
    
    At some point we'll need to address the mismatches.
    
    (This change also includes some cleanup.)
    
    #59956
    ericsnowcurrently committed Jan 30, 2023

Commits on Jan 28, 2023

  1. Fix trivial typo in shebang example (GH-101385)

    The example was showing the current version, but should be pinned to 3.7 to match the example command.
    socal-nerdtastic committed Jan 28, 2023
Older