summaryrefslogtreecommitdiff
path: root/Python/initconfig.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...Serhiy Storchaka2019-08-241-2/+2
* bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)Victor Stinner2019-08-231-1/+16
* bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)Victor Stinner2019-08-231-4/+25
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* Fix typos in docs, comments and test assert messages (#14872)Min ho Kim2019-07-211-1/+1
* bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)Victor Stinner2019-07-011-1/+18
* bpo-37369: Fix initialization of sys members when launched via an app contain...Steve Dower2019-06-291-0/+4
* bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)Victor Stinner2019-06-251-0/+47
* bpo-36763: Implement the PEP 587 (GH-13592)Victor Stinner2019-05-271-0/+2437