summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
Commit message (Expand)AuthorAgeFilesLines
* GH-141861: Fix TRACE_RECORD if full (GH-141959)Sergey Miryanov2025-11-261-1/+1
* gh-141172: Update to wasi-sdk-29 (GH-141684)Alex Crichton2025-11-191-3/+1
* gh-140550: Use a bool for the Py_mod_gil value (GH-141519)Petr Viktorin2025-11-141-1/+1
* gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)Ken Jin2025-11-131-2/+3
* gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH...Cody Maloney2025-11-131-1/+1
* gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)Petr Viktorin2025-11-051-2/+3
* gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)Adam Turner2025-09-081-8/+6
* gh-133143: Add sys.abi_info (GH-137476)Klaus Zimmermann2025-09-081-0/+14
* gh-134170: Add colorization to unraisable exceptions (#134183)Peter Bierma2025-08-041-0/+1
* gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instan...Serhiy Storchaka2025-06-271-6/+1
* gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (#1...sobolevn2025-06-211-0/+10
* gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (G...Nadeshiko Manju2025-06-191-17/+2
* gh-134939: Add the concurrent.interpreters Module (gh-133958)Eric Snow2025-06-111-1/+1
* gh-134248 test_getallocatedblocks pre-check to ignore immortalized strings (#...tpburns2025-06-031-17/+6
* skip test for sys._stdlib_dir if that is not present (#134973)CF Bolz-Tereick2025-05-311-0/+1
* gh-134745: Change PyThread_allocate_lock() implementation to PyMutex (#134747)Victor Stinner2025-05-301-1/+1
* gh-71339: Use new assertion methods in tests (GH-129046)Serhiy Storchaka2025-05-221-14/+12
* gh-134064: Fix sys.remote_exec() error checking (#134067)Victor Stinner2025-05-171-0/+7
* gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887)Serhiy Storchaka2025-05-131-8/+27
* Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...Irit Katriel2025-05-061-1/+1
* GH-133231: Add JIT utilities in sys._jit (GH-133233)Brandt Bucher2025-05-051-0/+58
* gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, a...Irit Katriel2025-05-051-1/+1
* gh-132143: Fix the `AssertionError` in the test case `test.test_sys.TestRemot...littlebutt's workshop2025-05-051-1/+1
* GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...Adam Turner2025-05-051-1/+1
* GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)Pablo Galindo Salgado2025-05-041-1/+1
* gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-04-251-1/+3
* gh-132859: Run debugger scripts in their own namespaces (#132860)Matt Wozniski2025-04-231-0/+13
* gh-127405: Add ABIFLAGS to sysconfig variables on Windows (GH-131799)Xuehai Pan2025-04-111-0/+2
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-091-2/+4
* gh-131591: Implement PEP 768 (#131937)Pablo Galindo Salgado2025-04-031-0/+235
* gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)mpage2025-04-011-1/+1
* gh-131525: Cache the result of tuple_hash (#131529)Michael Droettboom2025-03-271-4/+4
* gh-129900: Fix `SystemExit` return codes when the REPL is started from the co...Peter Bierma2025-03-251-0/+21
* gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)Serhiy Storchaka2025-02-251-0/+13
* GH-130396: Use computed stack limits on linux (GH-130398)Mark Shannon2025-02-251-3/+3
* gh-130384: Skip a test_getallocatedblocks test pre-condition on iOS. (GH-130385)Russell Keith-Magee2025-02-241-1/+7
* gh-128954: Reorder _PyInterpreterFrame fields for reduced memory usage (#128958)Sam Gross2025-01-271-1/+1
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-041-2/+12
* gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)Sam Gross2024-10-241-0/+14
* gh-123990: Good bye WITH_FREELISTS macro (gh-124358)Donghee Na2024-09-241-5/+1
* gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...neonene2024-09-181-1/+1
* gh-122417: Implement per-thread heap type refcounts (#122418)Sam Gross2024-08-061-1/+3
* gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577)Sam Gross2024-08-021-1/+2
* GH-120024: Use pointer for stack pointer (GH-121923)Mark Shannon2024-07-181-2/+3
* gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)Tian Gao2024-07-161-1/+1
* gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...Petr Viktorin2024-06-211-9/+46
* gh-74929: PEP 667 C API documentation (gh-119379)Alyssa Coghlan2024-06-011-4/+9
* gh-119180: PEP 649: Add __annotate__ attributes (#119209)Jelle Zijlstra2024-05-221-1/+1
* gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are ...Jeong, YunWon2024-05-071-1/+15
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-041-1/+1