summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cppext/setup.py
Commit message (Expand)AuthorAgeFilesLines
* gh-127906: Add missing sys import to test_cppext (#132902)Victor Stinner2025-04-251-0/+1
* gh-129666: Add C11/C++11 to docs and -pedantic-errors to GCC/clang test_c[pp]...Petr Viktorin2025-03-041-0/+16
* gh-129666: Revert "gh-129666: Add C11/C++11 to docs and `-pedantic-errors` to...Petr Viktorin2025-02-281-8/+0
* gh-129666: Add C11/C++11 to docs and `-pedantic-errors` to GCC/clang test_c[p...Petr Viktorin2025-02-281-0/+8
* gh-127906: Test the limited C API in test_cppext (#127916)Victor Stinner2024-12-131-0/+6
* test_cext, test_cppext: enable /W4 warnings on Windows (#124253)Victor Stinner2024-09-191-0/+2
* Check for compiler warnings in test_cext on Windows (#121088)Victor Stinner2024-06-281-2/+6
* gh-116869: Fix test_cext on RHEL7 (#117010)Victor Stinner2024-03-191-10/+14
* gh-92906: Enable test_cext and test_cppext on Windows (#117000)Victor Stinner2024-03-191-21/+55
* Add support.MS_WINDOWS constant (#110446)Victor Stinner2023-10-061-4/+2
* gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343)Victor Stinner2023-08-231-0/+13
* gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)Victor Stinner2023-08-221-0/+42