Skip to content
Permalink
3.9

Commits on Aug 11, 2021

  1. Add .DS_Store on ignore (GH-27711) (GH-27724)

    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    (cherry picked from commit 1841c70)
    
    Co-authored-by: 180909 <wjh180909@gmail.com>
    miss-islington and 180909 committed Aug 11, 2021
  2. bpo-33930: Fix segfault with deep recursion when cleaning method obje…

    …cts (GH-27678) (GH-27720)
    
    (cherry picked from commit bfc2d5a)
    
    Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
    miss-islington and pablogsal committed Aug 11, 2021

Commits on Aug 10, 2021

  1. bpo-44854: Add .editorconfig file to help enforce make patchcheck (G…

    …H-27638) (GH-27714)
    
    (cherry picked from commit c0ab59f)
    
    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    miss-islington and ambv committed Aug 10, 2021
  2. bpo-14853: add back the stdin test, skip if stdin is redirected (GH-2…

    …7694) (GH-27698)
    
    (cherry picked from commit 8ed1833)
    
    Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
    miss-islington and iritkatriel committed Aug 10, 2021
  3. bpo-25782: avoid hang in PyErr_SetObject when current exception has a…

    … cycle in its context chain (GH-27626) (GH-27707)
    
    Co-authored-by: Dennis Sweeney 36520290+sweeneyde@users.noreply.github.com
    (cherry picked from commit d5c2174)
    
    Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
    miss-islington and iritkatriel committed Aug 10, 2021
  4. bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990) (GH…

    …-27705)
    
    It has not been true for several years and likely never was.
    (cherry picked from commit 6b37d0d)
    
    Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
    miss-islington and terryjreedy committed Aug 10, 2021
  5. make lib2to3 parse async generators everywhere (GH-6588) (GH-27703)

    (cherry picked from commit 149addd)
    
    Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
    miss-islington and zsol committed Aug 10, 2021
  6. bpo-39498 Start linking the security warnings in the stdlib modules (G…

    …H-18272) (GH-27699)
    
    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    (cherry picked from commit c5c5326)
    
    Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
    miss-islington and tonybaloney committed Aug 10, 2021

Commits on Aug 9, 2021

  1. bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631

    ) (GH-27687)
    
    (cherry picked from commit b33186b)
    
    Co-authored-by: Johannes Reiff <mail@jreiff.de>
    miss-islington and joreiff committed Aug 9, 2021
  2. bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) (G…

    …H-27684)
    
    This was causing test___all__ to fail on platforms lacking a shared
    memory implementation.
    
    Co-Authored-By: Xavier de Gaye <xdegaye@gmail.com>
    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    (cherry picked from commit d097876)
    
    Co-authored-by: Zackery Spytz <zspytz@gmail.com>
    miss-islington and ZackerySpytz committed Aug 9, 2021
  3. [3.9] Upgrade bundled pip and setuptools (GH-27625) (GH-27658)

    pip is now 21.2.3
    setuptools is now 57.4.0.
    (cherry picked from commit 738ac00)
    
    Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
    uranusjr committed Aug 9, 2021
  4. bpo-44522: Fix inaccurate information in open() function (GH-27650) (G…

    …H-27682)
    
    - Use "Low surrogate code units" instead of "Unicode Private Use Area"
    (cherry picked from commit b05e9b6)
    
    Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
    miss-islington and meowmeowmeowcat committed Aug 9, 2021
  5. bpo-32695: Docs and tests for compresslevel and preset kwargs in tarf…

    …ile (GH-21470) (GH-27674)
    
    Co-Authored-By: Bo Bayles <bbayles@gmail.com>
    (cherry picked from commit eb2d4a6)
    
    Co-authored-by: Zackery Spytz <zspytz@gmail.com>
    miss-islington and ZackerySpytz committed Aug 9, 2021

Commits on Aug 8, 2021

  1. bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664) (

    GH-27665)
    
    (cherry picked from commit ebecffd)
    
    Co-authored-by: Senthil Kumaran <senthil@python.org>
    
    Co-authored-by: Senthil Kumaran <senthil@python.org>
    miss-islington and orsenthil committed Aug 8, 2021

Commits on Aug 7, 2021

  1. bpo-44856: Possible reference leak in error paths of update_bases() a…

    …nd __build_class__ (GH-27647) (GH-27651)
    
    (cherry picked from commit a40675c)
    
    Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
    miss-islington and pablogsal committed Aug 7, 2021

Commits on Aug 6, 2021

  1. [3.9] bpo-44822: Don't truncate strs with embedded NULL chars retur…

    …ned by `sqlite3` UDF callbacks (GH-27588). (GH-27639)
    
    (cherry picked from commit 8f010dc)
    erlend-aasland committed Aug 6, 2021
  2. bpo-27752: improve documentation of csv.Dialect (GH-26795) (GH-27644)

    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    (cherry picked from commit 0ffdced)
    
    Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
    miss-islington and jdevries3133 committed Aug 6, 2021
  3. bpo-44756: [docs] revert automated virtual environment creation on `m…

    …ake html` (GH-27635) (GH-27636)
    
    It turned out to be disruptive for downstream distributors.
    (cherry picked from commit 55fa87b)
    
    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    miss-islington and ambv committed Aug 6, 2021
  4. bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618) (GH-27619)

    (cherry picked from commit 938e84b)
    
    Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
    miss-islington and jdevries3133 committed Aug 6, 2021
  5. bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)

    Fix the os.set_inheritable() function on FreeBSD 14 for file
    descriptor opened with the O_PATH flag: ignore the EBADF error on
    ioctl(), fallback on the fcntl() implementation.
    (cherry picked from commit c24896c)
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
    miss-islington and vstinner committed Aug 6, 2021
  6. [3.9] bpo-40928: notify users running test_decimal on macOS of malloc…

    … warnings (GH-26783) (GH-27629)
    
    * When trying to allocate very large regions on macOS, malloc does not   fail silently. It sends a noisy error out to STDERR
    * This provides a helper function to warn the user, and provides the warning for test_decimal, which consistently generates these warnings on macOS.
    
    Co-authored-by: Łukasz Langa <lukasz@langa.pl>.
    (cherry picked from commit 15d3c14)
    
    Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
    ambv and jdevries3133 committed Aug 6, 2021

Commits on Aug 4, 2021

  1. bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166

    ) (GH-27608)
    
    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    Co-authored-by: Alexander Vandenbulcke <alexander.vandenbulcke95@gmail.com>
    (cherry picked from commit a8dc489)
    
    Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
    miss-islington and akulakov committed Aug 4, 2021
  2. [doc] bpo-43066: zipfile - add note on leading slash in the filename …

    …arg (GH-26899) (GH-27606)
    
    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    (cherry picked from commit 7c5dab4)
    
    Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
    miss-islington and akulakov committed Aug 4, 2021
  3. Fix typo in 'xml.dom.minidom' documentation (GH-27602) (GH-27604)

    (cherry picked from commit cc77193)
    
    Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
    miss-islington and cmaureir committed Aug 4, 2021
  4. Fix 404 link to the pyporting mailing list (GH-27320) (GH-27601)

    Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    (cherry picked from commit 977d99d)
    
    Co-authored-by: Rohit Nishad <47008599+rohitnishad613@users.noreply.github.com>
    miss-islington and rohitnishad613 committed Aug 4, 2021
  5. Note that tp_clear and m_clear are not always called (GH-27581) (GH-2…

    …7597)
    
    (cherry picked from commit 10faada)
    
    Co-authored-by: Petr Viktorin <encukou@gmail.com>
    miss-islington and encukou committed Aug 4, 2021
  6. Fix hyperlink conflict in turtle docs (GH-27592) (GH-27595)

    (cherry picked from commit 3d2b4c6)
    
    Co-authored-by: Harry <harry.lees@gmail.com>
    miss-islington and Harry-Lees committed Aug 4, 2021

Commits on Aug 3, 2021

  1. bpo-41886: Fix documented type of PyType_Type (GH-22454)

    (cherry picked from commit ac811f9)
    
    Co-authored-by: da-woods <dw-git@d-woods.co.uk>
    miss-islington and da-woods committed Aug 3, 2021
  2. bpo-41737: expand doc for NotADirectoryError (GH-27471) (GH-27577)

    (cherry picked from commit f7c23a9)
    
    Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
    miss-islington and akulakov committed Aug 3, 2021
  3. bpo-39091: Fix segfault when Exception constructor returns non-except…

    …ion for gen.throw. (GH-17658) (GH-27573)
    
    Co-authored-by: Benjamin Peterson <benjamin@python.org>
    (cherry picked from commit 83ca46b)
    
    Co-authored-by: Noah <33094578+coolreader18@users.noreply.github.com>
    miss-islington and coolreader18 committed Aug 3, 2021

Commits on Aug 2, 2021

  1. bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (G…

    …H-27564)
    
    (cherry picked from commit aa0894b)
    
    Co-authored-by: Jake Stockwin <jake.stockwin@optimorlabs.com>
    miss-islington and jstockwin committed Aug 2, 2021
Older