cpython/Modules/_sre
Victor Stinner 4e5a7284ee
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Argument Clinic now uses the new public PyLong_AsInt(), rather than
the old name _PyLong_AsInt().
2023-08-25 00:51:22 +02:00
..
clinic gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
sre.c gh-106320: Remove private _PyDict functions (#108449) 2023-08-24 20:01:50 +00:00
sre.h gh-106508: Improve debugging of the _sre module (GH-106509) 2023-07-08 18:00:39 +03:00
sre_constants.h gh-105687: Remove deprecated objects from `re` module (#105688) 2023-06-14 12:26:20 +02:00
sre_lib.h gh-100061: Proper fix of the bug in the matching of possessive quantifiers (GH-102612) 2023-08-16 10:43:45 +03:00
sre_targets.h gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00