cpython/Misc/NEWS.d/next/Library
Miss Islington (bot) 2acbdc23ad
[3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)
Fix os.major(), os.minor() and os.makedev().
Support device numbers larger than 2**63-1.
Support non-existent device number (NODEV).
(cherry picked from commit 7111d9605f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2024-06-04 17:19:13 +00:00
..
2019-08-27-01-16-50.gh-issue-67693.4NIAiy.rst [3.13] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) (GH-119023) 2024-05-14 09:47:05 +00:00
2022-03-10-16-47-57.bpo-45767.ywmyo1.rst [3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053) 2024-06-04 17:19:13 +00:00
2023-04-10-00-04-37.gh-issue-87106.UyBnPQ.rst [3.13] Docs: Ensure no warnings are found in the NEWS file before a given line number (GH-119221) (#119261) 2024-05-21 08:40:08 -06:00
2023-04-24-05-34-23.gh-issue-103194.GwBwWL.rst [3.13] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846) (GH-119830) 2024-05-31 10:42:24 +00:00
2023-04-26-22-24-17.gh-issue-92081.V8xMot.rst [3.13] gh-92081: Fix for email.generator.Generator with whitespace between encoded words. (GH-92281) (#119245) 2024-05-20 20:01:56 +00:00
2023-04-28-09-54-15.gh-issue-103956.EyLDPS.rst [3.13] gh-103956: Fix trace output in case of missing source line (GH-103958) (GH-118834) 2024-05-09 13:05:37 +00:00
2024-01-12-08-51-03.gh-issue-113978.MqTgB0.rst [3.13] gh-113978: Ignore warnings on text completion inside REPL (GH-113979) (#119429) 2024-05-22 23:13:32 +02:00
2024-03-19-21-41-31.gh-issue-106531.Mgd--6.rst [3.13] gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054) (#120014) 2024-06-04 10:54:59 -04:00
2024-04-19-14-59-53.gh-issue-118033.amS4Gw.rst [3.13] gh-118033: Fix __weakref__ not set for generic dataclasses (GH-118099) (#118821) 2024-05-09 09:02:22 +00:00
2024-05-01-22-24-05.gh-issue-110863.GjYBbq.rst [3.13] GH-118447: Fix handling of unreadable symlinks in os.path.realpath() (GH-118489) (#119163) 2024-05-18 23:12:19 +00:00
2024-05-08-09-21-49.gh-issue-118772.c16E8X.rst [3.13] gh-118772: Allow TypeVars without a default to follow those with a default when constructing aliases (GH-118774) (#118776) 2024-05-08 19:31:41 +00:00
2024-05-08-21-13-56.gh-issue-118760.mdmH3T.rst [3.13] gh-118760: Fix errors in calling Tkinter bindings on Windows (GH-118782) (GH-119072) 2024-05-15 17:16:03 +00:00
2024-05-08-21-30-33.gh-issue-118760.XvyMHn.rst [3.13] gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784) (GH-119251) 2024-05-20 20:28:42 +00:00
2024-05-09-08-46-12.gh-issue-118851.aPAoJw.rst [3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118854) (#118871) 2024-05-09 22:52:42 +00:00
2024-05-09-21-36-11.gh-issue-118868.uckxxP.rst [3.13] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-120032) 2024-06-04 13:18:11 +01:00
2024-05-10-05-24-32.gh-issue-118895.wUm5r2.rst [3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914) 2024-05-10 16:36:33 +00:00
2024-05-12-21-38-42.gh-issue-58933.0kgU2l.rst [3.13] gh-58933: Make pdb return to caller frame correctly when f_trace is not set (GH-118979) (#119007) 2024-05-13 20:18:03 +01:00
2024-05-16-17-31-46.gh-issue-118643.hAWH4C.rst [3.13] gh-118643: Fix AttributeError in the email module (GH-119099) (GH-119389) 2024-05-22 14:07:38 +03:00
2024-05-17-17-32-12.gh-issue-119113.kEv1Ll.rst [3.13] GH-119113: Raise TypeError from pathlib.PurePath.with_suffix(None) (GH-119124) (#119183) 2024-05-19 16:27:12 +00:00
2024-05-19-13-05-59.gh-issue-119121.P1gnh1.rst [3.13] gh-119121: Fix and test async.staggered.staggered_race (GH-119173) (#119206) 2024-05-20 11:31:31 +00:00
2024-05-19-18-49-04.gh-issue-119174.5GTv7d.rst [3.13] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (GH-119175) (#119289) 2024-05-21 03:53:29 +00:00
2024-05-20-20-30-57.gh-issue-111201.DAA5lC.rst [3.13] gh-111201: Remove readline dependency from the PyREPL (GH-119262) (#119403) 2024-05-22 11:45:11 -04:00
2024-05-21-20-13-23.gh-issue-118911.iG8nMq.rst [3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block (GH-119355) (#119404) 2024-05-23 00:12:26 -04:00
2024-05-22-21-20-43.gh-issue-118894.xHdxR_.rst [3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884) 2024-05-31 17:15:44 -04:00
2024-05-23-11-52-36.gh-issue-117398.2FG1Mk.rst [3.13] gh-117398: Statically Allocate the Datetime C-API (GH-119472) (gh-119641) 2024-05-28 21:00:04 +00:00
2024-05-23-22-29-59.gh-issue-119443.KAGz6S.rst [3.13] gh-119443: Turn off from __future__ import annotations in REPL (GH-119493) (#119697) 2024-05-29 01:26:19 +00:00
2024-05-24-21-54-55.gh-issue-113892.JKDFqq.rst [3.13] gh-113892: Add a extra check to ProactorEventLoop.sock_connect to ensure that the given socket is in non-blocking mode (GH-119519) (#119912) 2024-06-01 16:27:54 +00:00
2024-05-25-20-15-26.gh-issue-119555.mvHbEL.rst [3.13] gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole (GH-119557) (#119709) 2024-05-29 12:04:45 +01:00
2024-05-26-21-28-11.gh-issue-119588.wlLBK5.rst [3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591) (#119985) 2024-06-04 10:56:06 -04:00
2024-05-28-00-56-59.gh-issue-89727._bxoL3.rst [3.13] GH-89727: Fix os.fwalk() recursion error on deep trees (GH-119638) (#119764) 2024-05-30 03:28:55 +00:00
2024-05-28-12-15-03.gh-issue-119118.FMKz1F.rst [3.13] gh-119118: Fix performance regression in tokenize module (GH-119615) (#119682) 2024-05-28 22:47:45 +02:00
2024-05-29-20-42-17.gh-issue-89727.5lPTTW.rst [3.13] GH-89727: Partially fix shutil.rmtree() recursion error on deep trees (GH-119634) (#119748) 2024-05-29 20:41:03 +00:00
2024-05-30-21-37-05.gh-issue-89727.D6S9ig.rst [3.13] GH-89727: Fix shutil.rmtree() recursion error on deep trees (GH-119808) (#119918) 2024-06-01 20:38:55 +01:00
2024-06-01-16-58-43.gh-issue-117398.kR0RW7.rst [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-120009) 2024-06-03 23:37:28 +00:00
2024-06-02-15-09-17.gh-issue-118835.KUAuz6.rst [3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts containing ANSI escape codes (GH-119942) (#119990) 2024-06-03 17:31:26 +00:00
2024-06-03-11-18-16.gh-issue-117142.kWTXQo.rst [3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008) 2024-06-03 23:06:56 +00:00
2024-06-04-12-23-01.gh-issue-119819.WKKrYh.rst [3.13] gh-119819: Fix regression to allow logging configuration with multipr… (GH-120030) (GH-120035) 2024-06-04 13:46:41 +01:00
README.rst

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

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