summaryrefslogtreecommitdiff
path: root/Python/bootstrap_hash.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* bpo-36763: Implement the PEP 587 (GH-13592)Victor Stinner2019-05-271-6/+6
* bpo-36763: Add _PyInitError functions (GH-13395)Victor Stinner2019-05-171-0/+1
* bpo-36763: Rework _PyInitError API (GH-13031)Victor Stinner2019-05-011-2/+2
* bpo-35550: Fix incorrect Solaris define guards (GH-11275)Jakub KulĂ­k2018-12-301-2/+2
* bpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656)Victor Stinner2018-11-221-4/+2
* bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)Gregory P. Smith2018-11-121-2/+2
* bpo-35214: Initial clang MemorySanitizer support (GH-10479)Gregory P. Smith2018-11-121-0/+9
* bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)Victor Stinner2018-08-011-29/+0
* bpo-33021: Release the GIL during fstat() calls (GH-6019)Nir Soffer2018-03-121-1/+6
* bpo-32329: Fix -R option for hash randomization (#4873)Victor Stinner2017-12-151-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-151-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-231-3/+5
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-221-0/+629