cpython/Lib/test
Serhiy Storchaka c30f27d1f2 Issue #11145: Fixed miscellaneous issues with C-style formatting of types
with custom __oct__ and __hex__.
2016-12-01 10:27:11 +02:00
..
audiodata
capath Issue #25940: Use self-signed.pythontest.net in SSL tests 2016-01-15 00:25:29 +00:00
cjkencodings
crashers
data
decimaltestdata Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2016-07-28 03:04:04 +00:00
imghdrdata
leakers
subprocessdata
tracedmodules
xmltestdata
185test.db
Sine-1000Hz-300ms.aif
__init__.py
_mock_backport.py English spelling and grammar fixes 2016-07-11 07:51:37 +00:00
allsans.pem Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. 2016-09-06 23:25:35 +02:00
audiotest.au Merged revisions 80795 via svnmerge from 2010-05-21 13:11:00 +00:00
audiotests.py
autotest.py
bad_coding.py
bad_coding2.py
bad_coding3.py
badcert.pem
badkey.pem
badsyntax_future3.py
badsyntax_future4.py
badsyntax_future5.py
badsyntax_future6.py
badsyntax_future7.py
badsyntax_future8.py
badsyntax_future9.py
badsyntax_nocaret.py
cfgparser.1
cmath_testcases.txt
curses_tests.py
dh1024.pem
doctest_aliases.py
double_const.py
empty.vbs
exception_hierarchy.txt
floating_points.txt
fork_wait.py
formatfloat_testcases.txt
gdb_sample.py
greyrgb.uue
ieee754.txt Merged revisions 77139-77140 via svnmerge from 2009-12-30 16:22:49 +00:00
infinite_reload.py
inspect_fodder.py
inspect_fodder2.py
keycert.passwd.pem
keycert.pem
keycert2.pem
keycert3.pem
keycert4.pem
list_tests.py Issue #26492: Added additional tests for exhausted iterators of mutable sequences. 2016-03-30 21:02:00 +03:00
lock_tests.py reinitialize an Event's Condition with a regular lock (closes #25319) 2015-10-05 21:56:22 -07:00
make_ssl_certs.py Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. 2016-09-06 23:25:35 +02:00
mapping_tests.py
math_testcases.txt
mp_fork_bomb.py
nokia.pem
nullbytecert.pem
nullcert.pem
outstanding_bugs.py
pickletester.py Issue #28515: Fixed py3k warnings. 2016-10-25 09:51:38 +03:00
profilee.py
pycacert.pem
pyclbr_input.py
pydoc_mod.py
pydocfodder.py
pystone.py
randv2_32.pck
randv2_64.pck
randv3.pck
re_tests.py
regrtest.py Issue #23839: Various caches now are cleared before running every test file. 2016-11-11 11:42:25 +02:00
relimport.py
reperf.py
revocation.crl
sample_doctest.py
sample_doctest_no_docstrings.py
sample_doctest_no_doctests.py
script_helper.py Issue #14285: Do not catch ImportError from __init__.py in runpy 2015-12-03 01:23:10 +00:00
selfsigned_pythontestdotnet.pem Issue #25940: Use self-signed.pythontest.net in SSL tests 2016-01-15 00:25:29 +00:00
seq_tests.py Issue #26494: Fixed crash on iterating exhausting iterators. 2016-03-30 20:43:06 +03:00
sgml_input.html
sha256.pem
sortperf.py
ssl_cert.pem
ssl_key.passwd.pem
ssl_key.pem
ssl_servers.py
ssltests.py Add Lib/test/ssltests.py for faster testing of OpenSSL 2016-09-22 16:53:15 +02:00
string_tests.py Issue #26712: Unify (r)split(), (l/r)strip() tests into string_tests 2016-04-10 09:39:07 +00:00
symlink_support.py
test_MimeWriter.py
test_SimpleHTTPServer.py
test_StringIO.py
test___all__.py
test___future__.py
test__locale.py Issue #25809: Skip testing platform-dependent French thousands separator 2015-12-12 06:53:34 +00:00
test__osx_support.py
test_abc.py
test_abstract_numbers.py
test_aepack.py
test_aifc.py
test_al.py
test_anydbm.py
test_applesingle.py
test_argparse.py Fix typos in documentation and comments 2016-04-05 06:19:42 +00:00
test_array.py Issue #27570: Avoid zero-length memcpy() calls with null source pointers 2016-09-07 11:04:41 +00:00
test_ascii_formatd.py
test_ast.py
test_asynchat.py
test_asyncore.py
test_atexit.py
test_audioop.py
test_augassign.py
test_base64.py Issue #22088: Clarify base-64 alphabets and which characters are discarded 2016-02-23 22:30:50 +00:00
test_bastion.py
test_bigaddrspace.py
test_bigmem.py
test_binascii.py Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). 2016-09-14 16:36:15 +03:00
test_binhex.py
test_binop.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
test_bisect.py
test_bool.py
test_bsddb.py
test_bsddb3.py
test_bsddb185.py
test_buffer.py Comment out two tests that won't pass now after reverting the typeobject.c 2016-01-11 14:44:59 -05:00
test_bufio.py
test_builtin.py Issue #25983: Added tests for multi-argument type(). 2016-02-08 20:27:52 +02:00
test_bytes.py Issue #27039: Fixed bytearray.remove() for values greater than 127. 2016-05-16 22:15:57 +03:00
test_bz2.py
test_calendar.py Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. 2016-09-27 22:45:20 -04:00
test_call.py
test_capi.py Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" 2016-05-20 22:31:24 +03:00
test_cd.py
test_cfgparser.py
test_cgi.py
test_charmapcodec.py
test_cl.py
test_class.py
test_cmath.py
test_cmd.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
test_cmd_line.py
test_cmd_line_script.py Issue #14285: Do not catch ImportError from __init__.py in runpy 2015-12-03 01:23:10 +00:00
test_code.py Issue #28350: String constants with null character no longer interned. 2016-10-04 18:17:08 +03:00
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 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
test_codeop.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
test_coercion.py
test_collections.py Issue #25616: Tests for OrderedDict are extracted from test_collections 2015-11-25 17:19:27 +02:00
test_colorsys.py
test_commands.py
test_compare.py
test_compile.py code_richcompare() now uses the constants types 2016-01-22 12:33:12 +01:00
test_compileall.py
test_compiler.py
test_complex.py
test_complex_args.py
test_contains.py
test_contextlib.py
test_cookie.py
test_cookielib.py Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
test_copy.py Issue #26167: Backported copy tests. 2016-03-06 15:03:16 +02:00
test_copy_reg.py
test_cpickle.py Issue #25761: Added more test cases for testing unpickling broken data. 2015-11-29 13:12:40 +02:00
test_cprofile.py
test_crypt.py
test_csv.py Comment out another test that won't pass after reverting the picklability 2016-01-11 14:49:34 -05:00
test_ctypes.py
test_curses.py Correct print() calls to print a blank line in various test cases 2016-09-10 10:38:22 +00:00
test_datetime.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
test_dbm.py
test_decimal.py
test_decorators.py
test_defaultdict.py
test_deque.py Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
test_descr.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
test_descrtut.py
test_dict.py Issue #26494: Fixed crash on iterating exhausting iterators. 2016-03-30 20:43:06 +03:00
test_dictcomps.py
test_dictviews.py properly use PyObject_CallMethod in dictview binary operations (closes #26478) 2016-03-03 22:05:36 -08:00
test_difflib.py
test_difflib_expect.html
test_dircache.py
test_dis.py Issue #26733: Fixed formatting line numbers in test_dis. 2016-04-12 08:47:20 +03:00
test_distutils.py
test_dl.py
test_doctest.py Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2016-07-28 03:04:04 +00:00
test_doctest.txt Kill off softspace completely (except in formatter.py which seems to have 2007-02-09 23:20:19 +00:00
test_doctest2.py
test_doctest2.txt Fixed a small bug. doctest didn't handle unicode docstrings containing 2004-10-13 14:15:32 +00:00
test_doctest3.txt Bug #2565: The repr() of type objects now calls them 'class', 2008-04-07 05:43:42 +00:00
test_doctest4.txt
test_docxmlrpc.py Issue #27614: Avoid race in test_docxmlrpc server setup 2016-08-18 06:12:22 +00:00
test_dumbdbm.py
test_dummy_thread.py Issue #20556: Used specific assert methods in threading tests. 2016-03-14 10:28:59 +02:00
test_dummy_threading.py
test_email.py
test_email_codecs.py
test_email_renamed.py
test_ensurepip.py pip 9.0 works fine without the ssl module 2016-11-02 16:20:20 -04:00
test_enumerate.py
test_eof.py
test_epoll.py
test_errno.py
test_exception_variations.py
test_exceptions.py Issue #22836: Keep exception reports sensible despite errors 2016-02-28 00:18:43 +00:00
test_extcall.py Issue #27358: Backported tests. 2016-10-02 11:10:18 +03:00
test_fcntl.py
test_file.py
test_file2k.py
test_file_eintr.py
test_filecmp.py
test_fileinput.py Issue #15068: Got rid of excessive buffering in the fileinput module. 2016-03-08 18:35:45 +02:00
test_fileio.py Issue #28016: Skip /dev/tty seekable() test on AIX 2016-11-14 03:35:59 +00:00
test_float.py Fixed Py3k warnings in tests for issue #24731. 2015-11-29 20:13:56 +02:00
test_fnmatch.py
test_fork1.py
test_format.py Issue #11145: Fixed miscellaneous issues with C-style formatting of types 2016-12-01 10:27:11 +02:00
test_fpformat.py
test_fractions.py
test_frozen.py
test_ftplib.py
test_funcattrs.py
test_functools.py Issue #25455: Clean up reference loops created in tests for recursive 2016-06-12 15:45:14 +03:00
test_future.py
test_future1.py
test_future2.py
test_future3.py
test_future4.py
test_future5.py
test_future_builtins.py
test_gc.py
test_gdb.py Disable test_gdb.PrettyPrintTests when compiled with optimizations, 2016-09-08 21:50:44 -07:00
test_gdbm.py
test_generators.py Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
test_genericpath.py
test_genexps.py
test_getargs.py
test_getargs2.py Issue #23908: os functions, open() and the io.FileIO constructor now reject 2016-07-01 23:34:44 +03:00
test_getopt.py
test_gettext.py Issue #28563: Make plural form selection more lenient and accepting 2016-11-14 19:25:44 +02:00
test_gl.py
test_glob.py
test_global.py
test_grammar.py
test_grp.py
test_gzip.py
test_hash.py
test_hashlib.py Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
test_heapq.py
test_hmac.py
test_hotshot.py
test_htmllib.py
test_htmlparser.py
test_httplib.py Issue #28394: Typo fixes in code comments and changelog 2016-10-10 01:00:00 +00:00
test_httpservers.py Correct print() calls to print a blank line in various test cases 2016-09-10 10:38:22 +00:00
test_idle.py
test_imageop.py Corrections for a/an in code comments and documentation 2016-05-08 13:45:55 +00:00
test_imaplib.py
test_imgfile.py
test_imghdr.py
test_imp.py
test_import.py Issue #21720: Improve exception message when the type of fromlist is unicode 2016-10-17 01:05:04 +03:00
test_importhooks.py
test_importlib.py
test_index.py
test_inspect.py
test_int.py Fixed Py3k warnings in tests for issue #24731. 2015-11-29 20:13:56 +02:00
test_int_literal.py
test_io.py Issue #23908: os functions, open() and the io.FileIO constructor now reject 2016-07-01 23:34:44 +03:00
test_ioctl.py
test_isinstance.py
test_iter.py Issue #26492: Added additional tests for exhausted iterators of mutable sequences. 2016-03-30 21:02:00 +03:00
test_iterlen.py
test_itertools.py Issue #28019: Backported additional tests for itertools.count(). 2016-09-10 09:53:29 +03:00
test_json.py
test_kqueue.py
test_largefile.py
test_lib2to3.py
test_linecache.py
test_linuxaudiodev.py
test_list.py
test_locale.py Issue #25742: Try to fix test_locale on Windows 2015-11-29 16:33:18 +01:00
test_logging.py
test_long.py Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory. 2016-08-29 19:38:12 +01:00
test_long_future.py
test_longexp.py
test_macos.py
test_macostools.py
test_macpath.py
test_macurl2path.py
test_mailbox.py
test_marshal.py reduce marshal stack size in debug mode on windows (closes #27019) 2016-07-06 23:37:02 -07:00
test_math.py
test_md5.py
test_memoryio.py Issue #20699: Document that “io” methods should accept memoryview 2016-06-03 05:59:20 +00:00
test_memoryview.py Comment out two tests that won't pass now after reverting the typeobject.c 2016-01-11 14:44:59 -05:00
test_mhlib.py
test_mimetools.py
test_mimetypes.py
test_minidom.py Issue #10131: Fixed deep copying of minidom documents. Based on patch 2015-11-26 23:48:30 +02:00
test_mmap.py skip test on windows 2016-10-05 22:09:31 -07:00
test_module.py
test_modulefinder.py Issue #26881: modulefinder now works with bytecode with extended args. 2016-05-09 00:02:06 +03:00
test_msilib.py
test_multibytecodec.py
test_multibytecodec_support.py
test_multifile.py
test_multiprocessing.py
test_mutants.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
test_mutex.py
test_netrc.py
test_new.py
test_nis.py
test_nntplib.py
test_normalization.py
test_ntpath.py
test_old_mailbox.py
test_opcodes.py
test_openpty.py
test_operator.py Issue #26822: itemgetter, attrgetter and methodcaller objects no longer 2016-04-23 10:53:28 +03:00
test_optparse.py
test_ordered_dict.py Issue #26494: Fixed crash on iterating exhausting iterators. 2016-03-30 20:43:06 +03:00
test_os.py Correct spelling in documentation and code comments 2016-09-10 10:38:28 +00:00
test_ossaudiodev.py
test_parser.py
test_pdb.py Issue #16180: Exit pdb if file has syntax error, instead of trapping user 2015-09-05 19:13:17 -04:00
test_peepholer.py #5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds. 2012-11-05 00:03:21 +02:00
test_pep247.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
test_pep277.py Backport support.change_cwd() and use it in tests. 2015-09-06 14:16:18 +03:00
test_pep352.py
test_pickle.py Issue #25761: Added more test cases for testing unpickling broken data. 2015-11-29 13:12:40 +02:00
test_pickletools.py
test_pipes.py
test_pkg.py
test_pkgimport.py
test_pkgutil.py
test_platform.py Issue #21313: Tolerate truncated buildinfo in sys.version 2016-06-08 06:12:22 +00:00
test_plistlib.py
test_poll.py
test_popen.py
test_popen2.py
test_poplib.py
test_posix.py Fixed a test for issue23908 with C locale. 2016-07-03 10:53:39 +03:00
test_posixpath.py #2466: fix test failure on windows. 2016-08-24 08:59:47 -04:00
test_pow.py
test_pprint.py
test_print.py Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
test_profile.py
test_property.py
test_pstats.py
test_pty.py
test_pwd.py
test_py3kwarn.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
test_py_compile.py Backport support.change_cwd() and use it in tests. 2015-09-06 14:16:18 +03:00
test_pyclbr.py
test_pydoc.py #16484: Change PYTHONDOCS to "https:", and fix links to use lowercase 2016-06-12 05:25:16 +00:00
test_pyexpat.py Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 2016-07-14 01:31:46 +00:00
test_queue.py
test_quopri.py
test_random.py
test_re.py Backported tests for issue #28070. 2016-09-11 01:39:51 +03:00
test_readline.py Issue #19884: Avoid spurious output on OS X with Gnu Readline 2016-08-27 02:54:43 +00:00
test_repr.py
test_resource.py
test_rfc822.py
test_richcmp.py
test_rlcompleter.py Issue #25663: Make rlcompleter avoid duplicate global names 2015-11-23 23:50:26 +00:00
test_robotparser.py
test_runpy.py Issue #14285: Do not catch ImportError from __init__.py in runpy 2015-12-03 01:23:10 +00:00
test_sax.py
test_scope.py
test_scriptpackages.py
test_select.py
test_set.py Issue #26020: Fix evaluation order for set literals 2016-09-08 15:25:19 -07:00
test_setcomps.py
test_sets.py
test_sgmllib.py
test_sha.py
test_shelve.py
test_shlex.py Issue #21999: Handled empty strings correctly when in POSIX mode. 2016-08-09 14:57:03 +01:00
test_shutil.py Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. 2016-10-23 15:52:01 +03:00
test_signal.py
test_site.py Skip test_site if USER_SITE cannot be created 2016-03-14 17:49:46 +01:00
test_slice.py add gc support to slice (closes #26659) 2016-04-16 14:47:12 -07:00
test_smtplib.py
test_smtpnet.py
test_socket.py Spelling and grammar fixes in code comments and documentation 2016-07-28 02:37:04 +00:00
test_socketserver.py Issue #5824: Fix DatagramRequestHandler tests by binding the client socket 2016-02-24 04:45:33 +00:00
test_softspace.py
test_sort.py
test_source_encoding.py Added new tests for detecting Python source code encoding. 2016-03-20 22:29:40 +02:00
test_spwd.py
test_sqlite.py
test_ssl.py Issue #28221: Remove unused assignment from test_asyncore_server() 2016-09-23 23:45:56 +00:00
test_startfile.py Fix a few typos. Patch by Eitan Adler. 2013-01-27 06:20:14 +02:00
test_stat.py
test_str.py Issue #24731: Fixed crash on converting objects with special methods 2015-11-25 15:55:54 +02:00
test_strftime.py
test_string.py Issue #27185: Rename test_string_merged.py back to test_string.py. 2016-06-03 09:37:39 +03:00
test_stringprep.py
test_strop.py
test_strptime.py Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by 2016-03-12 10:51:16 +02:00
test_strtod.py
test_struct.py
test_structmembers.py
test_structseq.py Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
test_subprocess.py Correct print() calls to print a blank line in various test cases 2016-09-10 10:38:22 +00:00
test_sunau.py
test_sunaudiodev.py
test_sundry.py
test_support.py Issue #28666: Fix stat import 2016-11-20 23:06:58 +00:00
test_symtable.py
test_syntax.py make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) 2016-07-14 22:00:03 -07:00
test_sys.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
test_sys_setprofile.py Issue #27171: Fix typos in documentation, code comments, and tests 2016-06-02 10:35:44 +00:00
test_sys_settrace.py Issue #20041: Fixed TypeError when frame.f_trace is set to None. 2016-06-04 20:30:43 +03:00
test_sysconfig.py
test_tarfile.py Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar 2016-10-30 20:52:55 +02:00
test_tcl.py
test_telnetlib.py Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
test_tempfile.py Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost 2016-02-29 00:31:38 +00:00
test_textwrap.py Issue #21827: Fixed textwrap.dedent() for the case when largest common 2015-10-28 21:39:36 +02:00
test_thread.py Issue #26456: Force all child threads to terminate in TestForkInThread 2016-03-08 07:07:28 +00:00
test_threaded_import.py
test_threadedtempfile.py
test_threading.py Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2016-07-28 03:04:04 +00:00
test_threading_local.py Issue #20556: Used specific assert methods in threading tests. 2016-03-14 10:28:59 +02:00
test_threadsignals.py
test_time.py
test_timeit.py
test_timeout.py
test_tk.py
test_tokenize.py Issue #25317: Converted doctests in test_tokenize to unittests. 2015-10-06 18:13:38 +03:00
test_tools.py Issue #27952: Get fixcid.py working with the re module 2016-09-11 09:48:57 +00:00
test_trace.py Issue #19398: Extra slash no longer added to sys.path components in case of 2016-11-11 12:11:55 +02:00
test_traceback.py Issue #25108: Fixed test_traceback in the case when this test is run twice. 2015-09-20 08:38:40 +03:00
test_transformer.py
test_ttk_guionly.py
test_ttk_textonly.py
test_tuple.py
test_turtle.py Issue #21916: Added more tests for the turtle module. 2016-06-05 10:35:34 +03:00
test_typechecks.py
test_types.py
test_ucn.py
test_unary.py
test_undocumented_details.py
test_unicode.py Moved Unicode C API related tests to separate test class. 2016-10-02 21:16:28 +03:00
test_unicode_file.py Backport support.change_cwd() and use it in tests. 2015-09-06 14:16:18 +03:00
test_unicodedata.py
test_unittest.py
test_univnewlines.py Fix deprecation warning in test_univnewlines.py 2010-08-03 05:57:13 +00:00
test_univnewlines2k.py
test_unpack.py
test_urllib.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
test_urllib2.py Issue #14132: Fix redirect handling when target is just a query string 2016-05-16 01:07:13 +00:00
test_urllib2_localnet.py Issue #28435: Avoid no_proxy environment variable interfering with tests 2016-10-22 03:00:32 +00:00
test_urllib2net.py
test_urllibnet.py Replace example.com with pythontest.net in test_getcode of test_urllibnet 2016-05-07 16:41:39 +03:00
test_urlparse.py Improve the coverage of urlparse module. Backport to 2.7 branch. 2016-04-16 07:15:38 -07:00
test_userdict.py Issue #25523: Backported a-to-an corrections. 2015-11-02 15:06:09 +02:00
test_userlist.py
test_userstring.py
test_uu.py
test_uuid.py
test_wait3.py
test_wait4.py
test_warnings.py Issue #27528: Document and test warning messages must match at beginning 2016-07-19 02:26:38 +00:00
test_wave.py
test_weakref.py Issue #17765: weakref.ref() no longer silently ignores keyword arguments. 2016-05-07 15:41:09 +03:00
test_weakset.py
test_whichdb.py
test_winreg.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
test_winsound.py Issue #27748: Backed out changeset 6137d0ed0a15 2016-09-05 18:06:06 -05:00
test_with.py
test_wsgiref.py
test_xdrlib.py
test_xml_etree.py
test_xml_etree_c.py Issue #25691: Added tests on deleting cElementTree.Element attributes. 2015-11-23 08:50:20 +02:00
test_xmllib.py
test_xmlrpc.py Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags 2016-05-04 11:28:09 +03:00
test_xpickle.py Issue #892902: Disable newly added tests in test_xpickle. 2015-11-07 20:04:46 +02:00
test_xrange.py
test_zipfile.py Issue #28115: ZIP creation test requires zlib. 2016-10-23 22:32:18 +03:00
test_zipfile64.py Issue #25801: Fixed resource warnings in test_zipfile64. 2016-02-25 12:55:19 +02:00
test_zipimport.py
test_zipimport_support.py
test_zlib.py Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module 2016-07-23 04:22:09 +00:00
testall.py
testcodec.py
testimg.uue
testimgr.uue
testrgb.uue
testtar.tar
tf_inherit_check.py
threaded_import_hangers.py
time_hashlib.py
tokenize_tests.txt
warning_tests.py
win_console_handler.py
wrongcert.pem
xmltests.py
zipdir.zip