cpython/Lib/test
Victor Stinner e07c37cd52
gh-110647: Fix signal test_stress_modifying_handlers() (#110650)
* cycle_handlers() now waits until at least one signal is received.
* num_received_signals can be equal to num_sent_signals.
2023-10-10 23:59:43 +00:00
..
audiodata
certdata
cjkencodings
crashers
data
decimaltestdata
dtracedata
encoded_modules
leakers
libregrtest gh-108303: Move all inspect test files to test_inspect/ (#109607) 2023-10-10 22:15:11 +02:00
mathdata
subprocessdata
support gh-84570: Implement Waiting in SendChannel.send() (gh-110565) 2023-10-10 09:35:14 +00:00
test_asyncio Add support.MS_WINDOWS constant (#110446) 2023-10-06 02:37:28 +02:00
test_capi gh-110525: Add tests for internal set CAPI (GH-110630) 2023-10-10 19:00:05 +03:00
test_concurrent_futures gh-109917: Fix test instability in test_concurrent_futures (#110306) 2023-10-03 22:59:49 +01:00
test_cppext Add support.MS_WINDOWS constant (#110446) 2023-10-06 02:37:28 +02:00
test_ctypes
test_dataclasses gh-110273: dataclasses.replace() now raise TypeError for all invalid arguments (GH-110274) 2023-10-04 09:20:14 +03:00
test_email
test_future_stmt
test_gdb Add support.MS_WINDOWS constant (#110446) 2023-10-06 02:37:28 +02:00
test_import gh-108303: Move all inspect test files to test_inspect/ (#109607) 2023-10-10 22:15:11 +02:00
test_importlib gh-110119: Fix test_importlib --disable-gil Windows test failures (#110422) 2023-10-05 19:51:17 +00:00
test_inspect gh-108303: Move all inspect test files to test_inspect/ (#109607) 2023-10-10 22:15:11 +02:00
test_json
test_module
test_multiprocessing_fork
test_multiprocessing_forkserver
test_multiprocessing_spawn
test_peg_generator
test_sqlite3
test_tkinter
test_tomllib
test_tools
test_ttk
test_unittest
test_warnings
test_zipfile
test_zoneinfo
tkinterdata
tokenizedata
tracedmodules
typinganndata
xmltestdata
ziptestdata
.ruff.toml gh-110558: Run ruff on Argument Clinic in CI (#110559) 2023-10-10 07:52:39 +00:00
__init__.py
__main__.py gh-109566: Fix regrtest code adding Python options (#109926) 2023-09-26 21:59:11 +00:00
_test_atexit.py
_test_eintr.py gh-109592: test_eintr tolerates 20 ms when comparing timings (#110102) 2023-09-29 15:20:59 +02:00
_test_embed_set_config.py Add support.MS_WINDOWS constant (#110446) 2023-10-06 02:37:28 +02:00
_test_embed_structseq.py
_test_multiprocessing.py gh-109840: Fix multiprocessing test_waitfor_timeout() (#110428) 2023-10-05 19:32:06 +00:00
_test_venv_multiprocessing.py
_typed_dict_helper.py
audiotests.py
audit-tests.py
autotest.py
bisect_cmd.py
cfgparser.1
cfgparser.2
cfgparser.3
clinic.test.c
curses_tests.py
datetimetester.py
dis_module.py
doctest_aliases.py
doctest_lineno.py
double_const.py
empty.vbs
exception_hierarchy.txt
final_a.py
final_b.py
fork_wait.py
imp_dummy.py
levenshtein_examples.json
list_tests.py
lock_tests.py gh-109974: Fix more threading lock_tests race conditions (#110089) 2023-09-29 12:21:18 +00:00
mapping_tests.py
memory_watchdog.py
mime.types
mock_socket.py
mod_generics_cache.py
mp_fork_bomb.py
mp_preload.py
multibytecodec_support.py
pickletester.py
profilee.py
pstats.pck
pyclbr_input.py
pydoc_mod.py
pydocfodder.py
pythoninfo.py Add support.MS_WINDOWS constant (#110446) 2023-10-06 02:37:28 +02:00
randv2_32.pck
randv2_64.pck
randv3.pck
re_tests.py
recursion.tar
regrtest.py
relimport.py
reperf.py
sample_doctest.py
sample_doctest_no_docstrings.py
sample_doctest_no_doctests.py
seq_tests.py
setuptools-67.6.1-py3-none-any.whl
shadowed_super.py
signalinterproctester.py gh-110033: Fix signal test_interprocess_signal() (#110035) 2023-09-28 19:12:11 +02:00
smtpd.py
sortperf.py
ssl_servers.py
ssltests.py
string_tests.py gh-110160: Fix flaky test_find_periodic_pattern in string_tests (#110170) 2023-10-01 16:20:01 +02:00
test___all__.py
test__locale.py
test__opcode.py
test__osx_support.py
test__xxinterpchannels.py gh-84570: Implement Waiting in SendChannel.send() (gh-110565) 2023-10-10 09:35:14 +00:00
test__xxsubinterpreters.py gh-76785: Support Running Some Functions in Subinterpreters (gh-110251) 2023-10-06 17:52:22 -06:00
test_abc.py
test_abstract_numbers.py
test_argparse.py
test_array.py
test_asdl_parser.py
test_ast.py
test_asyncgen.py
test_atexit.py
test_audit.py
test_augassign.py
test_base64.py
test_baseexception.py
test_bdb.py
test_bigaddrspace.py
test_bigmem.py
test_binascii.py
test_binop.py
test_bisect.py
test_bool.py
test_buffer.py
test_bufio.py
test_builtin.py gh-110393: Remove watchdog with hardcoded timeout (#110400) 2023-10-05 15:02:48 +00:00
test_bytes.py
test_bz2.py
test_c_locale_coercion.py
test_calendar.py
test_call.py
test_charmapcodec.py
test_class.py
test_clinic.py gh-110558: Enable ruff's pyupgrade rules when running on Argument Clinic (#110603) 2023-10-10 09:35:36 +00:00
test_cmath.py
test_cmd.py
test_cmd_line.py gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667) 2023-10-10 19:00:09 +09:00
test_cmd_line_script.py
test_code.py
test_code_module.py
test_codeccallbacks.py
test_codecencodings_cn.py
test_codecencodings_hk.py
test_codecencodings_iso2022.py
test_codecencodings_jp.py
test_codecencodings_kr.py
test_codecencodings_tw.py
test_codecmaps_cn.py
test_codecmaps_hk.py
test_codecmaps_jp.py
test_codecmaps_kr.py
test_codecmaps_tw.py
test_codecs.py gh-109848: Make test_rot13_func in test_codecs independent (GH-109850) 2023-10-07 16:01:39 +03:00
test_codeop.py
test_collections.py
test_colorsys.py
test_compare.py
test_compile.py gh-109889: fix compiler's redundant NOP detection to look past NOPs with no lineno when looking for the next instruction's lineno (#109987) 2023-09-28 20:33:28 +01:00
test_compileall.py
test_compiler_assemble.py
test_compiler_codegen.py
test_complex.py
test_configparser.py
test_contains.py
test_context.py
test_contextlib.py gh-110378: Close invalid generators in contextmanager and asynccontextmanager (GH-110499) 2023-10-10 09:43:04 +02:00
test_contextlib_async.py gh-110378: Fix test_async_gen_propagates_generator_exit in test_contextlib_async (#110500) 2023-10-10 11:38:40 +02:00
test_copy.py gh-109956: Also test typing.NamedTuple with copy.replace() (GH-109957) 2023-10-03 14:13:13 +03:00
test_copyreg.py
test_coroutines.py
test_cprofile.py
test_csv.py
test_curses.py
test_datetime.py
test_dbm.py
test_dbm_dumb.py
test_dbm_gnu.py
test_dbm_ndbm.py
test_decimal.py gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508) 2023-10-08 10:01:39 +03:00
test_decorators.py
test_defaultdict.py
test_deque.py
test_descr.py
test_descrtut.py
test_devpoll.py
test_dict.py
test_dict_version.py
test_dictcomps.py
test_dictviews.py
test_difflib.py
test_difflib_expect.html
test_dis.py gh-109923: set line number on the POP_TOP that follows a RETURN_GENERATOR (#109924) 2023-09-27 13:24:33 +01:00
test_doctest.py
test_doctest.txt
test_doctest2.py
test_doctest2.txt
test_doctest3.txt
test_doctest4.txt
test_docxmlrpc.py
test_dtrace.py
test_dynamic.py
test_dynamicclassattribute.py
test_eintr.py
test_embed.py gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667) 2023-10-10 19:00:09 +09:00
test_ensurepip.py
test_enum.py
test_enumerate.py
test_eof.py
test_epoll.py
test_errno.py
test_except_star.py
test_exception_group.py
test_exception_hierarchy.py
test_exception_variations.py
test_exceptions.py
test_extcall.py
test_faulthandler.py Add support.MS_WINDOWS constant (#110446) 2023-10-06 02:37:28 +02:00
test_fcntl.py
test_file.py
test_file_eintr.py
test_filecmp.py
test_fileinput.py
test_fileio.py
test_fileutils.py
test_finalization.py
test_float.py
test_flufl.py
test_fnmatch.py
test_fork1.py
test_format.py
test_fractions.py
test_frame.py
test_frozen.py
test_fstring.py gh-110309: Prune empty constant in format specs (#110320) 2023-10-05 14:08:42 +00:00
test_ftplib.py gh-109845: Make test_ftplib more stable under load (GH-109912) 2023-09-26 22:58:46 +03:00
test_funcattrs.py
test_functools.py
test_gc.py
test_generated_cases.py gh-109287: fix overrides in cases generator (#110419) 2023-10-05 15:05:29 -07:00
test_generator_stop.py
test_generators.py
test_genericalias.py
test_genericclass.py
test_genericpath.py
test_genexps.py
test_getopt.py
test_getpass.py
test_getpath.py
test_gettext.py gh-110519: Improve deprecation warning in the gettext module (#110520) 2023-10-09 15:45:22 +02:00
test_glob.py
test_global.py
test_grammar.py
test_graphlib.py
test_grp.py
test_gzip.py
test_hash.py
test_hashlib.py
test_heapq.py
test_hmac.py
test_html.py
test_htmlparser.py
test_http_cookiejar.py
test_http_cookies.py
test_httplib.py
test_httpservers.py
test_idle.py
test_imaplib.py
test_index.py
test_int.py
test_int_literal.py
test_interpreters.py gh-84570: Implement Waiting in SendChannel.send() (gh-110565) 2023-10-10 09:35:14 +00:00
test_io.py
test_ioctl.py
test_ipaddress.py
test_isinstance.py
test_iter.py
test_iterlen.py
test_itertools.py
test_keyword.py
test_keywordonlyarg.py
test_kqueue.py
test_largefile.py
test_launcher.py gh-83180: Made launcher treat shebang 'python' tags as low priority so that active virtual environments are preferred (GH-108101) 2023-10-02 12:22:55 +00:00
test_linecache.py
test_list.py
test_listcomps.py
test_lltrace.py
test_locale.py
test_logging.py gh-109461: Update logging module lock to use context manager (#109462) 2023-09-27 18:26:41 +02:00
test_long.py
test_longexp.py
test_lzma.py
test_mailbox.py
test_marshal.py
test_math.py
test_math_property.py
test_memoryio.py
test_memoryview.py
test_metaclass.py
test_mimetypes.py
test_minidom.py
test_mmap.py gh-107888: Fix test_mmap PROT_EXEC comment (#110125) 2023-09-29 23:56:19 +02:00
test_modulefinder.py
test_monitoring.py
test_msvcrt.py gh-110147: test_msvcrt: run console I/O tests in new processes (#110268) 2023-10-05 19:52:26 +02:00
test_multibytecodec.py
test_multiprocessing_main_handling.py
test_named_expressions.py
test_netrc.py
test_ntpath.py gh-82367: Use FindFirstFile Win32 API in ntpath.realpath() (GH-110298) 2023-10-05 09:49:07 -05:00
test_numeric_tower.py
test_opcache.py
test_opcodes.py
test_openpty.py
test_operator.py
test_optparse.py
test_ordered_dict.py
test_os.py gh-108277: Fix test_os TimerfdTests (#110515) 2023-10-08 11:26:18 +00:00
test_osx_env.py
test_pathlib.py GH-110109: Simplify pathlib test setup (#110308) 2023-10-11 00:03:42 +01:00
test_patma.py
test_pdb.py gh-106670: Set convenience variable for post mortem debugging (#110493) 2023-10-09 08:17:24 +00:00
test_peepholer.py
test_pep646_syntax.py
test_perf_profiler.py
test_perfmaps.py
test_pickle.py
test_picklebuffer.py
test_pickletools.py
test_pkg.py
test_pkgutil.py
test_platform.py
test_plistlib.py
test_poll.py
test_popen.py
test_poplib.py
test_positional_only_arg.py
test_posix.py gh-109649: Add os.process_cpu_count() function (#109907) 2023-10-01 00:12:51 +02:00
test_posixpath.py
test_pow.py
test_pprint.py
test_print.py
test_profile.py
test_property.py
test_pstats.py
test_pty.py gh-109960: Remove test_pty timeout of 10 seconds (#110058) 2023-09-29 00:01:24 +00:00
test_pulldom.py
test_pwd.py
test_py_compile.py
test_pyclbr.py
test_pydoc.py
test_pyexpat.py
test_queue.py
test_quopri.py
test_raise.py
test_random.py
test_range.py
test_re.py gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591) 2023-10-10 10:15:12 +00:00
test_readline.py
test_regrtest.py Add support.MS_WINDOWS constant (#110446) 2023-10-06 02:37:28 +02:00
test_repl.py
test_reprlib.py gh-109818: reprlib.recursive_repr copies __type_params__ (#109819) 2023-09-27 19:26:42 -07:00
test_resource.py
test_richcmp.py
test_rlcompleter.py
test_robotparser.py
test_runpy.py
test_sax.py
test_sched.py
test_scope.py
test_script_helper.py
test_secrets.py
test_select.py
test_selectors.py gh-110038: KqueueSelector must count all read/write events (#110039) 2023-09-28 17:25:10 +00:00
test_set.py
test_setcomps.py
test_shelve.py
test_shlex.py
test_shutil.py gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on executable files (GH-109995) 2023-10-02 09:27:30 +01:00
test_signal.py gh-110647: Fix signal test_stress_modifying_handlers() (#110650) 2023-10-10 23:59:43 +00:00
test_site.py
test_slice.py
test_smtplib.py
test_smtpnet.py
test_socket.py gh-110167: Fix test_socket deadlock in doCleanups() (#110416) 2023-10-05 20:53:03 +02:00
test_socketserver.py gh-110393: Remove watchdog with hardcoded timeout (#110400) 2023-10-05 15:02:48 +00:00
test_sort.py
test_source_encoding.py
test_ssl.py
test_stable_abi_ctypes.py gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441) 2023-10-07 17:59:16 +02:00
test_startfile.py
test_stat.py
test_statistics.py gh-110150: Fix base case handling in quantiles() (gh-110151) 2023-09-30 23:35:54 -05:00
test_str.py
test_strftime.py
test_string.py
test_string_literals.py
test_stringprep.py
test_strptime.py
test_strtod.py
test_struct.py
test_structseq.py gh-110222: Add support of PyStructSequence in copy.replace() (GH-110223) 2023-10-04 19:47:41 +03:00
test_subclassinit.py
test_subprocess.py gh-110184: Fix subprocess test_pipesize_default() (#110465) 2023-10-06 15:44:53 +02:00
test_sundry.py
test_super.py
test_support.py gh-109748: Fix again venv test_zippath_from_non_installed_posix() (#110149) 2023-09-30 20:23:26 +02:00
test_symtable.py gh-110045: Update symtable module for PEP 695 (#110066) 2023-09-29 02:08:04 +00:00
test_syntax.py
test_sys.py gh-108963: using random to generate unique string in sys.intern test (#109491) 2023-10-02 13:07:56 +02:00
test_sys_setprofile.py gh-110514: Add PY_THROW to sys.setprofile events (GH-110524) 2023-10-09 09:38:45 +01:00
test_sys_settrace.py
test_sysconfig.py gh-88402: Add new sysconfig variables on Windows (GH-110049) 2023-10-04 22:50:29 +00:00
test_syslog.py
test_tabnanny.py
test_tarfile.py
test_tcl.py
test_tempfile.py
test_termios.py gh-81002: Add tests for termios (GH-110386) 2023-10-10 13:35:15 +02:00
test_textwrap.py
test_thread.py
test_threadedtempfile.py
test_threading.py gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109921) 2023-10-02 20:12:12 +00:00
test_threading_local.py
test_threadsignals.py
test_time.py
test_timeit.py
test_timeout.py
test_tokenize.py gh-108303: Move all inspect test files to test_inspect/ (#109607) 2023-10-10 22:15:11 +02:00
test_trace.py
test_traceback.py
test_tracemalloc.py
test_ttk_textonly.py
test_tty.py gh-110388: Add tests for tty (GH-110394) 2023-10-10 13:42:25 +02:00
test_tuple.py
test_turtle.py
test_type_aliases.py
test_type_annotations.py
test_type_cache.py
test_type_comments.py
test_type_params.py
test_typechecks.py
test_types.py
test_typing.py Enable ruff on Lib/test/test_typing.py (#110179) 2023-10-02 14:13:48 -06:00
test_ucn.py
test_unary.py
test_unicode_file.py
test_unicode_file_functions.py
test_unicode_identifiers.py
test_unicodedata.py
test_univnewlines.py
test_unpack.py
test_unpack_ex.py
test_unparse.py gh-110259: Fix f-strings with multiline expressions and format specs (#110271) 2023-10-05 14:26:44 +01:00
test_urllib.py
test_urllib2.py
test_urllib2_localnet.py
test_urllib2net.py
test_urllib_response.py
test_urllibnet.py
test_urlparse.py
test_userdict.py
test_userlist.py
test_userstring.py
test_utf8_mode.py Add support.MS_WINDOWS constant (#110446) 2023-10-06 02:37:28 +02:00
test_utf8source.py
test_uuid.py
test_venv.py gh-109748: Fix again venv test_zippath_from_non_installed_posix() (#110149) 2023-09-30 20:23:26 +02:00
test_wait3.py
test_wait4.py
test_wave.py
test_weakref.py
test_weakset.py
test_webbrowser.py
test_winconsoleio.py
test_winreg.py
test_winsound.py
test_with.py
test_wmi.py
test_wsgiref.py
test_xml_dom_minicompat.py
test_xml_etree.py
test_xml_etree_c.py
test_xmlrpc.py
test_xxlimited.py
test_xxtestfuzz.py
test_yield_from.py
test_zipapp.py
test_zipfile64.py
test_zipimport.py
test_zipimport_support.py
test_zlib.py gh-110332: Remove mentions of random.WichmannHill from test_zlib (#110334) 2023-10-04 12:51:45 +02:00
testcodec.py
testtar.tar
testtar.tar.xz
tf_inherit_check.py
time_hashlib.py
wheel-0.40.0-py3-none-any.whl
win_console_handler.py
xmltests.py
zip_cp437_header.zip
zipdir.zip