cpython/Misc/NEWS.d/next/Library
Jelle Zijlstra 7b7b90d1ce
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-07-23 21:16:50 +00:00
..
2019-08-27-01-16-50.gh-issue-67693.4NIAiy.rst gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) 2024-05-14 12:24:37 +03:00
2020-03-28-21-00-54.bpo-15987.aBL8XS.rst gh-60191: Implement ast.compare (#19211) 2024-05-22 01:39:26 +00:00
2022-03-10-16-47-57.bpo-45767.ywmyo1.rst gh-89928: Fix integer conversion of device numbers (GH-31794) 2024-06-04 19:36:37 +03:00
2023-03-30-18-19-53.gh-issue-103134.bHrn91.rst gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133) 2024-05-20 14:28:36 +00:00
2023-04-10-00-04-37.gh-issue-87106.UyBnPQ.rst Docs: Ensure no warnings are found in the NEWS file before a given line number (#119221) 2024-05-20 13:31:38 -06:00
2023-04-24-05-34-23.gh-issue-103194.GwBwWL.rst NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482) 2024-07-08 14:30:05 -06:00
2023-04-26-22-24-17.gh-issue-92081.V8xMot.rst gh-92081: Fix for email.generator.Generator with whitespace between encoded words. (#92281) 2024-05-20 19:10:47 +00:00
2023-04-28-09-54-15.gh-issue-103956.EyLDPS.rst gh-103956: Fix `trace` output in case of missing source line (GH-103958) 2024-05-09 12:09:44 +00:00
2023-06-17-09-07-06.gh-issue-105623.5G06od.rst gh-105623 Fix performance degradation in logging RotatingFileHandler (GH-105887) 2024-06-27 16:44:40 +00:00
2024-01-12-08-51-03.gh-issue-113978.MqTgB0.rst gh-113978: Ignore warnings on text completion inside REPL (#113979) 2024-05-21 18:28:21 +02:00
2024-01-18-21-44-23.gh-issue-114264.DBKn29.rst gh-114264: Optimize performance of copy.deepcopy by adding a fast path for atomic types (GH-114266) 2024-06-07 18:42:01 +03:00
2024-03-19-21-41-31.gh-issue-106531.Mgd--6.rst gh-106531: Apply changes from importlib_resources 6.3.2 (#117054) 2024-06-04 06:36:28 +00:00
2024-04-19-14-59-53.gh-issue-118033.amS4Gw.rst gh-118033: Fix `__weakref__` not set for generic dataclasses (#118099) 2024-05-09 11:36:17 +03:00
2024-04-28-19-51-00.gh-issue-118263.Gaap3S.rst Amend categories of @nineteendo's news entries (#120735) 2024-06-21 13:20:13 -05:00
2024-05-01-22-24-05.gh-issue-110863.GjYBbq.rst GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (#118489) 2024-05-18 22:40:51 +00:00
2024-05-06-17-39-52.gh-issue-118673.sTXBit.rst gh-118673: Remove shebang and executable bits from stdlib modules. (#119658) 2024-05-29 12:43:19 -04:00
2024-05-07-17-38-53.gh-issue-118714.XXKpVZ.rst gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable (#118725) 2024-07-03 11:30:20 -07:00
2024-05-08-09-21-49.gh-issue-118772.c16E8X.rst gh-118772: Allow TypeVars without a default to follow those with a default when constructing aliases (#118774) 2024-05-08 09:54:51 -07:00
2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817) 2024-07-04 15:56:06 +01:00
2024-05-08-18-59-19.gh-issue-78707._Lz1sw.rst GH-78707: Drop deprecated `pathlib.PurePath.[is_]relative_to()` arguments (#118780) 2024-05-10 15:53:46 +00:00
2024-05-08-19-47-34.gh-issue-101357.e4R_9x.rst Docs: Ensure no warnings are found in the NEWS file before a given line number (#119221) 2024-05-20 13:31:38 -06:00
2024-05-08-20-41-48.gh-issue-74033.YebHZj.rst GH-74033: Drop deprecated `pathlib.Path` keyword arguments (#118793) 2024-05-14 20:14:07 +00:00
2024-05-08-21-13-56.gh-issue-118760.mdmH3T.rst gh-118760: Fix errors in calling Tkinter bindings on Windows (GH-118782) 2024-05-15 19:49:00 +03:00
2024-05-08-21-30-33.gh-issue-118760.XvyMHn.rst gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784) 2024-05-20 22:21:04 +03:00
2024-05-08-23-16-50.gh-issue-118798.Q_ybqP.rst gh-118798: Remove deprecated isdst parameter from `email.utils.localtime` (#118799) 2024-05-09 03:17:02 -06:00
2024-05-09-00-52-30.gh-issue-118803.Wv3AvU.rst gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804) 2024-05-09 00:37:55 +01:00
2024-05-09-01-05-52.gh-issue-118805.N7dm07.rst gh-118805: Remove type, choices, metavar params of `BooleanOptionalAction` (#118806) 2024-05-09 11:46:45 +00:00
2024-05-09-02-43-37.gh-issue-101588.30bNAr.rst GH-101588: Remove deprecated pickle/copy/deepcopy from itertools (gh-118816) 2024-05-09 03:31:47 -05:00
2024-05-09-08-46-12.gh-issue-118851.aPAoJw.rst gh-118851: Default ctx arguments to AST constructors to Load() (#118854) 2024-05-09 15:30:14 -07:00
2024-05-09-11-50-26.gh-issue-118824.-jBJQC.rst gh-118824: Remove deprecated `master_open` and `slave_open` from `pty` (#118826) 2024-05-28 16:42:35 +03:00
2024-05-09-12-33-25.gh-issue-118827.JrzHz1.rst gh-118827: Remove `Quoter` from `urllib.parse` (#118828) 2024-06-03 10:50:29 +03:00
2024-05-09-21-36-11.gh-issue-118868.uckxxP.rst gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) 2024-06-04 12:48:05 +01:00
2024-05-10-05-24-32.gh-issue-118895.wUm5r2.rst gh-118895: Call PyType_Ready() on typing.NoDefault (#118897) 2024-05-10 08:42:00 -07:00
2024-05-10-22-36-01.gh-issue-118928.IW7Ukv.rst gh-118928: sqlite3: disallow sequences of params with named placeholders (#118929) 2024-05-14 16:10:55 +00:00
2024-05-10-22-59-01.gh-issue-118924.9nyvSH.rst gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925) 2024-05-10 20:42:34 +00:00
2024-05-11-20-23-45.gh-issue-82805.F9bz4J.rst GH-82805: Fix handling of single-dot file extensions in pathlib (#118952) 2024-05-25 21:01:36 +01:00
2024-05-12-21-38-42.gh-issue-58933.0kgU2l.rst gh-58933: Make pdb return to caller frame correctly when f_trace is not set (#118979) 2024-05-13 13:38:21 +01:00
2024-05-15-01-21-44.gh-issue-73991.bNDqQN.rst GH-73991: Add `pathlib.Path.rmtree()` (#119060) 2024-07-20 20:14:13 +00:00
2024-05-15-01-36-08.gh-issue-73991.CGknDf.rst GH-73991: Add `pathlib.Path.copy()` (#119058) 2024-06-14 17:15:49 +01:00
2024-05-16-17-31-46.gh-issue-118643.hAWH4C.rst gh-118643: Fix AttributeError in the email module (GH-119099) 2024-05-22 10:17:46 +00:00
2024-05-17-17-32-12.gh-issue-119113.kEv1Ll.rst GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)` (#119124) 2024-05-19 17:04:56 +01:00
2024-05-19-12-25-36.gh-issue-119105.VcR4ig.rst gh-119105: difflib: improve recursion for degenerate cases (#119131) 2024-05-19 16:46:37 -05:00
2024-05-19-13-05-59.gh-issue-119121.P1gnh1.rst gh-119121: Fix and test `async.staggered.staggered_race` (#119173) 2024-05-20 14:06:50 +03:00
2024-05-19-18-49-04.gh-issue-119174.5GTv7d.rst gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (#119175) 2024-05-20 23:32:00 -04:00
2024-05-20-13-48-37.gh-issue-119189.dhJVs5.rst gh-119189: Fix the power operator for Fraction (GH-119242) 2024-05-31 10:05:09 +00:00
2024-05-20-20-30-57.gh-issue-111201.DAA5lC.rst gh-111201: Remove readline dependency from the PyREPL (#119262) 2024-05-21 22:30:45 +02:00
2024-05-21-19-10-30.gh-issue-115225.eRmfJH.rst gh-115225: Raise error on unsupported ISO 8601 time strings (#119339) 2024-06-05 13:35:40 -04:00
2024-05-21-20-13-23.gh-issue-118911.iG8nMq.rst gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block (#119355) 2024-05-22 07:56:35 +02:00
2024-05-21-23-39-22.gh-issue-118830.YTqvEo.rst gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340) 2024-07-19 16:47:10 +02:00
2024-05-22-21-20-43.gh-issue-118894.xHdxR_.rst gh-118894: Make asyncio REPL use pyrepl (GH-119433) 2024-05-31 22:26:02 +02:00
2024-05-23-11-52-36.gh-issue-117398.2FG1Mk.rst gh-117398: Statically Allocate the Datetime C-API (GH-119472) 2024-05-23 21:15:52 +02:00
2024-05-23-15-48-17.gh-issue-119461.82KqUW.rst gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465) 2024-05-23 23:26:09 +02:00
2024-05-23-22-29-59.gh-issue-119443.KAGz6S.rst gh-119443: Turn off from __future__ import annotations in REPL (#119493) 2024-05-28 17:05:18 -07:00
2024-05-24-04-05-37.gh-issue-119105.aDSRFn.rst gh-119105: Differ.compare is too slow [for degenerate cases] (#119492) 2024-05-24 22:08:21 -05:00
2024-05-24-11-47-08.gh-issue-69214.Grl6zF.rst gh-69214: Fix fcntl.ioctl() request type (#119498) 2024-05-24 14:31:40 +02:00
2024-05-24-14-32-24.gh-issue-119506.-nMNqq.rst gh-119506: fix `_io.TextIOWrapper.write()` write during flush (#119507) 2024-06-03 16:47:36 +09:00
2024-05-24-21-54-55.gh-issue-113892.JKDFqq.rst gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure that the given socket is in non-blocking mode (#119519) 2024-06-01 09:05:19 -07:00
2024-05-25-07-25-07.gh-issue-117865.1A0Xpi.rst gh-117865: Defer import of re in ast (#119546) 2024-05-28 11:04:08 -07:00
2024-05-25-10-40-38.gh-issue-118908.XcZiq4.rst gh-118908: Limit exposed globals from internal imports and definitions on new REPL startup (#119547) 2024-06-11 17:40:31 +00:00
2024-05-25-20-15-26.gh-issue-119555.mvHbEL.rst gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole (#119557) 2024-05-29 07:57:50 +01:00
2024-05-25-20-20-42.gh-issue-119562.DyplWc.rst gh-119562: Remove AST nodes deprecated since Python 3.8 (#119563) 2024-05-26 12:34:48 +00:00
2024-05-26-21-28-11.gh-issue-119588.wlLBK5.rst gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591) 2024-06-03 11:13:07 -04:00
2024-05-26-22-22-51.gh-issue-119594.fnQNM8.rst gh-119594: Improve pow(fraction.Fraction(), b, modulo) error message (#119593) 2024-05-29 13:46:20 -04:00
2024-05-28-00-56-59.gh-issue-89727._bxoL3.rst GH-89727: Fix `os.fwalk()` recursion error on deep trees (#119638) 2024-05-30 03:05:36 +00:00
2024-05-28-12-15-03.gh-issue-119118.FMKz1F.rst gh-119118: Fix performance regression in tokenize module (#119615) 2024-05-28 19:17:49 +00:00
2024-05-29-12-42-40.gh-issue-93963.cb1oJS.rst gh-93963: Remove deprecated names from importlib.abc (#119720) 2024-05-29 11:08:27 -06:00
2024-05-29-20-42-17.gh-issue-89727.5lPTTW.rst GH-89727: Partially fix `shutil.rmtree()` recursion error on deep trees (#119634) 2024-05-29 20:11:30 +00:00
2024-05-29-21-50-05.gh-issue-119577.S3BlKJ.rst gh-119577: Adjust DeprecationWarning when testing element truth values in ElementTree (GH-119762) 2024-06-06 20:18:30 -07:00
2024-05-30-21-37-05.gh-issue-89727.D6S9ig.rst GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (#119808) 2024-06-01 19:49:12 +01:00
2024-05-31-12-57-31.gh-issue-119770.NCtels.rst gh-119770: Make termios ioctl() constants positive (#119840) 2024-05-31 17:18:40 +02:00
2024-05-31-13-56-21.gh-issue-119838.H6XHlE.rst gh-119838: Treat Fraction as a real value in mixed arithmetic operations with complex (GH-119839) 2024-06-03 12:29:01 +03:00
2024-05-31-21-17-43.gh-issue-119824.CQlxWV.rst gh-119824: Print stack entry when user input is needed (#119882) 2024-06-14 11:25:23 -07:00
2024-06-01-16-58-43.gh-issue-117398.kR0RW7.rst gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929) 2024-06-03 17:09:18 -06:00
2024-06-02-13-35-11.gh-issue-81936.ETeW9x.rst bpo-37755: Use configured output in pydoc instead of pager (GH-15105) 2024-06-08 09:19:13 +00:00
2024-06-02-15-09-17.gh-issue-118835.KUAuz6.rst gh-118835: pyrepl: Fix prompt length computation for custom prompts containing ANSI escape codes (#119942) 2024-06-03 18:07:06 +01:00
2024-06-03-11-18-16.gh-issue-117142.kWTXQo.rst gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991) 2024-06-03 16:42:48 -06:00
2024-06-04-08-57-02.gh-issue-65454.o9j4wF.rst gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setattr__ (#120019) 2024-06-11 05:42:49 +00:00
2024-06-04-12-23-01.gh-issue-119819.WKKrYh.rst gh-119819: Fix regression to allow logging configuration with multipr… (GH-120030) 2024-06-04 13:20:50 +01:00
2024-06-04-14-54-46.gh-issue-120029._1YdTf.rst gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028) 2024-06-04 07:24:22 -07:00
2024-06-04-18-53-10.gh-issue-120057.RSD9_Z.rst gh-120057: Add os.environ.refresh() method (#120059) 2024-06-10 16:34:17 +00:00
2024-06-04-19-03-25.gh-issue-112672.K2XfZH.rst gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) 2024-06-04 19:47:15 +03:00
2024-06-04-19-49-16.gh-issue-120056.5aqozw.rst gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` module (#120058) 2024-06-11 21:00:56 -04:00
2024-06-05-08-02-46.gh-issue-120108.4U9BL8.rst gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114) 2024-06-25 08:12:11 -07:00
2024-06-05-11-03-10.gh-issue-120029.QBsw47.rst gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's flags, add methods (#120099) 2024-06-12 05:14:50 -06:00
2024-06-05-11-39-21.gh-issue-119933.ooJXQV.rst gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (#119976) 2024-06-17 06:51:03 -07:00
2024-06-05-16-30-28.gh-issue-120121.9dz8i7.rst gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123) 2024-06-08 21:41:19 +05:30
2024-06-06-12-07-57.gh-issue-119698.rRrprk.rst gh-119698: fix `symtable.Class.get_methods` and document its behaviour correctly (#120151) 2024-06-19 20:49:30 -07:00
2024-06-06-17-24-43.gh-issue-120161.DahNXV.rst gh-120161: Fix a Crash in the _datetime Module (gh-120182) 2024-06-14 13:29:09 -06:00
2024-06-07-02-00-31.gh-issue-120157.HnWcF9.rst gh-120157: Remove unused code in concurrent.future (gh-120187) 2024-06-07 16:39:19 +09:00
2024-06-07-10-10-32.gh-issue-117983.NeMR9n.rst gh-117983: Defer import of threading for lazy module loading (#120233) 2024-07-03 20:50:46 +00:00
2024-06-07-11-23-31.gh-issue-71587.IjFajE.rst gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh-120224) 2024-06-12 10:46:39 -06:00
2024-06-07-13-21-11.gh-issue-120211.Rws_gf.rst gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213) 2024-06-07 10:49:07 +00:00
2024-06-08-09-45-31.gh-issue-120244.8o9Dzr.rst gh-120244: Fix re.sub() reference leak (GH-120245) 2024-06-08 10:22:07 +00:00
2024-06-08-14-36-40.gh-issue-120268.MNpd1q.rst gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (#120269) 2024-06-08 16:45:57 -04:00
2024-06-08-15-15-29.gh-issue-114053.WQLAFG.rst gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_annotations` (#120270) 2024-06-13 21:16:40 +00:00
2024-06-08-15-46-35.gh-issue-114053.Ub2XgJ.rst gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP 563 (#120272) 2024-06-25 16:53:18 +01:00
2024-06-08-17-41-11.gh-issue-82017.WpSTGi.rst gh-82017: Support as_integer_ratio() in the Fraction constructor (GH-120271) 2024-07-19 08:06:53 +03:00
2024-06-09-19-53-11.gh-issue-120289.s4HXR0.rst gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (#120297) 2024-07-18 12:47:22 -07:00
2024-06-10-14-00-40.gh-issue-119600.jJMf4C.rst gh-119600: mock: do not access attributes of original when new_callable is set (#119601) 2024-06-11 06:41:12 +01:00
2024-06-11-07-17-25.gh-issue-119180.iH-2zy.rst gh-119180: Add `annotationlib` module to support PEP 649 (#119891) 2024-07-23 21:16:50 +00:00
2024-06-11-16-34-41.gh-issue-120343.hdiXeU.rst gh-120343: Do not reset byte_col_offset_diff after multiline tokens (#120352) 2024-06-11 17:00:53 +00:00
2024-06-12-10-00-31.gh-issue-90425.5CfkKG.rst gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120486) 2024-06-15 18:46:39 +00:00
2024-06-12-11-54-05.gh-issue-120381.O-BNLs.rst gh-120381: Fix inspect.ismethoddescriptor() (#120383) 2024-06-18 12:19:43 +00:00
2024-06-12-15-07-58.gh-issue-120388.VuTQMT.rst gh-120388: Improve deprecation warning message, when test returns non-None (#120401) 2024-06-12 14:50:58 +00:00
2024-06-14-20-05-25.gh-issue-120495.OxgZKB.rst gh-120495: Fix incorrect exception handling in Tab Nanny (#120498) 2024-06-15 05:04:14 -06:00
2024-06-15-12-04-46.gh-issue-120541.d3cc5y.rst gh-120541: Improve the "less" prompt in pydoc (GH-120543) 2024-06-15 20:56:40 +03:00
2024-06-16-21-33-56.gh-issue-120606.kugbwR.rst gh-120606: Allow EOF to exit pdb commands definition (#120607) 2024-06-19 15:50:26 -07:00
2024-06-17-20-04-13.gh-issue-120633.kZC5wt.rst gh-120633: Move scrollbar and remove tear-off menus in turtledemo (#120634) 2024-06-19 02:20:54 -04:00
2024-06-18-19-18-10.gh-issue-120683.xmRez7.rst gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709) 2024-06-24 09:50:39 +03:00
2024-06-19-03-09-11.gh-issue-73991.lU_jK9.rst GH-73991: Add `pathlib.Path.copytree()` (#120718) 2024-06-23 22:01:12 +01:00
2024-06-19-13-20-01.gh-issue-111259.Wki5PV.rst gh-111259: Optimize complementary character sets in RE (GH-120742) 2024-06-20 07:19:32 +00:00
2024-06-19-15-06-58.gh-issue-120732.OvYV9b.rst gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_autospec` (#120737) 2024-06-19 21:35:11 +01:00
2024-06-19-15-43-04.gh-issue-120743.CMMl2P.rst gh-120743: Soft deprecate os.popen() function (#120744) 2024-07-01 18:27:50 +02:00
2024-06-19-23-08-25.gh-issue-120780.0Omopb.rst gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781) 2024-06-20 07:07:24 -07:00
2024-06-20-01-31-24.gh-issue-120769.PfiMrc.rst gh-120769: Add pdb meta command to print frame status. (#120770) 2024-06-20 10:38:07 -07:00
2024-06-21-06-37-46.gh-issue-120713.WBbQx4.rst gh-120713: Normalize year with century for datetime.strftime (GH-120820) 2024-06-29 09:32:42 +03:00
2024-06-21-12-00-16.gh-issue-120782.LOE8tj.rst gh-120782: Update internal type cache when reloading datetime (#120829) 2024-06-21 22:39:33 +05:30
2024-06-21-14-32-56.gh-issue-120811.eBmVTV.rst gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812) 2024-06-21 17:28:19 +00:00
2024-06-22-17-01-56.gh-issue-120678.Ik8dCg.rst gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904) 2024-07-17 16:18:42 +02:00
2024-06-22-22-23-56.gh-issue-101830.1BAoxH.rst gh-101830: Fix Tcl_Obj to string conversion (GH-120884) 2024-06-23 16:34:14 +03:00
2024-06-22-22-52-24.gh-issue-120888.sd8I3N.rst gh-120888: Bump bundled pip to 24.1.1 (#120889) 2024-06-27 09:09:54 +00:00
2024-06-23-07-23-08.gh-issue-61103.ca_U_l.rst gh-61103: Support float and long double complex types in ctypes module (#121248) 2024-07-03 11:08:11 +02:00
2024-06-23-11-21-27.gh-issue-120910.t0QXdB.rst gh-120910: Fix issue resolving relative paths outside site-packages. (#120911) 2024-06-23 13:06:07 -04:00
2024-06-23-17-50-40.gh-issue-119614.vwPGLB.rst gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) 2024-06-24 12:17:25 +03:00
2024-06-26-03-04-24.gh-issue-121018.clVSc4.rst gh-121018: Fix typo in NEWS entry (#121510) 2024-07-08 16:44:56 -04:00
2024-06-26-10-13-40.gh-issue-121025.M-XXlV.rst gh-121025: Improve partialmethod.__repr__ (GH-121033) 2024-06-26 12:08:27 +03:00
2024-06-26-17-00-39.gh-issue-117784.inCtAV.rst gh-117784: Only reference PHA functions ifndef SSL_VERIFY_POST_HANDSHAKE (GH-117785) 2024-07-01 15:28:35 +02:00
2024-06-27-12-27-52.gh-issue-121027.D4K1OX.rst gh-121027: Make the functools.partial object a method descriptor (GH-121089) 2024-07-03 09:02:15 +03:00
2024-06-27-13-47-14.gh-issue-121027.jh55EC.rst gh-121027: Add a future warning in functools.partial.__get__ (#121086) 2024-06-27 11:47:20 +00:00
2024-06-29-05-08-59.gh-issue-87744.rpF6Jw.rst gh-87744: fix waitpid race while calling send_signal in asyncio (#121126) 2024-07-01 10:17:36 +05:30
2024-06-29-15-21-12.gh-issue-121141.4evD6q.rst gh-121141: add support for `copy.replace` to AST nodes (#121162) 2024-07-03 20:10:54 -07:00
2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst Fix sphinx reference target (#121470) 2024-07-07 17:18:28 -07:00
2024-07-01-11-23-18.gh-issue-121210.cD0zfn.rst gh-121210: handle nodes with missing attributes/fields in `ast.compare` (#121211) 2024-07-02 16:23:17 +05:30
2024-07-02-11-34-06.gh-issue-121245.sSkDAr.rst gh-121245: Amend d611c4c8e9 (correct import) (#121255) 2024-07-02 09:40:01 +00:00
2024-07-03-07-25-21.gh-issue-121332.Iz6FEq.rst gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (#121334) 2024-07-11 14:34:53 +00:00
2024-07-04-17-36-03.gh-issue-59110.IlI9Fz.rst gh-59110: zipimport: support namespace packages when no directory entry exists (GH-121233) 2024-07-04 15:04:24 +00:00
2024-07-06-16-08-39.gh-issue-119169.o0YymL.rst GH-119169: Simplify `os.walk()` exception handling (#121435) 2024-07-08 17:41:01 +01:00
2024-07-06-23-39-38.gh-issue-121450.vGqb3c.rst gh-121450: Make inline breakpoints use the most recent pdb instance (#121451) 2024-07-10 19:54:27 -07:00
2024-07-13-06-23-24.gh-issue-121245.RfOgf4.rst gh-121245: Refactor site.register_readline() (GH-121659) 2024-07-15 22:12:41 +02:00
2024-07-14-06-24-02.gh-issue-57141.C3jhDh.rst gh-57141: Make shallow argument to filecmp.dircmp keyword-only (#121767) 2024-07-14 15:53:32 -07:00
2024-07-14-11-18-28.gh-issue-120930.Kuo4L0.rst gh-120930: Remove extra blank occuring in wrapped encoded words in email headers (GH-121747) 2024-07-18 14:48:05 +02:00
2024-07-17-09-44-35.gh-issue-119698.WlygzR.rst gh-119698: deprecate ``symtable.Class.get_methods`` (#121902) 2024-07-22 07:04:17 -07:00
2024-07-21-18-03-30.gh-issue-122088.vi2bP-.rst gh-122088: Copy the coroutine status of the underlying callable in `@warnings.deprecated` (#122086) 2024-07-23 10:59:28 +01:00
2024-07-23-13-07-12.gh-issue-122129.PwbC8q.rst gh-122129: Improve support of method descriptors and wrappers in the help title (GH-122157) 2024-07-23 20:45:21 +03:00
2024-07-23-15-11-13.gh-issue-122163.4wRUuM.rst gh-122163: Add notes for JSON serialization errors (GH-122165) 2024-07-23 20:02:54 +03:00
README.rst

README.rst

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

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