Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-101291: Avoid using macros with casts in low-level long API. (#104742) | Mark Shannon | 2023-05-22 | 1 | -2/+3 |
* | GH-101291: Add low level, unstable API for pylong (GH-101685) | Mark Shannon | 2023-05-21 | 1 | -0/+26 |
* | GH-101291: Rearrange the size bits in PyLongObject (GH-102464) | Mark Shannon | 2023-03-22 | 1 | -1/+5 |
* | GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa... | Mark Shannon | 2023-01-30 | 1 | -2/+7 |
* | gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1... | Mark Dickinson | 2023-01-21 | 1 | -0/+3 |
* | bpo-46218: Change long_pow() to sliding window algorithm (GH-30319) | Tim Peters | 2022-01-02 | 1 | -6/+0 |
* | bpo-35134: Move classobject.h to Include/cpython/ (GH-28968) | Victor Stinner | 2021-10-15 | 1 | -0/+99 |