summaryrefslogtreecommitdiffstats
path: root/Python/sysmodule.c
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-135645: Added `supports_isolated_interpreters` to `sys.implementati...Miss Islington (bot)2025-06-211-0/+12
* gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (G...Miss Islington (bot)2025-06-191-0/+5
* [3.14] gh-134064: Fix sys.remote_exec() error checking (GH-134067) (#134162)Miss Islington (bot)2025-05-171-1/+1
* [3.14] gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887) (GH-1...Miss Islington (bot)2025-05-131-54/+52
* gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_k...Miss Islington (bot)2025-05-081-0/+3
* GH-133231: Add JIT utilities in sys._jit (GH-133233)Brandt Bucher2025-05-051-0/+75
* gh-132950: Check for Py_SUPPORTS_REMOTE_DEBUG in sys.is_remote_debug_enabled ...Pablo Galindo Salgado2025-04-251-1/+1
* gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-04-251-0/+8
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-091-0/+4
* gh-131591: Implement PEP 768 (#131937)Pablo Galindo Salgado2025-04-031-0/+116
* GH-131296: fix clang-cl warnings in sysmodule.c (#131304)Chris Eibl2025-03-201-1/+1
* gh-131238: Remove includes from pycore_interp.h (#131495)Victor Stinner2025-03-201-2/+1
* Fix Windows build warnings (#131487)Victor Stinner2025-03-201-0/+2
* gh-131238: Remove more includes from pycore_interp.h (#131480)Victor Stinner2025-03-191-0/+3
* gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)Max Bachmann2025-03-111-1/+3
* gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)Serhiy Storchaka2025-02-251-45/+126
* gh-111924: Fix data races when swapping allocators (gh-130287)Sam Gross2025-02-201-15/+7
* gh-128509: Add `sys._is_immortal` for identifying immortal objects (#128510)Peter Bierma2025-01-311-0/+18
* gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOptionUnic...Valery Fedorenko2025-01-311-3/+4
* GH-126599: Remove the PyOptimizer API (GH-129194)Brandt Bucher2025-01-291-3/+1
* gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)Victor Stinner2025-01-061-1/+1
* GH-126833: Dumps graphviz representation of executor graph. (GH-126880)Mark Shannon2024-12-131-0/+25
* gh-127238: adjust error message for sys.set_int_max_str_digits() (#127241)Sergey B Kirpichev2024-11-251-1/+1
* gh-126579: Adapt sys.audit() to Argument Clinic (GH-126580)Serhiy Storchaka2024-11-081-41/+13
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-041-0/+5
* gh-126255: Ignore warning about JIT being deactivated when perf support is ac...mpage2024-11-011-0/+1
* gh-124855: Don't allow the JIT and perf support to be active at the same time...Pablo Galindo Salgado2024-10-301-0/+8
* gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)devdanzin2024-10-271-1/+0
* gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)Eric Snow2024-10-181-0/+1
* gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)Sam Gross2024-09-241-2/+3
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-021-69/+75
* gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...Petr Viktorin2024-06-211-10/+18
* gh-120568: fix file leak in PyUnstable_CopyPerfMapFile (#120569)Carson Radtke2024-06-161-4/+4
* gh-74929: PEP 667 C API documentation (gh-119379)Alyssa Coghlan2024-06-011-1/+0
* gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...Hugo van Kemenade2024-05-071-1/+1
* gh-116322: Enable the GIL while loading C extension modules (#118560)Brett Simmers2024-05-071-2/+1
* gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are ...Jeong, YunWon2024-05-071-8/+20
* gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...Petr Viktorin2024-05-061-1/+1
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+16
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-051-0/+10
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-041-8/+0
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-031-0/+3
* gh-117514: Add `sys._is_gil_enabled()` function (#118514)Sam Gross2024-05-031-0/+20
* Remove stray `__cplusplus` guard in sysmodule.c (#118511)Sam Gross2024-05-021-4/+0
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-011-0/+2
* gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)Eric Snow2024-04-241-1/+1
* gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)Victor Stinner2024-04-181-4/+2
* gh-117764: Add signatures for some functions in the sys module (GH-117770)Serhiy Storchaka2024-04-121-30/+44
* gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)Brett Simmers2024-03-111-0/+11
* gh-116326: Handler errors correctly in `getwindowsversion` in `sysmodule` (#1...Nikita Sobolev2024-03-051-20/+32