summaryrefslogtreecommitdiffstats
path: root/Python/initconfig.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516...Miss Islington (bot)2020-03-221-0/+11
* [3.8] bpo-39427: Document -X opt options in the CLI --help and the man page (...Pablo Galindo2020-02-231-1/+32
* Add PYTHONUTF8 to commandline usage. (GH-17587)Miss Islington (bot)2019-12-141-0/+1
* bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)Miss Islington (bot)2019-10-011-24/+7
* bpo-38304: Remove PyConfig.struct_size (GH-16500)Victor Stinner2019-09-301-38/+0
* bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)Miss Islington (bot)2019-09-291-42/+82
* bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)Victor Stinner2019-09-281-7/+63
* bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)Victor Stinner2019-09-231-2/+98
* bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...Miss Islington (bot)2019-08-241-2/+2
* bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435)Victor Stinner2019-08-231-1/+16
* bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)Miss Islington (bot)2019-08-231-4/+25
* [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900)Kyle Stanley2019-07-221-1/+1
* bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)Miss Islington (bot)2019-07-011-1/+18
* bpo-37369: Fix initialization of sys members when launched via an app contain...Steve Dower2019-06-291-0/+4
* bpo-36763: Implement the PEP 587 (GH-13592)Victor Stinner2019-05-271-0/+2437