| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -2/+3 |
|
|
* | gh-85283: Build _statistics extension with the limited C API (#116927) | Victor Stinner | 2024-03-17 | 1 | -3/+4 |
|
|
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 1 | -0/+5 |
|
|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+1 |
|
|
* | Statistics inv_cdf sync with corresponding random module normal distributions... | Raymond Hettinger | 2022-07-26 | 1 | -1/+1 |
|
|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -1/+0 |
|
|
* | bpo-1635741: Port _statistics module to multiphase initialization (GH-19015) | Dong-hee Na | 2020-03-16 | 1 | -3/+7 |
|
|
* | Clean up module initialization. (GH-17215) | Brandt Bucher | 2019-11-19 | 1 | -3/+1 |
|
|
* | bpo-37798: Prevent undefined behavior in direct calls to the C helper functio... | Raymond Hettinger | 2019-09-15 | 1 | -1/+17 |
|
|
* | bpo-37798: Fix _statistics module doc (GH-15546) | Dong-hee Na | 2019-09-03 | 1 | -1/+4 |
|
|
* | bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) | Raymond Hettinger | 2019-08-26 | 1 | -13/+22 |
|
|
* | bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) | Dong-hee Na | 2019-08-23 | 1 | -0/+122 |
|
|