COMMITS
/ Python/bootstrap_hash.c March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
July 1, 2024
V
gh-121199: Use _Py__has_attribute() in timemodule.c (#121203)
Victor Stinner committed
September 30, 2023
V
gh-110014: Fix bootstrap_hash.c: remove debug code (#110161)
Victor Stinner committed
V
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner committed
July 4, 2023
V
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner committed
November 16, 2022
E
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow committed
January 11, 2022
V
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner committed
July 23, 2021
D
bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows (GH-27168)
Dong-hee Na committed
November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren committed
June 8, 2020
V
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner committed
May 18, 2020
M
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
Minmin Gong committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 17, 2019
V
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner committed
May 1, 2019
V
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner committed
December 31, 2018
J
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
Jakub Kulík committed
November 22, 2018
V
bpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656)
Victor Stinner committed
November 13, 2018
G
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Gregory P. Smith committed
November 12, 2018
G
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith committed
August 1, 2018
V
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner committed
March 11, 2018
N
bpo-33021: Release the GIL during fstat() calls (GH-6019)
Nir Soffer committed
December 14, 2017
V
bpo-32329: Fix -R option for hash randomization (#4873)
Victor Stinner committed
December 12, 2017
S
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka committed
November 16, 2017
V
bpo-32030: Enhance Py_Main() (#4412)
Victor Stinner committed
November 15, 2017
V
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner committed
May 24, 2017
E
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
Eric Snow committed
May 23, 2017
E
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow committed