cpython/Lib/test/support
Miss Islington (bot) 7c99a42d10
[3.13] gh-143641: Make ready_to_import always remove tempdir from sys.path (GH-143642) (#143648)
gh-143641: Make `ready_to_import` always remove tempdir from `sys.path` (GH-143642)

Make ready_to_import always remove tempdir from sys.path
(cherry picked from commit e7f5ffa0de)

Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>
2026-01-10 10:14:46 +00:00
..
_hypothesis_stubs
interpreters [3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121811) 2024-07-15 20:15:47 +00:00
__init__.py [3.13] gh-143553: Add support for parametrized resources in regrtests (GH-143554) (GH-143556) 2026-01-08 18:12:51 +02:00
ast_helper.py
asynchat.py
asyncore.py
bytecode_helper.py gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629) 2024-04-17 16:42:04 +01:00
hashlib_helper.py
hypothesis_helper.py [3.13] gh-132316: Require socket and GITHUB_TOKEN env to use GitHubArtifactDatabase (GH-132348) (#132367) 2025-04-10 15:15:58 +00:00
i18n_helper.py [3.13] gh-126413: Add translation tests for getopt and optparse (GH-126698) (GH-126755) 2024-11-15 13:06:54 +02:00
import_helper.py [3.13] gh-143641: Make ready_to_import always remove tempdir from sys.path (GH-143642) (#143648) 2026-01-10 10:14:46 +00:00
logging_helper.py
numbers.py [3.13] gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings, and internal test warnings that are now logged (#131802) 2025-03-29 21:21:33 +02:00
os_helper.py [3.13] gh-109981: Resolve situation on iOS regarding fd_count. (GH-132823) (#132824) 2025-04-23 21:40:25 +00:00
pty_helper.py [3.13] gh-142353: Isolate tests from personal GNU Readline init files (GH-142370) (#142635) 2025-12-13 10:58:43 +00:00
refleak_helper.py gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057) 2024-01-21 11:25:15 +01:00
script_helper.py [3.13] gh-124188: Fix PyErr_ProgramTextObject() (GH-124189) (GH-124423) 2024-10-08 00:23:49 +03:00
smtpd.py gh-108303: Move smtpd to test.support (#114368) 2024-01-22 14:36:29 +01:00
socket_helper.py [3.13] gh-140748: socket_helper.transient_internet: Unwrap UrlError.__cause__ (GH-140749) (GH-141506) 2025-11-13 13:58:46 +01:00
testcase.py [3.13] gh-71339: Add additional assertion methods in test.support (GH-128707) (GH-128815) 2025-01-20 11:19:00 +02:00
threading_helper.py gh-111644: Fix support threading_cleanup() (#111714) 2023-11-04 00:18:42 +00:00
venv.py [3.13] GH-126789: fix some sysconfig data on late site initializations 2024-11-17 00:32:22 +00:00
warnings_helper.py