You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Victor Stinner 24bd028092 Issue #19952: test_asyncio: relax timings of Windows events, buildbots are 12 years ago
..
audiodata Issue #19261: Added support for writing 24-bit samples in the sunau module. 12 years ago
capath Followup on r81233: fix test_ssl with OpenSSL < 1.0.0. 16 years ago
cjkencodings Issue #13590: Improve support for OS X Xcode 4: 14 years ago
crashers Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
data Issue #13590: Improve support for OS X Xcode 4: 14 years ago
decimaltestdata Issue #13590: Improve support for OS X Xcode 4: 14 years ago
encoded_modules Issue #9308: Removed redundant coding cookies. Added tests for 15 years ago
leakers Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
namespace_pkgs Give test directory a more reasonable name. 14 years ago
sndhdrdata Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. 16 years ago
subprocessdata Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
support Issue #18874: Implement the PEP 454 (tracemalloc) 12 years ago
test_asyncio Issue #19952: test_asyncio: relax timings of Windows events, buildbots are 12 years ago
test_email #19063: fix set_payload handling of non-ASCII string input. 12 years ago
test_importlib Issue #18864: Add a setter for ModuleSpec.has_location. 12 years ago
test_json Issue #11489: JSON decoder now accepts lone surrogates. 12 years ago
tracedmodules Merged revisions 84994 via svnmerge from 16 years ago
xmltestdata Move the xml test data to their own directory. 16 years ago
185test.db Data file for bsddb185 test 23 years ago
Sine-1000Hz-300ms.aif Fix issue 2245. aifc now skips any chunk type it doesn't actually 17 years ago
__init__.py Add __init__.py to test package. 29 years ago
__main__.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_test_multiprocessing.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
audiotest.au Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes 16 years ago
audiotests.py Issue #19641: Added the audioop.byteswap() function to convert big-endian 12 years ago
autotest.py Complete the absolute import patch for the test suite. All relative 24 years ago
bad_coding.py - Fix segfault with invalid coding. 21 years ago
bad_coding2.py Rip out all the u"..." literals and calls to unicode(). 19 years ago
badcert.pem More work on SSL support. 19 years ago
badkey.pem More work on SSL support. 19 years ago
badsyntax_3131.py Implement PEP 3131. Add isidentifier to str. 19 years ago
badsyntax_future3.py SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald 22 years ago
badsyntax_future4.py SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald 22 years ago
badsyntax_future5.py SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald 22 years ago
badsyntax_future6.py SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald 22 years ago
badsyntax_future7.py SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald 22 years ago
badsyntax_future8.py Fix most trivially-findable print statements. 19 years ago
badsyntax_future9.py Fix most trivially-findable print statements. 19 years ago
badsyntax_future10.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
badsyntax_pep3120.py Implement PEP 3120. 19 years ago
buffer_tests.py #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). 12 years ago
bytecode_helper.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
cfgparser.1 ConfigParser: 22 years ago
cfgparser.2 Add missing file. 16 years ago
cfgparser.3 #9411: allow selecting an encoding for configparser files. Also adds a new test config file to test special cases. 16 years ago
check_soundcard.vbs Set eol-style to native. 20 years ago
cmath_testcases.txt Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to 15 years ago
curses_tests.py convert shebang lines: python -> python3 16 years ago
datetimetester.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
dh512.pem Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dis_module.py Merged revisions 55631-55794 via svnmerge from 19 years ago
doctest_aliases.py Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from 17 years ago
double_const.py #2621 rename test.test_support to test.support 18 years ago
empty.vbs Add a simple test for os.startfile(). 20 years ago
exception_hierarchy.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
final_a.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
final_b.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
floating_points.txt Issue #7632: Fix a problem with _Py_dg_strtod that could lead to 16 years ago
fork_wait.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
formatfloat_testcases.txt Add testcases from bug report #9980. 16 years ago
future_test1.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
future_test2.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gdb_sample.py Issue #8380: Port gdb/libpython to 3.x. 16 years ago
https_svn_python_org_root.pem Update root certificate to CAcert. 16 years ago
ieee754.txt Issue #7534: Fix handling of nans, infinities, and negative zero in ** 16 years ago
inspect_fodder.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
inspect_fodder2.py fix inspect.formatargspec on functions with keyword-only arguments without defaults #4959 17 years ago
keycert.passwd.pem Issue #13590: Improve support for OS X Xcode 4: 14 years ago
keycert.pem Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the 16 years ago
keycert2.pem Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and 16 years ago
keycert3.pem Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
keycert4.pem Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
list_tests.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
lock_tests.py Issue #8799: Reduce timing sensitivity of condition test by explicitly 12 years ago
mailcap.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
make_ssl_certs.py Issue #8813: Add SSLContext.verify_flags to change the verification flags 12 years ago
mapping_tests.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
math_testcases.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
memory_watchdog.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
mime.types Issue #13590: Improve support for OS X Xcode 4: 14 years ago
mock_socket.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
mp_fork_bomb.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
multibytecodec_support.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
nokia.pem Issue #13590: Improve support for OS X Xcode 4: 14 years ago
nullbytecert.pem Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
nullcert.pem More work on SSL support. 19 years ago
outstanding_bugs.py #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
pickletester.py Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. 12 years ago
profilee.py * Use the same code to profile for test_profile and test_cprofile. 18 years ago
pstats.pck #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file. 15 years ago
pycacert.pem Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
pycakey.pem Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
pyclbr_input.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pydoc_mod.py Issue #10446: Several changes to module documentation generated by pydoc: 15 years ago
pydocfodder.py Merged revisions 60176-60209 via svnmerge from 18 years ago
pystone.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
randv2_32.pck Issue #1727780: Support loading pickles of random.Random objects created 18 years ago
randv2_64.pck Issue #1727780: Support loading pickles of random.Random objects created 18 years ago
randv3.pck Issue #1727780: Support loading pickles of random.Random objects created 18 years ago
re_tests.py convert shebang lines: python -> python3 16 years ago
regrtest.py ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 12 years ago
relimport.py Issue #2400: Allow relative imports to "import *". 18 years ago
reperf.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
revocation.crl Issue #8813: Add SSLContext.verify_flags to change the verification flags 12 years ago
sample_doctest.py Fix a bunch of doctests with the -d option of refactor.py. 19 years ago
sample_doctest_no_docstrings.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
sample_doctest_no_doctests.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
script_helper.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
seq_tests.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
sgml_input.html As mentioned on python-dev, reverting patch #1504333 because it introduced 20 years ago
sha256.pem Issue #13590: Improve support for OS X Xcode 4: 14 years ago
sortperf.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
ssl_cert.pem Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the 16 years ago
ssl_key.passwd.pem Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ssl_key.pem Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the 16 years ago
ssl_servers.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
ssltests.py normalize white space 12 years ago
string_tests.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test___all__.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test___future__.py convert shebang lines: python -> python3 16 years ago
test__locale.py Issue #15164: Change return value of platform.uname() from a 14 years ago
test__opcode.py Don't attempt to run the _opcode test if it wasn't built. 12 years ago
test__osx_support.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
test_abc.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_abstract_numbers.py Issue #19926: Removed unneeded test_main from test_abstract_numbers. 12 years ago
test_aifc.py Issue #19641: Added the audioop.byteswap() function to convert big-endian 12 years ago
test_argparse.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_array.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_ast.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_asynchat.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_asyncore.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_atexit.py Issue #18874: Implement the PEP 454 (tracemalloc) 12 years ago
test_audioop.py Issue #19641: Added the audioop.byteswap() function to convert big-endian 12 years ago
test_augassign.py #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
test_base64.py Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. 12 years ago
test_bigaddrspace.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_bigmem.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_binascii.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_binhex.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_binop.py Syntax cleanup. 16 years ago
test_bisect.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_bool.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_buffer.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_bufio.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_builtin.py Issue #3158: doctest can now find doctests in functions and methods 12 years ago
test_bytes.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_bz2.py Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. 12 years ago
test_calendar.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_call.py #2621 rename test.test_support to test.support 18 years ago
test_capi.py Fix inspect.signature tests for builtins when docstrings are compiled out. 12 years ago
test_cgi.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_cgitb.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_charmapcodec.py #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
test_class.py #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
test_cmath.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_cmd.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_cmd_line.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_cmd_line_script.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_code.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_code_module.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_codeccallbacks.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_codecencodings_cn.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_codecencodings_hk.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_codecencodings_iso2022.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_codecencodings_jp.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_codecencodings_kr.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_codecencodings_tw.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_codecmaps_cn.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_codecmaps_hk.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_codecmaps_jp.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_codecmaps_kr.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_codecmaps_tw.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_codecs.py Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. 12 years ago
test_codeop.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
test_collections.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_colorsys.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_compare.py #2621 rename test.test_support to test.support 18 years ago
test_compile.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_compileall.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_complex.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_concurrent_futures.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_configparser.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_contains.py use assert[Not]In where appropriate 16 years ago
test_contextlib.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_copy.py Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. 12 years ago
test_copyreg.py #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
test_cprofile.py touch _lsprof's clear() method for C code coverage 12 years ago
test_crashers.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_crypt.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_csv.py Merge: #19449: Handle non-string keys when generating 'fieldnames' error. 12 years ago
test_ctypes.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_curses.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_datetime.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_dbm.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_dbm_dumb.py Close #19282: Native context management in dbm 12 years ago
test_dbm_gnu.py Close #19282: Native context management in dbm 12 years ago
test_dbm_ndbm.py Close #19282: Native context management in dbm 12 years ago
test_decimal.py Avoid UnicodeEncodeError by only printing ASCII. 12 years ago
test_decorators.py #2621 rename test.test_support to test.support 18 years ago
test_defaultdict.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_deque.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_descr.py Fix whitespace 12 years ago
test_descrtut.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_devpoll.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_dict.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_dictcomps.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_dictviews.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_difflib.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_difflib_expect.html Whitespace normalization. test_difflib passes again. 22 years ago
test_dis.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_distutils.py Merged revisions 75860 via svnmerge from 16 years ago
test_doctest.py Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. 12 years ago
test_doctest.txt Kill off softspace completely (except in formatter.py which seems to have 19 years ago
test_doctest2.py Issue #9308: Removed redundant coding cookies. Added tests for 15 years ago
test_doctest2.txt Fixed a small bug. doctest didn't handle unicode docstrings containing 22 years ago
test_doctest3.txt Bug #2565: The repr() of type objects now calls them 'class', 18 years ago
test_doctest4.txt Fix test_doctest: drop u prefixes; explicitly declare 19 years ago
test_docxmlrpc.py Issue #19535: Fixed test_docxmlrpc when python is run with -OO. 12 years ago
test_dummy_thread.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_dummy_threading.py Merged revisions 65824 via svnmerge from 18 years ago
test_dynamic.py Add some tests for ways users can change or shadow globals and builtins. 16 years ago
test_dynamicclassattribute.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_ensurepip.py Issue #19728: add private ensurepip._uninstall CLI 12 years ago
test_enum.py removed Enum.__eq__ as it added nothing 12 years ago
test_enumerate.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_eof.py convert shebang lines: python -> python3 16 years ago
test_epoll.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_errno.py Issue 9916: Add some missing errno symbols. 16 years ago
test_exception_variations.py #2621 rename test.test_support to test.support 18 years ago
test_exceptions.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_extcall.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_faulthandler.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_fcntl.py Solaris needs a readable file for shared lock 12 years ago
test_file.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_file_eintr.py Fixes issue #12268: File readline, readlines and read() or readall() methods 14 years ago
test_filecmp.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_fileinput.py Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. 12 years ago
test_fileio.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_finalization.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_float.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_flufl.py The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! 17 years ago
test_fnmatch.py Issue 7846: fnmatch cache can grow without bound 16 years ago
test_fork1.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_format.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_fractions.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_frame.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_ftplib.py Issue #19781: ftplib now supports SSLContext.check_hostname and server name 12 years ago
test_funcattrs.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_functools.py Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and 12 years ago
test_future.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_future3.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_future4.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_future5.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_gc.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_gdb.py Issue #19753: New try to fix test_gdb on System Z buildbot 12 years ago
test_generators.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_genericpath.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_genexps.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_getargs2.py Issue #17576: Deprecation warning emitted now when __int__() or __index__() 12 years ago
test_getopt.py #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
test_getpass.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_gettext.py Prevent ResourceWarnings in test_gettext 15 years ago
test_glob.py Issue #8402: Added the escape() function to the glob module. 12 years ago
test_global.py (partially) 16 years ago
test_grammar.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_grp.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_gzip.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_hash.py update siphash24 test values 12 years ago
test_hashlib.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_heapq.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_hmac.py Issue #19758: silence PendingDeprecationWarnings in test_hmac 12 years ago
test_html.py #2927: Added the unescape() function to the html module. 12 years ago
test_htmlparser.py #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references. 12 years ago
test_http_cookiejar.py Issue #19606: Use specific asserts in http.cookiejar tests. 12 years ago
test_http_cookies.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_httplib.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_httpservers.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_idle.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_imaplib.py Issue #19857: Make sure that test_imaplib reaps server threads even in face of 12 years ago
test_imp.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_import.py Implement PEP 451 (ModuleSpec). 12 years ago
test_index.py Issue #17576: Deprecation warning emitted now when __int__() or __index__() 12 years ago
test_inspect.py Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and 12 years ago
test_int.py Issue #17576: Deprecation warning emitted now when __int__() or __index__() 12 years ago
test_int_literal.py #2621 rename test.test_support to test.support 18 years ago
test_io.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_ioctl.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_ipaddress.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_isinstance.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_iter.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_iterlen.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_itertools.py Issue #15475: Add __sizeof__ implementations for itertools objects. 12 years ago
test_keyword.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_keywordonlyarg.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_kqueue.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_largefile.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_lib2to3.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_linecache.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_list.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_listcomps.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_locale.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_logging.py Added some diagnostics to help with #19690. 12 years ago
test_long.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_longexp.py #2621 rename test.test_support to test.support 18 years ago
test_lzma.py Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. 12 years ago
test_macpath.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_macurl2path.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_mailbox.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_mailcap.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_marshal.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_math.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_memoryio.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_memoryview.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_metaclass.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_mimetypes.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_minidom.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_mmap.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_module.py Make some tests more verbose in the face of failure 12 years ago
test_modulefinder.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_msilib.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_multibytecodec.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_multiprocessing_fork.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_multiprocessing_forkserver.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_multiprocessing_spawn.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_namespace_pkgs.py Implement PEP 451 (ModuleSpec). 12 years ago
test_netrc.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_nis.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_nntplib.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_normalization.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_ntpath.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_numeric_tower.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_opcodes.py #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
test_openpty.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_operator.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_optparse.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_os.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_ossaudiodev.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_osx_env.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_parser.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_pathlib.py Test same drive in different cases (issue #19908). 12 years ago
test_pdb.py Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye. 12 years ago
test_peepholer.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_pep247.py Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC 12 years ago
test_pep277.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_pep292.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_pep352.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_pep380.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_pep3120.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_pep3131.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_pep3151.py Issue #15229: An OSError subclass whose __init__ doesn't call back 14 years ago
test_pickle.py Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. 12 years ago
test_pickletools.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_pipes.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_pkg.py Implement PEP 451 (ModuleSpec). 12 years ago
test_pkgimport.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_pkgutil.py Issue #19724: clear out colliding temp module. 12 years ago
test_platform.py Update copyright. The four year increment is intentional (to save work). 12 years ago
test_plistlib.py Issue #14455: plistlib now supports binary plists and has an updated API. 12 years ago
test_poll.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_popen.py close file properly 15 years ago
test_poplib.py Fix #19830: Fix a ResourceWarning in test_poplib. 12 years ago
test_posix.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_posixpath.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_pow.py #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
test_pprint.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_print.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_profile.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_property.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_pstats.py #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file. 15 years ago
test_pty.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_pulldom.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_pwd.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_py_compile.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_pyclbr.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_pydoc.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_pyexpat.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_queue.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_quopri.py Fix ResourceWarning from subprocess pipes being left open. 15 years ago
test_raise.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_random.py Issue #19588: Merge with 3.3 12 years ago
test_range.py Fix writing out 64-bit size fields on 32-bit builds 12 years ago
test_re.py Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, 12 years ago
test_readline.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_regrtest.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_reprlib.py Issue #19928: Fix test on Windows 12 years ago
test_resource.py Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. 12 years ago
test_richcmp.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_rlcompleter.py #10159: sort completion matches before comparing to dir() result. 15 years ago
test_robotparser.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_runpy.py Implement PEP 451 (ModuleSpec). 12 years ago
test_sax.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_sched.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_scope.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_select.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_selectors.py Fix test_selectors failure introduced by 39e7995f9ad1. 12 years ago
test_set.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_setcomps.py #2621 rename test.test_support to test.support 18 years ago
test_shelve.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_shlex.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_shutil.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_signal.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_site.py Issue #19828: Merge with 3.3 12 years ago
test_slice.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_smtpd.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_smtplib.py Closes #6683: add a test that exercises multiple authentication. 12 years ago
test_smtpnet.py Issue #19785: smtplib now supports SSLContext.check_hostname and server name 12 years ago
test_sndhdr.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_socket.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_socketserver.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_sort.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_source_encoding.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_sqlite.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_ssl.py Test SSLSock's context getter and setter 12 years ago
test_startfile.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_stat.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_statistics.py Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and 12 years ago
test_strftime.py Isue #19634: test_y_before_1900() is expected to fail on Solaris 12 years ago
test_string.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_stringprep.py convert old fail* assertions to assert* 17 years ago
test_strlit.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_strptime.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_strtod.py Use @bigmemtest more accurately. 12 years ago
test_struct.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_structmembers.py #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
test_structseq.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_subprocess.py Fixes Issue #15798 - subprocess.Popen() no longer fails if file 12 years ago
test_sunau.py Issue #19641: Added the audioop.byteswap() function to convert big-endian 12 years ago
test_sundry.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_super.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_support.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_symtable.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_syntax.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_sys.py Issue #14432: Remove the thread state field from the frame structure. Fix a 12 years ago
test_sys_setprofile.py use assertion methods 15 years ago
test_sys_settrace.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_sysconfig.py Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests. 12 years ago
test_syslog.py Test syslog.openlog() without args to test syslog_get_argv() 12 years ago
test_tarfile.py Try to fix test_tarfile under Windows 12 years ago
test_tcl.py Print Tk patchlevel in test_tcl in verbose mode (issue19654). 12 years ago
test_telnetlib.py Issue #19842: Refactor BaseSelector to make it an actual usable ABC. 12 years ago
test_tempfile.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_textwrap.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_thread.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_threaded_import.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_threadedtempfile.py #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
test_threading.py Issue #14432: Remove the thread state field from the frame structure. Fix a 12 years ago
test_threading_local.py Issue #9707: Rewritten reference implementation of threading.local which 16 years ago
test_threadsignals.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_time.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_timeit.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
test_timeout.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_tk.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_tokenize.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_tools.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_trace.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_traceback.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_tracemalloc.py Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames 12 years ago
test_ttk_guionly.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_ttk_textonly.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_tuple.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_typechecks.py Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to 18 years ago
test_types.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_ucn.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_unary.py convert old fail* assertions to assert* 17 years ago
test_unicode.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_unicode_file.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_unicodedata.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_unittest.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_univnewlines.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_unpack.py #3071: tell how many values were expected when unpacking too many. 16 years ago
test_unpack_ex.py #2621 rename test.test_support to test.support 18 years ago
test_urllib.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_urllib2.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_urllib2_localnet.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_urllib2net.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_urllib_response.py Add __enter__ and __exit__ methods to addbase() so that it supports with. 17 years ago
test_urllibnet.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_urlparse.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_userdict.py Issue #19664: fix another flake test_userdict test 12 years ago
test_userlist.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_userstring.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_uu.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
test_uuid.py Skip test_find_mac on Windows (issue #19804). 12 years ago
test_venv.py Issue #19728: don't be sensitive to line endings 12 years ago
test_wait3.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_wait4.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_warnings.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_wave.py Issue #19641: Added the audioop.byteswap() function to convert big-endian 12 years ago
test_weakref.py Issue #19607: Use specific asserts in weakref tests. 12 years ago
test_weakset.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_webbrowser.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_winreg.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_winsound.py Issue #19595: Re-enable a long-disabled test in test_winsound 12 years ago
test_with.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_wsgiref.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_xdrlib.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test_xml_dom_minicompat.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_xml_etree.py Issue #19815: Fix segfault when parsing empty namespace declaration. 12 years ago
test_xml_etree_c.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_xmlrpc.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_xmlrpc_net.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_zipfile.py Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. 12 years ago
test_zipfile64.py Issue #17201: ZIP64 extensions now are enabled by default. 12 years ago
test_zipimport.py Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
test_zipimport_support.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
test_zlib.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
testcodec.py Merging the py3k-pep3137 branch back into the py3k branch. 18 years ago
testtar.tar Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tf_inherit_check.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
threaded_import_hangers.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
time_hashlib.py Raise statement normalization in Lib/test/. 19 years ago
tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt Ran svneol.py 18 years ago
tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt Ran svneol.py 18 years ago
tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt Ran svneol.py 18 years ago
tokenize_tests.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
warning_tests.py Add tests for the filename. 19 years ago
win_console_handler.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
xmltests.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
zip_cp437_header.zip Issue #13590: Improve support for OS X Xcode 4: 14 years ago
zipdir.zip Issue #4710: Extract directories properly in the zipfile module; 17 years ago