summaryrefslogtreecommitdiffstats
path: root/Python/bootstrap_hash.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-32329: Fix -R option for hash randomization (#4873)Victor Stinner2017-12-141-27/+10
* bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...Serhiy Storchaka2017-12-121-4/+4
* bpo-32030: Enhance Py_Main() (#4412)Victor Stinner2017-11-161-2/+2
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-151-8/+11
* bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)Eric Snow2017-05-241-3/+5
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-231-0/+629