Commits
User selector
Commit History
Commits on Mar 7, 2022
Commits on Mar 6, 2022
Commits on Mar 2, 2022
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
Show description for b6b711aauthoredbpo-46848: Use stringlib/fastsearch in mmap (GH-31625)
Show description for 6ddb09fauthored
Commits on Mar 1, 2022
Commits on Feb 28, 2022
bpo-45431: Rename CFrame to _PyCFrame in the C API (GH-31584)
Show description for 7496f95authored
Commits on Feb 25, 2022
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Show description for 87af12bauthoredbpo-45316: Move private functions to internal C API (GH-31579)
Show description for 8f2a337authoredbpo-45316: Move private PyDict functions to internal C API (GH-31577)
Show description for 8ddbdd9authoredbpo-45316: Move private PyCode C API to internal C API (GH-31576)
Show description for 4a0c7a1authored- authored
bpo-46836: Move PyFrameObject to pycore_frame.h (GH-31530)
Show description for 18b5dd6authoredbpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Show description for 2c228a7authored
Commits on Feb 24, 2022
bpo-45459: C API uses type names rather than structure names (GH-31528)
Show description for 042f31dauthoredbpo-45459: Add pytypedefs.h header file (GH-31527)
Show description for ec091bdauthored
Commits on Feb 22, 2022
bpo-45459: Rename buffer.h to pybuffer.h (#31201)
Show description for 66b3cd7authored
Commits on Feb 11, 2022
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Show description for 2049469andauthoredbpo-45490: Rename static inline functions (GH-31217)
Show description for e0bcfd0authored
Commits on Feb 8, 2022
Commits on Feb 4, 2022
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB space (GH-31074)
Show description for bf95ff9authored
Commits on Feb 2, 2022
bpo-45459: Add Py_buffer to limited API (GH-29991)
Show description for f66c857authored
Commits on Feb 1, 2022
bpo-45953: Preserve backward compatibility on some PyThreadState field names. (GH-31038)
Show description for f78be59authored
Commits on Jan 27, 2022
bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)
Show description for 18ea973authoredbpo-40170: Remove _Py_GetAllocatedBlocks() function (GH-30940)
Show description for 6b491b9authoredbpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function (GH-30938)
Show description for af32b3eauthored
Commits on Jan 26, 2022
bpo-35134: Add Include/cpython/descrobject.h (GH-30923)
Show description for d4a85f1authored
Commits on Jan 23, 2022
Commits on Jan 20, 2022
bpo-46409: Make generators in bytecode (GH-30633)
Show description for b04dfbbauthored
Commits on Jan 14, 2022
bpo-45953: Statically initialize all the PyThreadState fields we can. (gh-30590)
Show description for 324908bauthored
Commits on Jan 12, 2022
bpo-45953: Statically allocate the main interpreter (and initial thread state). (gh-29883)
Show description for ed57b36authored
Commits on Jan 11, 2022
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Show description for ea1a545authored
Commits on Jan 2, 2022
bpo-46218: Change long_pow() to sliding window algorithm (GH-30319)
Show description for 863729eandauthored
Commits on Dec 22, 2021
Commits on Dec 17, 2021
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Show description for 396b583authored