COMMITS
/ Python/sysmodule.c September 24, 2024
S
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross committed
September 2, 2024
V
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner committed
June 21, 2024
P
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Petr Viktorin committed
June 16, 2024
C
gh-120568: fix file leak in PyUnstable_CopyPerfMapFile (#120569)
Carson Radtke committed
June 1, 2024
A
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan committed
May 7, 2024
H
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#118693)
Hugo van Kemenade committed
B
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers committed
J
gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are invalid (#118474)
Jeong, YunWon committed
May 6, 2024
P
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
Petr Viktorin committed
May 5, 2024
P
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado committed
P
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado committed
May 4, 2024
T
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
S
gh-117514: Add `sys._is_gil_enabled()` function (#118514)
Sam Gross committed
May 2, 2024
S
Remove stray `__cplusplus` guard in sysmodule.c (#118511)
Sam Gross committed
May 1, 2024
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 24, 2024
E
gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)
Eric Snow committed
April 18, 2024
V
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner committed
April 12, 2024
S
gh-117764: Add signatures for some functions in the sys module (GH-117770)
Serhiy Storchaka committed
March 11, 2024
B
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers committed
March 5, 2024
N
gh-116326: Handler errors correctly in `getwindowsversion` in `sysmodule` (#116339)
Nikita Sobolev committed
March 4, 2024
N
gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow errors (#115321)
Nikita Sobolev committed
February 26, 2024
M
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom committed
February 12, 2024
B
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher committed
February 1, 2024
S
January 21, 2024
N
gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implementation (#114385)
Nikita Sobolev committed
December 28, 2023
I
gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)
Inada Naoki committed
December 7, 2023
S
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross committed
December 4, 2023
S
bpo-34392: Add sys. _is_interned() (GH-8755)
Serhiy Storchaka committed
November 14, 2023
V
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner committed
November 7, 2023
S
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka committed
October 27, 2023
October 10, 2023
D
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na committed
October 5, 2023
V
gh-85283: Add PySys_AuditTuple() function (#108965)
Victor Stinner committed
September 30, 2023
V
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner committed
September 29, 2023
V
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner committed
September 18, 2023
S
Fix error handling in _PySys_UpdateConfig() (GH-109524)
Serhiy Storchaka committed
September 6, 2023
V
gh-108753: Enhance pystats (#108754)
Victor Stinner committed
V
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner committed
August 24, 2023
V
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner committed
V
gh-108308: Remove _PyDict_GetItemStringWithError() function (#108426)
Victor Stinner committed
August 18, 2023
V
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner committed
August 17, 2023
M
July 24, 2023
V
gh-106320: Remove private _PyDict C API (#107145)
Victor Stinner committed
July 23, 2023
V
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
July 3, 2023
V
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner committed
June 30, 2023
V
gh-106023: Remove _PyObject_FastCallTstate() function (#106273)
Victor Stinner committed
I
gh-106182: sys: Intern getfilesystemencoding() and getfilesystemencodeerrors() (#106183)
Inada Naoki committed
I
fix typos (#106247)
Inada Naoki committed