Tin mới
gh-116322: Add Py_mod_gil module slot (#116882)
gh-85283: Build _statistics extension with the limited C API (#116927)
gh-110964: Remove private _PyArg functions (#110966)
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Statistics inv_cdf sync with corresponding random module normal distributions (#95265)
bpo-40268: Remove unused structmember.h includes (GH-19530)
bpo-1635741: Port _statistics module to multiphase initialization (GH-19015)
Clean up module initialization. (GH-17215)
bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (#16149)
bpo-37798: Fix _statistics module doc (GH-15546)
bpo-37798: Minor code formatting and comment clean-ups. (GH-15526)
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)