Skip to content
Permalink
3.11
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 20, 2022

  1. [3.11] Docs: Bump sphinx-lint and use double backticks for inline lit…

    …erals (GH-98441) (#98445)
    
    Bump sphinx-lint and use double backticks for inline literals
    hugovk committed Oct 20, 2022
  2. [3.11] [doc] Improve logging cookbook example. (GH-98481) (GH-98483)

    Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
    miss-islington and vsajip committed Oct 20, 2022
  3. Add more tkinter.Canvas tests (GH-98475)

    It is a prerequisite for GH-94473. Add tests for the coords() method and
    for creation of some Canvas items.
    (cherry picked from commit ff173ed)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
    miss-islington and serhiy-storchaka committed Oct 20, 2022
  4. typing tests: _overload_dummy raises NotImplementedError, not `Ru…

    …ntimeError` (GH-98351)
    
    (cherry picked from commit 1ca6647)
    
    Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
    miss-islington and sobolevn committed Oct 20, 2022
  5. [3.11] gh-94808: Cover str.rsplit for UCS1, UCS2 or UCS4 (GH-98228) (

    …#98291)
    
    gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (GH-98228)
    (cherry picked from commit b7dd2ca)
    
    Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
    miss-islington and sobolevn committed Oct 20, 2022

Commits on Oct 19, 2022

  1. gh-98414: py.exe launcher does not use defaults for -V:company/ option (

    GH-98460)
    
    (cherry picked from commit 4bd63f6)
    
    Co-authored-by: Steve Dower <steve.dower@python.org>
    miss-islington and zooba committed Oct 19, 2022
  2. [3.11] [doc] Refresh the venv introduction documentation, and correct…

    … the st… (GH-98465)
    
    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    Co-authored-by: Phil Elson <pelson.pub@gmail.com>
    3 people committed Oct 19, 2022
  3. Doc: Remove title text from internal links (GH-98409)

    Rely on the title of the linked internal page instead of putting the title. Sphinx will render with the title correctly, and this will reduce work for translators
    (cherry picked from commit 52fcba6)
    
    Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
    miss-islington and rffontenelle committed Oct 19, 2022
  4. gh-97928: Fix handling options starting with "-" in tkinter.Text.coun…

    …t() (GH-98436)
    
    Previously they were silently ignored. Now they are errors.
    (cherry picked from commit e4ec8de)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
    miss-islington and serhiy-storchaka committed Oct 19, 2022
  5. gh-97928: Add tests for tkinter.Text.count() (GH-98269)

    (cherry picked from commit 1b684c8)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
    miss-islington and serhiy-storchaka committed Oct 19, 2022
  6. gh-95913: Edit zipfile Whatsnew section & add new APIs (GH-98314)

    * Link ZipFile in What's New entry discussing it
    
    * Add entry for new ZipFile.mkdir method
    
    * Add entry for new zipfile.Path.stem/suffix/suffixes methods
    
    * Add missing line breaks between zipfile bullet list items
    (cherry picked from commit ed827d5)
    
    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    miss-islington and CAM-Gerlach committed Oct 19, 2022
  7. gh-95913: Add WhatsNew section for new logging APIs (GH-98320)

    * Add entry for new logging.getLevelNamesMapping function
    
    * Add entry for SysLogHandler.createSocket to whatsnew
    
    * Add missing line break between logging bullet list items
    (cherry picked from commit 251b8cc)
    
    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    miss-islington and CAM-Gerlach committed Oct 19, 2022
  8. [3.11] gh-94808: Cover PyFunction_GetCode, PyFunction_GetGlobals,… (

    #98317)
    
    [3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_GetModule` (GH-98158).
    (cherry picked from commit 7b48d02)
    
    Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
    JelleZijlstra and sobolevn committed Oct 19, 2022

Commits on Oct 18, 2022

  1. gh-95914: Add links to 3.11 WhatsNew Summary items (GH-98416)

    Add links to Summary items to where readers can learn more
    (cherry picked from commit fcae195)
    
    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    miss-islington and CAM-Gerlach committed Oct 18, 2022
  2. General improvements to the itertools docs (GH-98408)

    (cherry picked from commit f4ead48)
    
    Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
    miss-islington and rhettinger committed Oct 18, 2022
  3. [3.11] gh-93858: Prevent error when activating venv in nested fish in…

    …stances (GH-93931) (GH-98402)
    
    Co-authored-by: Thomas B. Brunner <thomasbbrunner@gmail.com>
    miss-islington and thomasbbrunner committed Oct 18, 2022
  4. [3.11] gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallb…

    …ack_close_peer_in_the_middle_of_receiving (GH-98316) (#98357)
    
    Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
    (cherry picked from commit 3e82ad0)
    
    Co-authored-by: fancidev <fancidev@gmail.com>
    miss-islington and fancidev committed Oct 18, 2022
  5. gh-95913: Copyedit, xref and organize enum section (GH-98295)

    * Whatsnew: Convert literals in enum section to actual x-references
    
    * Whatsnew: Rewrite enum section for clear and consistant phrasing
    
    * Whatsnew: Combine directly related enum items instead of seperating them
    
    * gh-98250: Describe __str__/__format__ changes more clearly/accurately
    
    * Tweak enum section language per feedback from Ethan
    (cherry picked from commit 73e5180)
    
    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    miss-islington and CAM-Gerlach committed Oct 18, 2022
  6. gh-95913: Prepare remaining Whatsnew sections for editing (GH-98342)

    * Add line breaks & ref targets to Whatsnew to prepare for future changes
    
    * Use standard heading underbar symbols for H4 sections
    
    * Flatten Porting subsection; clarify scope of/link Python->CAPI sections
    
    * Move C API pending deprecations to C API section, to match the others
    (cherry picked from commit 0a0c7e5)
    
    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    miss-islington and CAM-Gerlach committed Oct 18, 2022

Commits on Oct 17, 2022

  1. [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371

    )
    
    Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>.
    (cherry picked from commit fa2d43e)
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    CAM-Gerlach and hugovk committed Oct 17, 2022
  2. Move random selection recipes from itertools.rst to random.rst (GH-98369

    )
    
    (cherry picked from commit 70732d8)
    
    Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
    miss-islington and rhettinger committed Oct 17, 2022
  3. gh-85525: Remove extra row in doc (GH-98337)

    * remove extra row
    
    * 📜🤖 Added by blurb_it.
    
    Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
    (cherry picked from commit 5c9302d)
    
    Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
    miss-islington and nanjekyejoannah committed Oct 17, 2022
  4. gh-95914: Add What's New item describing PEP 670 changes (GH-98315)

    (cherry picked from commit aafc53c)
    
    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    miss-islington and CAM-Gerlach committed Oct 17, 2022

Commits on Oct 16, 2022

  1. GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH…

    …-98336)
    
    (cherry picked from commit ae19217)
    
    Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
    miss-islington and rhettinger committed Oct 16, 2022
  2. [3.11] gh-98307: Add docstring and documentation for SysLogHandler.cr… (

    GH-98325)
    
    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    vsajip and CAM-Gerlach committed Oct 16, 2022
  3. gh-85299: Add note warning about entry point guard for asyncio example (

    GH-93457)
    
    (cherry picked from commit 79fd6cc)
    
    Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
    miss-islington and slateny committed Oct 16, 2022
  4. gh-97527: IDLE - fix buggy macosx patch (GH-98313)

    GH-97530 fixed IDLE tests possibly crashing on a Mac without a GUI.
    But it resulted in IDLE not starting in 3.10.8, 3.12.0a1, and
    Microsoft Python 3.10.2288.0 when test/* is not installed.
    After this patch, test.* is only imported when testing on Mac.
    (cherry picked from commit 35fa5d5)
    
    Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
    miss-islington and terryjreedy committed Oct 16, 2022
  5. [3.11] gh-95731: Fix module docstring extraction in pygettext (GH-95732

    …) (#98281)
    
    gh-95731: Fix module docstring extraction in pygettext (GH-95732)
    (cherry picked from commit 120b4ab)
    
    Co-authored-by: Jakub Kuczys <me@jacken.men>
    miss-islington and jack1142 committed Oct 16, 2022

Commits on Oct 15, 2022

  1. [3.11] [doc] Update logging cookbook with an example of custom handli… (

    GH-98296)
    
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    vsajip and JelleZijlstra committed Oct 15, 2022
  2. docs(typing): harmonize "See PEP x for more details" (GH-97927)

    (cherry picked from commit 0238965)
    
    Co-authored-by: Simon Legner <Simon.Legner@gmail.com>
    miss-islington and simon04 committed Oct 15, 2022
  3. Upgrade ccache-action to one using Node 16 (GH-98166)

    Github Actions has deprecated the use of Node 12, and will be turning it off by
    summer 2023.
    
    https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
    (cherry picked from commit ad8e297)
    
    Co-authored-by: Michael Droettboom <mdboom@gmail.com>
    miss-islington and mdboom committed Oct 15, 2022
Older