Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)... | Miss Islington (bot) | 2022-06-16 | 1 | -0/+3 |
* | [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObjec... | Serhiy Storchaka | 2021-09-28 | 1 | -0/+3 |
* | 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 |