cpython/Lib/test
Barry Warsaw 771d33e113 Issue 10687. When --without-pymalloc is given, $VERSION is the same as
$LDVERSION, which screws up the sym/hard-links.  This avoids those games when
$VERSION == $LDVERSION.

Also, include a drive-by fix for an obvious syntax error.
2010-12-13 18:04:23 +00:00
..
capath
crashers
data
decimaltestdata
encoded_modules
json_tests
leakers
sndhdrdata
subprocessdata Issue 10687. When --without-pymalloc is given, $VERSION is the same as 2010-12-13 18:04:23 +00:00
tracedmodules
xmltestdata
185test.db
__init__.py
__main__.py Factor out common code from lib/test/__main__.py and lib/test/regrtest.py into a function. 2010-12-03 12:27:40 +00:00
audiotest.au
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_pep3120.py
buffer_tests.py
cfgparser.1
cfgparser.2
cfgparser.3
check_soundcard.vbs
cjkencodings_test.py
cmath_testcases.txt
curses_tests.py
datetimetester.py Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 2010-12-08 23:31:48 +00:00
dis_module.py
doctest_aliases.py
double_const.py
empty.vbs
exception_hierarchy.txt
floating_points.txt
fork_wait.py
formatfloat_testcases.txt
gdb_sample.py
https_svn_python_org_root.pem
ieee754.txt
inspect_fodder.py
inspect_fodder2.py
keycert.pem
keycert2.pem
list_tests.py
lock_tests.py
make_ssl_certs.py
mapping_tests.py
math_testcases.txt
mock_socket.py
nullcert.pem
outstanding_bugs.py
pickletester.py
profilee.py
pstats.pck
pyclbr_input.py
pydoc_mod.py
pydocfodder.py
pystone.py #1513299: cleanup some map() uses where a comprehension works better. 2010-12-04 10:39:14 +00:00
randv2_32.pck
randv2_64.pck
randv3.pck
re_tests.py
regex_tests.py
regrtest.py More fine-grained monitoring of alterations to logging state 2010-12-05 07:17:25 +00:00
relimport.py
reperf.py
sample_doctest.py
script_helper.py Have script_helper._assert_python strip refcount strings from stderr. 2010-12-08 22:53:00 +00:00
seq_tests.py
sgml_input.html
sha256.pem
Sine-1000Hz-300ms.aif
sortperf.py
ssl_cert.pem
ssl_key.pem
ssl_servers.py
string_tests.py
support.py Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager 2010-12-12 15:24:21 +00:00
svn_python_org_https_cert.pem
symlink_support.py
test___all__.py
test___future__.py
test__locale.py
test_abc.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_abstract_numbers.py
test_aifc.py
test_argparse.py Use proper plural forms in argparse (#4391) 2010-12-04 17:31:49 +00:00
test_array.py #10668: fix wrong call of __init__. 2010-12-10 10:01:44 +00:00
test_ast.py
test_asynchat.py
test_asyncore.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_atexit.py
test_audioop.py
test_augassign.py
test_base64.py
test_bigaddrspace.py
test_bigmem.py
test_binascii.py
test_binhex.py
test_binop.py
test_bisect.py
test_bool.py
test_bufio.py
test_builtin.py Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. 2010-12-04 10:26:46 +00:00
test_bytes.py remove (un)transform methods 2010-12-12 01:33:04 +00:00
test_bz2.py
test_calendar.py
test_call.py
test_capi.py
test_cfgparser.py configparser: mapping protocol access get() handles configparser-specific arguments as well 2010-12-04 17:48:18 +00:00
test_cgi.py
test_charmapcodec.py
test_class.py
test_cmath.py Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. 2010-12-04 15:17:38 +00:00
test_cmd.py
test_cmd_line.py Issue #10601: sys.displayhook uses 'backslashreplace' error handler on 2010-12-04 17:24:33 +00:00
test_cmd_line_script.py
test_code.py
test_codeccallbacks.py
test_codecencodings_cn.py
test_codecencodings_hk.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 remove (un)transform methods 2010-12-12 01:33:04 +00:00
test_codeop.py
test_coding.py
test_collections.py
test_colorsys.py
test_compare.py
test_compile.py
test_compileall.py Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. 2010-12-04 10:26:46 +00:00
test_complex.py Issue 10625: Add tests for negative zeros in complex str and repr. 2010-12-04 15:26:13 +00:00
test_concurrent_futures.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_contains.py
test_contextlib.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_copy.py
test_copyreg.py
test_cprofile.py
test_crypt.py
test_csv.py Fix wrong test code in test_csv (#10602) 2010-12-02 22:16:19 +00:00
test_ctypes.py
test_curses.py
test_datetime.py
test_dbm.py
test_dbm_dumb.py
test_dbm_gnu.py #6045: provide at least get() and setdefault() for all dbm modules. 2010-12-04 09:14:36 +00:00
test_dbm_ndbm.py
test_decimal.py Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. 2010-12-04 15:17:38 +00:00
test_decorators.py
test_defaultdict.py
test_deque.py
test_descr.py return views from dict proxy items/values/keys #10630 2010-12-07 03:46:27 +00:00
test_descrtut.py
test_dict.py
test_dictcomps.py
test_dictviews.py
test_difflib.py
test_difflib_expect.html
test_dis.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_distutils.py
test_doctest.py
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_email.py
test_enumerate.py
test_eof.py
test_epoll.py
test_errno.py
test_exception_variations.py
test_exceptions.py
test_extcall.py
test_fcntl.py
test_file.py
test_filecmp.py
test_fileinput.py
test_fileio.py
test_float.py Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. 2010-12-04 15:17:38 +00:00
test_flufl.py
test_fnmatch.py
test_fork1.py Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom of actually relying on this remains questionable!) 2010-12-02 04:11:46 +00:00
test_format.py
test_fractions.py Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. 2010-12-04 15:17:38 +00:00
test_frozen.py
test_ftplib.py
test_funcattrs.py
test_functools.py Issue #4113: Added custom __repr__ method to functools.partial. 2010-12-01 20:05:49 +00:00
test_future.py
test_future1.py
test_future2.py
test_future3.py
test_future4.py
test_future5.py
test_gc.py
test_gdb.py
test_generators.py
test_genericpath.py
test_genexps.py
test_getargs2.py
test_getopt.py
test_gettext.py
test_glob.py Fix #9333. Expose os.symlink on Windows only when usable. 2010-12-02 18:29:18 +00:00
test_global.py
test_grammar.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 #1486713: Add a tolerant mode to HTMLParser. 2010-12-03 04:06:39 +00:00
test_http_cookiejar.py
test_http_cookies.py
test_httplib.py
test_httpservers.py Fix #9333. Expose os.symlink on Windows only when usable. 2010-12-02 18:29:18 +00:00
test_imaplib.py
test_imp.py
test_import.py
test_importhooks.py
test_importlib.py
test_index.py
test_inspect.py Issue4335: Added a test for inspect.getsourcelines with a module without EOL at EOF. 2010-12-02 00:10:11 +00:00
test_int.py Issue #10557: Fixed error messages from float() and other numeric 2010-12-04 03:38:46 +00:00
test_int_literal.py
test_io.py Issue #10478: Reentrant calls inside buffered IO objects (for example by 2010-12-03 18:41:39 +00:00
test_ioctl.py
test_isinstance.py
test_iter.py
test_iterlen.py
test_itertools.py Update the itertools.accumulate() docs. 2010-12-03 02:33:53 +00:00
test_json.py
test_keywordonlyarg.py
test_kqueue.py
test_largefile.py
test_lib2to3.py
test_linecache.py
test_list.py
test_listcomps.py having three copies of the same test is surely a bit excessive 2010-12-12 01:46:43 +00:00
test_locale.py
test_logging.py logging: added handler of last resort. 2010-12-10 11:42:57 +00:00
test_long.py Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. 2010-12-04 15:17:38 +00:00
test_longexp.py
test_macpath.py
test_mailbox.py
test_marshal.py
test_math.py Issue #10624: Move requires_IEEE_754 into test.support. I'll fix up other uses of it shortly. 2010-12-04 13:32:18 +00:00
test_memoryio.py
test_memoryview.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_metaclass.py
test_mimetypes.py
test_minidom.py
test_mmap.py
test_module.py
test_modulefinder.py
test_multibytecodec.py
test_multibytecodec_support.py
test_multiprocessing.py
test_mutants.py
test_netrc.py #10464: fix netrc handling of lines with embedded '#" characters. 2010-12-02 02:58:07 +00:00
test_nis.py
test_nntplib.py
test_normalization.py
test_ntpath.py Should use posix_error here. 2010-12-05 04:16:47 +00:00
test_numeric_tower.py
test_opcodes.py
test_openpty.py
test_operator.py
test_optparse.py
test_os.py Avoid possible zombi process. 2010-12-05 02:41:46 +00:00
test_ossaudiodev.py
test_osx_env.py
test_parser.py
test_pdb.py Fix test suite to not activate new sigint behavior in pdb. 2010-12-04 17:11:36 +00:00
test_peepholer.py
test_pep247.py
test_pep263.py
test_pep277.py
test_pep292.py
test_pep352.py
test_pep3120.py
test_pep3131.py
test_pickle.py
test_pickletools.py
test_pipes.py
test_pkg.py
test_pkgimport.py
test_pkgutil.py
test_platform.py Fix #9333. Expose os.symlink on Windows only when usable. 2010-12-02 18:29:18 +00:00
test_plistlib.py
test_poll.py
test_popen.py
test_poplib.py
test_posix.py
test_posixpath.py Fix #9333. Expose os.symlink on Windows only when usable. 2010-12-02 18:29:18 +00:00
test_pow.py
test_pprint.py
test_print.py
test_profile.py
test_property.py
test_pstats.py
test_pty.py
test_pwd.py
test_pyclbr.py
test_pydoc.py Handle Windows paths and don't double up on HTML header sections in new pydoc URL handler 2010-12-03 16:08:46 +00:00
test_pyexpat.py Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 2010-12-08 23:31:48 +00:00
test_queue.py
test_quopri.py
test_raise.py
test_random.py Update whatsnew. Salt the random number seed. 2010-12-08 01:13:53 +00:00
test_range.py Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). 2010-12-03 14:26:13 +00:00
test_re.py
test_readline.py
test_reprlib.py
test_resource.py
test_richcmp.py
test_rlcompleter.py
test_robotparser.py
test_runpy.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_sax.py
test_sched.py
test_scope.py
test_select.py
test_set.py
test_setcomps.py
test_shelve.py #7905: Actually respect the keyencoding parameter to shelve.Shelf. 2010-12-04 11:12:43 +00:00
test_shlex.py
test_shutil.py Temporarily disable newly failing test for the release. 2010-12-05 07:51:39 +00:00
test_signal.py
test_site.py
test_slice.py
test_smtpd.py #1745035: add limits for command and data size to smtpd; patch by Savio Sena. 2010-12-03 07:38:22 +00:00
test_smtplib.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_smtpnet.py
test_sndhdr.py
test_socket.py Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 2010-12-08 23:31:48 +00:00
test_socketserver.py
test_sort.py
test_sqlite.py
test_ssl.py Issue #10272: The ssl module now raises socket.timeout instead of a generic 2010-12-03 19:59:41 +00:00
test_startfile.py
test_strftime.py
test_string.py
test_stringprep.py
test_strlit.py
test_strptime.py
test_strtod.py
test_struct.py
test_structmembers.py
test_structseq.py
test_subprocess.py issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from 2010-12-13 07:59:39 +00:00
test_sunau.py
test_sundry.py
test_super.py
test_symtable.py
test_syntax.py
test_sys.py Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). 2010-12-03 14:26:13 +00:00
test_sys_setprofile.py
test_sys_settrace.py
test_sysconfig.py Fix #9333. Expose os.symlink on Windows only when usable. 2010-12-02 18:29:18 +00:00
test_syslog.py Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 2010-12-08 23:31:48 +00:00
test_tarfile.py Fix #9333. Expose os.symlink on Windows only when usable. 2010-12-02 18:29:18 +00:00
test_tcl.py
test_telnetlib.py
test_tempfile.py Captured IO streams with embedded backslashes are always such a fun combination... 2010-12-13 16:32:51 +00:00
test_textwrap.py
test_thread.py
test_threaded_import.py
test_threadedtempfile.py
test_threading.py
test_threading_local.py
test_threadsignals.py
test_time.py
test_timeout.py
test_tk.py
test_tokenize.py
test_trace.py
test_traceback.py
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 Issue #10557: Fixed error messages from float() and other numeric 2010-12-04 03:38:46 +00:00
test_unicode_file.py
test_unicodedata.py
test_unittest.py Fix so that test.test_unittest can be executed by unittest and not just regrtest 2010-12-03 19:20:44 +00:00
test_univnewlines.py
test_unpack.py
test_unpack_ex.py
test_urllib.py
test_urllib2.py
test_urllib2_localnet.py
test_urllib2net.py
test_urllib_response.py
test_urllibnet.py
test_urlparse.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_userdict.py
test_userlist.py
test_userstring.py
test_uu.py
test_uuid.py
test_wait3.py
test_wait4.py
test_warnings.py
test_wave.py
test_weakref.py
test_weakset.py #10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does. 2010-12-03 07:55:44 +00:00
test_winreg.py
test_winsound.py
test_with.py
test_wsgiref.py
test_xdrlib.py
test_xml_etree.py
test_xml_etree_c.py Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 2010-12-08 23:31:48 +00:00
test_xmlrpc.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_xmlrpc_net.py
test_zipfile.py Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. 2010-12-04 10:26:46 +00:00
test_zipfile64.py
test_zipimport.py
test_zipimport_support.py Fix test suite to not activate new sigint behavior in pdb. 2010-12-04 17:11:36 +00:00
test_zlib.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00: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 Fixed typo in comment. 2010-12-09 11:13:30 +00:00
xmltests.py
zipdir.zip