summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
Commit message (Expand)AuthorAgeFilesLines
* gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...Pablo Galindo Salgado12 days1-0/+88
* gh-142353: Isolate tests from personal GNU Readline init files (#142370)Bartosz Sławecki2025-12-121-0/+8
* gh-140748: socket_helper.transient_internet: Unwrap UrlError.__cause__ (GH-14...Petr Viktorin2025-10-301-0/+4
* gh-140702: Add test skip for Unix Datagram tests on iOS when on Github Action...Russell Keith-Magee2025-10-291-1/+2
* gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17....Bénédikt Tran2025-10-051-0/+10
* gh-107862: Add property-based round-trip tests for base64 (#119406)Petr Viktorin2025-09-171-1/+7
* gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid...yihong2025-09-151-1/+1
* gh-137371: refactor and fortify `test.support.hashlib_helper` (#137375)Bénédikt Tran2025-09-101-218/+518
* gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werro...Rani Pinchuk2025-08-261-12/+24
* gh-129033: Remove dead code in test.support.has_no_debug_ranges() (#137379)Victor Stinner2025-08-041-1/+0
* gh-137341: Remove more word duplications (GH-137342)Serhiy Storchaka2025-08-031-1/+1
* gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-137195)Jeong, YunWon2025-07-311-1/+6
* Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generi...Ani2025-07-221-1/+4
* gh-136547: fix `hashlib_helper` for blocking and requesting digests (#136762)Bénédikt Tran2025-07-201-268/+443
* gh-127146: Emscripten: more regular stack overflow skips (#136708)Hood Chatham2025-07-161-1/+1
* gh-116738: Make grp module thread-safe (#135434)Alper2025-07-141-0/+24
* gh-136547: allow to temporarily disable hash algorithms in tests (#136570)Bénédikt Tran2025-07-131-13/+305
* gh-136285: Improve `pickle` protocol testing in `test_interpreters` (#136286)sobolevn2025-07-061-6/+2
* gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instan...Serhiy Storchaka2025-06-271-0/+1
* gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (G...Nadeshiko Manju2025-06-191-0/+22
* gh-134939: Add the concurrent.interpreters Module (gh-133958)Eric Snow2025-06-114-649/+2
* gh-135120: Add test.support.subTests() (GH-135121)Serhiy Storchaka2025-06-061-0/+25
* gh-135074: Fix exception messages in test.support module (GH-135076)Daniel Hollas2025-06-041-2/+2
* gh-132775: Expand the Capability of Interpreter.call() (gh-133484)Eric Snow2025-05-301-16/+15
* gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134735)Eric Snow2025-05-261-1/+1
* gh-134357: Remove unused imports in tests (#134340)Hugo van Kemenade2025-05-253-5/+3
* gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-134599)Eric Snow2025-05-231-1/+1
* gh-132775: Use _PyCode GetScriptXIData() (gh-134511)Eric Snow2025-05-221-1/+1
* gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)Eric Snow2025-05-222-114/+115
* gh-71339: Use new assertion methods in tests (GH-129046)Serhiy Storchaka2025-05-221-2/+1
* gh-127960 Fix the REPL to set the correct namespace by setting the correct `_...Yuichiro Tachibana (Tsuchiya)2025-05-221-6/+0
* gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)Eric Snow2025-05-211-1/+1
* gh-132388: test HACL* and OpenSSL hash functions in pure Python HMAC (#134051)Bénédikt Tran2025-05-161-7/+214
* gh-133701: Fix incorrect `__annotations__` on TypedDict defined under PEP 563...Jelle Zijlstra2025-05-141-1/+3
* gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865)Serhiy Storchaka2025-05-121-1/+1
* gh-133741: Fix _can_strace(): check --trace option (#133766)Victor Stinner2025-05-091-1/+4
* gh-132983: Add the `compression.zstd` pacakge and tests (#133365)Emma Smith2025-05-061-1/+8
* GH-133231: Add JIT utilities in sys._jit (GH-133233)Brandt Bucher2025-05-051-7/+3
* gh-133346: Make theming support in _colorize extensible (GH-133347)Łukasz Langa2025-05-051-7/+30
* gh-132775: Add _PyPickle_GetXIData() (gh-133107)Eric Snow2025-04-301-0/+108
* gh-133167: Fix compilation process with `--enable-optimizations` and `--witho...sobolevn2025-04-301-2/+2
* gh-132661: Implement PEP 750 (#132662)Lysandros Nikolaou2025-04-301-0/+3
* GH-114911: use time.perf_counter in Stopwatch (GH-131469)Chris Eibl2025-04-281-12/+12
* gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)Bénédikt Tran2025-04-271-0/+20
* gh-132415: Use shutil.which() in missing_compiler_executable() (#132906)Victor Stinner2025-04-251-2/+3
* gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (#132887)Adam Turner2025-04-241-7/+7
* gh-109981: Resolve situation on iOS regarding fd_count. (#132823)John2025-04-231-1/+1
* gh-118761: Add helper to ensure that lazy imports are actually lazy (#132614)Jelle Zijlstra2025-04-171-0/+23
* gh-132316: Require `socket` and `GITHUB_TOKEN` env to use `GitHubArtifactData...sobolevn2025-04-101-2/+10
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-092-8/+10