index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_cppext.py
Commit message (
Expand
)
Author
Age
*
gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)
Victor Stinner
2023-08-22
*
gh-105407: Remove unused imports in tests (#105408)
Victor Stinner
2023-06-06
*
gh-100238: Use setuptools in peg-generator and reenable tests (#104798)
Lysandros Nikolaou
2023-05-26
*
gh-95299: Rework test_cppext.py to not invoke setup.py directly (#103316)
Pradyun Gedam
2023-04-12
*
gh-94731: Revert to C-style casts for _Py_CAST (GH-94782)
Petr Viktorin
2022-07-14
*
gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754)
Petr Viktorin
2022-07-12
*
gh-91321: Fix compatibility with C++ older than C++11 (#93784)
Victor Stinner
2022-06-14
*
gh-92820: Skip test_cppext if _ctypes is missing (#92844)
Victor Stinner
2022-05-16
*
gh-92584: test_cppext uses setuptools (#92639)
Victor Stinner
2022-05-13
*
gh-92135: test_cppext requires subprocess (GH-92349)
Christian Heimes
2022-05-06
*
gh-91321: Add _Py_NULL macro (#92253)
Victor Stinner
2022-05-03
*
gh-91320: Fix more old-style cast warnings in C++ (#92247)
Victor Stinner
2022-05-03
*
gh-92135: Fix _Py_reinterpret_cast() for const (#92138)
Victor Stinner
2022-05-02
*
gh-91321: Add _testcppext C++ extension (#32175)
Victor Stinner
2022-05-02