Skip to content
Permalink
3.9

Commits on Jan 8, 2022

  1. bpo-46290: Fix parameter names in dataclasses docs (GH-30450)

    (cherry picked from commit ef5376e)
    
    Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
    miss-islington and zsol committed Jan 8, 2022
  2. bpo-46299: improve test_descr.py with stricter error handling (GH-3…

    …0471)
    
    (cherry picked from commit e63066c)
    
    Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
    miss-islington and sobolevn committed Jan 8, 2022

Commits on Jan 7, 2022

  1. bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)

    Co-authored-by: Ian Kelling <ian@iankelling.org>
    (cherry picked from commit 6d07a9f)
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    miss-islington and hugovk committed Jan 7, 2022
  2. bpo-46216: remove spurious link to os.system() from os.time() documen…

    …tation (GH-30326) (GH-30460)
    
    Automerge-Triggered-By: GH:iritkatriel
    (cherry picked from commit 9b7aa6a)
    
    Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
    
    Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
    miss-islington and iritkatriel committed Jan 7, 2022
  3. bpo-24650: Use full term "generator function" in yield expressions do…

    …cs (GH-24663)
    
    (cherry picked from commit 273cb8e)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    miss-islington and jacobtylerwalls committed Jan 7, 2022
  4. bpo-46070: Fix asyncio initialisation guard (GH-30423)

    If init flag is set, exit successfully immediately.
    If not, only set the flag after successful initialization.
    (cherry picked from commit b127e70)
    
    Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
    miss-islington and erlend-aasland committed Jan 7, 2022

Commits on Jan 6, 2022

  1. bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-…

    …30440)
    
    Automerge-Triggered-By: GH:tiran
    (cherry picked from commit c9137d4)
    
    Co-authored-by: Christian Heimes <christian@python.org>
    miss-islington and tiran committed Jan 6, 2022
  2. [3.9] bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of f…

    …reed memory (GH-30434) (GH-30437)
    
    Co-authored-by: Christian Heimes <christian@python.org>
    miss-islington and tiran committed Jan 6, 2022
  3. bpo-46278: fix typo introduced in GH-30427 (GH-30430)

    Automerge-Triggered-By: GH:asvetlov
    (cherry picked from commit b50e5e9)
    
    Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
    miss-islington and kumaraditya303 committed Jan 6, 2022
  4. Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427

    …) (#30429)
    
    (cherry picked from commit 3e43fac)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
    miss-islington and asvetlov committed Jan 6, 2022

Commits on Jan 5, 2022

  1. bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)

    (cherry picked from commit cae5554)
    
    Co-authored-by: Christian Heimes <christian@python.org>
    miss-islington and tiran committed Jan 5, 2022

Commits on Jan 4, 2022

  1. Fix missing "," in the documentation of Executor Objects (GH-30404)

    (cherry picked from commit f404e26)
    
    Co-authored-by: Philipp Claßen <philipp.classen@posteo.de>
    
    Co-authored-by: Philipp Claßen <philipp.classen@posteo.de>
    miss-islington and philipp-classen committed Jan 4, 2022
  2. bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (

    GH-30168)
    
    * bpo-20369: concurrent.futures.wait() now deduplicates futures given as arg.
    
    * 📜🤖 Added by blurb_it.
    
    Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
    (cherry picked from commit 7d7817c)
    
    Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
    miss-islington and kumaraditya303 committed Jan 4, 2022
  3. bpo-33252: Document that ResourceWarning is ignored by default (GH-30358

    ) (GH-30396)
    
    `ResourceWarning` is ignored by default.
    
    Document this behaviour, for consistency with others in this table such as `DeprecationWarning`.
    
    Documentation PR can skip NEWS file.
    
    Automerge-Triggered-By: GH:iritkatriel
    (cherry picked from commit b949845)
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    miss-islington and hugovk committed Jan 4, 2022
  4. bpo-46239: improve error message when importing `asyncio.windows_even…

    …ts` (GH-30353)
    
    (cherry picked from commit 5a2a650)
    
    Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
    miss-islington and sobolevn committed Jan 4, 2022

Commits on Jan 3, 2022

  1. bpo-34538: Remove Exception subclassing from tutorial (GH-30361)

    Remove the bit about subclassing exceptions.
    
    Documentation PR can skip the NEWS label.
    
    Automerge-Triggered-By: GH:iritkatriel
    (cherry picked from commit 2db5613)
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    miss-islington and hugovk committed Jan 3, 2022
  2. bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with…

    … multiple leading periods (GH-30347) (GH-30369)
    
    (cherry picked from commit 51700bf)
    
    Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
    
    Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
    miss-islington and iritkatriel committed Jan 3, 2022
  3. bpo-40477: macOS Python Launcher app fixes for recent macOS releases (G…

    …H-30348)
    
    This change solves two problems encountered by users of the macOS Python Launcher app on recent macOS releases (10.14+):
    
    - The launcher app was no longer able to launch the macOS Terminal.app to run a script.
    
    - Even if Terminal.app was already launched, the launcher app was unable to send an Apple Event to Terminal.app to open and run Python with the desired .py file.
    (cherry picked from commit 549e628)
    
    Co-authored-by: Ned Deily <nad@python.org>
    miss-islington and ned-deily committed Jan 3, 2022

Commits on Jan 2, 2022

  1. bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-3…

    …0343)
    
    (cherry picked from commit ee2549c)
    
    Co-authored-by: Julien Palard <julien@palard.fr>
    miss-islington and JulienPalard committed Jan 2, 2022
  2. Update copyright year to 2022. (GH-30335)

    Automerge-Triggered-By: GH:benjaminp
    (cherry picked from commit ba00f0d)
    
    Co-authored-by: Benjamin Peterson <benjamin@python.org>
    miss-islington and benjaminp committed Jan 2, 2022

Commits on Dec 30, 2021

  1. bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290)

    (cherry picked from commit fb44d05)
    
    Co-authored-by: Dong-hee Na <donghee.na@python.org>
    miss-islington and corona10 committed Dec 30, 2021

Commits on Dec 29, 2021

  1. closes docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-30284)

    (cherry picked from commit 8e11237)
    
    Co-authored-by: Carlos Damazio <carlos.damazio@damazio.dev>
    miss-islington and carlosdamazio committed Dec 29, 2021

Commits on Dec 26, 2021

  1. bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185)

    (cherry picked from commit 2e3e0d2)
    
    Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
    miss-islington and E-Paine committed Dec 26, 2021
  2. [3.9] bpo-46032: Check types in singledispatch's register() at declar…

    …ation time (GH-30050) (GH-30254) (GH-30255)
    
    The registry() method of functools.singledispatch() functions checks now
    the first argument or the first parameter annotation and raises a TypeError if it is
    not supported. Previously unsupported "types" were ignored (e.g. typing.List[int])
    or caused an error at calling time (e.g. list[int]).
    
    (cherry picked from commit 078abb6)
    (cherry picked from commit 03c7449)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
    miss-islington and serhiy-storchaka committed Dec 26, 2021
  3. [3.9] bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) (

    GH-30265)
    
    (cherry picked from commit a23ab7b)
    
    Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
    miss-islington and kumaraditya303 committed Dec 26, 2021
  4. doc: fix a typo in unittest.mock.rst (GH-30227) (GH-30263)

    (cherry picked from commit 10bf0a9)
    
    Co-authored-by: Joe <nigelchiang@outlook.com>
    miss-islington and j178 committed Dec 26, 2021
  5. [3.9] Remove a NEWS entry for bpo-45878 (GH-30258) (GH-30260)

    The docs linter complains about it, and in general news entries for such changes are not required.
    (cherry picked from commit 11909c1)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
    miss-islington and serhiy-storchaka committed Dec 26, 2021
  6. Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH…

    …-26560)
    
    (cherry picked from commit 32096df)
    
    Co-authored-by: Julien Palard <julien@palard.fr>
    miss-islington and JulienPalard committed Dec 26, 2021

Commits on Dec 24, 2021

  1. bpo-45878: convert try/except to self.assertRaises in `Lib/ctypes…

    …/test/test_functions.py` (GH-29721) (GH-29723)
    
    (cherry picked from commit b48ac6f)
    
    Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
    miss-islington and sobolevn committed Dec 24, 2021
  2. bpo-46150: ensure fakeuser does not exist in `PosixPathTest.test_ex…

    …panduser` (GH-30240)
    
    Ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser`
    (cherry picked from commit b8de8b7)
    
    Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
    miss-islington and sobolevn committed Dec 24, 2021
  3. Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244)

    (cherry picked from commit d888067)
    
    Co-authored-by: Gregory P. Smith <greg@krypto.org>
    miss-islington and gpshead committed Dec 24, 2021

Commits on Dec 22, 2021

  1. bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30225)

    Co-authored-by: Ned Deily <nad@python.org>
    Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
    ned-deily and kumaraditya303 committed Dec 22, 2021
Older