Skip to content

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-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

Commits on Oct 24, 2022

  1. gh-97909: Mark up members of PyMemberDef (GH-98473)

    Co-authored-by: T <tnie@tuta.io>
    Johnny11502 and kwsp committed Oct 24, 2022
  2. gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (G…

    …H-98583)
    
    * Fix names/references of pending removal APIs
    
    * Sort list of APIs pending removal alphabetically
    
    * Add missing modules/submodules pending removal in 3.12
    
    * Add table of unittest deprecated aliases to 3.11 What's New
    
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    Co-authored-by: Petr Viktorin <encukou@gmail.com>
    3 people committed Oct 24, 2022
  3. gh-95913: Edit & expand Deprecated section of 3.11 WhatsNew (#98581)

    * Refine Sphinx syntax and grammar/phrasing in Deprecated section items
    * Organize into lang/builtins, modules & stdlib sections
    * Convert PEP 594 module list into a grid to not waste as much space
    * Add importlib.resources deprecated functions to section
    CAM-Gerlach committed Oct 24, 2022

Commits on Oct 23, 2022

  1. gh-91524: Speed up the regular expression substitution (#91525)

    Functions re.sub() and re.subn() and corresponding re.Pattern methods
    are now 2-3 times faster for replacement strings containing group references.
    
    Closes #91524
    
    Primarily authored by serhiy-storchaka Serhiy Storchaka
    Minor-cleanups-by: Gregory P. Smith [Google] <greg@krypto.org>
    serhiy-storchaka committed Oct 23, 2022

Commits on Oct 20, 2022

  1. gh-95023: Added os.setns and os.unshare functions (#95046)

    Added os.setns and os.unshare to easily switch between namespaces
    on Linux.
    
    Co-authored-by: Christian Heimes <christian@python.org>
    Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
    Co-authored-by: Victor Stinner <vstinner@python.org>
    4 people committed Oct 20, 2022

Commits on Oct 19, 2022

  1. Doc: Remove title text from internal links (#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
    rffontenelle committed Oct 19, 2022
  2. [doc] Refresh the venv introduction documentation, and correct the st…

    …atement about VIRTUAL_ENV (GH-98350)
    
    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    pelson and CAM-Gerlach committed Oct 19, 2022
  3. Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441)

    Bump sphinx-lint and fix unbalanced inline literal markup
    hugovk committed Oct 19, 2022
Older