3.9
Commits on Dec 11, 2021
Commits on Dec 10, 2021
Commits on Dec 9, 2021
-
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)
(cherry picked from commit 3363e1c) Co-authored-by: Steve Dower <steve.dower@python.org>
Commits on Dec 8, 2021
Commits on Dec 7, 2021
-
bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963
) (cherry picked from commit c7e7a4b) Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
-
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias insta…
-
bpo-46001: Change OverflowError to RecursionError in JSON library doc…
Commits on Dec 6, 2021
Commits on Dec 5, 2021
-
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of…
-
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
Getting an attribute via attrib.get() simultaneously with replacing the attrib dict can lead to access to deallocated dict. (cherry picked from commit d15cdb2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Commits on Dec 4, 2021
-
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
(cherry picked from commit 9f2f7e4) Co-authored-by: Zachary Ware <zach@python.org>
Commits on Dec 2, 2021
Commits on Dec 1, 2021
Commits on Nov 30, 2021
Commits on Nov 29, 2021
-
bpo-45931: Prevent Directory.Build.props/targets from leaking from di…
-
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
Expanded ``astuple()`` docs, warning about deepcopy being applied and providing a workaround. Automerge-Triggered-By: GH:ericvsmith (cherry picked from commit c1f93f0) Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Commits on Nov 28, 2021
Commits on Nov 27, 2021
Commits on Nov 26, 2021
-
bpo-45901: Fixes argument passing when invoking .py files directly th…
…rough the Store package (GH-29799)
-
bpo-45866: Fix typo in the NEWS entry (GH-29798)
(cherry picked from commit 9a7611a) Co-authored-by: Victor Stinner <vstinner@python.org>
-
bpo-45866: pegen strips directory of "generated from" header (GH-29777)…