index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS.d
/
next
/
Core and Builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.12.0
v3.12.0
Thomas Wouters
2023-10-02
3
-5/+0
*
[3.12] gh-109823: Adjust labels in compiler when removing an empty basic bloc...
Miss Islington (bot)
2023-09-26
1
-0/+2
*
[3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/...
Miss Islington (bot)
2023-09-24
1
-0/+1
*
[3.12] gh-109627: duplicated small exit blocks need to be assigned jump targe...
Irit Katriel
2023-09-22
1
-0/+2
*
Python 3.12.0rc3
v3.12.0rc3
Thomas Wouters
2023-09-18
12
-28/+0
*
[3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...
Miss Islington (bot)
2023-09-18
1
-0/+5
*
[3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#10...
Miss Islington (bot)
2023-09-18
1
-0/+1
*
[3.12] gh-109219: propagate free vars through type param scopes (GH-109377) (...
Miss Islington (bot)
2023-09-14
1
-0/+2
*
[3.12] gh-105658: fix excess trace events for except block ending with a cond...
Irit Katriel
2023-09-14
1
-0/+2
*
[3.12] gh-109341: Fix crash on compiling invalid AST including TypeAlias (GH-...
Miss Islington (bot)
2023-09-14
1
-0/+1
*
[3.12] gh-109114: Relax the check for invalid lambdas inside f-strings to avo...
Pablo Galindo Salgado
2023-09-12
1
-0/+3
*
[3.12] gh-109118: Disallow nested scopes within PEP 695 scopes within classes...
Miss Islington (bot)
2023-09-12
1
-0/+2
*
[3.12] gh-109195: fix source location for super load before LOAD_SUPER_ATTR (...
Miss Islington (bot)
2023-09-12
1
-0/+4
*
[3.12] GH-108976. Keep monitoring data structures valid during de-optimizatio...
Mark Shannon
2023-09-12
1
-0/+2
*
[3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 functio...
Jelle Zijlstra
2023-09-12
1
-0/+2
*
[3.12] gh-108732: include comprehension locals in frame.f_locals (GH-109026) ...
Miss Islington (bot)
2023-09-12
1
-0/+2
*
[3.12] gh-106922: Fix error location for constructs with spaces and parenthes...
Miss Islington (bot)
2023-09-08
1
-0/+2
*
Python 3.12.0rc2
v3.12.0rc2
Thomas Wouters
2023-09-05
10
-25/+0
*
[3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...
Mark Shannon
2023-09-05
1
-0/+4
*
[3.12] gh-108654: restore comprehension locals before handling exception (GH-...
Miss Islington (bot)
2023-08-31
1
-0/+2
*
[3.12] gh-108520: Fix bad fork detection in nested multiprocessing use case (...
Miss Islington (bot)
2023-08-30
1
-0/+3
*
[3.12] GH-106176, GH-104702: Fix reference leak when importing across multipl...
Miss Islington (bot)
2023-08-29
1
-0/+4
*
[3.12] gh-108487: Change assert that should've been DEOPT_IF (#108509)
Guido van Rossum
2023-08-26
1
-0/+1
*
[3.12] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Proc...
Miss Islington (bot)
2023-08-23
1
-0/+1
*
[3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a fo...
Miss Islington (bot)
2023-08-22
1
-0/+1
*
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...
Eric Snow
2023-08-16
1
-0/+4
*
[3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10...
Miss Islington (bot)
2023-08-16
1
-0/+2
*
[3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107...
Miss Islington (bot)
2023-08-11
1
-0/+3
*
Python 3.12.0rc1
v3.12.0rc1
Thomas Wouters
2023-08-05
13
-33/+0
*
[3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I...
Eric Snow
2023-08-05
1
-4/+0
*
[3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_...
Miss Islington (bot)
2023-08-04
1
-0/+3
*
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g...
Miss Islington (bot)
2023-08-03
1
-0/+4
*
[3.12] gh-106092: Fix use-after-free crash in frame_dealloc (GH-106875) (#107...
Miss Islington (bot)
2023-08-01
1
-0/+2
*
[3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event c...
Mark Shannon
2023-07-28
1
-0/+3
*
[3.12] GH-106895: Raise a `ValueError` when attempting to disable events that...
Mark Shannon
2023-07-28
1
-0/+2
*
[3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...
Mark Shannon
2023-07-28
1
-0/+3
*
[3.12] gh-106723: forward -Xfrozen_modules option to spawned process interpre...
Miss Islington (bot)
2023-07-28
1
-0/+1
*
[3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...
Miss Islington (bot)
2023-07-27
1
-0/+1
*
[3.12] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107355)
Miss Islington (bot)
2023-07-27
1
-0/+4
*
[3.12] gh-106917: fix super classmethod calls to non-classmethods (GH-106977)...
Carl Meyer
2023-07-24
1
-0/+4
*
[3.12] gh-105699: Fix an Interned Strings Crasher (gh-106930) (#106963)
Miss Islington (bot)
2023-07-21
1
-0/+3
*
[3.12] gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-1...
Miss Islington (bot)
2023-07-21
1
-0/+4
*
[3.12] gh-106719: Fix __annotations__ getter and setter in the type and modul...
Miss Islington (bot)
2023-07-18
1
-0/+2
*
[3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-10525...
Miss Islington (bot)
2023-07-15
1
-0/+1
*
Python 3.12.0b4
v3.12.0b4
Thomas Wouters
2023-07-11
8
-13/+0
*
[3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)
Miss Islington (bot)
2023-07-05
1
-0/+2
*
[3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node ...
Miss Islington (bot)
2023-07-04
1
-0/+3
*
[3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAl...
Miss Islington (bot)
2023-07-01
1
-0/+1
*
[3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nod...
Miss Islington (bot)
2023-07-01
1
-0/+2
*
[3.12] gh-101006: Improve error handling when read marshal data (GH-101007) (...
Miss Islington (bot)
2023-06-29
1
-0/+1
[next]