COMMITS
/ PCbuild/pythoncore.vcxproj April 5, 2022
J
bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337)
Jeremy Kloth committed
November 6, 2021
S
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Steve Dower 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
May 12, 2020
V
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Victor Stinner committed
May 7, 2020
P
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Petr Viktorin committed
April 28, 2020
V
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
Victor Stinner committed
V
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner committed
April 27, 2020
A
bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725)
Ammar Askar committed
April 23, 2020
L
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Lysandros Nikolaou committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
April 17, 2020
V
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner committed
April 13, 2020
V
bpo-40241: Add pycore_interp.h header (GH-19499)
Victor Stinner committed
V
bpo-40268: Add pycore_runtime.h header file (GH-19493)
Victor Stinner committed
April 8, 2020
V
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner committed
April 7, 2020
G
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum committed
March 26, 2020
V
bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180)
Victor Stinner committed
March 11, 2020
S
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918)
Steve Dower committed
March 3, 2020
S
bpo-38597: Never statically link extension initialization code on Windows (GH-18724)
Steve Dower committed
February 12, 2020
V
bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493)
Victor Stinner committed
V
bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)
Victor Stinner committed
V
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner committed