COMMITS
/ Python/sysmodule.c April 25, 2025
P
gh-132950: Check for Py_SUPPORTS_REMOTE_DEBUG in sys.is_remote_debug_enabled (#132959)
Pablo Galindo Salgado committed
S
gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 3, 2025
P
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado committed
March 20, 2025
C
GH-131296: fix clang-cl warnings in sysmodule.c (#131304)
Chris Eibl committed
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
V
Fix Windows build warnings (#131487)
Victor Stinner committed
March 19, 2025
V
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner committed
March 11, 2025
M
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
Max Bachmann committed
February 25, 2025
S
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka committed
February 20, 2025
S
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross committed
January 31, 2025
P
gh-128509: Add `sys._is_immortal` for identifying immortal objects (#128510)
Peter Bierma committed
V
gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOptionUnicode` (#126118)
Valery Fedorenko committed
January 29, 2025
B
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher committed
January 6, 2025
V
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner committed
December 13, 2024
M
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
Mark Shannon committed
November 25, 2024
S
gh-127238: adjust error message for sys.set_int_max_str_digits() (#127241)
Sergey B Kirpichev committed
November 8, 2024
S
gh-126579: Adapt sys.audit() to Argument Clinic (GH-126580)
Serhiy Storchaka committed
November 4, 2024
November 1, 2024
October 30, 2024
P
gh-124855: Don't allow the JIT and perf support to be active at the same time (#124856)
Pablo Galindo Salgado committed
October 27, 2024
D
gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)
devdanzin committed
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed
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