Commits
User selector
Commit History
Commits on Feb 24, 2022
bpo-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 2, 2022
bpo-45459: Add Py_buffer to limited API (GH-29991)
Show description for f66c857authored
Commits on Nov 23, 2021
bpo-39026: Fix Python.h when building with Xcode (GH-29488)
Show description for 4ae26b9authored
Commits on Oct 19, 2021
bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027)
Show description for 52af075authored
Commits on Oct 15, 2021
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Show description for 354c352authoredbpo-45434: Remove Include/eval.h header file (GH-28973)
Show description for 105582eauthoredbpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Show description for 8e5de40authored- authored
Commits on Oct 14, 2021
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Show description for 37b1d60authoredbpo-45434: Limited Python.h no longer includes stdio.h (GH-28960)
Show description for 2849947authored
Commits on Oct 13, 2021
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Show description for aac29afauthored
Commits on Oct 11, 2021
- authored
bpo-45434: Cleanup Python.h header file (GH-28883)
Show description for 47717d1authored
Commits on Jul 27, 2021
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394)
Show description for 196998eauthored
Commits on Jun 10, 2021
Commits on Apr 29, 2021
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Show description for 645ed62authored
Commits on Mar 24, 2021
bpo-43244: Remove the pyarena.h header (GH-25007)
Show description for 8370e07authoredbpo-43244: Remove parser_interface.h header file (GH-25001)
Show description for 57364ceauthored
Commits on Feb 19, 2021
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Show description for 4a6bf27authored
Commits on Feb 17, 2021
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Show description for 366dc3aauthored
Commits on Feb 16, 2021
bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
Show description for 17dbd40authored
Nicholas Sim
Commits on Jun 21, 2020
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Show description for 564cd18authored
Commits on Apr 28, 2020
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
Show description for b8f704dauthoredbpo-40421: Add pyframe.h header file (GH-19755)
Show description for 7c59d7cauthored
Commits on Apr 15, 2020
bpo-40268: Remove explicit pythread.h includes (#19529)
Show description for 62183b8authored
Commits on Apr 7, 2020
bpo-39481: Implementation for PEP 585 (#18239)
Show description for 48b069aauthored
Commits on Feb 12, 2020
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Show description for e9e7d28authored
Commits on May 27, 2019
bpo-36763: Implement the PEP 587 (GH-13592)
Show description for 331a6a5authored
Commits on May 26, 2019
Commits on Mar 1, 2019
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Show description for f684d83authored
Commits on Dec 30, 2018
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)
Show description for 387512cauthored
Commits on Nov 13, 2018
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Show description for 3015fb8authored
Commits on Nov 12, 2018
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Show description for 1584a00authored
Commits on Oct 30, 2018
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Show description for 31368a4authored