Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -1/+0 |
| | | | | | | If only offsetof() is needed: include stddef.h instead. When structmember.h is used, add a comment explaining that PyMemberDef is used. | ||||
* | 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 ↵ | Raymond Hettinger | 2019-09-15 | 1 | -1/+17 |
| | | | | function. (#16149) | ||||
* | 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 |