summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.0v3.12.0Thomas Wouters2023-10-023-5/+0
* [3.12] gh-109823: Adjust labels in compiler when removing an empty basic bloc...Miss Islington (bot)2023-09-261-0/+2
* [3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/...Miss Islington (bot)2023-09-241-0/+1
* [3.12] gh-109627: duplicated small exit blocks need to be assigned jump targe...Irit Katriel2023-09-221-0/+2
* Python 3.12.0rc3v3.12.0rc3Thomas Wouters2023-09-1812-28/+0
* [3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...Miss Islington (bot)2023-09-181-0/+5
* [3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#10...Miss Islington (bot)2023-09-181-0/+1
* [3.12] gh-109219: propagate free vars through type param scopes (GH-109377) (...Miss Islington (bot)2023-09-141-0/+2
* [3.12] gh-105658: fix excess trace events for except block ending with a cond...Irit Katriel2023-09-141-0/+2
* [3.12] gh-109341: Fix crash on compiling invalid AST including TypeAlias (GH-...Miss Islington (bot)2023-09-141-0/+1
* [3.12] gh-109114: Relax the check for invalid lambdas inside f-strings to avo...Pablo Galindo Salgado2023-09-121-0/+3
* [3.12] gh-109118: Disallow nested scopes within PEP 695 scopes within classes...Miss Islington (bot)2023-09-121-0/+2
* [3.12] gh-109195: fix source location for super load before LOAD_SUPER_ATTR (...Miss Islington (bot)2023-09-121-0/+4
* [3.12] GH-108976. Keep monitoring data structures valid during de-optimizatio...Mark Shannon2023-09-121-0/+2
* [3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 functio...Jelle Zijlstra2023-09-121-0/+2
* [3.12] gh-108732: include comprehension locals in frame.f_locals (GH-109026) ...Miss Islington (bot)2023-09-121-0/+2
* [3.12] gh-106922: Fix error location for constructs with spaces and parenthes...Miss Islington (bot)2023-09-081-0/+2
* Python 3.12.0rc2v3.12.0rc2Thomas Wouters2023-09-0510-25/+0
* [3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...Mark Shannon2023-09-051-0/+4
* [3.12] gh-108654: restore comprehension locals before handling exception (GH-...Miss Islington (bot)2023-08-311-0/+2
* [3.12] gh-108520: Fix bad fork detection in nested multiprocessing use case (...Miss Islington (bot)2023-08-301-0/+3
* [3.12] GH-106176, GH-104702: Fix reference leak when importing across multipl...Miss Islington (bot)2023-08-291-0/+4
* [3.12] gh-108487: Change assert that should've been DEOPT_IF (#108509)Guido van Rossum2023-08-261-0/+1
* [3.12] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Proc...Miss Islington (bot)2023-08-231-0/+1
* [3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a fo...Miss Islington (bot)2023-08-221-0/+1
* [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...Eric Snow2023-08-161-0/+4
* [3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10...Miss Islington (bot)2023-08-161-0/+2
* [3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107...Miss Islington (bot)2023-08-111-0/+3
* Python 3.12.0rc1v3.12.0rc1Thomas Wouters2023-08-0513-33/+0
* [3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I...Eric Snow2023-08-051-4/+0
* [3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_...Miss Islington (bot)2023-08-041-0/+3
* [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g...Miss Islington (bot)2023-08-031-0/+4
* [3.12] gh-106092: Fix use-after-free crash in frame_dealloc (GH-106875) (#107...Miss Islington (bot)2023-08-011-0/+2
* [3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event c...Mark Shannon2023-07-281-0/+3
* [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that...Mark Shannon2023-07-281-0/+2
* [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...Mark Shannon2023-07-281-0/+3
* [3.12] gh-106723: forward -Xfrozen_modules option to spawned process interpre...Miss Islington (bot)2023-07-281-0/+1
* [3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...Miss Islington (bot)2023-07-271-0/+1
* [3.12] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107355)Miss Islington (bot)2023-07-271-0/+4
* [3.12] gh-106917: fix super classmethod calls to non-classmethods (GH-106977)...Carl Meyer2023-07-241-0/+4
* [3.12] gh-105699: Fix an Interned Strings Crasher (gh-106930) (#106963)Miss Islington (bot)2023-07-211-0/+3
* [3.12] gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-1...Miss Islington (bot)2023-07-211-0/+4
* [3.12] gh-106719: Fix __annotations__ getter and setter in the type and modul...Miss Islington (bot)2023-07-181-0/+2
* [3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-10525...Miss Islington (bot)2023-07-151-0/+1
* Python 3.12.0b4v3.12.0b4Thomas Wouters2023-07-118-13/+0
* [3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)Miss Islington (bot)2023-07-051-0/+2
* [3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node ...Miss Islington (bot)2023-07-041-0/+3
* [3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAl...Miss Islington (bot)2023-07-011-0/+1
* [3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nod...Miss Islington (bot)2023-07-011-0/+2
* [3.12] gh-101006: Improve error handling when read marshal data (GH-101007) (...Miss Islington (bot)2023-06-291-0/+1