cpython/Lib/test
Oren Milman 30537698b6 [2.7] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (#3951) 2017-11-06 16:17:54 -08: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
support bpo-31629: Add support.SaveSignals (#4183) (#4188) 2017-10-31 03:44:55 -07:00
tracedmodules
xmltestdata bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3745) 2017-09-25 01:43:56 -07:00
185test.db
Sine-1000Hz-300ms.aif
__init__.py
__main__.py [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373) 2017-05-02 18:26:25 +03:00
_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
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
bisect.py bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567) 2017-07-05 09:16:47 +02:00
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 bpo-31234: fork_wait tests now join threads (#3139) (#3535) 2017-09-13 03:26:54 -07:00
formatfloat_testcases.txt
gdb_sample.py
greyrgb.uue
ieee754.txt
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 [2.7] bpo-30727: Fix a race condition in test_threading. (GH-2334). (#2353) 2017-06-23 14:13:39 +03: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
multibytecodec_support.py [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) 2017-07-03 22:01:57 +02:00
nokia.pem
nullbytecert.pem
nullcert.pem
outstanding_bugs.py
pickletester.py [2.7] bpo-30223: Fix test_xpickle for Python 2.4. (#1395) 2017-05-02 21:56:52 +03:00
profilee.py
pycacert.pem
pyclbr_input.py
pydoc_mod.py
pydocfodder.py
pystone.py
pythoninfo.py bpo-30871: Add test.pythoninfo (#3174) (#3175) 2017-08-22 03:40:26 +02:00
randv2_32.pck
randv2_64.pck
randv3.pck
re_tests.py
regrtest.py bpo-30871: Add test.pythoninfo (#3174) (#3175) 2017-08-22 03:40:26 +02:00
relimport.py
reperf.py
revocation.crl
sample_doctest.py
sample_doctest_no_docstrings.py
sample_doctest_no_doctests.py
script_helper.py bpo-30207: Rename test.test_support to test.support. (#1353) 2017-04-30 11:36:58 +03: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
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 [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) 2017-10-17 02:25:23 -07:00
test_abstract_numbers.py
test_aepack.py
test_aifc.py bpo-29110: Fix file object leak in aifc.open (GH-356) 2017-02-28 20:39:30 +09:00
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 bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2900) 2017-07-27 01:24:52 +02:00
test_atexit.py [2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2123) 2017-06-12 09:10:53 +03:00
test_audioop.py [2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213) 2017-08-26 21:56:31 +03:00
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 bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567) 2017-07-05 09:16:47 +02:00
test_bool.py
test_bsddb.py bpo-30850: Use specialized assert methods in bsddb tests. (#2584) 2017-07-05 14:09:36 +02:00
test_bsddb3.py bpo-30778: Skip test_bsddb3 on Windows XP (#2877) 2017-07-26 17:55:52 +02:00
test_bsddb185.py
test_buffer.py bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823) 2017-08-02 11:33:33 +03: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 [2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4163) 2017-10-29 12:25:38 +02: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 [2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names. (GH-1652) (#1675) 2017-05-20 10:04:53 +03:00
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 [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) 2017-07-03 22:01:57 +02:00
test_codecencodings_hk.py [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) 2017-07-03 22:01:57 +02:00
test_codecencodings_iso2022.py [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) 2017-07-03 22:01:57 +02:00
test_codecencodings_jp.py [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) 2017-07-03 22:01:57 +02:00
test_codecencodings_kr.py [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) 2017-07-03 22:01:57 +02:00
test_codecencodings_tw.py [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) 2017-07-03 22:01:57 +02:00
test_codecmaps_cn.py [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) 2017-07-03 22:01:57 +02:00
test_codecmaps_hk.py [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) 2017-07-03 22:01:57 +02:00
test_codecmaps_jp.py [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) 2017-07-03 22:01:57 +02:00
test_codecmaps_kr.py [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) 2017-07-03 22:01:57 +02:00
test_codecmaps_tw.py [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) 2017-07-03 22:01:57 +02:00
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
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 bpo-30207: Rename test.test_support to test.support. (#1353) 2017-04-30 11:36:58 +03:00
test_complex.py bpo-29602: fix signed zero handling in complex constructor (#204) 2017-02-20 21:14:52 +00:00
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 [2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004) 2017-08-05 18:03:01 +03:00
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 [2.7] bpo-25287: Backport new tests for crypt and skip test_crypt on OpenBSD. (GH-4111). (#4112) 2017-10-24 23:35:22 +03:00
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 bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (#4260) 2017-11-03 22:11:12 +02:00
test_datetime.py [2.7] bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4088) 2017-10-23 19:57:04 +03: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 bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823) 2017-08-02 11:33:33 +03:00
test_descrtut.py
test_dict.py [2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681) 2017-05-20 20:05:27 +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
test_doctest2.py
test_doctest2.txt
test_doctest3.txt
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 Issue #28847: dubmdbm no longer writes the index file in when it is not 2016-12-02 07:58:42 +02:00
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 [2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734) 2017-09-25 11:03:24 +10: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 [2.7] bpo-30415: Add new tests for the fnmatch module. (GH-1684). (#1696) 2017-05-21 10:37:43 +03:00
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 [2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2894) 2017-07-26 17:50:36 +02:00
test_funcattrs.py
test_functools.py bpo-25732: Make functools.total_ordering implementing __ne__. (#3748) 2017-09-25 14:41:34 +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 [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) 2017-10-17 02:25:23 -07:00
test_gdb.py Backport test_gdb fixes for s390x buildbots 2017-02-10 14:14:04 +01: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 [2.7] bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074). (#4077) 2017-10-22 14:54:05 +03:00
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 Skip UNC tests on AppVeyor in case of ENOENT (GH-1950) 2017-06-04 17:45:02 -05:00
test_import_magic.py [2.7] bpo-29514: Check magic number for bugfix releases 2017-06-13 20:58:48 +10:00
test_importhooks.py
test_importlib.py
test_index.py
test_inspect.py Fix SyntaxWarning on importing test_inspect (#1512) 2017-05-09 11:53:16 +02:00
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 [2.7] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (#3951) 2017-11-06 16:17:54 -08: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 [2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557). (#3772) 2017-09-26 23:15:36 +03:00
test_json.py
test_kqueue.py [2.7] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095). (#3976) 2017-10-13 00:13:11 +03:00
test_largefile.py
test_lib2to3.py
test_linecache.py bpo-30207: Rename test.test_support to test.support. (#1353) 2017-04-30 11:36:58 +03:00
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 [2.7] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#3838) 2017-09-30 22:52:25 +03:00
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 [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373) 2017-05-02 18:26:25 +03:00
test_memoryview.py bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823) 2017-08-02 11:33:33 +03: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_multifile.py
test_multiprocessing.py bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105) 2017-08-16 13:14:40 +02:00
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 [2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2393) 2017-06-25 09:50:00 +03:00
test_ossaudiodev.py
test_parser.py [2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (#1189) 2017-04-20 00:48:57 +03:00
test_pdb.py
test_peepholer.py
test_pep247.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
test_pep277.py
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 [2.7] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4034) 2017-10-18 15:04:04 +03:00
test_popen.py
test_popen2.py
test_poplib.py
test_posix.py [2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918) 2017-07-27 18:44:43 +02: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 bpo-31158: Fix nondeterministic read in test_pty (#3808) (#3853) 2017-10-02 02:58:09 -07:00
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
test_pyclbr.py
test_pydoc.py bpo-31028: Fix test_pydoc when run directly (#2864) (#2911) 2017-07-27 18:05:44 +02: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 Fix py3k warnings in 1/0 in tests. (#4072) 2017-10-22 12:15:41 +03:00
test_re.py [2.7] bpo-30363: Backport warnings in the re module. (#1577) 2017-05-18 12:34:40 +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_regrtest.py [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) 2017-10-17 02:25:23 -07: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 bpo-30759: Copy test_robotparser from master (#2546) 2017-07-05 10:00:33 +02:00
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 bpo-30264: ExpatParser now closes the source (#1476) 2017-05-05 10:11:55 +02:00
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 #14061: Misc fixes and cleanups in archiving code in shutil. 2016-12-16 19:04:17 +02:00
test_signal.py bpo-31258: test_signal: call waitpid() to prevent zombie process (#3183) 2017-08-22 16:51:09 +02:00
test_site.py bpo-30108: Fix test_site setUpModule() (#1460) 2017-05-04 18:52:26 +02:00
test_slice.py add gc support to slice (closes #26659) 2016-04-16 14:47:12 -07:00
test_smtplib.py increase test_smtplib timeouts 2016-12-01 23:58:38 -08:00
test_smtpnet.py
test_socket.py Fix test_socket.test_create_connection() (GH-4206) (#4209) 2017-11-01 06:08:40 -07:00
test_socketserver.py bpo-31593: test_socketserver waits child processes (#3786) 2017-09-27 03:02:57 -07: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 [2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446) 2017-09-07 22:31:17 -07:00
test_startfile.py bpo-15526: test_startfile changes the cwd (#1537) 2017-05-11 01:23:19 +02:00
test_stat.py
test_str.py bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366) 2017-03-01 14:28:14 +08: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 bpo-31067: test_subprocess calls reap_children() (#2931) (#3073) 2017-08-11 17:14:31 +02:00
test_sunau.py
test_sunaudiodev.py
test_sundry.py
test_support.py bpo-30207: Rename test.test_support to test.support. (#1353) 2017-04-30 11:36:58 +03: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 [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) 2017-10-17 02:25:23 -07: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 [2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3876) 2017-10-04 21:37:53 +03:00
test_telnetlib.py Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
test_tempfile.py [2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063) 2017-08-10 16:45:38 +02:00
test_test_support.py [2.7] bpo-30366: Backport tests for test.support. (#1582) 2017-05-15 11:59:35 +03: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 [2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3042) 2017-08-09 16:54:53 +02: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 bpo-31339: Rewrite time.asctime() and time.ctime() (#3293) 2017-09-06 01:35:39 +02:00
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 Fix spelling in code comments 2016-12-18 05:27:49 +00:00
test_unicode_file.py
test_unicodedata.py
test_unittest.py
test_univnewlines.py
test_univnewlines2k.py
test_unpack.py
test_urllib.py bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294) 2017-06-20 16:20:36 +02: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 bpo-31258: test_urllib2_localnet uses addCleanup(server.stop) (#3184) 2017-08-22 16:51:20 +02:00
test_urllib2net.py [2.7] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) 2017-07-19 07:07:49 +03:00
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 [2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in case __loader__.get_source() has a bad splitlines() method. (GH-3219) (#3823) 2017-09-30 17:06:55 +03:00
test_wave.py
test_weakref.py [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) 2017-10-17 02:25:23 -07: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 bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3745) 2017-09-25 01:43:56 -07:00
test_xml_etree_c.py [2.7] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3950) 2017-10-11 16:29:12 +03: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