cpython/Misc/NEWS.d/next/Core and Builtins
ixgbe00 4b1e85bafc
gh-120400 :Support Linux perf profile to see Python calls on RISC-V architecture (#120089)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2024-06-12 14:24:46 +01:00
..
2018-10-09-15-14-53.bpo-24766.c_C1Wc.rst bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487) 2024-06-10 08:55:49 +00:00
2024-03-25-15-07-01.gh-issue-117195.OWakgD.rst GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) 2024-05-23 11:06:10 +01:00
2024-04-08-13-49-02.gh-issue-117558.9lSEpR.rst gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected (GH-117631) 2024-05-28 12:01:37 +03:00
2024-04-27-18-36-46.gh-issue-115801.SVeHSy.rst gh-115801: Only allow sequence of strings as input for difflib.unified_diff (GH-118333) 2024-06-10 14:06:18 +03:00
2024-04-28-19-51-00.gh-issue-118263.Gaap3S.rst gh-118263: Add additional arguments to path_t (Argument Clinic type) in posixmodule (GH-118355) 2024-05-24 19:04:17 +01:00
2024-05-07-16-57-56.gh-issue-118561.wNMKVd.rst
2024-05-08-09-44-15.gh-issue-118767.iFF5F5.rst
2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst
2024-05-09-02-37-25.gh-issue-118750.7aLfT-.rst
2024-05-09-19-47-12.gh-issue-117657.Vn0Yey.rst
2024-05-10-19-54-18.gh-issue-118921.O4ztZG.rst
2024-05-11-21-44-17.gh-issue-118844.q2H_km.rst
2024-05-15-12-15-58.gh-issue-119057.P3G9G2.rst gh-119057: Use better error messages for zero division (#119066) 2024-06-03 19:03:56 +03:00
2024-05-16-23-02-03.gh-issue-119049.qpd_S-.rst
2024-05-20-10-10-51.gh-issue-119180.35xqpu.rst gh-119180: PEP 649: Add __annotate__ attributes (#119209) 2024-05-22 04:38:12 +02:00
2024-05-20-14-57-39.gh-issue-118692.Qadm7F.rst
2024-05-21-09-46-51.gh-issue-119011.WOe3bu.rst gh-119011: `type.__type_params__` now return an empty tuple (#119296) 2024-05-28 18:12:58 +00:00
2024-05-21-11-27-14.gh-issue-119213.nxjxrt.rst gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) 2024-05-22 09:57:52 -06:00
2024-05-21-12-17-02.gh-issue-119180.UNDUb9.rst
2024-05-22-06-22-47.gh-issue-119180.vZMiXm.rst gh-119180: PEP 649 compiler changes (#119361) 2024-06-11 13:06:49 +00:00
2024-05-23-06-34-14.gh-issue-119395.z-Hsqb.rst gh-119311: Fix name mangling with PEP 695 generic classes (#119464) 2024-05-27 19:50:38 -07:00
2024-05-23-06-34-45.gh-issue-119311.2DBwKR.rst gh-119311: Fix name mangling with PEP 695 generic classes (#119464) 2024-05-27 19:50:38 -07:00
2024-05-23-20-17-37.gh-issue-119258.wZFIpt.rst gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365) 2024-06-08 17:41:45 +08:00
2024-05-24-21-04-00.gh-issue-119525.zLFLf1.rst gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (#119527) 2024-05-29 15:26:04 -04:00
2024-05-24-21-16-52.gh-issue-119369.qBThho.rst gh-119369: Fix deadlock during thread exit in free-threaded build (#119528) 2024-05-31 13:04:59 -04:00
2024-05-25-12-52-25.gh-issue-119560.wSlm8q.rst gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) 2024-05-25 19:30:48 +00:00
2024-05-25-13-51-48.gh-issue-111999.L0q1gh.rst gh-111999: Fix the signature of str.format_map() (#119540) 2024-05-25 06:21:11 -07:00
2024-05-25-16-45-27.gh-issue-119548.pqF9Y6.rst gh-119548: Add a 'clear' command to the REPL (#119549) 2024-05-25 16:15:54 +00:00
2024-05-27-19-13-49.gh-issue-109218.-sdDg0.rst gh-109218: Deprecate weird cases in the complex() constructor (GH-119620) 2024-05-30 23:30:57 +03:00
2024-05-28-22-49-56.gh-issue-119689.VwLFD5.rst gh-119689: generate stack effect metadata for pseudo instructions (#119691) 2024-05-29 09:47:56 +00:00
2024-05-29-18-53-43.gh-issue-119740.zP2JNM.rst gh-119740: Remove deprecated trunc delegation (#119743) 2024-06-02 10:16:49 +01:00
2024-05-30-23-01-00.gh-issue-119821.jPGfvt.rst gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822) 2024-05-31 14:05:24 -07:00
2024-05-31-08-23-41.gh-issue-119180.KL4VxZ.rst gh-119180: Lazily wrap annotations on classmethod and staticmethod (#119864) 2024-05-31 14:05:51 -07:00
2024-05-31-12-06-11.gh-issue-119842.tCGVsv.rst gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) 2024-06-04 20:32:43 +02:00
2024-06-02-06-12-35.gh-issue-119879.Jit951.rst gh-119879: str.find(): Utilize last character gap for two-way periodic needles (#119880) 2024-06-04 03:44:49 -04:00
2024-06-03-13-25-04.gh-issue-119724.EH1dkA.rst gh-119724: Revert "bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#29513)" (#119974) 2024-06-03 18:10:15 -07:00
2024-06-05-06-26-04.gh-issue- gh-120400 :Support Linux perf profile to see Python calls on RISC-V architecture (#120089) 2024-06-12 14:24:46 +01:00
2024-06-05-08-39-40.gh-issue-120080.DJFK11.rst gh-120080: Accept ``None`` as a valid argument for direct call of the ``int.__round__`` (#120088) 2024-06-07 10:03:28 +02:00
2024-06-05-18-29-18.gh-issue-93691.6OautB.rst gh-93691: fix too broad source locations of with-statement instructions (#120125) 2024-06-07 14:06:24 +01:00
2024-06-07-16-09-04.gh-issue-120225.kuYf9t.rst gh-120225: fix crash in compiler on empty block at end of exception handler (#120235) 2024-06-07 22:37:35 +01:00
2024-06-09-19-13-38.gh-issue-119666.S0G4rZ.rst gh-119666: fix multiple class-scope comprehensions referencing __class__ (#120295) 2024-06-09 22:23:30 -04:00
2024-06-10-10-42-48.gh-issue-120298.napREA.rst gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303) 2024-06-11 10:04:27 +03:00
2024-06-10-15-07-16.gh-issue-120198.WW_pjO.rst gh-120198: Fix race condition when editing __class__ with an audit hook active (GH-120195) 2024-06-11 20:10:23 +01:00
2024-06-10-22-30-26.gh-issue-93691.68WOTS.rst gh-93691: fix too broad source locations of for statement iterators (#120330) 2024-06-12 12:53:19 +01:00
2024-06-11-12-47-54.gh-issue-120346.hhn_6X.rst gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode (#120349) 2024-06-11 16:15:01 +00:00
2024-06-11-17-56-12.gh-issue-120221.si9hM9.rst gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (#120354) 2024-06-11 20:20:25 +01:00
2024-06-12-12-29-45.gh-issue-120400.lZYHVS.rst gh-120400 :Support Linux perf profile to see Python calls on RISC-V architecture (#120089) 2024-06-12 14:24:46 +01:00
README.rst

README.rst

Put news entry `blurb`_ files for the *Core and Builtins* section in this directory.

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