cpython/Misc/NEWS.d/next/Core and Builtins
Irit Katriel 5bb7ef2768
bpo-45607: Make it possible to enrich exception displays via setting their __note__ field (GH-29880)
2021-12-03 22:01:15 +00:00
..
2021-10-12-18-22-44.bpo-45450.d9a-bX.rst bpo-45450: Improve syntax error for parenthesized arguments (GH-28906) 2021-11-20 18:27:40 +00:00
2021-10-23-00-39-31.bpo-45582.YONPuo.rst bpo-45582: Port getpath[p].c to Python (GH-29041) 2021-12-03 00:08:42 +00:00
2021-10-27-15-14-31.bpo-45636.K2X7QS.rst bpo-45636: Merge all numeric operators (GH-29482) 2021-11-10 22:56:22 -08:00
2021-10-27-21-00-49.bpo-45609.L1GKPX.rst bpo-45609: Specialize STORE_SUBSCR (GH-29242) 2021-11-19 10:30:37 +00:00
2021-11-09-12-19-22.bpo-45764.8RLhWL.rst bpo-45764: improve error message when missing '(' after 'def' (GH-29484) 2021-11-09 06:03:32 -08:00
2021-11-09-13-01-35.bpo-45773.POU8A4.rst bpo-45773: Stop "optimizing" certain jump patterns (GH-29505) 2021-11-11 11:44:34 -08:00
2021-11-11-17-14-21.bpo-45753.nEBFcC.rst bpo-45753: Make recursion checks more efficient. (GH-29524) 2021-11-16 11:01:57 +00:00
2021-11-11-19-11-57.bpo-45636.2fyIVm.rst bpo-45636: Remove the old %-formatting fast-path (GH-29532) 2021-11-15 08:58:23 -08:00
2021-11-14-00-14-45.bpo-45738.e0cgKd.rst bpo-45738: Fix computation of error location for invalid continuation (GH-29550) 2021-11-14 01:06:41 +00:00
2021-11-15-12-08-27.bpo-42540.V2w107.rst bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564) 2021-11-17 21:51:03 +01:00
2021-11-15-13-32-54.bpo-45636.RDlTdL.rst bpo-45636: Simplify BINARY_OP (GH-29565) 2021-11-16 05:53:57 -08:00
2021-11-16-19-00-27.bpo-45820.2X6Psr.rst bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580) 2021-11-16 19:51:52 +00:00
2021-11-16-19-41-04.bpo-45822.OT6ueS.rst bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) 2021-11-16 12:30:47 -08:00
2021-11-17-08-05-27.bpo-45826.OERoTm.rst bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590) 2021-11-18 00:03:52 +01:00
2021-11-17-10-14-35.bpo-45829.5Cf6fY.rst bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. (GH-29592) 2021-11-18 11:02:14 +00:00
2021-11-18-10-02-02.bpo-44525.M4xwn_.rst bpo-44525: Copy free variables in bytecode to allow calls to inner functions to be specialized (GH-29595) 2021-11-23 09:53:24 +00:00
2021-11-19-13-17-47.bpo-45709.H_t7ut.rst bpo-45709: Fix tracing when exception is handled. (GH-29638) 2021-11-19 15:16:49 +00:00
2021-11-19-22-57-42.bpo-45848.HgVBJ5.rst bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) 2021-11-20 15:36:07 +01:00
2021-11-20-02-25-06.bpo-45811.B-1Gsr.rst bpo-45811: Improve error message when source code contains invisible control characters (GH-29654) 2021-11-20 18:28:28 +00:00
2021-11-22-11-28-13.bpo-45813.ZMaWE2.rst bpo-45813: Make sure that frame->generator is NULLed when generator is deallocated. (GH-29700) 2021-11-22 14:01:23 +00:00
2021-11-23-12-06-41.bpo-45614.fIekgI.rst bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) 2021-11-27 22:00:10 +00:00
2021-11-23-15-25-00.bpo-45786.UdEciD.rst bpo-45786: Allocate space for frame in frame object. (GH-29729) 2021-11-29 12:34:59 +00:00
2021-11-23-21-01-56.bpo-45885.3IxeCX.rst bpo-45885: Specialize COMPARE_OP (GH-29734) 2021-12-03 11:29:12 +00:00
2021-11-24-18-24-49.bpo-45727._xVbbo.rst bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses (GH-29757) 2021-11-24 22:21:23 +00:00
2021-11-25-17-51-29.bpo-45711.D2igmz.rst bpo-45711: Change exc_info related APIs to derive type and traceback from the exception instance (GH-29780) 2021-11-30 22:37:04 +00:00
2021-11-26-22-31-22.bpo-42268.3wl-09.rst bpo-42268: Fail the configure step if the selected compiler doesn't support memory sanitizer (GH-29806) 2021-11-27 18:04:06 +00:00
2021-11-26-23-26-25.bpo-44530.EZ0gel.rst bpo-44530: Reverts a change to the 'code.__new__' audit event (GH-29809) 2021-11-27 00:26:45 +00:00
2021-11-28-11-25-08.bpo-45915.TSGcLF.rst bpo-45915: use fcntl(fd, F_GETFD) in is_valid_fd() (GH-29821) 2021-11-28 19:40:27 +01:00
2021-12-01-15-38-04.bpo-45607.JhuF8b.rst bpo-45607: Make it possible to enrich exception displays via setting their __note__ field (GH-29880) 2021-12-03 22:01:15 +00:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

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

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