summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
Commit message (Expand)AuthorAgeFilesLines
* gh-102356: Add thrashcan macros to filter object dealloc (#102426)Marta Gómez Macías2023-03-051-0/+2
* gh-102336: Remove code specifically for handling Windows 7 (GH-102337)Max Bachmann2023-03-011-0/+1
* gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)Dennis Sweeney2023-02-271-0/+1
* GH-102126: fix deadlock at shutdown when clearing thread states (#102222)Kumar Aditya2023-02-251-0/+1
* gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when int...Ionite2023-02-241-0/+1
* gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)Max Bachmann2023-02-241-0/+2
* GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)Mark Shannon2023-02-231-0/+3
* Revert "bpo-46978: Correct docstrings for in-place builtin operators #31802) ...Irit Katriel2023-02-231-1/+0
* GH-100982: Restrict `FOR_ITER_RANGE` to a single instruction to allow instrum...Mark Shannon2023-02-221-0/+2
* gh-102056: Fix a few bugs in error handling of exception printing code (#102078)Irit Katriel2023-02-201-0/+1
* GH-84783: Make the slice object hashable (GH-101264)Furkan Onder2023-02-191-0/+1
* bpo-46978: Correct docstrings for in-place builtin operators (#31802)Nicko van Someren2023-02-181-0/+1
* gh-101967: add a missing error check (#101968)Eclips42023-02-181-0/+1
* gh-101952: Fix possible segfault in `BUILD_SET` opcode (#101958)Eclips42023-02-161-0/+1
* gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...Eric Snow2023-02-161-0/+5
* gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)Irit Katriel2023-02-141-0/+2
* gh-101857: Allow xattr detection on musl libc (#101858)Sam James2023-02-141-0/+1
* gh-74895: getaddrinfo no longer raises OverflowError (#2435)Radek Smejkal2023-02-141-0/+5
* GH-87849: Simplify stack effect of SEND and specialize it for generators and ...Mark Shannon2023-02-131-0/+3
* gh-101430: Update tracemalloc to handle presize properly. (gh-101745)Dong-hee Na2023-02-091-0/+2
* GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (#101697)Kumar Aditya2023-02-081-0/+1
* gh-101632: Add the new RETURN_CONST opcode (#101633)penguin_wwy2023-02-071-0/+1
* Python 3.12.0a5v3.12.0a5Thomas Wouters2023-02-0717-38/+0
* [gh-101072] Fix Blurb for GH-101127Łukasz Langa2023-02-071-8/+2
* gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#1...Matthieu Dartiailh2023-02-071-0/+8
* gh-59956: Partial Fix for GILState API Compatibility with Subinterpreters (gh...Eric Snow2023-02-061-0/+3
* gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...Dong-hee Na2023-02-061-0/+2
* gh-76961: Fix the PEP3118 format string for ctypes.Structure (#5561)Eric Wieser2023-02-051-0/+3
* gh-101266: Fix __sizeof__ for subclasses of int (#101394)Mark Dickinson2023-02-051-0/+1
* gh-101400: Fix incorrect lineno in exception message on continue/break which ...Dong-hee Na2023-01-301-0/+2
* GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...Mark Shannon2023-01-301-0/+2
* GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-1...Mark Shannon2023-01-241-0/+3
* gh-100726: Optimize construction of range object for medium sized integers (#...Pieter Eendebak2023-01-211-0/+1
* gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1...Mark Dickinson2023-01-211-0/+2
* gh-91351: Fix some bugs in importlib handling of re-entrant imports (GH-94504)Jean-Paul Calderone2023-01-211-0/+5
* gh-100712: make it possible to disable specialization (for debugging) (#100713)Irit Katriel2023-01-191-0/+1
* gh-101046: Fix a potential memory leak in the parser when raising MemoryError...Pablo Galindo Salgado2023-01-161-0/+2
* GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)Mark Shannon2023-01-161-0/+4
* GH-100942: Fix incorrect cast in property_copy(). (#100965)Raymond Hettinger2023-01-121-0/+2
* GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)Mark Shannon2023-01-111-0/+2
* GH-100892: Fix race in clearing `threading.local` (#100922)Kumar Aditya2023-01-111-0/+1
* Python 3.12.0a4v3.12.0a4Thomas Wouters2023-01-1033-62/+0
* GH-100117: Make `co_lines` more efficient (GH-100447)Brandt Bucher2023-01-101-0/+2
* GH-100126: Skip incomplete frames in more places (GH-100613)Brandt Bucher2023-01-091-0/+3
* gh-87447: Fix walrus comprehension rebind checking (#100581)Nikita Sobolev2023-01-081-0/+5
* gh-100776: Fix misleading default value in help(input) (#100788)Shantanu2023-01-081-0/+1
* GH-99005: More intrinsics (GH-100774)Mark Shannon2023-01-061-0/+2
* GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)Mark Shannon2023-01-051-0/+4
* GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)Mark Shannon2023-01-051-0/+2
* GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)Mark Shannon2023-01-041-0/+2