cpython/Misc/NEWS.d/next/Core and Builtins
Ken Jin ac92527c08
gh-113710: Add types to the interpreter DSL (#113711)
Co-authored-by: Jules <57632293+JuliaPoo@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
2024-01-13 01:30:27 +08:00
..
2018-08-13-13-25-15.bpo-34392.9kIlMF.rst bpo-34392: Add sys. _is_interned() (GH-8755) 2023-12-04 11:09:06 +02:00
2021-10-05-05-00-16.bpo-45369.tluk_X.rst gh-89532: Remove LibreSSL workarounds (#28728) 2024-01-06 23:25:58 +00:00
2022-01-23-18-00-10.bpo-21861.N8E1zw.rst gh-66060: Use actual class name in _io type's __repr__ (#30824) 2024-01-09 21:39:36 +01:00
2022-07-07-05-37-53.gh-issue-94606.hojJ54.rst gh-94606: Fix error when message with Unicode surrogate not surrogateescaped string (GH-94641) 2023-12-11 18:21:18 +02:00
2023-11-22-13-17-54.gh-issue-112320.EddM51.rst gh-112320: Implement on-trace confidence tracking for branches (#112321) 2023-12-12 21:43:08 +00:00
2023-11-24-14-10-57.gh-issue-112367.9z1IDp.rst gh-112367: Only free perf trampoline arenas at shutdown (#112368) 2023-12-01 13:20:51 +00:00
2023-11-25-20-36-38.gh-issue-99606.fDY5hK.rst gh-99606: Make code generated for an empty f-string identical to that of a normal empty string (#112407) 2023-11-26 17:13:57 +00:00
2023-11-25-22-39-44.gh-issue-112387.AbBq5W.rst gh-112387: Fix error positions for decoded strings with backwards tokenize errors (#112409) 2023-11-27 18:37:48 +00:00
2023-11-25-22-58-49.gh-issue-112388.MU3cIM.rst gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (#112410) 2023-11-27 18:36:11 +00:00
2023-11-26-21-30-11.gh-issue-111058.q4DqDY.rst gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutine/generator. (#112428) 2023-12-01 12:57:31 +00:00
2023-11-27-18-55-30.gh-issue-112217.SwFLMj.rst gh-112217: Add check to call result for `do_raise()` where cause is a type. (#112216) 2023-11-27 21:13:27 +00:00
2023-12-01-08-16-10.gh-issue-95754.ae4gwy.rst gh-95754: Better AttributeError on partially initialised module (#112577) 2023-12-21 13:24:10 -08:00
2023-12-01-19-02-21.gh-issue-105967.Puq5Cn.rst gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1gig (#112615) 2023-12-04 12:04:05 -08:00
2023-12-03-15-29-53.gh-issue-112660.gldBvh.rst gh-112660: Do not clear arbitrary errors on import (GH-112661) 2023-12-07 12:19:43 +02:00
2023-12-03-19-34-51.gh-issue-112625.QWTlwS.rst gh-112625: Protect bytearray from being freed by misbehaving iterator inside bytearray.join (GH-112626) 2023-12-04 08:15:43 +00:00
2023-12-04-23-09-07.gh-issue-112730.BXHlFa.rst gh-112730: Use color to highlight error locations (gh-112732) 2023-12-06 23:29:54 +01:00
2023-12-05-20-41-58.gh-issue-112716.hOcx0Y.rst gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770) 2023-12-14 14:24:24 +02:00
2023-12-07-12-00-04.gh-issue-74616.kgTGVb.rst gh-74616: Raise ValueError in case of null character in input prompt (GH-1738) 2023-12-07 10:22:52 +00:00
2023-12-07-13-19-55.gh-issue-112125.4ADN7i.rst gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#112504) 2023-12-07 13:56:01 +01:00
2023-12-11-00-50-00.gh-issue-112943.RHNZie.rst gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (#112949) 2023-12-11 11:44:22 +00:00
2023-12-11-19-53-32.gh-issue-90350.-FQy3E.rst gh-90350: Optimize builtin functions min() and max() (GH-30286) 2023-12-11 21:27:06 +02:00
2023-12-12-04-53-19.gh-issue-108866.xbJ-9a.rst GH-108866: Guarantee forward progress in executors. (GH-113006) 2023-12-12 19:02:24 +00:00
2023-12-13-11-45-53.gh-issue-106905.5dslTN.rst gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035) 2023-12-25 19:36:59 +02:00
2023-12-14-20-08-35.gh-issue-113054.e20CtM.rst gh-113054: Compiler no longer replaces a redundant jump with no line number by a NOP (#113139) 2023-12-19 11:04:44 +00:00
2023-12-15-16-26-01.gh-issue-112215.xJS6_6.rst GH-112215: Increase C recursion limit for non debug builds (GH-113397) 2023-12-22 14:25:25 +00:00
2023-12-19-22-03-43.gh-issue-111375.M9vuA6.rst gh-111375: Use `NULL` rather than `None` in the exception stack to indicate that an exception was handled (#113302) 2023-12-21 01:46:41 +00:00
2023-12-20-08-54-54.gh-issue-113212.62AUlw.rst gh-113212: Improve error message & document zero-arg super inside nested functions and generator expressions (GH-113307) 2023-12-22 17:12:08 +02:00
2023-12-20-18-27-11.gh-issue-113297.BZyAI_.rst gh-113297: Fix segfault in compiler for with statement with 19 context managers (#113327) 2023-12-22 01:50:26 +00:00
2023-12-31-07-46-01.gh-issue-113486.uki19C.rst GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to classes. (GH-113680) 2024-01-05 09:45:22 +00:00
2024-01-01-00-07-02.gh-issue-113602.cWuTzk.rst gh-113602: Bail out when the parser tries to override existing errors (#113607) 2024-01-02 13:00:52 +00:00
2024-01-01-23-57-24.gh-issue-113603.ySwovr.rst gh-113603: Compiler no longer tries to maintain the no-empty-block invariant (#113636) 2024-01-03 16:57:48 +00:00
2024-01-02-11-14-29.gh-issue-113657.CQo9vF.rst GH-113657: Add back missing _SET_IP uops in tier two (GH-113662) 2024-01-02 14:09:57 -08:00
2024-01-02-17-22-57.gh-issue-111488.EJH3Oh.rst gh-111488: Changed error message in case of no 'in' keyword after 'for' in cmp (#113656) 2024-01-06 10:27:49 +00:00
2024-01-03-12-19-37.gh-issue-89811.cZOj6d.rst gh-89811: Check for valid tp_version_tag in specializer (GH-113558) 2024-01-11 13:33:05 +08:00
2024-01-04-17-15-30.gh-issue-113703.Zsk0pY.rst gh-113703: Correctly identify incomplete f-strings in the codeop module (#113709) 2024-01-05 12:16:46 +00:00
2024-01-05-00-49-14.gh-issue-107901.6JRrb6.rst gh-107901: synthetic jumps which are not at end of loop no longer check the eval breaker (#113721) 2024-01-06 14:20:08 +00:00
2024-01-05-21-28-48.gh-issue-113753.2HNiuq.rst gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free list (#113754) 2024-01-10 10:18:38 -08:00
2024-01-08-05-36-59.gh-issue-113853.lm-6_a.rst GH-113853: Guarantee forward progress in executors (GH-113854) 2024-01-11 18:20:42 +00:00
2024-01-08-14-34-02.gh-issue-77046.sDUh2d.rst gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817) 2024-01-10 23:02:17 +01:00
2024-01-09-23-01-00.gh-issue-113710.pe3flY.rst gh-113710: Add types to the interpreter DSL (#113711) 2024-01-13 01:30:27 +08:00
2024-01-11-14-03-31.gh-issue-107901.U65IyC.rst gh-107901: jump leaving an exception handler doesn't need an eval break check (#113943) 2024-01-11 14:27:41 +00:00
2024-01-11-16-54-55.gh-issue-107901.Td3JPI.rst gh-107901: duplicate blocks with no lineno that have an eval break and multiple predecessors (#113950) 2024-01-12 15:38:09 +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/