index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
pyport.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
Victor Stinner
2022-12-07
1
-0/+9
*
gh-94731: Revert to C-style casts for _Py_CAST (GH-94782)
Petr Viktorin
2022-07-14
1
-51/+3
*
gh-91321: Fix compatibility with C++ older than C++11 (#93784)
Victor Stinner
2022-06-14
1
-2/+5
*
gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (#93500)
Neil Schemenauer
2022-06-05
1
-0/+14
*
gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)
Victor Stinner
2022-05-26
1
-25/+23
*
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner
2022-05-25
1
-25/+3
*
GH-92898: Make _Py_Cast C++ version compatible with cast operator (gh-92951)
serge-sans-paille
2022-05-21
1
-2/+26
*
gh-91321: Add _Py_NULL macro (#92253)
Victor Stinner
2022-05-03
1
-0/+8
*
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Victor Stinner
2022-05-03
1
-10/+10
*
gh-92135: Fix _Py_reinterpret_cast() for const (#92138)
Victor Stinner
2022-05-02
1
-5/+15
*
gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-...
Ganesh Kathiresan
2022-05-02
1
-5/+6
*
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Victor Stinner
2022-04-27
1
-3/+14
*
bpo-43166: Disable ceval.c optimizations for Windows debug builds (GH-32023)
neonene
2022-03-23
1
-11/+0
*
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner
2022-02-23
1
-55/+0
*
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)
Mark Dickinson
2022-01-14
1
-12/+4
*
bpo-40280: Optimize ints and and startup on wasm (GH-29887)
Christian Heimes
2021-12-02
1
-4/+8
*
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
Christian Heimes
2021-11-08
1
-8/+1
*
bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027)
Victor Stinner
2021-10-19
1
-3/+4
*
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner
2021-10-13
1
-2/+0
*
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner
2021-10-13
1
-20/+0
*
bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h (GH-28882)
Victor Stinner
2021-10-11
1
-73/+12
*
bpo-45434: Cleanup Python.h header file (GH-28883)
Victor Stinner
2021-10-11
1
-0/+26
*
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner
2021-10-11
1
-63/+0
*
bpo-45116: Py_DEBUG ignores Py_ALWAYS_INLINE (GH-28419)
Victor Stinner
2021-09-17
1
-1/+10
*
bpo-45116: Add the Py_ALWAYS_INLINE macro (GH-28390)
Victor Stinner
2021-09-17
1
-0/+22
*
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
Victor Stinner
2021-09-03
1
-12/+13
*
Do not use Py_ssize_clean_t (GH-25940)
Inada Naoki
2021-05-08
1
-5/+1
*
bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483)
Petr Viktorin
2021-04-23
1
-0/+2
*
bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739)
db3l
2021-03-04
1
-1/+2
*
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (G...
Jozef Grajciar
2021-03-01
1
-1/+3
*
bpo-43166: Disable ceval.c optimisations for Windows debug builds (GH-24485)
Steve Dower
2021-02-09
1
-3/+3
*
bpo-41617: Add _Py__has_builtin() macro (GH-23260)
Victor Stinner
2020-11-13
1
-0/+12
*
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner
2020-11-01
1
-2/+6
*
bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)
Zackery Spytz
2020-06-16
1
-0/+20
*
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Victor Stinner
2020-06-10
1
-1/+3
*
bpo-40244: Remove XLC's support from the noreturn flag (GH-20588)
Batuhan Taskaya
2020-06-02
1
-2/+2
*
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner
2020-04-17
1
-4/+4
*
bpo-40096: Support __attribute__((__noreturn__)) on xlc (GH-19204)
Batuhan Taşkaya
2020-03-29
1
-0/+1
*
bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...
Vinay Sajip
2019-10-15
1
-11/+13
*
closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230)
Hai Shi
2019-09-24
1
-1/+1
*
bpo-37781: use "z" for PY_FORMAT_SIZE_T (GH-15156)
Inada Naoki
2019-08-30
1
-13/+6
*
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz
2019-05-28
1
-3/+7
*
bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)
Victor Stinner
2019-05-04
1
-0/+14
*
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
Victor Stinner
2019-05-02
1
-0/+10
*
bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973)
Victor Stinner
2019-04-26
1
-4/+10
*
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
Paul Monson
2019-04-18
1
-1/+1
*
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner
2019-04-17
1
-2/+23
*
bpo-35758: Fix building on ARM + MSVC (gh-11531)
Minmin Gong
2019-01-21
1
-1/+1
*
bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)
Victor Stinner
2018-10-29
1
-17/+0
*
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
Victor Stinner
2018-10-25
1
-11/+28
[next]