COMMITS
/ PCbuild/pythoncore.vcxproj November 23, 2021
November 22, 2021
G
bpo-45850: Implement deep-freeze on Windows (#29648)
Guido van Rossum committed
November 21, 2021
P
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado committed
November 5, 2021
S
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Steve Dower committed
October 25, 2021
C
bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Christian Heimes committed
October 19, 2021
V
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner committed
October 18, 2021
V
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Victor Stinner committed
October 15, 2021
V
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner committed
V
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner committed
V
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner committed
V
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner committed
V
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
Victor Stinner committed
October 14, 2021
V
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner committed
V
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner committed
October 13, 2021
V
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner committed
August 24, 2021
P
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Pablo Galindo Salgado committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
July 23, 2021
D
bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows (GH-27168)
Dong-hee Na committed
July 22, 2021
Y
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Yurii Karabas committed
June 7, 2021
M
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon committed
May 3, 2021
P
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
Pablo Galindo committed
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
April 14, 2021
P
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo committed
April 6, 2021
S
bpo-43567: Improved generated code refresh on Windows (GH-25120)
Steve Dower committed
March 24, 2021
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
March 23, 2021
V
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner committed
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
March 22, 2021
H
bpo-35134: Add include/cpython/compile.h (GH-24922)
Hai Shi committed
March 19, 2021
V
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner committed
March 17, 2021
V
bpo-43244: Add pycore_ast.h header file (GH-24908)
Victor Stinner committed
V
bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)
Victor Stinner committed
February 19, 2021
N
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim committed
February 17, 2021
N
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Nicholas Sim committed
February 16, 2021
N
bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
Nicholas Sim committed
January 25, 2021
V
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner committed
January 19, 2021
V
bpo-42955: Add Python/module_names.h (GH-24258)
Victor Stinner committed
December 23, 2020
V
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner committed
December 8, 2020
V
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Victor Stinner committed
December 3, 2020
S
bpo-42431: Fix outdated bytes comments (GH-23458)
Serhiy Storchaka committed
October 26, 2020
V
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
Victor Stinner committed
V
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner committed
September 9, 2020
M
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss committed
July 30, 2020
M
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
Mark Shannon committed
June 23, 2020
N
bpo-41089: Filters and other issues in Visual Studio projects (GH-21070)
Nikita Nemkin committed
June 22, 2020
V
bpo-41078: Add pycore_list.h internal header file (GH-21057)
Victor Stinner committed
V
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner committed
June 21, 2020
L
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Lysandros Nikolaou committed
June 20, 2020
L
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
June 8, 2020
V
bpo-29882: Add _Py_popcount32() function (GH-20518)
Victor Stinner committed