aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/bootstrap_hash.c
Commit message (Expand)AuthorAge
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-17
* gh-121199: Use _Py__has_attribute() in timemodule.c (#121203)Victor Stinner2024-07-01
* gh-110014: Fix bootstrap_hash.c: remove debug code (#110161)Victor Stinner2023-09-30
* gh-110014: Include explicitly <unistd.h> header (#110155)Victor Stinner2023-09-30
* gh-106320: Remove private pylifecycle.h functions (#106400)Victor Stinner2023-07-04
* gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)Eric Snow2022-11-16
* bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)Victor Stinner2022-01-11
* bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows (GH-27168)Dong-hee Na2021-07-23
* bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)Ronald Oussoren2020-11-08
* bpo-40910: Export Py_GetArgcArgv() function (GH-20721)Victor Stinner2020-06-08
* bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)Minmin Gong2020-05-18
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-30
* bpo-36763: Implement the PEP 587 (GH-13592)Victor Stinner2019-05-27
* bpo-36763: Add _PyInitError functions (GH-13395)Victor Stinner2019-05-17
* bpo-36763: Rework _PyInitError API (GH-13031)Victor Stinner2019-05-01
* bpo-35550: Fix incorrect Solaris define guards (GH-11275)Jakub KulĂ­k2018-12-30
* bpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656)Victor Stinner2018-11-22
* bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)Gregory P. Smith2018-11-12
* bpo-35214: Initial clang MemorySanitizer support (GH-10479)Gregory P. Smith2018-11-12
* bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)Victor Stinner2018-08-01
* bpo-33021: Release the GIL during fstat() calls (GH-6019)Nir Soffer2018-03-12
* bpo-32329: Fix -R option for hash randomization (#4873)Victor Stinner2017-12-15
* bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...Serhiy Storchaka2017-12-12
* bpo-32030: Enhance Py_Main() (#4412)Victor Stinner2017-11-15
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-15
* bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)Eric Snow2017-05-23
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-22