Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-... | Victor Stinner | 2018-09-19 | 1 | -26/+3 |
* | bpo-34589: C locale coercion off by default (GH-9073) | Victor Stinner | 2018-09-17 | 1 | -1/+10 |
* | bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371) | Victor Stinner | 2018-09-17 | 1 | -3/+17 |
* | bpo-34567: pythoninfo gets coreconfig (GH-9043) | Victor Stinner | 2018-09-03 | 1 | -0/+4 |
* | bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003) | Victor Stinner | 2018-08-29 | 1 | -3/+26 |
* | bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963) | Victor Stinner | 2018-08-29 | 1 | -0/+19 |
* | bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881) | Victor Stinner | 2018-08-29 | 1 | -0/+12 |
* | bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608) | Victor Stinner | 2018-08-01 | 1 | -1/+2 |
* | bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) | Victor Stinner | 2018-08-01 | 1 | -0/+318 |