Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support.MS_WINDOWS constant (#110446) | Victor Stinner | 2023-10-06 | 1 | -1/+1 |
* | gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9... | Eric Snow | 2022-10-26 | 1 | -1/+0 |
* | gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G... | Steve Dower | 2022-05-19 | 1 | -2/+3 |
* | 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 |