index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
sysmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPe...
AZero13
2025-12-11
1
-6/+17
*
gh-141579: Fix perf_jit backend in sys.activate_stack_trampoline() (#141580)
Pablo Galindo Salgado
2025-11-15
1
-8/+8
*
gh-111389: replace deprecated occurrences of `_PyHASH_*` macros (#141236)
Bénédikt Tran
2025-11-09
1
-3/+3
*
gh-131253: free-threaded build support for pystats (gh-137189)
Neil Schemenauer
2025-11-03
1
-1/+3
*
gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
sobolevn
2025-09-15
1
-1/+1
*
gh-133143: Use _Py_ID for the other literals in sys (GH-138698)
Petr Viktorin
2025-09-09
1
-5/+5
*
gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)
Adam Turner
2025-09-08
1
-23/+16
*
gh-133143: Add sys.abi_info (GH-137476)
Klaus Zimmermann
2025-09-08
1
-0/+70
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
1
-7/+14
*
gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)
Petr Viktorin
2025-08-18
1
-41/+0
*
gh-137400: Fix thread-safety issues when profiling all threads (gh-137518)
Sam Gross
2025-08-13
1
-5/+8
*
gh-135228: When @dataclass(slots=True) replaces a dataclass, make the origina...
Jelle Zijlstra
2025-08-12
1
-0/+42
*
gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (#1...
sobolevn
2025-06-21
1
-0/+12
*
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (G...
Nadeshiko Manju
2025-06-19
1
-0/+5
*
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka
2025-05-28
1
-18/+18
*
gh-134064: Fix sys.remote_exec() error checking (#134067)
Victor Stinner
2025-05-17
1
-1/+1
*
gh-133580: Add missing exception to _sys_getwindowsversion_from_kernel32 (GH-...
Max Bachmann
2025-05-14
1
-0/+1
*
gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887)
Serhiy Storchaka
2025-05-13
1
-54/+52
*
gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_k...
Sergey Miryanov
2025-05-08
1
-0/+3
*
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher
2025-05-05
1
-0/+75
*
gh-132950: Check for Py_SUPPORTS_REMOTE_DEBUG in sys.is_remote_debug_enabled ...
Pablo Galindo Salgado
2025-04-25
1
-1/+1
*
gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-04-25
1
-0/+8
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
1
-0/+4
*
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado
2025-04-03
1
-0/+116
*
GH-131296: fix clang-cl warnings in sysmodule.c (#131304)
Chris Eibl
2025-03-20
1
-1/+1
*
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner
2025-03-20
1
-2/+1
*
Fix Windows build warnings (#131487)
Victor Stinner
2025-03-20
1
-0/+2
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
1
-0/+3
*
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
Max Bachmann
2025-03-11
1
-1/+3
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
1
-45/+126
*
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross
2025-02-20
1
-15/+7
*
gh-128509: Add `sys._is_immortal` for identifying immortal objects (#128510)
Peter Bierma
2025-01-31
1
-0/+18
*
gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOptionUnic...
Valery Fedorenko
2025-01-31
1
-3/+4
*
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher
2025-01-29
1
-3/+1
*
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner
2025-01-06
1
-1/+1
*
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
Mark Shannon
2024-12-13
1
-0/+25
*
gh-127238: adjust error message for sys.set_int_max_str_digits() (#127241)
Sergey B Kirpichev
2024-11-25
1
-1/+1
*
gh-126579: Adapt sys.audit() to Argument Clinic (GH-126580)
Serhiy Storchaka
2024-11-08
1
-41/+13
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
1
-0/+5
*
gh-126255: Ignore warning about JIT being deactivated when perf support is ac...
mpage
2024-11-01
1
-0/+1
*
gh-124855: Don't allow the JIT and perf support to be active at the same time...
Pablo Galindo Salgado
2024-10-30
1
-0/+8
*
gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)
devdanzin
2024-10-27
1
-1/+0
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
1
-0/+1
*
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross
2024-09-24
1
-2/+3
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
1
-69/+75
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-10/+18
*
gh-120568: fix file leak in PyUnstable_CopyPerfMapFile (#120569)
Carson Radtke
2024-06-16
1
-4/+4
*
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan
2024-06-01
1
-1/+0
*
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...
Hugo van Kemenade
2024-05-07
1
-1/+1
*
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers
2024-05-07
1
-2/+1
[next]