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
/
Lib
/
test
/
test_sys.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-141861: Fix TRACE_RECORD if full (GH-141959)
Sergey Miryanov
2025-11-26
1
-1/+1
*
gh-141172: Update to wasi-sdk-29 (GH-141684)
Alex Crichton
2025-11-19
1
-3/+1
*
gh-140550: Use a bool for the Py_mod_gil value (GH-141519)
Petr Viktorin
2025-11-14
1
-1/+1
*
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin
2025-11-13
1
-2/+3
*
gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH...
Cody Maloney
2025-11-13
1
-1/+1
*
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin
2025-11-05
1
-2/+3
*
gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)
Adam Turner
2025-09-08
1
-8/+6
*
gh-133143: Add sys.abi_info (GH-137476)
Klaus Zimmermann
2025-09-08
1
-0/+14
*
gh-134170: Add colorization to unraisable exceptions (#134183)
Peter Bierma
2025-08-04
1
-0/+1
*
gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instan...
Serhiy Storchaka
2025-06-27
1
-6/+1
*
gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (#1...
sobolevn
2025-06-21
1
-0/+10
*
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (G...
Nadeshiko Manju
2025-06-19
1
-17/+2
*
gh-134939: Add the concurrent.interpreters Module (gh-133958)
Eric Snow
2025-06-11
1
-1/+1
*
gh-134248 test_getallocatedblocks pre-check to ignore immortalized strings (#...
tpburns
2025-06-03
1
-17/+6
*
skip test for sys._stdlib_dir if that is not present (#134973)
CF Bolz-Tereick
2025-05-31
1
-0/+1
*
gh-134745: Change PyThread_allocate_lock() implementation to PyMutex (#134747)
Victor Stinner
2025-05-30
1
-1/+1
*
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka
2025-05-22
1
-14/+12
*
gh-134064: Fix sys.remote_exec() error checking (#134067)
Victor Stinner
2025-05-17
1
-0/+7
*
gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887)
Serhiy Storchaka
2025-05-13
1
-8/+27
*
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...
Irit Katriel
2025-05-06
1
-1/+1
*
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher
2025-05-05
1
-0/+58
*
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, a...
Irit Katriel
2025-05-05
1
-1/+1
*
gh-132143: Fix the `AssertionError` in the test case `test.test_sys.TestRemot...
littlebutt's workshop
2025-05-05
1
-1/+1
*
GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...
Adam Turner
2025-05-05
1
-1/+1
*
GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
Pablo Galindo Salgado
2025-05-04
1
-1/+1
*
gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-04-25
1
-1/+3
*
gh-132859: Run debugger scripts in their own namespaces (#132860)
Matt Wozniski
2025-04-23
1
-0/+13
*
gh-127405: Add ABIFLAGS to sysconfig variables on Windows (GH-131799)
Xuehai Pan
2025-04-11
1
-0/+2
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
1
-2/+4
*
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado
2025-04-03
1
-0/+235
*
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage
2025-04-01
1
-1/+1
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
1
-4/+4
*
gh-129900: Fix `SystemExit` return codes when the REPL is started from the co...
Peter Bierma
2025-03-25
1
-0/+21
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
1
-0/+13
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
1
-3/+3
*
gh-130384: Skip a test_getallocatedblocks test pre-condition on iOS. (GH-130385)
Russell Keith-Magee
2025-02-24
1
-1/+7
*
gh-128954: Reorder _PyInterpreterFrame fields for reduced memory usage (#128958)
Sam Gross
2025-01-27
1
-1/+1
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
1
-2/+12
*
gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)
Sam Gross
2024-10-24
1
-0/+14
*
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
Donghee Na
2024-09-24
1
-5/+1
*
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...
neonene
2024-09-18
1
-1/+1
*
gh-122417: Implement per-thread heap type refcounts (#122418)
Sam Gross
2024-08-06
1
-1/+3
*
gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577)
Sam Gross
2024-08-02
1
-1/+2
*
GH-120024: Use pointer for stack pointer (GH-121923)
Mark Shannon
2024-07-18
1
-2/+3
*
gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)
Tian Gao
2024-07-16
1
-1/+1
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-9/+46
*
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan
2024-06-01
1
-4/+9
*
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
Jelle Zijlstra
2024-05-22
1
-1/+1
*
gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are ...
Jeong, YunWon
2024-05-07
1
-1/+15
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
1
-1/+1
[next]