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
/
support
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...
Pablo Galindo Salgado
12 days
1
-0/+88
*
gh-142353: Isolate tests from personal GNU Readline init files (#142370)
Bartosz Sławecki
2025-12-12
1
-0/+8
*
gh-140748: socket_helper.transient_internet: Unwrap UrlError.__cause__ (GH-14...
Petr Viktorin
2025-10-30
1
-0/+4
*
gh-140702: Add test skip for Unix Datagram tests on iOS when on Github Action...
Russell Keith-Magee
2025-10-29
1
-1/+2
*
gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17....
Bénédikt Tran
2025-10-05
1
-0/+10
*
gh-107862: Add property-based round-trip tests for base64 (#119406)
Petr Viktorin
2025-09-17
1
-1/+7
*
gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid...
yihong
2025-09-15
1
-1/+1
*
gh-137371: refactor and fortify `test.support.hashlib_helper` (#137375)
Bénédikt Tran
2025-09-10
1
-218/+518
*
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werro...
Rani Pinchuk
2025-08-26
1
-12/+24
*
gh-129033: Remove dead code in test.support.has_no_debug_ranges() (#137379)
Victor Stinner
2025-08-04
1
-1/+0
*
gh-137341: Remove more word duplications (GH-137342)
Serhiy Storchaka
2025-08-03
1
-1/+1
*
gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-137195)
Jeong, YunWon
2025-07-31
1
-1/+6
*
Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generi...
Ani
2025-07-22
1
-1/+4
*
gh-136547: fix `hashlib_helper` for blocking and requesting digests (#136762)
Bénédikt Tran
2025-07-20
1
-268/+443
*
gh-127146: Emscripten: more regular stack overflow skips (#136708)
Hood Chatham
2025-07-16
1
-1/+1
*
gh-116738: Make grp module thread-safe (#135434)
Alper
2025-07-14
1
-0/+24
*
gh-136547: allow to temporarily disable hash algorithms in tests (#136570)
Bénédikt Tran
2025-07-13
1
-13/+305
*
gh-136285: Improve `pickle` protocol testing in `test_interpreters` (#136286)
sobolevn
2025-07-06
1
-6/+2
*
gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instan...
Serhiy Storchaka
2025-06-27
1
-0/+1
*
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (G...
Nadeshiko Manju
2025-06-19
1
-0/+22
*
gh-134939: Add the concurrent.interpreters Module (gh-133958)
Eric Snow
2025-06-11
4
-649/+2
*
gh-135120: Add test.support.subTests() (GH-135121)
Serhiy Storchaka
2025-06-06
1
-0/+25
*
gh-135074: Fix exception messages in test.support module (GH-135076)
Daniel Hollas
2025-06-04
1
-2/+2
*
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
Eric Snow
2025-05-30
1
-16/+15
*
gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134735)
Eric Snow
2025-05-26
1
-1/+1
*
gh-134357: Remove unused imports in tests (#134340)
Hugo van Kemenade
2025-05-25
3
-5/+3
*
gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-134599)
Eric Snow
2025-05-23
1
-1/+1
*
gh-132775: Use _PyCode GetScriptXIData() (gh-134511)
Eric Snow
2025-05-22
1
-1/+1
*
gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)
Eric Snow
2025-05-22
2
-114/+115
*
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka
2025-05-22
1
-2/+1
*
gh-127960 Fix the REPL to set the correct namespace by setting the correct `_...
Yuichiro Tachibana (Tsuchiya)
2025-05-22
1
-6/+0
*
gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)
Eric Snow
2025-05-21
1
-1/+1
*
gh-132388: test HACL* and OpenSSL hash functions in pure Python HMAC (#134051)
Bénédikt Tran
2025-05-16
1
-7/+214
*
gh-133701: Fix incorrect `__annotations__` on TypedDict defined under PEP 563...
Jelle Zijlstra
2025-05-14
1
-1/+3
*
gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865)
Serhiy Storchaka
2025-05-12
1
-1/+1
*
gh-133741: Fix _can_strace(): check --trace option (#133766)
Victor Stinner
2025-05-09
1
-1/+4
*
gh-132983: Add the `compression.zstd` pacakge and tests (#133365)
Emma Smith
2025-05-06
1
-1/+8
*
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher
2025-05-05
1
-7/+3
*
gh-133346: Make theming support in _colorize extensible (GH-133347)
Łukasz Langa
2025-05-05
1
-7/+30
*
gh-132775: Add _PyPickle_GetXIData() (gh-133107)
Eric Snow
2025-04-30
1
-0/+108
*
gh-133167: Fix compilation process with `--enable-optimizations` and `--witho...
sobolevn
2025-04-30
1
-2/+2
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
1
-0/+3
*
GH-114911: use time.perf_counter in Stopwatch (GH-131469)
Chris Eibl
2025-04-28
1
-12/+12
*
gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)
Bénédikt Tran
2025-04-27
1
-0/+20
*
gh-132415: Use shutil.which() in missing_compiler_executable() (#132906)
Victor Stinner
2025-04-25
1
-2/+3
*
gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (#132887)
Adam Turner
2025-04-24
1
-7/+7
*
gh-109981: Resolve situation on iOS regarding fd_count. (#132823)
John
2025-04-23
1
-1/+1
*
gh-118761: Add helper to ensure that lazy imports are actually lazy (#132614)
Jelle Zijlstra
2025-04-17
1
-0/+23
*
gh-132316: Require `socket` and `GITHUB_TOKEN` env to use `GitHubArtifactData...
sobolevn
2025-04-10
1
-2/+10
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
2
-8/+10
[next]