summaryrefslogtreecommitdiffstats
path: root/Python/pathconfig.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...Serhiy Storchaka2017-12-121-2/+2
* Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...Victor Stinner2017-12-041-0/+266
* bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)Serhiy Storchaka2017-12-021-266/+0
* bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)Victor Stinner2017-12-021-42/+119
* bpo-32030: Add Python/pathconfig.c (#4668)Victor Stinner2017-12-011-0/+189