Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38353: Fix compiler warning in pycore_initconfig.h (GH-16570) | Victor Stinner | 2019-10-03 | 1 | -2/+2 |
* | bpo-38353: Cleanup includes in the internal C API (GH-16548) | Victor Stinner | 2019-10-02 | 1 | -2/+3 |
* | bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) | Victor Stinner | 2019-10-01 | 1 | -1/+1 |
* | bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) | Victor Stinner | 2019-10-01 | 1 | -2/+2 |
* | bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) | Victor Stinner | 2019-09-29 | 1 | -1/+1 |
* | bpo-38304: Add PyConfig.struct_size (GH-16451) | Victor Stinner | 2019-09-28 | 1 | -6/+6 |
* | bpo-38234: Remove _PyPathConfig.dll_path (GH-16307) | Victor Stinner | 2019-09-20 | 1 | -2/+0 |
* | bpo-36763: Implement the PEP 587 (GH-13592) | Victor Stinner | 2019-05-27 | 1 | -0/+168 |