cpython/Lib/test
Christian Heimes a5768f7292 Issue #19785: smtplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
2013-12-02 20:44:17 +01:00
..
audiodata Issue #19261: Added support for writing 24-bit samples in the sunau module. 2013-11-10 21:02:53 +02:00
capath
cjkencodings
crashers
data
decimaltestdata
encoded_modules
leakers
namespace_pkgs
sndhdrdata
subprocessdata
support Issue #18874: Implement the PEP 454 (tracemalloc) 2013-11-23 12:27:24 +01:00
test_asyncio asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() accept bytearray/memoryview too. Change some asserts with proper exceptions. 2013-11-27 14:12:48 -08:00
test_email Issue #19590: Use specific asserts in email tests. 2013-11-16 12:56:54 +02:00
test_importlib Issue #19712: Port test.test_importlib.import_ tests to use PEP 451 2013-11-29 16:17:05 -05:00
test_json Issue #11489: JSON decoder now accepts lone surrogates. 2013-11-26 21:27:11 +02:00
tracedmodules
xmltestdata
185test.db
Sine-1000Hz-300ms.aif
__init__.py
__main__.py
_test_multiprocessing.py Merge. 2013-11-17 17:47:00 +00:00
audiotest.au
audiotests.py Issue #19641: Added the audioop.byteswap() function to convert big-endian 2013-11-23 22:26:01 +02:00
autotest.py
bad_coding.py
bad_coding2.py
badcert.pem
badkey.pem
badsyntax_3131.py
badsyntax_future3.py
badsyntax_future4.py
badsyntax_future5.py
badsyntax_future6.py
badsyntax_future7.py
badsyntax_future8.py
badsyntax_future9.py
badsyntax_future10.py
badsyntax_pep3120.py
buffer_tests.py #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). 2013-11-16 19:10:57 +02:00
bytecode_helper.py Close #19378: address flaws in the new dis module APIs 2013-11-06 22:08:36 +10:00
cfgparser.1
cfgparser.2
cfgparser.3
check_soundcard.vbs
cmath_testcases.txt
curses_tests.py
datetimetester.py Issue #19605: Use specific asserts in datetime tests 2013-11-17 13:03:07 +02:00
dh512.pem
dis_module.py
doctest_aliases.py
double_const.py
empty.vbs
exception_hierarchy.txt
final_a.py
final_b.py
floating_points.txt
fork_wait.py
formatfloat_testcases.txt
future_test1.py
future_test2.py
gdb_sample.py
https_svn_python_org_root.pem
ieee754.txt
inspect_fodder.py
inspect_fodder2.py
keycert.passwd.pem
keycert.pem
keycert2.pem
keycert3.pem
keycert4.pem
list_tests.py
lock_tests.py Issue #8799: Reduce timing sensitivity of condition test by explicitly 2013-11-11 11:29:04 +00:00
mailcap.txt
make_ssl_certs.py Issue #8813: Add SSLContext.verify_flags to change the verification flags 2013-11-21 23:56:13 +01:00
mapping_tests.py
math_testcases.txt
memory_watchdog.py
mime.types
mock_socket.py
mp_fork_bomb.py
multibytecodec_support.py
nokia.pem
nullbytecert.pem
nullcert.pem
outstanding_bugs.py
pickletester.py Fix #19834: merge with 3.3. 2013-12-02 11:43:20 +01:00
profilee.py
pstats.pck
pycacert.pem
pycakey.pem
pyclbr_input.py
pydoc_mod.py
pydocfodder.py
pystone.py
randv2_32.pck
randv2_64.pck
randv3.pck
re_tests.py
regrtest.py ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 2013-11-20 11:46:18 +01:00
relimport.py
reperf.py
revocation.crl Issue #8813: Add SSLContext.verify_flags to change the verification flags 2013-11-21 23:56:13 +01:00
sample_doctest.py
sample_doctest_no_docstrings.py
sample_doctest_no_doctests.py
script_helper.py Close #18754: Run Python child processes in isolated more in the test suite. 2013-10-12 14:44:01 +02:00
seq_tests.py
sgml_input.html
sha256.pem
sortperf.py
ssl_cert.pem
ssl_key.passwd.pem
ssl_key.pem
ssl_servers.py
string_tests.py #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). 2013-11-16 19:10:57 +02:00
test___all__.py
test___future__.py
test__locale.py
test__opcode.py Don't attempt to run the _opcode test if it wasn't built. 2013-11-23 16:11:17 -08:00
test__osx_support.py
test_abc.py
test_abstract_numbers.py
test_aifc.py Issue #19641: Added the audioop.byteswap() function to convert big-endian 2013-11-23 22:26:01 +02:00
test_argparse.py
test_array.py Issue #3693: Fix array obscure error message when given a str. 2013-11-29 20:47:15 -08:00
test_ast.py
test_asynchat.py
test_asyncore.py
test_atexit.py Issue #18874: Implement the PEP 454 (tracemalloc) 2013-11-23 12:27:24 +01:00
test_audioop.py Issue #19641: Added the audioop.byteswap() function to convert big-endian 2013-11-23 22:26:01 +02:00
test_augassign.py
test_base64.py Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. 2013-11-17 23:52:25 +01:00
test_bigaddrspace.py
test_bigmem.py
test_binascii.py
test_binhex.py
test_binop.py
test_bisect.py
test_bool.py
test_buffer.py Issue #19014: memoryview.cast() is now allowed on zero-length views. 2013-10-03 19:56:54 +02:00
test_bufio.py
test_builtin.py Issue #3158: doctest can now find doctests in functions and methods 2013-11-24 01:19:09 -06:00
test_bytes.py Issue #19087: Improve bytearray allocation in order to allow cheap popping of data at the front (slice deletion). 2013-10-05 21:12:18 +02:00
test_bz2.py #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). 2013-10-28 21:41:24 +01:00
test_calendar.py
test_call.py
test_capi.py Fix inspect.signature tests for builtins when docstrings are compiled out. 2013-11-23 17:35:48 -08:00
test_cgi.py
test_cgitb.py
test_charmapcodec.py
test_class.py
test_cmath.py
test_cmd.py
test_cmd_line.py Close #18754: Run Python child processes in isolated more in the test suite. 2013-10-12 14:44:01 +02:00
test_cmd_line_script.py Close #18754: Run Python child processes in isolated more in the test suite. 2013-10-12 14:44:01 +02:00
test_code.py
test_code_module.py Closes #17730: in code.interact(), when banner="", do not print anything. 2013-10-13 21:49:06 +02: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 #15204: Silence and check the 'U' mode deprecation warnings in tests. 2013-11-24 23:13:26 +02:00
test_codeop.py
test_collections.py Strengthen one of the collections.Counter() tests 2013-10-05 17:14:51 -07:00
test_colorsys.py
test_compare.py
test_compile.py
test_compileall.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
test_complex.py #17080: improve error message of float/complex when the wrong type is passed. 2013-11-07 19:18:34 +02:00
test_concurrent_futures.py Issue #14407: Fix unittest test discovery in test_concurrent_futures. 2013-10-15 23:24:44 +02:00
test_configparser.py
test_contains.py
test_contextlib.py Close #19403: make contextlib.redirect_stdout reentrant 2013-11-03 17:00:51 +10:00
test_copy.py Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. 2013-12-01 13:25:26 -08:00
test_copyreg.py
test_cprofile.py
test_crashers.py
test_crypt.py
test_csv.py Merge: #19449: Handle non-string keys when generating 'fieldnames' error. 2013-11-19 13:17:26 -05:00
test_ctypes.py
test_curses.py
test_datetime.py
test_dbm.py
test_dbm_dumb.py Close #19282: Native context management in dbm 2013-11-17 15:59:51 +10:00
test_dbm_gnu.py - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py 2013-11-19 09:12:50 +01:00
test_dbm_ndbm.py - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py 2013-11-19 09:12:50 +01:00
test_decimal.py Merge from 3.3. 2013-11-24 19:56:23 +01:00
test_decorators.py
test_defaultdict.py
test_deque.py
test_descr.py Fix whitespace 2013-11-23 19:01:36 +01:00
test_descrtut.py
test_devpoll.py
test_dict.py #19166: use an unused var in a test. Patch by Vajrasky Kok. 2013-10-05 03:07:03 +03:00
test_dictcomps.py
test_dictviews.py
test_difflib.py
test_difflib_expect.html
test_dis.py Close #17916: dis.Bytecode based replacement for distb 2013-11-23 00:57:00 +10:00
test_distutils.py
test_doctest.py Issue #3158: Relax new doctests a bit. 2013-11-24 02:21:57 -06:00
test_doctest.txt
test_doctest2.py
test_doctest2.txt
test_doctest3.txt
test_doctest4.txt
test_docxmlrpc.py
test_dummy_thread.py
test_dummy_threading.py
test_dynamic.py
test_dynamicclassattribute.py Issue19030: commit tests for DynamicClassAttribute 2013-10-13 10:52:10 -07:00
test_ensurepip.py Issue #19728: add private ensurepip._uninstall CLI 2013-11-30 17:15:09 +10:00
test_enum.py removed Enum.__eq__ as it added nothing 2013-11-13 14:25:45 -08:00
test_enumerate.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
test_eof.py
test_epoll.py
test_errno.py
test_exception_variations.py
test_exceptions.py
test_extcall.py
test_faulthandler.py Issue 19306: Add extra hints to faulthandler stack dumps that they are upside down. 2013-10-20 18:21:02 -07:00
test_fcntl.py
test_file.py
test_file_eintr.py
test_filecmp.py
test_fileinput.py Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. 2013-11-24 23:13:26 +02:00
test_fileio.py
test_finalization.py
test_float.py #17080: improve error message of float/complex when the wrong type is passed. 2013-11-07 19:18:34 +02:00
test_flufl.py
test_fnmatch.py
test_fork1.py
test_format.py Remove failing checks for explicit error messages. 2013-10-13 11:34:01 +01:00
test_fractions.py
test_frame.py
test_ftplib.py Issue #19781: ftplib now supports SSLContext.check_hostname and server name 2013-12-02 02:56:02 +01:00
test_funcattrs.py cleanup the construction of __qualname__ (closes #19301 again) 2013-10-20 17:50:28 -04:00
test_functools.py Issue #19681: Apply a quick and minimal band-aid. 2013-11-22 01:22:47 +01:00
test_future.py
test_future3.py
test_future4.py
test_future5.py
test_gc.py
test_gdb.py Issue #19753: New try to fix test_gdb on System Z buildbot 2013-11-25 10:43:59 +01:00
test_generators.py
test_genericpath.py
test_genexps.py
test_getargs2.py
test_getopt.py
test_getpass.py
test_gettext.py
test_glob.py Issue #8402: Added the escape() function to the glob module. 2013-11-18 13:06:43 +02:00
test_global.py
test_grammar.py
test_grp.py
test_gzip.py Issue #19222: Add support for the 'x' mode to the gzip module. 2013-10-19 00:11:13 +02:00
test_hash.py update siphash24 test values 2013-11-20 13:47:13 +01:00
test_hashlib.py Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs. 2013-10-22 14:59:12 +02:00
test_heapq.py
test_hmac.py Issue #19758: silence PendingDeprecationWarnings in test_hmac 2013-11-24 23:14:16 +01:00
test_html.py #2927: Added the unescape() function to the html module. 2013-11-19 20:28:45 +02:00
test_htmlparser.py #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references. 2013-11-23 19:52:05 +02:00
test_http_cookiejar.py Issue #19606: Use specific asserts in http.cookiejar tests. 2013-11-17 13:45:02 +02:00
test_http_cookies.py
test_httplib.py merge with 3.3 2013-10-27 07:46:09 +01:00
test_httpservers.py merge 3.3 (#19435) 2013-10-30 12:51:16 -04:00
test_idle.py
test_imaplib.py Issue #19782: imaplib now supports SSLContext.check_hostname and server name 2013-12-02 20:01:29 +01:00
test_imp.py Issue #15204: Deprecated the 'U' mode in file-like objects. 2013-11-23 22:12:06 +02:00
test_import.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
test_index.py
test_inspect.py Fix inspect.signature tests for builtins when docstrings are compiled out. 2013-11-23 17:35:48 -08:00
test_int.py
test_int_literal.py
test_io.py Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. 2013-11-24 23:13:26 +02:00
test_ioctl.py
test_ipaddress.py #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS 2013-10-24 09:47:10 -07:00
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_lib2to3.py
test_linecache.py
test_list.py
test_listcomps.py
test_locale.py
test_logging.py Updated test_logging so that errors don't occur in the absence of threading. 2013-09-27 19:08:24 +01:00
test_long.py
test_longexp.py
test_lzma.py #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). 2013-10-28 21:41:24 +01:00
test_macpath.py
test_macurl2path.py Increase the coverage of macurl2path. Patch by Colin Williams. 2013-10-23 21:50:56 -07:00
test_mailbox.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
test_mailcap.py
test_marshal.py Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller. 2013-10-12 22:25:39 +02:00
test_math.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
test_memoryio.py
test_memoryview.py Close #19078: memoryview now supports reversed 2013-10-02 22:06:54 +10:00
test_metaclass.py
test_mimetypes.py Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) 2013-10-22 19:27:34 +01:00
test_minidom.py
test_mmap.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
test_module.py Make some tests more verbose in the face of failure 2013-11-22 13:22:22 -05:00
test_modulefinder.py
test_msilib.py
test_multibytecodec.py
test_multiprocessing_fork.py
test_multiprocessing_forkserver.py
test_multiprocessing_spawn.py
test_namespace_pkgs.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
test_netrc.py #14984: On POSIX, enforce permissions when reading default .netrc. 2013-09-17 20:30:02 -04:00
test_nis.py
test_nntplib.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
test_normalization.py
test_ntpath.py
test_numeric_tower.py
test_opcodes.py
test_openpty.py
test_operator.py
test_optparse.py
test_os.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
test_ossaudiodev.py
test_osx_env.py
test_parser.py
test_pathlib.py Issue #19742: fix a test_pathlib failure when a file owner or group isn't in the system database 2013-11-25 19:51:53 +01:00
test_pdb.py Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye. 2013-11-21 11:30:06 -08:00
test_peepholer.py
test_pep247.py Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC 2013-11-20 17:23:06 +01:00
test_pep277.py
test_pep292.py
test_pep352.py
test_pep380.py
test_pep3120.py
test_pep3131.py
test_pep3151.py
test_pickle.py
test_pickletools.py Issue #19754: Make pickletools.optimize respect the frame size target. 2013-12-01 16:27:46 -08:00
test_pipes.py
test_pkg.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
test_pkgimport.py
test_pkgutil.py Issue #19724: clear out colliding temp module. 2013-11-22 13:55:23 -07:00
test_platform.py #8964: fix platform._sys_version to handle IronPython 2.6+. 2013-10-21 03:03:32 +03:00
test_plistlib.py Issue #14455: plistlib now supports binary plists and has an updated API. 2013-11-21 15:46:49 +01:00
test_poll.py
test_popen.py
test_poplib.py Issue #19784: poplib now supports SSLContext.check_hostname and server name 2013-12-02 20:10:50 +01:00
test_posix.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
test_posixpath.py
test_pow.py
test_pprint.py Issue #19132: The pprint module now supports compact mode. 2013-10-02 11:56:18 +03:00
test_print.py
test_profile.py
test_property.py
test_pstats.py
test_pty.py
test_pulldom.py
test_pwd.py
test_py_compile.py Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa. 2013-10-25 09:21:51 +02:00
test_pyclbr.py
test_pydoc.py Merge with 3.3 2013-11-04 21:44:17 -05:00
test_pyexpat.py
test_queue.py
test_quopri.py
test_raise.py
test_random.py Issue #19588: Merge with 3.3 2013-11-26 14:54:21 -06:00
test_range.py Fix writing out 64-bit size fields on 32-bit builds 2013-11-23 21:05:08 +01:00
test_re.py Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, 2013-11-23 23:20:30 +02:00
test_readline.py
test_regrtest.py rename some more tests to avoid duplicate names (#19123) 2013-09-29 15:18:43 -04:00
test_reprlib.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
test_resource.py test_resource should not assume all attributes are available when they 2013-10-25 15:45:25 -04:00
test_richcmp.py
test_rlcompleter.py
test_robotparser.py
test_runpy.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
test_sax.py
test_sched.py
test_scope.py
test_select.py
test_selectors.py test_selectors: test_timeout fails sometimes on busy (slow) buildbots, relax 2013-11-17 23:46:34 +01:00
test_set.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
test_setcomps.py
test_shelve.py
test_shlex.py
test_shutil.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
test_signal.py
test_site.py merge with 3.3 2013-10-27 09:54:53 +01:00
test_slice.py
test_smtpd.py
test_smtplib.py Closes #6683: add a test that exercises multiple authentication. 2013-11-11 14:03:23 -05:00
test_smtpnet.py Issue #19785: smtplib now supports SSLContext.check_hostname and server name 2013-12-02 20:44:17 +01:00
test_sndhdr.py
test_socket.py Fix test_socket for repr update 2013-11-13 22:10:16 +10:00
test_socketserver.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
test_sort.py
test_source_encoding.py
test_sqlite.py
test_ssl.py Issue #19509: Add SSLContext.check_hostname to match the peer's certificate 2013-12-02 02:41:19 +01:00
test_startfile.py
test_stat.py
test_statistics.py Fix suspicious test case 2013-11-26 01:32:15 +01:00
test_strftime.py Isue #19634: test_y_before_1900() is expected to fail on Solaris 2013-11-23 17:58:26 +01:00
test_string.py
test_stringprep.py
test_strlit.py
test_strptime.py Issue #19545: Avoid chained exceptions while passing stray % to 2013-11-24 18:15:37 +02:00
test_strtod.py Use @bigmemtest more accurately. 2013-11-26 20:29:06 +00:00
test_struct.py
test_structmembers.py
test_structseq.py Issue #19209: fix structseq test 2013-10-12 01:38:52 +02:00
test_subprocess.py Fixes issue #15798: subprocess.Popen() no longer fails if file 2013-12-01 17:27:40 -08:00
test_sunau.py Issue #19641: Added the audioop.byteswap() function to convert big-endian 2013-11-23 22:26:01 +02:00
test_sundry.py merge from 3.3: Increase the test coverage of macurl2path module. Patch by Colin Williams. 2013-10-23 21:55:35 -07:00
test_super.py
test_support.py Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. 2013-10-08 23:04:32 +02:00
test_symtable.py
test_syntax.py
test_sys.py ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 2013-11-20 11:46:18 +01:00
test_sys_setprofile.py
test_sys_settrace.py
test_sysconfig.py Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests. 2013-11-26 17:08:24 +02:00
test_syslog.py
test_tarfile.py Try to fix test_tarfile under Windows 2013-11-24 01:55:05 +01:00
test_tcl.py Print Tk patchlevel in test_tcl in verbose mode (issue19654). 2013-11-20 17:44:28 +02:00
test_telnetlib.py Issue #19842: Refactor BaseSelector to make it an actual usable ABC. 2013-12-01 11:04:17 +01:00
test_tempfile.py Issue14255 Don't flatten case of tempdir 2013-10-25 18:38:16 +01:00
test_textwrap.py Issue #18725: The textwrap module now supports truncating multiline text. 2013-10-15 21:22:54 +03:00
test_thread.py
test_threaded_import.py
test_threadedtempfile.py
test_threading.py Issue #18874: Implement the PEP 454 (tracemalloc) 2013-11-23 12:27:24 +01:00
test_threading_local.py
test_threadsignals.py
test_time.py Issue #19545: Avoid chained exceptions while passing stray % to 2013-11-24 18:17:11 +02:00
test_timeit.py
test_timeout.py
test_tk.py
test_tokenize.py
test_tools.py
test_trace.py
test_traceback.py
test_tracemalloc.py Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames 2013-11-27 22:27:13 +01:00
test_ttk_guionly.py
test_ttk_textonly.py
test_tuple.py
test_typechecks.py
test_types.py
test_ucn.py
test_unary.py
test_unicode.py merge 3.3 (#19729) 2013-11-26 19:24:01 -06:00
test_unicode_file.py
test_unicodedata.py Fix expected checksum for new unicodedata (after full rebuild) 2013-10-11 21:40:55 +02:00
test_unittest.py
test_univnewlines.py
test_unpack.py
test_unpack_ex.py
test_urllib.py
test_urllib2.py
test_urllib2_localnet.py Cleanup this test's modification of os.environ in teardown (this already 2013-11-18 21:10:04 +00:00
test_urllib2net.py
test_urllib_response.py
test_urllibnet.py
test_urlparse.py
test_userdict.py Issue #19664: fix another flake test_userdict test 2013-11-22 03:36:28 +01:00
test_userlist.py
test_userstring.py
test_uu.py
test_uuid.py Skip test_find_mac on Windows (issue #19804). 2013-11-27 08:57:51 +02:00
test_venv.py Issue #19728: don't be sensitive to line endings 2013-11-30 18:35:32 +10:00
test_wait3.py
test_wait4.py
test_warnings.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
test_wave.py Issue #19641: Added the audioop.byteswap() function to convert big-endian 2013-11-23 22:26:01 +02:00
test_weakref.py Issue #19607: Use specific asserts in weakref tests. 2013-11-17 13:20:39 +02:00
test_weakset.py
test_webbrowser.py fix duplicate test name (closes #19126) 2013-09-29 10:48:19 -04:00
test_winreg.py
test_winsound.py Issue #19595: Re-enable a long-disabled test in test_winsound 2013-11-27 23:56:04 -06:00
test_with.py
test_wsgiref.py
test_xdrlib.py
test_xml_dom_minicompat.py
test_xml_etree.py Issue #19815: Fix segfault when parsing empty namespace declaration. 2013-11-28 06:35:40 -08:00
test_xml_etree_c.py
test_xmlrpc.py #19192: Give up on time.xmlrpc.com as an xmlrpc network test. 2013-10-11 12:09:51 -04:00
test_xmlrpc_net.py #19192: Give up on time.xmlrpc.com as an xmlrpc network test. 2013-10-11 12:09:51 -04:00
test_zipfile.py Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. 2013-11-24 23:13:26 +02:00
test_zipfile64.py Issue #17201: ZIP64 extensions now are enabled by default. 2013-11-23 15:55:38 +02:00
test_zipimport.py
test_zipimport_support.py Issue14255 Don't flatten case of tempdir 2013-10-25 18:38:16 +01:00
test_zlib.py Issue #18702: All skipped tests now reported as skipped. 2013-11-03 21:31:38 +02:00
testcodec.py
testtar.tar
tf_inherit_check.py
threaded_import_hangers.py
time_hashlib.py
tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt
tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt
tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt
tokenize_tests.txt
warning_tests.py
win_console_handler.py
xmltests.py
zip_cp437_header.zip
zipdir.zip