summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/_statisticsmodule.c.h
Commit message (Expand)AuthorAgeFilesLines
* gh-85283: Build _statistics extension with the limited C API (#116927)Victor Stinner2024-03-171-32/+13
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-1/+3
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-311-7/+1
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-111-1/+7
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-031-2/+2
* bpo-37942: Improve argument clinic float converter (GH-15470)Raymond Hettinger2019-08-251-10/+28
* bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)Dong-hee Na2019-08-231-0/+50