summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_float.py
Commit message (Expand)AuthorAgeFilesLines
* gh-141042: fix sNaN's packing for mixed floating-point formats (#141107)Sergey B Kirpichev2025-11-121-10/+44
* gh-130317: Fix SNaN broken tests on HP PA RISC (#140452)Stefano Rivera2025-10-221-0/+5
* gh-133304: workaround for RISC-V in PyFloat_Pack4/Unpack4() (#133328)Sergey B Kirpichev2025-05-031-3/+3
* gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#133204)Sergey B Kirpichev2025-05-011-13/+10
* gh-130317: Skip test_pack_unpack_roundtrip_for_nans() on x86 (#133155)Victor Stinner2025-04-301-2/+9
* gh-130317: Fix PyFloat_Pack/Unpack[24] for NaN's with payload (#130452)Sergey B Kirpichev2025-04-281-0/+34
* gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)Victor Stinner2024-03-191-8/+9
* gh-111765: Move old PyFloat_* tests to Lib/test/test_capi/test_float.py (GH-...Sergey B Kirpichev2023-11-071-0/+65
* gh-111495: Add tests for PyFloat C API (GH-111624)Sergey B Kirpichev2023-11-051-0/+117