cpython/Misc/NEWS.d/next/Library
Miss Islington (bot) 8f4121168a
Some checks failed
Lint / lint (push) Has been cancelled
Tests / Change detection (push) Has been cancelled
Tests / Windows MSI (push) Has been cancelled
Tests / (push) Has been cancelled
Tests / Docs (push) Has been cancelled
Tests / Check if the ABI has changed (push) Has been cancelled
Tests / Check if Autoconf files are up to date (push) Has been cancelled
Tests / Check if generated files are up to date (push) Has been cancelled
Tests / Ubuntu SSL tests with OpenSSL (push) Has been cancelled
Tests / WASI (push) Has been cancelled
Tests / Hypothesis tests on Ubuntu (push) Has been cancelled
Tests / Address sanitizer (push) Has been cancelled
Tests / CIFuzz (push) Has been cancelled
Tests / All required checks pass (push) Has been cancelled
[3.13] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (GH-131537) (GH-137106)
gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (GH-131537)
(cherry picked from commit cb93b6fc5e)

Co-authored-by: Tyler Kennedy <tk@tkte.ch>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
2025-07-25 15:14:27 +00:00
..
2025-03-11-05-24-14.gh-issue-130664.g0yNMm.rst [3.13] gh-130664: Treat '0' fill character with align '=' as zero-padding for Fraction's (GH-131067) (GH-136242) 2025-07-03 11:20:49 +00:00
2025-03-16-17-40-00.gh-issue-85702.qudq12.rst [3.13] gh-85702: Catch IsADirectoryError in zoneinfo (GH-131333) (#136130) 2025-06-30 15:00:56 +00:00
2025-04-06-14-34-29.gh-issue-130664.JF2r-U.rst [3.13] gh-130664: support '_' (just as ',') in Decimal's formatting (GH-132155) (#136649) 2025-07-14 14:01:49 +02:00
2025-04-30-19-32-18.gh-issue-132969.EagQ3G.rst [3.13] gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222) (GH-135343) 2025-06-16 14:08:03 +02:00
2025-05-05-22-11-24.gh-issue-133439.LpmyFz.rst [3.13] gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface (GH-133440) (GH-133765) 2025-06-13 20:40:24 +03:00
2025-06-03-12-59-17.gh-issue-135069.xop30V.rst [3.13] gh-135069: Fix exception message in encodings.idna module (GH-135071) (#136236) 2025-07-03 10:31:43 +00:00
2025-06-10-21-42-04.gh-issue-135335.WnUqb_.rst [3.13] gh-135335: flush stdout/stderr in forkserver after preloading modules (GH-135338) (#135671) 2025-06-18 12:40:21 +00:00
2025-06-14-12-06-55.gh-issue-135487.KdVFff.rst [3.13] gh-135487: fix reprlib.Repr.repr_int when given very large integers (GH-135506) (#135886) 2025-06-24 12:00:14 +00:00
2025-06-14-14-19-13.gh-issue-135497.1pzwdA.rst [3.13] gh-135497: fix MAXLOGNAME detection in configure.ac (GH-135508) (#135517) 2025-06-14 16:49:13 +00:00
2025-06-22-02-16-17.gh-issue-135640.FXyFL6.rst [3.13] gh-135640: Adds more type checking to ElementTree (GH-135643) (GH-136226) 2025-07-03 08:12:21 +00:00
2025-06-22-16-23-44.gh-issue-135815.0DandH.rst [3.13] gh-135815: skip netrc security checks if os.getuid is missing (GH-135816) (#135826) 2025-06-22 20:12:20 +00:00
2025-06-23-10-19-11.gh-issue-135855.-J0AGF.rst [3.13] gh-135855: Raise TypeError When Passing Non-dict Object to _interpreters.set___main___attrs (gh-135903) 2025-06-24 16:23:26 -06:00
2025-06-23-11-04-25.gh-issue-135836.-C-c4v.rst [3.13] gh-135836: Fix IndexError in asyncio.create_connection with empty exceptions list (GH-135845) (#136168) 2025-07-03 09:37:28 +05:30
2025-06-24-10-52-35.gh-issue-135836.s37351.rst [3.13] gh-135836: Fix IndexError in asyncio.create_connection() (GH-135875) (#136222) 2025-07-03 04:31:43 +00:00
2025-06-24-14-43-24.gh-issue-135878.Db4roX.rst [3.13] gh-135878: Fix crash in types.SimpleNamespace.__repr__ (GH-135889) (#135895) 2025-06-24 16:59:29 +00:00
2025-06-25-18-16-45.gh-issue-91555.3cj4M9.rst [3.13] gh-91555: Revert disabling of logger while handling log record. (GH-135858) (GH-135911) 2025-06-25 19:24:55 +01:00
2025-06-26-11-52-40.gh-issue-53203.TMigBr.rst [3.13] gh-53203: Fix strptime() for %c, %x and %X formats on some locales (GH-135971) (GH-136020) 2025-06-27 08:12:58 +00:00
2025-06-26-17-28-49.gh-issue-135995.pPrDCt.rst [3.13] gh-135995: Fix missing char in palmos encoding (GH-135990) (#136002) 2025-06-26 22:59:24 +00:00
2025-06-27-13-34-28.gh-issue-136028.RY727g.rst [3.13] gh-136028: Fix parsing month names containing "İ" (U+0130) in strptime() (GH-136029) (GH-136038) 2025-06-27 14:10:51 +00:00
2025-06-28-11-32-57.gh-issue-134759.AjjKcG.rst [3.13] gh-134759: fix UnboundLocalError in email.message.Message.get_payload (GH-136071) (#136580) 2025-07-12 13:52:54 +00:00
2025-06-30-11-12-24.gh-issue-85702.0Lrbwu.rst [3.13] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117) (#136136) 2025-06-30 16:31:45 +00:00
2025-07-10-10-18-19.gh-issue-52876.9Vjrd8.rst [3.13] gh-52876: Implement missing parameter in codecs.StreamReaderWriter functions (GH-136498) (#136515) 2025-07-10 18:06:34 +02:00
2025-07-11-03-39-15.gh-issue-136523.s7caKL.rst [3.13] gh-136523: Fix wave.Wave_write emitting an unraisable when open raises (GH-136529) (GH-136607) 2025-07-13 06:13:01 +00:00
2025-07-11-23-04-39.gh-issue-136549.oAi8u4.rst [3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136590) 2025-07-12 16:16:19 +00:00
2025-07-25-09-21-56.gh-issue-130522.Crwq68.rst [3.13] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (GH-131537) (GH-137106) 2025-07-25 15:14:27 +00:00
README.rst

Put news entry `blurb`_ files for the *Library* section in this directory.

.. _blurb: https://pypi.org/project/blurb/