COMMITS
/ Include/internal/pycore_initconfig.h March 19, 2025
V
gh-130931: Add pycore_typedefs.h internal header (#131396)
Victor Stinner committed
September 2, 2024
V
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner committed
June 7, 2024
X
Fix typos in comments (#120188)
Xie Yanbo committed
March 11, 2024
B
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers committed
September 1, 2023
V
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner committed
August 31, 2023
V
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner committed
August 24, 2023
V
gh-107211: No longer export internal functions (5) (#108423)
Victor Stinner committed
July 25, 2023
V
gh-107211: No longer export internal functions (4) (#107217)
Victor Stinner committed
V
gh-107211: No longer export internal functions (1) (#107213)
Victor Stinner committed
March 21, 2023
October 3, 2022
G
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith committed
September 2, 2022
G
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith committed
June 20, 2022
V
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner committed
December 3, 2021
B
bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)
Benjamin Peterson committed
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
September 14, 2021
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
November 10, 2020
V
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner committed
V
bpo-42260: Compute the path config in the main init (GH-23211)
Victor Stinner committed
November 5, 2020
V
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Victor Stinner committed
November 4, 2020
V
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner committed
June 8, 2020
V
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner committed
October 3, 2019
V
bpo-38353: Fix compiler warning in pycore_initconfig.h (GH-16570)
Victor Stinner committed
October 2, 2019
V
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner committed
October 1, 2019
V
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner committed
V
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner committed
September 29, 2019
V
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Victor Stinner committed
September 28, 2019
V
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner committed
September 20, 2019
V
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed