cpython/Lib/test
2012-08-02 21:26:03 +10:00
..
capath
cjkencodings
crashers
data
decimaltestdata
encoded_modules
json_tests
leakers
namespace_pkgs
sndhdrdata
subprocessdata
test_email Merge #15232: correctly mangle From lines in MIME preamble and epilogue 2012-07-22 21:53:54 -04:00
test_importlib Issue #15502: Bring the importlib ABCs into line with the current state of the import protocols given PEP 420. Original patch by Eric Snow. 2012-08-02 21:26:03 +10:00
tracedmodules
xmltestdata
185test.db
__init__.py
__main__.py
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
cmath_testcases.txt
curses_tests.py
datetimetester.py
dh512.pem
dis_module.py
doctest_aliases.py
double_const.py
empty.vbs
exception_hierarchy.txt
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
list_tests.py
lock_tests.py
mailcap.txt
make_ssl_certs.py
mapping_tests.py
math_testcases.txt
memory_watchdog.py
mime.types
mock_socket.py
multibytecodec_support.py
nokia.pem
nullcert.pem
outstanding_bugs.py
pickletester.py Issue #15079: make a test applicable to both C and Python versions of the pickle module. 2012-06-26 23:05:27 +02:00
profilee.py
pstats.pck
pyclbr_input.py
pydoc_mod.py
pydocfodder.py
pystone.py
randv2_32.pck
randv2_64.pck
randv3.pck
re_tests.py
regrtest.py Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. 2012-07-26 00:47:15 +02:00
relimport.py
reperf.py
sample_doctest.py
script_helper.py
seq_tests.py
sgml_input.html
sha256.pem
Sine-1000Hz-300ms.aif
sortperf.py
ssl_cert.pem
ssl_key.passwd.pem
ssl_key.pem
ssl_servers.py
string_tests.py
support.py Issue #15467: Merge 3.2 2012-07-29 16:38:45 +02:00
test___all__.py
test___future__.py
test__locale.py
test__osx_support.py Issue #15184: Fix test__remove_unsupported_archs failures on 10.6 2012-07-21 22:35:16 -07:00
test_abc.py
test_abstract_numbers.py
test_aifc.py
test_argparse.py Merge #13922: argparse no longer incorrectly strips '--' after the first one. 2012-07-21 22:56:49 -04:00
test_array.py
test_ast.py test AST base type garbage collection 2012-07-08 11:13:36 -07:00
test_asynchat.py
test_asyncore.py
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_buffer.py Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. 2012-07-28 12:25:55 +02:00
test_bufio.py
test_builtin.py Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin. 2012-07-08 12:08:45 +02:00
test_bytes.py
test_bz2.py
test_calendar.py
test_call.py
test_capi.py
test_cgi.py
test_cgitb.py
test_charmapcodec.py
test_class.py
test_cmath.py
test_cmd.py
test_cmd_line.py
test_cmd_line_script.py Fix typo in a comment (noticed by Terry Reedy) 2012-07-15 23:13:18 +10:00
test_code.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 Port additional tests from #14579 (the issue is already fixed). 2012-07-21 00:47:48 +02:00
test_codeop.py
test_coding.py
test_collections.py
test_colorsys.py
test_compare.py
test_compile.py
test_compileall.py
test_complex.py
test_concurrent_futures.py
test_configparser.py Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs 2012-07-07 18:54:08 +02:00
test_contains.py
test_contextlib.py
test_copy.py
test_copyreg.py
test_cprofile.py
test_crashers.py
test_crypt.py
test_csv.py
test_ctypes.py
test_curses.py
test_datetime.py
test_dbm.py
test_dbm_dumb.py
test_dbm_gnu.py
test_dbm_ndbm.py
test_decimal.py
test_decorators.py
test_defaultdict.py
test_deque.py
test_descr.py
test_descrtut.py
test_devpoll.py
test_dict.py
test_dictcomps.py
test_dictviews.py
test_difflib.py
test_difflib_expect.html
test_dis.py
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_enumerate.py
test_eof.py
test_epoll.py
test_errno.py
test_exception_variations.py
test_exceptions.py Issue #1692335: Move initial args assignment to BaseException.__new__ 2012-07-28 17:45:28 +01:00
test_extcall.py
test_faulthandler.py Issue #15463: Write a test for faulthandler truncating the name of functions 2012-08-01 19:45:34 +02:00
test_fcntl.py
test_file.py
test_file_eintr.py
test_filecmp.py
test_fileinput.py
test_fileio.py Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 2012-07-06 18:52:58 +02:00
test_float.py
test_flufl.py
test_fnmatch.py
test_fork1.py
test_format.py
test_fractions.py
test_frozen.py
test_ftplib.py
test_funcattrs.py
test_functools.py
test_future.py
test_future3.py
test_future4.py
test_future5.py
test_gc.py
test_gdb.py Issue #12605: Show information on more C frames within gdb backtraces 2012-06-27 14:15:34 -04:00
test_generators.py
test_genericpath.py Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows 2012-08-01 20:03:49 +02:00
test_genexps.py
test_getargs2.py
test_getopt.py
test_gettext.py
test_glob.py
test_global.py
test_grammar.py
test_grp.py
test_gzip.py
test_hash.py
test_hashlib.py Consistently raise a TypeError when a non str is passed to hashlib.new 2012-07-21 21:20:44 -07:00
test_heapq.py
test_hmac.py Issue #15225: improve error message when hmac is passed a wrong key type. 2012-06-30 17:27:56 +02:00
test_html.py
test_htmlparser.py
test_http_cookiejar.py
test_http_cookies.py
test_httplib.py
test_httpservers.py
test_imaplib.py
test_imp.py Issue #15056: imp.cache_from_source() and source_from_cache() raise 2012-07-09 13:58:07 -04:00
test_import.py Issue #15425: Don't rely on the assumption that the current working directory is on sys.path (this will hopefully appease the XP buildbots) 2012-07-31 21:39:42 +10:00
test_importhooks.py
test_index.py
test_inspect.py Fix test_inspect messing up with linecache.cache. 2012-07-08 13:48:46 +02:00
test_int.py
test_int_literal.py
test_io.py Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. 2012-07-29 19:04:57 +02:00
test_ioctl.py
test_ipaddress.py Issue 14814: The new systematic tests aren't just about error reporting any more - change names accordingly. Added and tweaked some example to ensure they were covering the intended code paths 2012-07-08 23:06:45 +10:00
test_isinstance.py
test_iter.py
test_iterlen.py
test_itertools.py
test_json.py
test_keywordonlyarg.py
test_kqueue.py
test_largefile.py
test_lib2to3.py
test_linecache.py
test_list.py Issue #8847: Merge with 3.2 2012-08-01 11:09:55 +02:00
test_listcomps.py
test_locale.py
test_logging.py Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks to Yuriy Syrovetskiy for the report and Juancarlo Añez for the patch on which this fix is based. 2012-07-03 21:36:36 +01:00
test_long.py
test_longexp.py
test_lzma.py
test_macpath.py
test_mailbox.py #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() 2012-06-29 15:12:54 +03:00
test_mailcap.py
test_marshal.py
test_math.py
test_memoryio.py Better test for BytesIO.__sizeof__, now that the struct module supports (s)size_t. 2012-07-30 13:58:42 +02:00
test_memoryview.py
test_metaclass.py
test_mimetypes.py
test_minidom.py Issue #15296: Fix minidom.toxml/toprettyxml for non-unicode encodings. Patch by Serhiy Storchaka, with some minor style adjustments by me. 2012-07-13 09:52:39 +03:00
test_mmap.py
test_module.py
test_modulefinder.py
test_msilib.py
test_multibytecodec.py
test_multiprocessing.py Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. 2012-07-27 14:19:00 +01:00
test_namespace_pkgs.py Fix another import error. 2012-07-20 15:42:34 -04:00
test_netrc.py
test_nis.py
test_nntplib.py Backport test_nntplib fixes from default. 2012-06-25 18:08:54 +02:00
test_normalization.py
test_ntpath.py
test_numeric_tower.py
test_opcodes.py
test_openpty.py
test_operator.py
test_optparse.py #4640: Add optparse tests for '-xxx' invalid when defining options. 2012-07-15 20:12:24 -04:00
test_os.py Issue #15202: Consistently use the name "follow_symlinks" for 2012-07-15 10:57:38 -07:00
test_ossaudiodev.py
test_osx_env.py
test_parser.py
test_pdb.py
test_peepholer.py
test_pep247.py
test_pep263.py
test_pep277.py
test_pep292.py
test_pep352.py
test_pep380.py
test_pep3120.py
test_pep3131.py
test_pep3151.py Issue #15229: An OSError subclass whose __init__ doesn't call back 2012-06-30 23:37:47 +02:00
test_pickle.py
test_pickletools.py
test_pipes.py
test_pkg.py
test_pkgimport.py
test_pkgutil.py Issue #15314: Tweak a pkgutil test to hopefully be more Windows friendly 2012-07-17 21:37:58 +10:00
test_platform.py
test_plistlib.py
test_poll.py
test_popen.py
test_poplib.py
test_posix.py Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATA 2012-07-07 14:56:04 +02:00
test_posixpath.py Use posixpath.join() explicitely in posixpath.join() test 2012-07-17 14:29:33 +02:00
test_pow.py
test_pprint.py Fix test_pprint random dict ordering. 2012-07-21 12:45:02 +02: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
test_pyclbr.py
test_pydoc.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_reprlib.py
test_resource.py
test_richcmp.py
test_rlcompleter.py
test_robotparser.py
test_runpy.py Merge Issue #15230 OS X buildbot fix from 3.2 2012-07-17 20:43:40 +10:00
test_sax.py
test_sched.py
test_scope.py
test_select.py
test_set.py
test_setcomps.py
test_shelve.py
test_shlex.py
test_shutil.py #1492704: Backout and wait for 3.4 2012-07-19 21:41:02 +02:00
test_signal.py
test_site.py
test_slice.py
test_smtpd.py
test_smtplib.py
test_smtpnet.py
test_sndhdr.py
test_socket.py #15284: Skip {send,recv}msg tests with disabled IPv6 2012-07-08 09:53:57 +02:00
test_socketserver.py
test_sort.py
test_sqlite.py
test_ssl.py
test_startfile.py
test_stat.py
test_strftime.py
test_string.py
test_stringprep.py
test_strlit.py
test_strptime.py
test_strtod.py
test_struct.py Issue #15467: Merge 3.2 2012-07-29 16:38:45 +02:00
test_structmembers.py
test_structseq.py
test_subprocess.py
test_sunau.py
test_sundry.py
test_super.py
test_support.py
test_symtable.py
test_syntax.py
test_sys.py Issue #15467: Merge 3.2 2012-07-29 16:38:45 +02:00
test_sys_setprofile.py
test_sys_settrace.py
test_sysconfig.py Issue #15364: Fix test_srcdir for the installed case. 2012-07-27 23:37:04 -07:00
test_syslog.py
test_tarfile.py
test_tcl.py
test_telnetlib.py one more test fix for systems without select.poll. tested by deleting 2012-07-16 15:49:19 -07:00
test_tempfile.py
test_textwrap.py
test_thread.py
test_threaded_import.py
test_threadedtempfile.py
test_threading.py Better diagnose test failure 2012-06-29 19:40:54 +02:00
test_threading_local.py
test_threadsignals.py
test_time.py
test_timeit.py
test_timeout.py
test_tk.py
test_tokenize.py Merge branch 2012-07-07 12:26:56 +02:00
test_tools.py Avoid using scrdir, it's broken. 2012-06-28 01:20:26 +02:00
test_trace.py
test_traceback.py
test_ttk_guionly.py
test_ttk_textonly.py
test_tuple.py Issue #8847: Merge with 3.2 2012-08-01 11:09:55 +02:00
test_typechecks.py
test_types.py
test_ucn.py
test_unary.py
test_unicode.py
test_unicode_file.py
test_unicodedata.py
test_unittest.py
test_univnewlines.py
test_unpack.py
test_unpack_ex.py
test_urllib.py revert the changes done for issue14826 - quoting witin Request is not desirable. 2012-07-08 18:00:47 -07:00
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_uu.py
test_uuid.py
test_venv.py Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren. 2012-07-17 17:33:46 +01:00
test_wait3.py
test_wait4.py
test_warnings.py
test_wave.py
test_weakref.py
test_weakset.py
test_winreg.py Try other approach to fix issue #15334. 2012-07-13 22:46:41 +02:00
test_winsound.py
test_with.py
test_wsgiref.py Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term. 2012-07-07 14:29:58 -07:00
test_xdrlib.py
test_xml_etree.py Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a test to make sure it keeps working 2012-07-17 05:45:11 +03:00
test_xml_etree_c.py Issue #15467: Merge 3.2 2012-07-29 16:38:45 +02:00
test_xmlrpc.py Add tests to marshall double with xmlrpc.client. 2012-07-07 17:03:25 +02:00
test_xmlrpc_net.py
test_zipfile.py Issue #9239: add tests for modifying zipfile comments in append mode. 2012-06-30 17:32:41 +02:00
test_zipfile64.py
test_zipimport.py
test_zipimport_support.py
test_zlib.py
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