Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-45582: Port getpath[p].c to Python (GH-29041) | Steve Dower | 2021-12-03 | 1 | -0/+1 |
* | bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886) | Victor Stinner | 2021-12-02 | 1 | -2/+2 |
* | bpo-43950: Add option to opt-out of PEP-657 (GH-27023) | Ammar Askar | 2021-07-07 | 1 | -0/+1 |
* | bpo-42260: Compute the path config in the main init (GH-23211) | Victor Stinner | 2020-11-10 | 1 | -7/+19 |
* | bpo-42260: PyConfig_Read() only parses argv once (GH-23168) | Victor Stinner | 2020-11-05 | 1 | -1/+7 |
* | bpo-42260: Add _PyConfig_FromDict() (GH-23167) | Victor Stinner | 2020-11-05 | 1 | -0/+243 |