COMMITS
/ Include/internal/pycore_runtime_init.h June 20, 2022
V
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner committed
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
June 12, 2022
K
GH-90699: use statically allocated strings in typeobject.c (gh-93751)
Kumar Aditya committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
May 8, 2022
S
gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)
Serhiy Storchaka committed
May 5, 2022
S
gh-87390: Fix starred tuple equality and pickling (GH-92337)
Serhiy Storchaka committed
April 30, 2022
S
bpo-43224: Implement substitution of unpacked TypeVarTuple in C (GH-31828)
Serhiy Storchaka committed
April 16, 2022
D
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
Dennis Sweeney committed
I
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel committed
April 4, 2022
I
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Inada Naoki committed
March 21, 2022
P
bpo-47067: Optimize calling GenericAlias objects (GH-31996)
penguin_wwy committed
March 11, 2022
S
bpo-44796: Unify TypeVar and ParamSpec substitution (GH-31143)
Serhiy Storchaka committed
March 9, 2022
K
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
Kumar Aditya committed
March 7, 2022
B
bpo-46841: Use inline caching for calls (GH-31709)
Brandt Bucher committed
February 28, 2022
E
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Eric Snow committed
February 23, 2022
February 15, 2022
E
bpo-46541: Discover the global strings. (gh-31346)
Eric Snow committed
February 8, 2022
January 27, 2022
E
bpo-46541: Generate the global objects initializer. (gh-30941)
Eric Snow committed
January 14, 2022
January 13, 2022
E
Statically initialize _PyRuntimeState fields. (gh-30588)
Eric Snow committed