Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) | Serhiy Storchaka | 2022-06-14 | 1 | -0/+3 |
* | bpo-46748: Don't import <stdbool.h> in public headers (GH-31553) | Petr Viktorin | 2022-02-25 | 1 | -1/+1 |
* | bpo-45459: C API uses type names rather than structure names (GH-31528) | Victor Stinner | 2022-02-24 | 1 | -1/+1 |
* | bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa... | Kumar Aditya | 2022-02-04 | 1 | -0/+1 |
* | bpo-45696: Deep-freeze selected modules (GH-29118) | Guido van Rossum | 2021-11-11 | 1 | -0/+1 |
* | bpo-41994: Fix refcount issues in Python/import.c (GH-22632) | Serhiy Storchaka | 2021-01-12 | 1 | -2/+0 |
* | bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18... | Skip Montanaro | 2020-06-01 | 1 | -8/+0 |
* | bpo-36710: Add tstate parameter in import.c (GH-14218) | Victor Stinner | 2019-06-19 | 1 | -8/+1 |
* | bpo-35134: Add Include/cpython/import.h header file (GH-14213) | Victor Stinner | 2019-06-18 | 1 | -0/+57 |