| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516) | Eric Snow | 2022-11-16 | 1 | -5/+5 |
|
|
* | bpo-46303: Move fileutils.h private functions to internal C API (GH-30484) | Victor Stinner | 2022-01-11 | 1 | -0/+2 |
|
|
* | bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows (GH-27168) | Dong-hee Na | 2021-07-23 | 1 | -40/+8 |
|
|
* | bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) | Ronald Oussoren | 2020-11-08 | 1 | -10/+32 |
|
|
* | bpo-40910: Export Py_GetArgcArgv() function (GH-20721) | Victor Stinner | 2020-06-08 | 1 | -1/+1 |
|
|
* | bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) | Minmin Gong | 2020-05-18 | 1 | -2/+2 |
|
|
* | Fix typos in comments, docs and test names (#15018) | Min ho Kim | 2019-07-30 | 1 | -1/+1 |
|
|
* | bpo-36763: Implement the PEP 587 (GH-13592) | Victor Stinner | 2019-05-27 | 1 | -6/+6 |
|
|
* | bpo-36763: Add _PyInitError functions (GH-13395) | Victor Stinner | 2019-05-17 | 1 | -0/+1 |
|
|
* | bpo-36763: Rework _PyInitError API (GH-13031) | Victor Stinner | 2019-05-01 | 1 | -2/+2 |
|
|
* | bpo-35550: Fix incorrect Solaris define guards (GH-11275) | Jakub KulĂk | 2018-12-31 | 1 | -2/+2 |
|
|
* | bpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656) | Victor Stinner | 2018-11-22 | 1 | -4/+2 |
|
|
* | bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) | Gregory P. Smith | 2018-11-13 | 1 | -2/+2 |
|
|
* | bpo-35214: Initial clang MemorySanitizer support (GH-10479) | Gregory P. Smith | 2018-11-12 | 1 | -0/+9 |
|
|
* | bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) | Victor Stinner | 2018-08-01 | 1 | -29/+0 |
|
|
* | bpo-33021: Release the GIL during fstat() calls (GH-6019) | Nir Soffer | 2018-03-11 | 1 | -1/+6 |
|
|
* | bpo-32329: Fix -R option for hash randomization (#4873) | Victor Stinner | 2017-12-14 | 1 | -27/+10 |
|
|
* | bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#... | Serhiy Storchaka | 2017-12-12 | 1 | -4/+4 |
|
|
* | bpo-32030: Enhance Py_Main() (#4412) | Victor Stinner | 2017-11-16 | 1 | -2/+2 |
|
|
* | bpo-32030: Split Py_Main() into subfunctions (#4399) | Victor Stinner | 2017-11-15 | 1 | -8/+11 |
|
|
* | bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) | Eric Snow | 2017-05-24 | 1 | -3/+5 |
|
|
* | bpo-22257: Small changes for PEP 432. (#1728) | Eric Snow | 2017-05-23 | 1 | -0/+629 |
|
|