COMMITS
/ Include/pyport.h April 10, 2024
M
[3.12] gh-112536: Define `_Py_THREAD_SANITIZER` on GCC when TSan is enabled (GH-117702) (#117713)
Miss Islington (bot) committed
March 17, 2024
A
[3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) (#116924)
Antoine Pitrou committed
September 2, 2023
V
[3.12] gh-63760: Don't declare gethostname() on Solaris (#108817) (#108824)
Victor Stinner committed
May 4, 2023
P
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin committed
April 24, 2023
E
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
February 28, 2023
P
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin committed
February 8, 2023
M
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom committed
February 2, 2023
A
gh-98705: Fix AIX build by undefining `__bool__` in C (#98768)
Ayappan Perumal committed
December 7, 2022
V
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
Victor Stinner committed
July 14, 2022
P
gh-94731: Revert to C-style casts for _Py_CAST (GH-94782)
Petr Viktorin committed
June 14, 2022
V
gh-91321: Fix compatibility with C++ older than C++11 (#93784)
Victor Stinner committed
June 5, 2022
N
gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (#93500)
Neil Schemenauer committed
May 26, 2022
V
gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)
Victor Stinner committed
May 25, 2022
V
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner committed
May 21, 2022
S
GH-92898: Make _Py_Cast C++ version compatible with cast operator (gh-92951)
serge-sans-paille committed
May 3, 2022
V
gh-91321: Add _Py_NULL macro (#92253)
Victor Stinner committed
V
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Victor Stinner committed
May 2, 2022
V
gh-92135: Fix _Py_reinterpret_cast() for const (#92138)
Victor Stinner committed
G
gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-92071)
Ganesh Kathiresan committed
April 27, 2022
V
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Victor Stinner committed
March 23, 2022
N
February 23, 2022
V
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner committed
January 14, 2022
M
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)
Mark Dickinson committed
December 2, 2021
C
bpo-40280: Optimize ints and and startup on wasm (GH-29887)
Christian Heimes committed
November 8, 2021
C
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
Christian Heimes committed
October 19, 2021
V
bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027)
Victor Stinner committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
V
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner committed
October 11, 2021
V
bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h (GH-28882)
Victor Stinner committed
V
bpo-45434: Cleanup Python.h header file (GH-28883)
Victor Stinner committed
V
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner committed
September 17, 2021
V
bpo-45116: Py_DEBUG ignores Py_ALWAYS_INLINE (GH-28419)
Victor Stinner committed
V
bpo-45116: Add the Py_ALWAYS_INLINE macro (GH-28390)
Victor Stinner committed
September 3, 2021
V
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
Victor Stinner committed
May 8, 2021
I
Do not use Py_ssize_clean_t (GH-25940)
Inada Naoki committed
April 23, 2021
P
bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483)
Petr Viktorin committed
March 4, 2021
March 1, 2021
J
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479)
Jozef Grajciar committed
February 9, 2021
S
bpo-43166: Disable ceval.c optimisations for Windows debug builds (GH-24485)
Steve Dower committed
November 13, 2020
V
bpo-41617: Add _Py__has_builtin() macro (GH-23260)
Victor Stinner committed
November 1, 2020
V
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner committed
June 16, 2020
Z
bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)
Zackery Spytz committed
June 10, 2020
V
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Victor Stinner committed
June 2, 2020
B
bpo-40244: Remove XLC's support from the noreturn flag (GH-20588)
Batuhan Taskaya committed
April 17, 2020
V
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner committed
March 29, 2020
B
bpo-40096: Support __attribute__((__noreturn__)) on xlc (GH-19204)
Batuhan Taşkaya committed
October 15, 2019
September 24, 2019
August 30, 2019
I
bpo-37781: use "z" for PY_FORMAT_SIZE_T (GH-15156)
Inada Naoki committed