..
audiodata
certdata
cjkencodings
configdata
crashers
data
decimaltestdata
dtracedata
encoded_modules
imghdrdata
leakers
libregrtest
[3.12] gh-108303: Move all pydoc related files to test_pydoc (GH-114506) ( #115502 )
2024-02-15 16:35:56 +03:00
regrtestdata /import_from_tests
sndhdrdata
subprocessdata
support
[3.12] GH-112215: Backport C recursion changes (GH-115083)
2024-02-13 10:45:59 +01:00
test_asyncio
[3.12] gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (GH-115622) ( #115641 )
2024-02-19 00:17:40 +00:00
test_capi
[3.12] gh-115011: Improve support of __index__() in setters of members with unsigned integer type (GH-115029) (GH-115294)
2024-02-11 11:56:17 +00:00
test_concurrent_futures
test_cppext
test_ctypes
[3.12] gh-115567: Catch test_ctypes.test_callbacks.test_i38748_stackCorruption stdout output (GH-115568) (GH-115609)
2024-02-17 14:41:46 +00:00
test_dataclasses
[3.12] gh-115285: Fix test_dataclasses with -OO mode (GH-115286) ( #115359 )
2024-02-12 20:27:48 +00:00
test_doctest
[3.12] gh-115392: Fix doctest reporting incorrect line numbers for decorated functions (GH-115440) ( #115459 )
2024-02-14 15:58:14 +00:00
test_email
[3.12] gh-100884: email/_header_value_parser: don't encode list separators (GH-100885) (GH-115592)
2024-02-17 15:00:39 +02:00
test_future_stmt
test_gdb
test_import
test_importlib
[3.12] gh-114763: Protect lazy loading modules from attribute access races (GH-114781) (GH-115870)
2024-02-26 20:43:44 +00:00
test_inspect
test_json
test_lib2to3
test_module
test_multiprocessing_fork
test_multiprocessing_forkserver
test_multiprocessing_spawn
test_peg_generator
test_pydoc
[3.12] gh-107155: Fix help() for lambda function with return annotation (GH-115612)
2024-02-17 17:14:41 +02:00
test_sqlite3
test_tkinter
[3.12] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" (GH-113955) (GH-114997)
2024-02-04 16:43:56 +00:00
test_tomllib
test_tools
test_ttk
test_unittest
[3.12] gh-115274: Fix direct invocation of testmock/testpatch.py (GH-115275) ( #115280 )
2024-02-11 12:14:37 +03:00
test_warnings
test_zipfile
[3.12] gh-114959: tarfile: do not ignore errors when extract a directory on top of a file (GH-114960) (GH-114963)
2024-02-03 18:39:01 +02:00
test_zoneinfo
[3.12] gh-106233: Fix stacklevel in zoneinfo.InvalidTZPathWarning (GH-106234) (GH-115081)
2024-02-06 13:26:39 +00:00
tokenizedata
tracedmodules
typinganndata
wheeldata
[3.12] gh-108303: Move .whl test files to Lib/test/wheeldata/ (GH-114343) ( #114488 )
2024-01-23 15:58:44 +00:00
xmltestdata
ziptestdata
.ruff.toml
[3.12] Bump ruff to 0.2.0 (GH-114932) ( #114935 )
2024-02-02 22:03:25 +00:00
__init__.py
__main__.py
_test_atexit.py
_test_eintr.py
_test_embed_set_config.py
_test_embed_structseq.py
_test_multiprocessing.py
[3.12] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115995)
2024-02-27 16:13:53 +00:00
_test_venv_multiprocessing.py
archiver_tests.py
[3.12] gh-114959: tarfile: do not ignore errors when extract a directory on top of a file (GH-114960) (GH-114963)
2024-02-03 18:39:01 +02:00
audiotest.au
audiotests.py
audit-tests.py
autotest.py
badsyntax_pep3120.py
bisect_cmd.py
clinic.test.c
[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params ( #115016 ) ( #115067 )
2024-02-06 11:20:16 +01:00
cmath_testcases.txt
curses_tests.py
datetimetester.py
dis_module.py
empty.vbs
exception_hierarchy.txt
floating_points.txt
fork_wait.py
formatfloat_testcases.txt
ieee754.txt
levenshtein_examples.json
list_tests.py
lock_tests.py
mailcap.txt
mapping_tests.py
math_testcases.txt
memory_watchdog.py
mime.types
mock_socket.py
mp_fork_bomb.py
mp_preload.py
multibytecodec_support.py
pickletester.py
profilee.py
pstats.pck
pyclbr_input.py
pythoninfo.py
[3.12] gh-114107: test.pythoninfo logs Windows Developer Mode (GH-114121) ( #114129 )
2024-01-16 16:53:29 +00:00
randv2_32.pck
randv2_64.pck
randv3.pck
re_tests.py
recursion.tar
regrtest.py
relimport.py
reperf.py
seq_tests.py
signalinterproctester.py
Sine-1000Hz-300ms.aif
ssl_servers.py
ssltests.py
string_tests.py
test___all__.py
test__locale.py
test__opcode.py
test__osx_support.py
test__xxinterpchannels.py
test__xxsubinterpreters.py
test_abc.py
test_abstract_numbers.py
[3.12] gh-77465: Increase test coverage for the numbers module (GH-111738) (GH-114556)
2024-01-25 15:36:20 +00:00
test_aifc.py
test_argparse.py
[3.12] gh-96310: Fix a traceback in argparse when all options in a mutually exclusive group are suppressed (GH-96311) (GH-115767)
2024-02-21 18:20:29 +02:00
test_array.py
test_asdl_parser.py
test_ast.py
[3.12] gh-115881: Ensure ast.parse() parses conditional context managers even with low feature_version passed ( #115920 ) ( #115959 )
2024-02-26 15:45:38 +00:00
test_asyncgen.py
test_atexit.py
test_audioop.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
[3.12] gh-114552: Update __dir__ method docs: it allows returning an iterable (GH-114662) ( #115234 )
2024-02-10 08:50:31 +00:00
test_bytes.py
test_bz2.py
test_c_locale_coercion.py
test_calendar.py
test_call.py
[3.12] GH-112215: Backport C recursion changes (GH-115083)
2024-02-13 10:45:59 +01:00
test_cgi.py
test_cgitb.py
test_charmapcodec.py
test_class.py
test_clinic.py
[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params ( #115016 ) ( #115067 )
2024-02-06 11:20:16 +01:00
test_cmath.py
test_cmd.py
test_cmd_line.py
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
test_codeop.py
test_collections.py
test_colorsys.py
test_compare.py
test_compile.py
[3.12] Fix test_compile with -O mode (GH-115346) (GH-115668)
2024-02-19 17:17:53 +00: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
test_contextlib_async.py
test_copy.py
test_copyreg.py
test_coroutines.py
test_cprofile.py
[3.12] gh-100762: Fix optimization in gen_close (GH-111069) ( #115818 )
2024-02-22 14:05:59 +00:00
test_crashers.py
test_crypt.py
test_csv.py
[3.12] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741) (GH-115866)
2024-02-23 20:45:04 +00:00
test_curses.py
test_datetime.py
test_dbm.py
test_dbm_dumb.py
test_dbm_gnu.py
test_dbm_ndbm.py
test_decimal.py
[3.12] gh-114563: C decimal falls back to pydecimal for unsupported format strings (GH-114879) (GH-115353)
2024-02-12 23:31:12 +02:00
test_decorators.py
test_defaultdict.py
test_deque.py
[3.12] gh-115243: Fix crash in deque.index() when the deque is concurrently modified (GH-115247) (GH-115465)
2024-02-14 17:17:58 +00:00
test_descr.py
[3.12] gh-115249: Fix test_descr with -OO mode (GH-115250) ( #115277 )
2024-02-11 11:57:49 +03:00
test_descrtut.py
[3.12] gh-115450: Fix direct invocation of test_desctut (GH-115451) ( #115453 )
2024-02-14 13:59:47 +00:00
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
test_docxmlrpc.py
test_dtrace.py
test_dynamic.py
test_dynamicclassattribute.py
test_eintr.py
test_embed.py
test_ensurepip.py
test_enum.py
[3.12] gh-115539: Allow enum.Flag to have None members (GH-115636) (GH-115694)
2024-02-19 16:18:40 -08:00
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
[3.12] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824) ( #115949 )
2024-02-26 13:18:06 +00:00
test_extcall.py
test_faulthandler.py
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
[3.12] gh-114014: Update fractions.Fraction()'s rational parsing regex (GH-114015) ( #114023 )
2024-01-13 13:21:34 -05:00
test_frame.py
test_frozen.py
test_fstring.py
test_ftplib.py
[3.12] gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825) (GH-115601)
2024-02-17 14:54:50 +02:00
test_funcattrs.py
test_functools.py
test_gc.py
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
test_glob.py
[3.12] gh-79382: Fix recursive glob() with trailing "**" (GH-115134) (GH-115290)
2024-02-11 10:57:40 +00:00
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
[3.12] bpo-14322: added test case for invalid update to hmac (GH-26636) ( #115904 )
2024-02-25 10:49:37 +00:00
test_html.py
test_htmlparser.py
test_http_cookiejar.py
test_http_cookies.py
test_httplib.py
[3.12] gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986) (GH-115591)
2024-02-17 15:01:48 +02:00
test_httpservers.py
test_idle.py
test_imaplib.py
test_imghdr.py
test_index.py
test_int.py
test_int_literal.py
test_interpreters.py
test_io.py
[3.12] gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 (GH-99709) (GH-115599)
2024-02-17 14:56:00 +02:00
test_ioctl.py
test_ipaddress.py
test_isinstance.py
[3.12] GH-112215: Backport C recursion changes (GH-115083)
2024-02-13 10:45:59 +01:00
test_iter.py
[3.12] gh-112087: Fix reduce logic for the empty reverse iterator for list (gh-115471)
2024-02-14 18:44:26 +00:00
test_iterlen.py
test_itertools.py
test_keyword.py
test_keywordonlyarg.py
test_kqueue.py
test_largefile.py
test_launcher.py
test_linecache.py
[3.12] gh-86291: linecache: get module name from __spec__ if available (GH-22908) (GH-115731)
2024-02-20 18:14:24 +00:00
test_list.py
test_listcomps.py
[3.12] gh-114828: Fix __class__ in class-scope inlined comprehensions (GH-115139) ( #115140 )
2024-02-07 17:12:54 +00:00
test_lltrace.py
test_locale.py
test_logging.py
[3.12] gh-93205: When rotating logs with no namer specified, match whole extension (GH-93224) (GH-115784)
2024-02-21 21:36:25 +00:00
test_long.py
test_longexp.py
test_lzma.py
[3.12] gh-104282: Fix null pointer dereference in lzma._decode_filter_properties (GH-104283) (GH-114181)
2024-01-17 13:31:33 +00:00
test_mailbox.py
[3.12] GH-gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117) (GH-115098)
2024-02-06 19:05:05 +00:00
test_mailcap.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
test_modulefinder.py
test_monitoring.py
test_msilib.py
test_multibytecodec.py
test_multiprocessing_main_handling.py
test_named_expressions.py
[3.12] gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_scope' (GH-96561) (GH-115603)
2024-02-17 14:49:39 +02:00
test_netrc.py
test_nis.py
test_nntplib.py
test_ntpath.py
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-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-114571)
2024-02-23 12:35:42 +00:00
test_ossaudiodev.py
test_osx_env.py
test_pathlib.py
test_patma.py
test_pdb.py
[3.12] gh-114275: Skip doctests that use asyncio in test_pdb for WASI builds (GH-114309) ( #114439 )
2024-01-22 18:02:23 +01: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_pipes.py
test_pkg.py
test_pkgutil.py
test_platform.py
test_plistlib.py
[3.12] GH-112215: Backport C recursion changes (GH-115083)
2024-02-13 10:45:59 +01:00
test_poll.py
test_popen.py
test_poplib.py
test_positional_only_arg.py
test_posix.py
test_posixpath.py
test_pow.py
test_pprint.py
test_print.py
test_profile.py
test_property.py
[3.12] gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619) (GH-115620)
2024-02-17 21:43:59 +00:00
test_pstats.py
test_pty.py
[3.12] gh-114100: Remove superfluous writing to fd 1 in test_pty (GH-114647) (GH-114655)
2024-01-27 19:29:48 +02:00
test_pulldom.py
test_pwd.py
test_py_compile.py
[3.12] Fix test_py_compile with -O mode (GH-115345) (GH-115669)
2024-02-19 17:30:22 +00:00
test_pyclbr.py
test_pyexpat.py
test_queue.py
test_quopri.py
test_raise.py
test_random.py
test_range.py
test_re.py
test_readline.py
test_regrtest.py
test_repl.py
test_reprlib.py
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
test_set.py
test_setcomps.py
test_shelve.py
test_shlex.py
test_shutil.py
test_signal.py
test_site.py
[3.12] gh-113659: Skip hidden .pth files (GH-113660) (GH-114143)
2024-01-16 18:57:14 +00:00
test_slice.py
test_smtplib.py
[3.12] gh-108303: Move smtpd to test.support (GH-114368) ( #114427 )
2024-01-22 14:08:31 +00:00
test_smtpnet.py
test_sndhdr.py
test_socket.py
[3.12] gh-101384: Add socket timeout to ThreadedVSOCKSocketStreamTest and skip it on WSL (GH-101419) (GH-115585)
2024-02-17 15:03:04 +02:00
test_socketserver.py
test_sort.py
test_source_encoding.py
test_spwd.py
test_ssl.py
[3.12] gh-113280: Always close socket if SSLSocket creation failed (GH-114659) (GH-114995)
2024-02-04 16:12:19 +00:00
test_stable_abi_ctypes.py
test_startfile.py
test_stat.py
test_statistics.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
test_subclassinit.py
test_subprocess.py
[3.12] gh-104522: Fix test_subprocess failure when build Python in the root home directory (GH-114236) (GH-114239)
2024-01-18 13:18:15 +01:00
test_sunau.py
test_sundry.py
test_super.py
[3.12] gh-108303: Remove Lib/test/shadowed_super.py (GH-114372) ( #114433 )
2024-01-22 16:40:42 +01:00
test_support.py
test_symtable.py
test_syntax.py
test_sys.py
test_sys_setprofile.py
[3.12] gh-100762: Fix optimization in gen_close (GH-111069) ( #115818 )
2024-02-22 14:05:59 +00:00
test_sys_settrace.py
[3.12] GH-112215: Backport C recursion changes (GH-115083)
2024-02-13 10:45:59 +01:00
test_sysconfig.py
[3.12] gh-103224: Resolve paths properly in test_sysconfig (GH-103292) (GH-115100)
2024-02-07 11:36:10 +02:00
test_syslog.py
test_tabnanny.py
test_tarfile.py
[3.12] gh-114959: tarfile: do not ignore errors when extract a directory on top of a file (GH-114960) (GH-114963)
2024-02-03 18:39:01 +02:00
test_tcl.py
test_telnetlib.py
test_tempfile.py
test_termios.py
test_textwrap.py
test_thread.py
test_threadedtempfile.py
test_threading.py
[3.12] gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a foreign thread (GH-113261) (GH-114430)
2024-01-22 15:24:43 +00:00
test_threading_local.py
test_threadsignals.py
test_time.py
test_timeit.py
test_timeout.py
test_tix.py
test_tokenize.py
[3.12] gh-115154: Fix untokenize handling of unicode named literals (GH-115171) ( #115662 )
2024-02-19 16:38:43 +00:00
test_trace.py
test_traceback.py
[3.12] gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH-113359) ( #114173 )
2024-01-21 17:12:17 +00:00
test_tracemalloc.py
test_ttk_textonly.py
test_tty.py
[3.12] gh-114328: tty cbreak mode should not alter ICRNL (GH-114335) ( #114410 )
2024-01-21 23:41:03 +00:00
test_tuple.py
test_turtle.py
test_type_aliases.py
test_type_annotations.py
test_type_cache.py
[3.12] Check for valid tp_version_tag in specializer (gh-89811) (gh-114216)
2024-01-20 04:45:33 +08:00
test_type_comments.py
test_type_params.py
test_typechecks.py
test_types.py
test_typing.py
[3.12] gh-115570: Fix DeprecationWarnings in test_typing ( #115571 ) ( #115574 )
2024-02-16 13:46:48 -08:00
test_ucn.py
test_unary.py
test_unicode.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
[3.12] gh-115931: Fix SyntaxWarnings in test_unparse (GH-115935) ( #115948 )
2024-02-26 13:00:14 +00: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
test_utf8source.py
test_uu.py
test_uuid.py
test_venv.py
test_wait3.py
test_wait4.py
test_wave.py
test_weakref.py
test_weakset.py
test_webbrowser.py
test_winconsoleio.py
gh-114561: Mark some tests in test_wincosoleio with requires_resource('console') decorator (GH-114565)
2024-01-25 20:18:23 +00:00
test_winreg.py
test_winsound.py
test_with.py
test_wmi.py
test_wsgiref.py
test_xdrlib.py
test_xml_dom_minicompat.py
test_xml_etree.py
[3.12] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (GH-115288)
2024-02-11 10:34:04 +00:00
test_xml_etree_c.py
test_xmlrpc.py
test_xmlrpc_net.py
test_xxlimited.py
test_xxtestfuzz.py
test_yield_from.py
test_zipapp.py
test_zipfile64.py
test_zipimport.py
test_zipimport_support.py
[3.12] gh-108303: Move all doctest related files and tests to Lib/test/test_doctest/ (GH-112109) ( #114254 )
2024-01-18 16:25:04 +00:00
test_zlib.py
testcodec.py
testtar.tar
testtar.tar.xz
tf_inherit_check.py
time_hashlib.py
win_console_handler.py
xmltests.py
zip_cp437_header.zip
zipdir.zip