aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_cppext/setup.py
Commit message (Expand)AuthorAge
* gh-127906: Add missing sys import to test_cppext (#132902)Victor Stinner2025-04-25
* gh-129666: Add C11/C++11 to docs and -pedantic-errors to GCC/clang test_c[pp]...Petr Viktorin2025-03-04
* gh-129666: Revert "gh-129666: Add C11/C++11 to docs and `-pedantic-errors` to...Petr Viktorin2025-02-28
* gh-129666: Add C11/C++11 to docs and `-pedantic-errors` to GCC/clang test_c[p...Petr Viktorin2025-02-28
* gh-127906: Test the limited C API in test_cppext (#127916)Victor Stinner2024-12-13
* test_cext, test_cppext: enable /W4 warnings on Windows (#124253)Victor Stinner2024-09-19
* Check for compiler warnings in test_cext on Windows (#121088)Victor Stinner2024-06-28
* gh-116869: Fix test_cext on RHEL7 (#117010)Victor Stinner2024-03-19
* gh-92906: Enable test_cext and test_cppext on Windows (#117000)Victor Stinner2024-03-19
* Add support.MS_WINDOWS constant (#110446)Victor Stinner2023-10-06
* gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343)Victor Stinner2023-08-23
* gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)Victor Stinner2023-08-22