Failed to load latest commit information.
audiodata
Issue #19261: Added support for writing 24-bit samples in the sunau m…
Nov 10, 2013
capath
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
cjkencodings
Issue #12057: Add tests for ISO 2022 codecs
May 30, 2011
crashers
Issue #19936: Added executable bits or shebang lines to Python script…
Jan 16, 2014
data
Issue #12497: Install test/data to prevent failures of the various co…
Jul 5, 2011
decimaltestdata
Spelling fixes ( #2902 )
Aug 3, 2017
dtracedata
bpo-31462: Remove trailing whitespaces. ( #3564 )
Sep 14, 2017
eintrdata
bpo-35363, test_eintr: skip test_open() on macOS ( GH-10896 )
Dec 4, 2018
encoded_modules
Issue #9308 : Removed redundant coding cookies. Added tests for
Oct 15, 2010
imghdrdata
#20295: Teach imghdr to recognize OpenEXR format images.
Jun 26, 2014
leakers
#18687: merge with 3.3.
Aug 13, 2013
libregrtest
bpo-35683: Improve Azure Pipelines steps ( GH-11493 )
Jan 22, 2019
sndhdrdata
Minor test cleanup ( GH-837 )
Mar 27, 2017
subprocessdata
Issue #18571: Merge duplicate test code
Sep 1, 2013
support
Rework tuple hash tests. ( GH-10161 )
Feb 8, 2019
test_asyncio
bpo-35568: add 'raise_signal' function ( GH-11335 )
Jan 8, 2019
test_email
bpo-35317: Fix mktime() error in test_email ( GH-10721 )
Nov 27, 2018
test_import
bpo-33237: Improve AttributeError message for partially initialized m…
Oct 30, 2018
test_importlib
bpo-35202: Remove unused imports in tests. ( GH-10561 )
Nov 16, 2018
test_json
bpo-31553: add --json-lines option to json.tool ( #10051 )
Nov 7, 2018
test_tools
bpo-25094: Fix test_tools.test_sundry() on Windows ( GH-8406 )
Jul 23, 2018
test_warnings
bpo-29564: warnings suggests to enable tracemalloc ( GH-10486 )
Nov 13, 2018
tracedmodules
Remove obsolete/duplicate docstring
Apr 24, 2011
xmltestdata
bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug ( #3570 )
Sep 25, 2017
Sine-1000Hz-300ms.aif
Merged revisions 72100-72101 via svnmerge from
Apr 29, 2009
__init__.py
Add __init__.py to test package.
Nov 6, 1997
__main__.py
Cleanup regrtest "main()" function
Mar 24, 2016
_test_multiprocessing.py
bpo-35918: Remove broken has_key method and add test ( #11819 )
Feb 12, 2019
allsans.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
ann_module.py
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Sep 9, 2016
ann_module2.py
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Sep 9, 2016
ann_module3.py
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Sep 9, 2016
audiotest.au
Merged revisions 80795 via svnmerge from
May 21, 2010
audiotests.py
bpo-31985: Deprecate openfp in aifc, sunau, and wave ( #4344 )
Nov 10, 2017
autotest.py
Cleanup regrtest "main()" function
Mar 24, 2016
bad_coding.py
- Fix segfault with invalid coding.
Oct 2, 2005
bad_coding2.py
Rip out all the u"..." literals and calls to unicode().
May 2, 2007
bad_getattr.py
bpo-32225: Implementation of PEP 562 ( #4731 )
Dec 14, 2017
bad_getattr2.py
bpo-32225: Implementation of PEP 562 ( #4731 )
Dec 14, 2017
bad_getattr3.py
bpo-32225: Implementation of PEP 562 ( #4731 )
Dec 14, 2017
badcert.pem
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Sep 19, 2007
badkey.pem
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Sep 19, 2007
badsyntax_3131.py
Implement PEP 3131. Add isidentifier to str.
Aug 15, 2007
badsyntax_future10.py
reject non-docs strings between future imports (closes #17434)
Mar 16, 2013
badsyntax_future3.py
SF #736962, port test_future to unittest, add a bit more coverage, by…
Dec 13, 2003
badsyntax_future4.py
SF #736962, port test_future to unittest, add a bit more coverage, by…
Dec 13, 2003
badsyntax_future5.py
SF #736962, port test_future to unittest, add a bit more coverage, by…
Dec 13, 2003
badsyntax_future6.py
SF #736962, port test_future to unittest, add a bit more coverage, by…
Dec 13, 2003
badsyntax_future7.py
SF #736962, port test_future to unittest, add a bit more coverage, by…
Dec 13, 2003
badsyntax_future8.py
Fix most trivially-findable print statements.
Feb 9, 2007
badsyntax_future9.py
Fix most trivially-findable print statements.
Feb 9, 2007
badsyntax_pep3120.py
Implement PEP 3120.
Jul 29, 2007
bisect_cmd.py
bpo-35519: Rename test.bisect to test.bisect_cmd ( GH-11200 )
Dec 17, 2018
bytecode_helper.py
Fix BytecodeTestCase.assertNotInBytecode()
Jan 19, 2016
cfgparser.1
bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser …
Jul 12, 2017
cfgparser.2
Issue 19504: Change "customise" to "customize" American spelling.
Aug 26, 2016
cfgparser.3
#9411 : allow selecting an encoding for configparser files. Also adds …
Jul 29, 2010
clinic.test
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. ( G…
Jan 11, 2019
cmath_testcases.txt
Issue #26040: Improve test_math and test_cmath coverage and rigour. T…
Sep 3, 2016
coding20731.py
Revert an invalid change to a test (from 6b4be19 ). ( #1770 )
May 23, 2017
curses_tests.py
Issue #19936: Added executable bits or shebang lines to Python script…
Jan 16, 2014
dataclass_module_1.py
bpo-33453: Handle string type annotations in dataclasses. ( GH-6768 )
May 16, 2018
dataclass_module_1_str.py
bpo-33453: Handle string type annotations in dataclasses. ( GH-6768 )
May 16, 2018
dataclass_module_2.py
bpo-33453: Handle string type annotations in dataclasses. ( GH-6768 )
May 16, 2018
dataclass_module_2_str.py
bpo-33453: Handle string type annotations in dataclasses. ( GH-6768 )
May 16, 2018
datetimetester.py
bpo-32417: Make timedelta arithmetic respect subclasses ( #10902 )
Feb 4, 2019
dis_module.py
Merged revisions 55631-55794 via svnmerge from
Jun 6, 2007
doctest_aliases.py
Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-7342…
Jun 28, 2009
double_const.py
#2621 rename test.test_support to test.support
May 20, 2008
empty.vbs
Merge p3yk branch with the trunk up to revision 45595. This breaks a …
Apr 21, 2006
exception_hierarchy.txt
bpo-35224: PEP 572 Implementation ( #10497 )
Jan 24, 2019
ffdh3072.pem
bpo-34399: 2048 bits RSA keys and DH params ( #8762 )
Aug 14, 2018
final_a.py
Issue #18214: Improve finalization of Python modules to avoid setting…
Jul 31, 2013
final_b.py
Issue #18214: Improve finalization of Python modules to avoid setting…
Jul 31, 2013
floating_points.txt
Merged revisions 77452 via svnmerge from
Jan 12, 2010
fork_wait.py
bpo-31370: Remove support for threads-less builds ( #3385 )
Sep 7, 2017
formatfloat_testcases.txt
Add testcases from bug report #9980 .
Sep 29, 2010
future_test1.py
#11093 : make NOTTESTS empty by renaming confusingly named files in te…
Mar 24, 2011
future_test2.py
#11093 : make NOTTESTS empty by renaming confusingly named files in te…
Mar 24, 2011
gdb_sample.py
Issue #8380 : Port gdb/libpython to 3.x.
Apr 21, 2010
good_getattr.py
bpo-32225: Implementation of PEP 562 ( #4731 )
Dec 14, 2017
idnsans.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
ieee754.txt
Merged revisions 77139-77140 via svnmerge from
Dec 30, 2009
imp_dummy.py
Close #24748: Restore imp.load_dynamic compatibility
Sep 5, 2015
inspect_fodder.py
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebac…
Aug 24, 2018
inspect_fodder2.py
Issue #24485: Revert backwards compatibility breaking changes of #21217.
Jul 23, 2015
keycert.passwd.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
keycert.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
keycert2.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
keycert3.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
keycert4.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
keycertecc.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
list_tests.py
bpo-32137: The repr of deeply nested dict now raises a RecursionError ( …
Dec 3, 2017
lock_tests.py
bpo-35513: Replace time.time() with time.monotonic() in tests ( GH-11182 )
Dec 17, 2018
mailcap.txt
#14977: Make mailcap respect the order of the lines in the mailcap file.
Sep 10, 2016
make_ssl_certs.py
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
mapping_tests.py
bpo-32137: The repr of deeply nested dict now raises a RecursionError ( …
Dec 3, 2017
math_testcases.txt
Fix nonunique test ids in math_testcases.txt.
May 9, 2011
memory_watchdog.py
Issue #14154: Reimplement the bigmem test memory watchdog as a subpro…
Mar 24, 2012
mime.types
Issue #13025: mimetypes is now reading MIME types using the UTF-8 enc…
Oct 14, 2011
mock_socket.py
#21725: Add RFC 6531 (SMTPUTF8) support to smtpd.
Aug 9, 2014
mod_generics_cache.py
bpo-28556: typing.get_type_hints: better globalns for classes and mod…
Sep 14, 2017
mp_fork_bomb.py
Issue #8713 : Support alternative start methods in multiprocessing on …
Aug 14, 2013
mp_preload.py
Issue #28779: multiprocessing.set_forkserver_preload() would crash th…
Dec 10, 2016
multibytecodec_support.py
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (
Dec 17, 2018
nokia.pem
Issue #13034: When decoding some SSL certificates, the subjectAltName…
Oct 1, 2011
nullbytecert.pem
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Sep 30, 2014
nullcert.pem
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Sep 19, 2007
outstanding_bugs.py
Update test.outstanding_bugs.py
Dec 20, 2013
pickletester.py
bpo-33209: End framing at the end of C implementation of pickle.Pickl…
Apr 3, 2018
profilee.py
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,6050…
Feb 6, 2008
pstats.pck
#10166 : rewrite self-recursion to iteration in pstats.Stats.add(). Al…
Oct 22, 2010
pycacert.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
pycakey.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
pyclbr_input.py
#11565 : Fix several typos. Patch by Piotr Kasprzyk.
Mar 16, 2011
pydoc_mod.py
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Sep 9, 2016
pydocfodder.py
Merged revisions 60176-60209 via svnmerge from
Jan 23, 2008
pythoninfo.py
bpo-35772: Fix test_tarfile on ppc64 ( GH-11606 )
Jan 21, 2019
randv2_32.pck
Merged revisions 59275-59303 via svnmerge from
Dec 3, 2007
randv2_64.pck
Merged revisions 59275-59303 via svnmerge from
Dec 3, 2007
randv3.pck
Merged revisions 59275-59303 via svnmerge from
Dec 3, 2007
re_tests.py
Issue #22493: Inline flags now should be used only at the start of the
Sep 11, 2016
regrtest.py
Issue #28950: Disallow -j0 combined with -T/-l in regrtest.
Dec 19, 2016
relimport.py
Another missing file after merge from trunk.
Mar 20, 2008
reperf.py
Issue #14428: Use the new time.perf_counter() and time.process_time()…
Apr 29, 2012
revocation.crl
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
sample_doctest.py
Fix a bunch of doctests with the -d option of refactor.py.
Feb 9, 2007
sample_doctest_no_docstrings.py
#14649: add sample files omitted from previous checkin.
Sep 10, 2012
sample_doctest_no_doctests.py
#14649: add sample files omitted from previous checkin.
Sep 10, 2012
secp384r1.pem
bpo-32602: Test ECDSA certs ( #5247 )
Jan 20, 2018
selfsigned_pythontestdotnet.pem
Issue #25940: Use self-signed.pythontest.net in SSL tests
Jan 14, 2016
seq_tests.py
bpo-29912: Remove redundant tests in list_tests that are found in seq…
Mar 27, 2017
sgml_input.html
Four months of trunk changes (including a few releases...)
Dec 13, 2006
signalinterproctester.py
bpo-35426: Eliminate race condition in test_interprocess_signal ( GH-1…
Dec 11, 2018
sortperf.py
#27364: fix "incorrect" uses of escape character in the stdlib.
Sep 8, 2016
ssl_cert.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
ssl_key.passwd.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
ssl_key.pem
bpo-34542: Update test certs and keys ( GH-8997 )
Aug 30, 2018
ssl_servers.py
Trivial cleanups following bpo-31370 ( #3649 )
Sep 18, 2017
ssltests.py
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
Sep 22, 2016
string_tests.py
bpo-32677: Optimize str.isascii() ( GH-5356 )
Jan 28, 2018
talos-2019-0758.pem
bpo-35746: Fix segfault in ssl's cert parser ( GH-11569 )
Jan 15, 2019
test___all__.py
Issues #29273: Merge test___all__ from 3.5
Jan 23, 2017
test___future__.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test__locale.py
Issue #23277: Remove unused imports in tests.
Apr 24, 2016
test__opcode.py
bpo-32455: Add jump parameter to dis.stack_effect(). ( GH-6610 )
Sep 18, 2018
test__osx_support.py
bpo-35257: Avoid leaking LTO linker flags into distutils ( GH-10900 )
Dec 19, 2018
test__xxsubinterpreters.py
bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32…
Feb 12, 2019
test_abc.py
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __…
Aug 20, 2018
test_abstract_numbers.py
Issue #19926: Removed unneeded test_main from test_abstract_numbers.
Dec 8, 2013
test_aifc.py
bpo-35202: Remove unused imports in tests. ( GH-10561 )
Nov 16, 2018
test_argparse.py
bpo-34582: Adds JUnit XML output for regression tests ( GH-9210 )
Sep 18, 2018
test_array.py
Include the highest pickle protocol in a couple of tests. ( GH-10735 )
Nov 27, 2018
test_asdl_parser.py
bpo-35766: Merge typed_ast back into CPython ( GH-11645 )
Jan 31, 2019
test_ast.py
bpo-35766: Merge typed_ast back into CPython ( GH-11645 )
Jan 31, 2019
test_asyncgen.py
bpo-34728: Fix asyncio tests to run under "-Werror" ( GH-9661 )
Oct 2, 2018
test_asynchat.py
bpo-31234: Add support.join_thread() helper ( #3587 )
Sep 14, 2017
test_asyncore.py
bpo-35513: Replace time.time() with time.monotonic() in tests ( GH-11182 )
Dec 17, 2018
test_atexit.py
bpo-31901: atexit callbacks should be run at subinterpreter shutdown ( #…
Dec 20, 2017
test_audioop.py
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse nor…
Aug 20, 2017
test_augassign.py
Anti-registration of various ABC methods.
Aug 18, 2016
test_base64.py
bpo-34164: Fix handling of incorrect padding in base64.b32decode(). ( G…
Jul 24, 2018
test_baseexception.py
bpo-32297: Few misspellings found in Python source code comments. ( #4803
Dec 14, 2017
test_bdb.py
bpo-34185: Fix test module collision in test_bdb when ran as script. ( G…
Dec 5, 2018
test_bigaddrspace.py
Replace KB unit with KiB ( #4293 )
Nov 8, 2017
test_bigmem.py
bpo-5438: Update memory requirements and optimize test_bigmem.py. ( GH…
Dec 20, 2018
test_binascii.py
bpo-34736: improve error message for invalid length b64decode inputs ( G…
Sep 28, 2018
test_binhex.py
Issue #23277: Remove unused sys and os imports
Apr 24, 2016
test_binop.py
Spelling fixes ( #2902 )
Aug 3, 2017
test_bisect.py
Issue #17516: do not create useless tuple: remove dummy commas in tests
Mar 26, 2013
test_bool.py
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), l…
Mar 6, 2017
test_buffer.py
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(…
Feb 2, 2019
test_bufio.py
Use sequence repetition instead of bytes constructor with integer arg…
Sep 11, 2016
test_builtin.py
bpo-35742: Fix test_envar_unimportable in test_builtin. ( GH-11561 )
Jan 15, 2019
test_bytes.py
bpo-33817: Fix _PyBytes_Resize() for empty bytes object. ( GH-11516 )
Jan 12, 2019
test_bz2.py
bpo-42349: Switch to test.support.unlink per review by Serhiy Storcha…
Jul 28, 2018
test_c_locale_coercion.py
bpo-35336: Fix PYTHONCOERCECLOCALE=1 ( GH-10806 )
Nov 30, 2018
test_calendar.py
Closes bpo-28281: Remove year (1-9999) limits on the weekday() functi…
Oct 26, 2017
test_call.py
bpo-34193: Fix pluralization in getargs.c and test cases. ( GH-8438 )
Dec 21, 2018
test_capi.py
bpo-35059: Enhance _PyObject_AssertFailed() ( GH-10642 )
Nov 21, 2018
test_cgi.py
bpo-35028: cgi: Fix max_num_fields off by one error ( GH-9973 )
Oct 23, 2018
test_cgitb.py
bpo-33256: Replace angle brackets around python object repr to displa…
Apr 29, 2018
test_charmapcodec.py
Remove unused support.run_unittest imports.
Apr 24, 2016
test_class.py
bpo-1617161: Make the hash and equality of methods not depending on t…
Jul 31, 2018
test_clinic.py
bpo-35578: Add an example file for testing Argument Clinic converters. (
Dec 25, 2018
test_cmath.py
closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (
Sep 12, 2018
test_cmd.py
bpo-32746: Fix multiple typos ( GH-5144 )
Feb 4, 2018
test_cmd_line.py
Revert "bpo-34589: Add -X coerce_c_locale command line option ( GH-9378 )…
Sep 19, 2018
test_cmd_line_script.py
bpo-34726: Fix handling of hash-based pycs in zipimport. ( GH-10327 )
Nov 7, 2018
test_code.py
bpo-32176: Set CO_NOFREE in the code object constructor ( GH-4675 )
Dec 3, 2017
test_code_module.py
bpo-31836: Test_code_module now passes with sys.ps1, ps2 set ( #4070 )
Oct 28, 2017
test_codeccallbacks.py
bpo-32583: Fix possible crashing in builtin Unicode decoders ( #5325 )
Jan 31, 2018
test_codecencodings_cn.py
bpo-30003: Fix handling escape characters in HZ codec ( #1556 )
May 22, 2017
test_codecencodings_hk.py
Remove unused support.run_unittest imports.
Apr 24, 2016
test_codecencodings_iso2022.py
Remove unused support.run_unittest imports.
Apr 24, 2016
test_codecencodings_jp.py
Remove unused support.run_unittest imports.
Apr 24, 2016
test_codecencodings_kr.py
Remove unused support.run_unittest imports.
Apr 24, 2016
test_codecencodings_tw.py
Remove unused support.run_unittest imports.
Apr 24, 2016
test_codecmaps_cn.py
Issue #23277: Remove unused support.run_unittest import.
Apr 24, 2016
test_codecmaps_hk.py
Issue #23277: Remove unused support.run_unittest import.
Apr 24, 2016
test_codecmaps_jp.py
Remove unused support.run_unittest imports.
Apr 24, 2016
test_codecmaps_kr.py
Fix miscellaneous typos ( #4275 )
Nov 5, 2017
test_codecmaps_tw.py
Issue #23277: Remove unused support.run_unittest import.
Apr 24, 2016
test_codecs.py
bpo-35372: Fix the code page decoder for input > 2 GiB. ( GH-10848 )
Dec 3, 2018
test_codeop.py
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS ( GH-7800 )" (
Jun 26, 2018
test_collections.py
bpo-32492: Tweak _collections._tuplegetter. ( GH-11367 )
Dec 31, 2018
test_colorsys.py
Issue #14323: Expanded the number of digits in the coefficients for the
Aug 6, 2013
test_compare.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_compile.py
bpo-34100: compile: Re-enable frozenset merging ( GH-10760 )
Nov 28, 2018
test_compileall.py
bpo-29877: compileall: import ProcessPoolExecutor only when needed ( G…
Nov 23, 2018
test_complex.py
bpo-34087: Fix buffer overflow in int(s) and similar functions ( GH-8274 )
Jul 14, 2018
test_concurrent_futures.py
bpo-33716, test_concurrent_futures: increase timeout ( GH-7828 )
Jun 21, 2018
test_configparser.py
bpo-32108: Don't clear configparser values if key is assigned to itse…
Jun 12, 2018
test_contains.py
Anti-registration of various ABC methods.
Aug 18, 2016
test_context.py
bpo-33985: Implement ContextVar.name attribute. ( GH-7980 )
Jun 28, 2018
test_contextlib.py
bpo-35202: Remove unused imports in Lib directory ( GH-10450 )
Nov 15, 2018
test_contextlib_async.py
bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. ( …
Jul 23, 2018
test_copy.py
Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy().
Mar 6, 2016
test_copyreg.py
bpo-31107: Fix copyreg mangled slot names calculation. ( #2989 )
Aug 4, 2017
test_coroutines.py
bpo-35202: Remove unused imports in tests. ( GH-10561 )
Nov 16, 2018
test_cprofile.py
bpo-32512: Add -m option to profile for profiling modules ( #5132 )
Nov 5, 2018
test_crashers.py
Issue #9517 : Move script_helper to the support package.
May 6, 2015
test_crypt.py
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(…
Nov 16, 2017
test_csv.py
bpo-34197: Make _csv.Dialect attributes booleans. ( GH-8440 )
Jul 26, 2018
test_ctypes.py
Fix test_ctypes failure on OpenIndiana buildbot where _ctypes is not …
Oct 17, 2014
test_curses.py
bpo-31680: Add curses.ncurses_version. ( GH-4217 )
Oct 30, 2018
test_dataclasses.py
bpo-35960: Fix dataclasses.field throwing away empty metadata. ( GH-1…
Feb 12, 2019
test_datetime.py
bpo-31043: fixed test_datetime run twice. ( GH-2891 )
Jul 26, 2017
test_dbm.py
Use more specific asserts in dbm tests. ( GH-7786 )
Jun 19, 2018
test_dbm_dumb.py
bpo-33106: change dbm key deletion error for readonly file from KeyEr…
Dec 12, 2018
test_dbm_gnu.py
bpo-33106: change dbm key deletion error for readonly file from KeyEr…
Dec 12, 2018
test_dbm_ndbm.py
bpo-33106: change dbm key deletion error for readonly file from KeyEr…
Dec 12, 2018
test_decimal.py
bpo-35133: Fix mistakes when concatenate string literals on different…
Nov 5, 2018
test_decorators.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_defaultdict.py
bpo-27541: Reprs of subclasses of some classes now contain actual typ…
Sep 21, 2017
test_deque.py
Minor performance tweak for deque.index() with a start argument ( GH-9440
Sep 21, 2018
test_descr.py
bpo-25750: Add test on bad descriptor __get__() ( GH-9084 )
Oct 19, 2018
test_descrtut.py
Issue #27366: Implement PEP 487
Jul 30, 2016
test_devpoll.py
Issue #23277: Remove unused imports in tests.
Apr 24, 2016
test_dict.py
Include the highest pickle protocol in a couple of tests. ( GH-10735 )
Nov 27, 2018
test_dict_version.py
Rename test_pep####.py files
Sep 9, 2016
test_dictcomps.py
bpo-35169: Improve error messages for forbidden assignments. ( GH-10342 )
Nov 20, 2018
test_dictviews.py
bpo-18533: Avoid RecursionError from repr() of recursive dictview ( #4823
Jan 26, 2018
test_difflib.py
Revert "bpo-35603: Escape table header of make_table output that can …
Jan 2, 2019
test_difflib_expect.html
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Aug 30, 2016
test_dis.py
bpo-12458: Fix line numbers for multiline expressions. ( GH-8774 )
Sep 17, 2018
test_distutils.py
Merged revisions 75860 via svnmerge from
Oct 27, 2009
test_doctest.py
bpo-24746: Fix doctest failures when running the testsuite with -R ( #…
Jan 10, 2019
test_doctest.txt
Kill off softspace completely (except in formatter.py which seems to …
Feb 9, 2007
test_doctest2.py
Issue #9308 : Removed redundant coding cookies. Added tests for
Oct 15, 2010
test_doctest2.txt
Fixed a small bug. doctest didn't handle unicode docstrings containing
Oct 13, 2004
test_doctest3.txt
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Jul 14, 2016
test_doctest4.txt
Fix test_doctest: drop u prefixes; explicitly declare
Jul 20, 2007
test_docxmlrpc.py
bpo-31370: Remove support for threads-less builds ( #3385 )
Sep 7, 2017
test_dtrace.py
bpo-32667: Fix tests when $PATH contains a file ( #5322 )
Jan 25, 2018
test_dummy_thread.py
bpo-35513: Replace time.time() with time.monotonic() in tests ( GH-11182 )
Dec 17, 2018
test_dummy_threading.py
Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31…
Sep 18, 2017
test_dynamic.py
Issue #23277: Remove unused imports in tests.
Apr 24, 2016
test_dynamicclassattribute.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_eintr.py
bpo-35363: test_eintr uses print(flush=True) ( GH-10990 )
Dec 6, 2018
test_embed.py
bpo-35313: Cleanup test_embed.py ( GH-10716 )
Nov 26, 2018
test_ensurepip.py
bpo-31351: Set return code in ensurepip when pip fails ( GH-3626 )
Sep 21, 2017
test_enum.py
bpo-35717: Fix KeyError exception raised when using enums and compile ( …
Jan 24, 2019
test_enumerate.py
bpo-33462: Add __reversed__ to dict and dict views ( GH-6827 )
Nov 6, 2018
test_eof.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_epoll.py
bpo-32568: make select.epoll() and its docs consistent ( #7840 )
Jun 30, 2018
test_errno.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_exception_hierarchy.py
bpo-35504: Fix a SystemError when delete the characters_written attri…
Dec 17, 2018
test_exception_variations.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_exceptions.py
bpo-31241: Fix AST node position for list and generator comprehension…
Nov 27, 2018
test_extcall.py
bpo-35634: Raise an error when first passed kwargs contains duplicate…
Jan 12, 2019
test_faulthandler.py
bpo-35568: add 'raise_signal' function ( GH-11335 )
Jan 8, 2019
test_fcntl.py
remove support for BSD/OS (closes bpo-31624) ( #3812 )
Sep 29, 2017
test_file.py
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode ( …
Oct 20, 2018
test_file_eintr.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_filecmp.py
Issue #21445: Pass exception messages correctly to assertTrue in
Aug 14, 2014
test_fileinput.py
bpo-9372: Deprecate several __getitem__ methods ( GH-8609 )
Aug 11, 2018
test_fileio.py
bpo-25455: Fixed crashes in repr of recursive buffered file-like obje…
Mar 19, 2017
test_finalization.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_float.py
bpo-35560: Remove assertion from format(float, "n") ( GH-11288 )
Jan 7, 2019
test_flufl.py
bpo-34084: Fix setting an error message for the "Barry as BDFL" easte…
Jul 23, 2018
test_fnmatch.py
bpo-32775: Fix regular expression warnings in fnmatch. ( #5583 )
Feb 9, 2018
test_fork1.py
bpo-31370: Remove support for threads-less builds ( #3385 )
Sep 7, 2017
test_format.py
bpo-28856: Let %b format for bytes support objects that follow the bu…
Mar 14, 2017
test_fractions.py
bpo-35588: Speed up mod, divmod and floordiv operations for Fraction …
Jan 2, 2019
test_frame.py
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (
Dec 17, 2018
test_frozen.py
bpo-35202: Remove unused imports in tests. ( GH-10561 )
Nov 16, 2018
test_fstring.py
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens ( …
Jan 13, 2019
test_ftplib.py
bpo-34391: Fix ftplib test for TLS 1.3 ( GH-8787 )
Aug 16, 2018
test_funcattrs.py
bpo-35911: add cell constructor ( GH-11771 )
Feb 7, 2019
test_functools.py
bpo-35780: Fix errors in lru_cache() C code ( GH-11623 )
Jan 26, 2019
test_future.py
bpo-35202: Remove unused imports in tests. ( GH-10561 )
Nov 16, 2018
test_future3.py
#17303: test_future* now work with unittest test discovery. Patch by …
Feb 27, 2013
test_future4.py
bpo-35412: Add testcase to test_future4 ( GH-11131 )
Dec 12, 2018
test_future5.py
#17303: test_future* now work with unittest test discovery. Patch by …
Feb 27, 2013
test_gc.py
bpo-9263: Dump Python object on GC assertion failure ( GH-10062 )
Oct 25, 2018
test_gdb.py
bpo-35202: Remove unused imports in tests. ( GH-10561 )
Nov 16, 2018
test_generator_stop.py
Rename test_pep####.py files
Sep 9, 2016
test_generators.py
bpo-35169: Improve error messages for forbidden assignments. ( GH-10342 )
Nov 20, 2018
test_genericclass.py
bpo-32226: Make __class_getitem__ an automatic class method. ( #5098 )
Jan 4, 2018
test_genericpath.py
bpo-35471: Remove the macpath module ( GH-11129 )
Dec 14, 2018
test_genexps.py
bpo-35169: Improve error messages for forbidden assignments. ( GH-10342 )
Nov 20, 2018
test_getargs2.py
bpo-34193: Fix pluralization in getargs.c and test cases. ( GH-8438 )
Dec 21, 2018
test_getopt.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_getpass.py
#21169: fix getpass to use replace error handler on UnicodeEncodeError.
Apr 14, 2014
test_gettext.py
bpo-2504: Add pgettext() and variants to gettext. ( GH-7253 )
Nov 7, 2018
test_glob.py
Use assertCountEqual instead of assertEqual. ( #5223 )
Jan 17, 2018
test_global.py
bpo-34683: Make SyntaxError column offsets consistently 1-indexed ( gh…
Sep 24, 2018
test_grammar.py
bpo-35814: Allow same r.h.s. in annotated assignments as in normal on…
Jan 25, 2019
test_grp.py
[security] bpo-13617: Reject embedded null characters in wchar* strin…
Jun 28, 2017
test_gzip.py
bpo-34898: Add mtime parameter to gzip.compress(). ( GH-9704 )
Nov 7, 2018
test_hash.py
Fix miscellaneous typos ( #4275 )
Nov 5, 2017
test_hashlib.py
bpo-34922: Fix integer overflow in the digest() and hexdigest() metho…
Oct 11, 2018
test_heapq.py
Issue #23277: Remove unused sys and os imports
Apr 24, 2016
test_hmac.py
bpo-33604: Remove deprecated HMAC default value marked for removal in…
Sep 10, 2018
test_html.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_htmlparser.py
#27364: fix "incorrect" uses of escape character in the stdlib.
Sep 8, 2016
test_http_cookiejar.py
bpo-35133: Fix mistakes when concatenate string literals on different…
Nov 5, 2018
test_http_cookies.py
bpo-991266: Fix quoting of Comment attribute of SimpleCookie ( GH-6555 )
Apr 22, 2018
test_httplib.py
bpo-33365: print the header values beside the keys ( GH-6611 )
Jun 19, 2018
test_httpservers.py
bpo-24209: In http.server script, rely on getaddrinfo to bind to pref…
Feb 7, 2019
test_idle.py
Improve comments in test_idle.py. ( GH-7057 )
May 22, 2018
test_imaplib.py
bpo-35505: Skip test_imap4_host_default_value if localhost listens on…
Feb 12, 2019
test_imghdr.py
Issue #28228: imghdr now supports pathlib
Oct 1, 2016
test_imp.py
bpo-35321: Set the spec origin to frozen in frozen modules ( #11732 )
Feb 5, 2019
test_index.py
Issue #17576: Deprecation warning emitted now when __int__() or __ind…
Dec 11, 2013
test_inspect.py
bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncg…
Oct 26, 2018
test_int.py
bpo-31619: Fixed a ValueError when convert a string with large number…
Oct 3, 2017
test_int_literal.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_io.py
bpo-35214: Skip test_io tests that'd cause a huge malloc under msan ( #…
Dec 31, 2018
test_ioctl.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_ipaddress.py
bpo-27683: Fix a regression for host() of ipaddress network objects ( G…
Mar 21, 2018
test_isinstance.py
Remove outdated tests in test_isinstance ( GH-1393 )
May 2, 2017
test_iter.py
Anti-registration of various ABC methods.
Aug 18, 2016
test_iterlen.py
Issue #23277: Remove unused support.run_unittest import.
Apr 24, 2016
test_itertools.py
bpo-34659: Adds initial kwarg to itertools.accumulate() ( GH-9345 )
Sep 24, 2018
test_keyword.py
17830: preserve line endings of original file when updating keywords.
Apr 25, 2013
test_keywordonlyarg.py
Issue #18896: Python function can now have more than 255 parameters.
Dec 16, 2016
test_kqueue.py
bpo-30058: Fixed buffer overflow in select.kqueue.control(). ( #1095 )
Oct 12, 2017
test_largefile.py
bpo-24658: Fix read/write greater than 2 GiB on macOS ( GH-1705 )
Oct 17, 2018
test_lib2to3.py
Issue #22173: Update lib2to3 tests to use unittest test discovery.
Oct 29, 2014
test_linecache.py
Issue #27076: Merge spelling from 3.5
May 26, 2016
test_list.py
bpo-33234 Improve list() pre-sizing for inputs with known lengths ( GH…
Oct 28, 2018
test_listcomps.py
bpo-31027: Fix test_listcomps failure when run directly ( #2939 )
Jul 29, 2017
test_lltrace.py
bpo-34113: Fix a crash when using LLTRACE is on ( GH-8517 )
Jul 31, 2018
test_locale.py
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS ( GH-7800 )" (
Jun 26, 2018
test_logging.py
bpo-34997: Fix test_logging.ConfigDictTest.test_out_of_order ( GH-9913 )
Oct 16, 2018
test_long.py
bpo-33073: Rework int.as_integer_ratio() implementation ( GH-9303 )
Oct 19, 2018
test_longexp.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_lzma.py
bpo-31787: Prevent refleaks when calling __init__() more than once ( G…
Feb 13, 2018
test_mailbox.py
bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` ( #…
Oct 19, 2018
test_mailcap.py
Merge: #14977: Make mailcap respect the order of the lines in the mai…
Sep 10, 2016
test_marshal.py
Fix fuzz testing for marshal.loads(). ( GH-8106 )
Jul 5, 2018
test_math.py
Fix division by 0 when checking for overflow in math.prod ( GH-11808 )
Feb 10, 2019
test_memoryio.py
bpo-30416: Protect the optimizer during constant folding. ( #4860 )
Dec 15, 2017
test_memoryview.py
bpo-33176: Add a toreadonly() method to memoryviews. ( GH-6466 )
Apr 14, 2018
test_metaclass.py
Issue #24254: Drop cls.__definition_order__.
Sep 8, 2016
test_mimetypes.py
bpo-34926: Make mimetypes.guess_type accept os.PathLike objects ( GH-9777
Oct 10, 2018
test_minidom.py
bpo-35052: Fix handler on xml.dom.minidom.cloneNode() ( GH-11061 )
Dec 10, 2018
test_mmap.py
bpo-34754: Fix test_flush_return_value on FreeBSD ( GH-9451 )
Sep 20, 2018
test_module.py
bpo-32225: Implementation of PEP 562 ( #4731 )
Dec 14, 2017
test_modulefinder.py
Issue #26881: The modulefinder module now supports extended opcode ar…
May 8, 2016
test_msilib.py
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by on…
Feb 2, 2019
test_multibytecodec.py
bpo-33578: Fix getstate/setstate for CJK decoder ( GH-10290 )
Nov 2, 2018
test_multiprocessing_fork.py
bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_fo…
Dec 11, 2018
test_multiprocessing_forkserver.py
bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_fo…
Dec 11, 2018
test_multiprocessing_main_handling.py
bpo-35424: Fix test_multiprocessing_main_handling ( GH-11223 )
Dec 18, 2018
test_multiprocessing_spawn.py
Adds test.support.PGO and skips tests that are not useful for PGO.
Sep 7, 2016
test_named_expressions.py
bpo-35877: Add test for while loop named expression without parenthes…
Feb 1, 2019
test_netrc.py
bpo-35202: Remove unused imports in tests. ( GH-10561 )
Nov 16, 2018
test_nis.py
Issue #23277: Remove unused sys and os imports
Apr 24, 2016
test_nntplib.py
bpo-32128: Skip test_nntplib.test_article_head_body() ( #4552 )
Nov 25, 2017
test_normalization.py
closes bpo-32285: Add unicodedata.is_normalized. ( GH-4806 )
Nov 4, 2018
test_ntpath.py
bpo-31047: Fix ntpath.abspath to trim ending separator ( GH-10082 )
Oct 25, 2018
test_numeric_tower.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_opcodes.py
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens ( …
Jan 13, 2019
test_openpty.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_operator.py
bpo-35664: Optimize operator.itemgetter ( GH-11435 )
Jan 7, 2019
test_optparse.py
bpo-30397: Add re.Pattern and re.Match. ( #1646 )
Oct 4, 2017
test_ordered_dict.py
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickl…
Oct 20, 2018
test_os.py
bpo-29734: nt._getfinalpathname handle leak ( GH-740 )
Feb 2, 2019
test_ossaudiodev.py
bpo-35513: Replace time.time() with time.monotonic() in tests ( GH-11182 )
Dec 17, 2018
test_osx_env.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_parser.py
bpo-35877: Make parenthesis optional for named expression in while st…
Feb 1, 2019
test_pathlib.py
bpo-35488: Add tests for ** glob matching in pathlib ( GH-11171 )
Jan 6, 2019
test_pdb.py
bpo-33562: Check the global asyncio event loop policy isn't set after…
Jun 2, 2018
test_peepholer.py
bpo-32925: Optimized iterating and containing test for literal lists ( G…
Mar 11, 2018
test_pickle.py
Fix upsizing of marks stack in pickle module. ( GH-8860 )
Aug 25, 2018
test_pickletools.py
bpo-31993: Do not allocate large temporary buffers in pickle dump. ( #…
Jan 6, 2018
test_pipes.py
Issue #26918: Skipped some tests in test_pipes on Android.
May 5, 2016
test_pkg.py
bpo-34200: Fix non-determinism of test_pkg ( GH-9248 )
Sep 13, 2018
test_pkgimport.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_pkgutil.py
bpo-24744: Raises error in pkgutil.walk_packages if path is str ( #1926 )
Jun 13, 2017
test_platform.py
bpo-35346, platform: replace os.popen() with subprocess ( GH-10786 )
Dec 7, 2018
test_plistlib.py
Fix implementation dependent assertion in test_plistlib. ( #4813 )
Dec 12, 2017
test_poll.py
bpo-20260: Implement non-bitwise unsigned int converters for Argument…
Jul 26, 2018
test_popen.py
Issue #23738: Merge 3.4 into 3.5
Sep 9, 2015
test_poplib.py
bpo-33618: Enable TLS 1.3 in tests ( GH-7079 )
May 23, 2018
test_posix.py
bpo-35537: Skip test_start_new_session() of posix_spawn ( GH-11718 )
Feb 1, 2019
test_posixpath.py
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error ( GH-10919 )
Dec 5, 2018
test_pow.py
Issue #29156: Remove superfluous pow test.
Jan 4, 2017
test_pprint.py
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Jul 14, 2016
test_print.py
bpo-32685: Improve suggestion for print statement ( GH-5375 )
Jan 28, 2018
test_profile.py
bpo-32512: Add -m option to profile for profiling modules ( #5132 )
Nov 5, 2018
test_property.py
bpo-31787: Prevent refleaks when calling __init__() more than once ( G…
Feb 13, 2018
test_pstats.py
bpo-29237: Create enum for pstats sorting options ( GH-5103 )
Jan 26, 2018
test_pty.py
bpo-31158: Fix nondeterministic read in test_pty ( #3808 )
Oct 2, 2017
test_pulldom.py
bpo-17239: Disable external entities in SAX parser ( GH-9217 )
Sep 23, 2018
test_pwd.py
bpo-26856: Skip test_pwd on Android until issue 32033 is fixed ( GH-4561 )
Nov 25, 2017
test_py_compile.py
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_E…
Oct 10, 2018
test_pyclbr.py
bpo-32892: Use ast.Constant instead of specific constant AST types. ( G…
Sep 27, 2018
test_pydoc.py
bpo-35619: Improve support of custom data descriptors in help() and p…
Jan 15, 2019
test_pyexpat.py
Issue #27369: Merge test_pyexpat from 3.4 into 3.5
Jul 14, 2016
test_queue.py
bpo-35202: Remove unused imports in Lib directory. ( GH-10446 )
Nov 10, 2018
test_quopri.py
Issue #23277: Remove unused sys and os imports
Apr 24, 2016
test_raise.py
bpo-30579: Allow TracebackType creation and tb_next mutation from Pyt…
Jan 7, 2018
test_random.py
bpo-30561: Sync-up expovariate() and gammavariate code ( GH-1934 )
Dec 24, 2018
test_range.py
bpo-35133: Fix mistakes when concatenate string literals on different…
Nov 5, 2018
test_re.py
bpo-30688: Support \N{name} escapes in re patterns. ( GH-5588 )
Feb 9, 2018
test_readline.py
Skip test_readline.test_nonascii() on C locale ( #5203 )
Jan 16, 2018
test_regrtest.py
bpo-35568: add 'raise_signal' function ( GH-11335 )
Jan 8, 2019
test_repl.py
bpo-30696: Fix the REPL looping endlessly when no memory ( GH-4160 )
Nov 12, 2017
test_reprlib.py
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Jul 14, 2016
test_resource.py
bpo-35202: Remove unused imports in tests. ( GH-10561 )
Nov 16, 2018
test_richcmp.py
Issue #25210: Add some basic tests for the new exception message
Oct 22, 2015
test_rlcompleter.py
Merge 3.5
Feb 4, 2016
test_robotparser.py
bpo-21475: Support the Sitemap extension in robotparser ( GH-6883 )
May 16, 2018
test_runpy.py
Issue #17211: Yield a namedtuple in pkgutil.
Sep 8, 2016
test_sax.py
bpo-35202: Remove unused imports in tests. ( GH-10561 )
Nov 16, 2018
test_sched.py
bpo-31234: Add support.join_thread() helper ( #3587 )
Sep 14, 2017
test_scope.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_script_helper.py
bpo-32942: Fix environment dependent test_script_helper ( GH-8034 )
Jul 4, 2018
test_secrets.py
Issue #29061: secrets.randbelow() would hang with a negative input
Dec 30, 2016
test_select.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_selectors.py
bpo-33522: Enable CI builds on Visual Studio Team Services ( #6865 )
May 16, 2018
test_set.py
Remove unused imports.
Dec 16, 2016
test_setcomps.py
#2621 rename test.test_support to test.support
May 20, 2008
test_shelve.py
Issue #27431: Update default protocol version in shelve.Shelf() docum…
Jul 1, 2016
test_shlex.py
Fixed #29132: Updated shlex to work better with punctuation chars in …
Jan 15, 2017
test_shutil.py
bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Br…
Dec 28, 2018
test_signal.py
bpo-35568: add 'raise_signal' function ( GH-11335 )
Jan 8, 2019
test_site.py
bpo-33306: Improve SyntaxError messages for unbalanced parentheses. ( G…
Dec 17, 2018
test_slice.py
test_support -> support
Apr 16, 2016
test_smtpd.py
bpo-29639: change test.support.HOST to "localhost"
Sep 9, 2017
test_smtplib.py
bpo-35133: Fix mistakes when concatenate string literals on different…
Nov 5, 2018
test_smtpnet.py
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER ( #3058 )
Sep 15, 2017
test_sndhdr.py
Issue #22777: Test pickling with all protocols.
Dec 15, 2014
test_socket.py
Make sure file object is close if socket.create_connection fails ( GH-…
Dec 29, 2018
test_socketserver.py
bpo-29184: Skip test_socketserver tests on PermissionError raised by …
Nov 18, 2017
test_sort.py
bpo-28685: Optimize sorted() list.sort() with type-specialized compar…
Jan 29, 2018
test_source_encoding.py
Issue #26581: Use the first coding cookie on a line, not the last one.
Mar 20, 2016
test_spwd.py
closes bpo-34594: Don't hardcode errno values in the tests. ( GH-9076 )
Sep 6, 2018
test_sqlite.py
bpo-27645: Add support for native backup facility of SQLite ( GH-4238 )
Mar 10, 2018
test_ssl.py
bpo-35045: Accept TLSv1 default in min max test ( GH-11510 )
Jan 18, 2019
test_startfile.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_stat.py
closes bpo-34353: Add sockets to stat.filemode fallback python implem…
Aug 10, 2018
test_statistics.py
bpo-30144: Import collections ABC from collections.abc rather than co…
Apr 24, 2017
test_strftime.py
bpo-32139: test_strftime does not anymore modify the locale ( GH-4569 )
Nov 29, 2017
test_string.py
bpo-31672: Restore the former behavior when override flags in Templat…
Jan 4, 2018
test_string_literals.py
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens ( …
Jan 13, 2019
test_stringprep.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_strptime.py
closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some…
Nov 6, 2018
test_strtod.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_struct.py
bpo-30249: Improve struct.unpack_from() error messages ( GH-6059 )
Mar 10, 2018
test_structmembers.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_structseq.py
Issue #27626: Spelling fixes in docs, comments and internal names
Jul 28, 2016
test_subclassinit.py
Remove unused imports.
Dec 16, 2016
test_subprocess.py
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode ( …
Oct 20, 2018
test_sunau.py
bpo-32056: Improve exceptions in aifc, wave and sunau. ( GH-5951 )
Mar 18, 2018
test_sundry.py
bpo-19382: Adding test cases for module tabnanny ( GH-851 )
Jun 14, 2018
test_super.py
bpo-23722: Raise a RuntimeError for absent __classcell__. ( GH-6931 )
May 20, 2018
test_support.py
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated ( G…
Nov 23, 2018
test_symbol.py
bpo-35683: Improve Azure Pipelines steps ( GH-11493 )
Jan 22, 2019
test_symtable.py
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (
Oct 20, 2018
test_syntax.py
bpo-35169: Improve error messages for forbidden assignments. ( GH-10342 )
Nov 20, 2018
test_sys.py
bpo-35202: Remove unused imports in Lib directory. ( GH-10446 )
Nov 10, 2018
test_sys_setprofile.py
bpo-34125: Enable profiling of method_descriptor in all cases ( GH-8416 )
Sep 19, 2018
test_sys_settrace.py
bpo-33562: Check the global asyncio event loop policy isn't set after…
Jun 2, 2018
test_sysconfig.py
bpo-34011: Fixes missing venv files and other tests ( GH-9458 )
Sep 20, 2018
test_syslog.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_tabnanny.py
closes bpo-34594: Don't hardcode errno values in the tests. ( GH-9076 )
Sep 6, 2018
test_tarfile.py
bpo-35772: Fix test_tarfile on ppc64 ( GH-11606 )
Jan 21, 2019
test_tcl.py
bpo-33974: Fix passing special characters to ttk widgets. ( GH-7986 )
Jun 30, 2018
test_telnetlib.py
bpo-31370: Remove support for threads-less builds ( #3385 )
Sep 7, 2017
test_tempfile.py
bpo-27300: Add the errors parameter to tempfile classes. ( GH-6696 )
May 23, 2018
test_textwrap.py
bpo-30603: add tests to textwrap.dedent ( GH-2206 )
Jun 16, 2017
test_thread.py
bpo-35202: Remove unused imports in Lib directory. ( GH-10446 )
Nov 10, 2018
test_threaded_import.py
bpo-31370: Remove support for threads-less builds ( #3385 )
Sep 7, 2017
test_threadedtempfile.py
bpo-31370: Remove support for threads-less builds ( #3385 )
Sep 7, 2017
test_threading.py
bpo-35283: Add deprecation warning for Thread.isAlive ( GH-11454 )
Jan 17, 2019
test_threading_local.py
test_threading_local: add missing "import sys" ( GH-8049 )
Jan 6, 2019
test_threadsignals.py
bpo-35513: Replace time.time() with time.monotonic() in tests ( GH-11182 )
Dec 17, 2018
test_time.py
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (
Dec 28, 2018
test_timeit.py
Remove unused imports.
Dec 16, 2016
test_timeout.py
bpo-35513: Replace time.time() with time.monotonic() in tests ( GH-11182 )
Dec 17, 2018
test_tix.py
Issue #21337: Add bare-bones Tix test
May 18, 2015
test_tk.py
Issue #20035: Reimplement tkinter._fix module as a C function.
May 22, 2015
test_tokenize.py
bpo-35224: PEP 572 Implementation ( #10497 )
Jan 24, 2019
test_trace.py
bpo-34876: Change the lineno of the AST for decorated function and cl…
Oct 30, 2018
test_traceback.py
bpo-35202: Remove unused imports in tests. ( GH-10561 )
Nov 16, 2018
test_tracemalloc.py
bpo-35053: Enhance tracemalloc to trace free lists ( GH-10063 )
Oct 25, 2018
test_ttk_guionly.py
Issue #23277: Remove unused sys and os imports
Apr 24, 2016
test_ttk_textonly.py
Issue #23277: Remove unused sys and os imports
Apr 24, 2016
test_tuple.py
Rework tuple hash tests. ( GH-10161 )
Feb 8, 2019
test_turtle.py
Issue #21916: Added more tests for the turtle module.
Jun 5, 2016
test_type_comments.py
bpo-35766: Merge typed_ast back into CPython ( GH-11645 )
Jan 31, 2019
test_typechecks.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_types.py
bpo-32265: Classify class and static methods of builtin types. ( #4776 )
Dec 15, 2017
test_typing.py
bpo-35341: Add generic version of OrderedDict to typing ( GH-10850 )
Dec 2, 2018
test_ucn.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_unary.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_unicode.py
bpo-33817: Fix _PyBytes_Resize() for empty bytes object. ( GH-11516 )
Jan 12, 2019
test_unicode_file.py
Fix miscellaneous typos ( #4275 )
Nov 5, 2017
test_unicode_file_functions.py
Fix miscellaneous typos ( #4275 )
Nov 5, 2017
test_unicode_identifiers.py
Remove unused imports.
Dec 16, 2016
test_unicodedata.py
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 ( G…
Jun 15, 2018
test_unittest.py
Fix so that test.test_unittest can be executed by unittest and not ju…
Dec 3, 2010
test_univnewlines.py
#17691: test_univnewlines now works with unittest test discovery. Pat…
Jun 8, 2013
test_unpack.py
bpo-32259: Make a TypeError message when unpack non-iterable more spe…
Dec 26, 2017
test_unpack_ex.py
bpo-32259: Make a TypeError message when unpack non-iterable more spe…
Dec 26, 2017
test_urllib.py
Minor spell fix and formatting fixes in urllib tests. ( #959 )
Apr 2, 2017
test_urllib2.py
Remove Invalid comment in test_urllib2.py ( #1020 )
Apr 7, 2017
test_urllib2_localnet.py
bpo-34031: fix incorrect usage of self.fail in two tests ( GH-8091 )
Jul 10, 2018
test_urllib2net.py
bpo-35411: Skip test_urllib2net FTP tests on Travis CI ( GH-10907 )
Dec 5, 2018
test_urllib_response.py
urllib.response object to use _TemporaryFileWrapper (and _TemporaryFi…
Apr 20, 2014
test_urllibnet.py
Remove unused variable in test_urllibnet. ( #1598 )
May 16, 2017
test_urlparse.py
bpo-35202: Remove unused imports in tests. ( GH-10561 )
Nov 16, 2018
test_userdict.py
Remove unused support.run_unittest imports.
Apr 24, 2016
test_userlist.py
Remove unused support.run_unittest imports.
Apr 24, 2016
test_userstring.py
Issue #23277: Remove unused imports in tests.
Apr 24, 2016
test_utf8_mode.py
bpo-35202: Remove unused imports in tests. ( GH-10561 )
Nov 16, 2018
test_utf8source.py
Rename test_pep####.py files
Sep 9, 2016
test_uu.py
bpo-33687: Fix call to os.chmod() in uu.decode() ( GH-7282 )
Jan 17, 2019
test_uuid.py
bpo-35701: Added __weakref__ slot to uuid.UUID ( GH-11570 )
Jan 17, 2019
test_venv.py
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable ( GH-11745 )
Feb 4, 2019
test_wait3.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_wait4.py
Issue #25795: Fix several tests to run independently.
Dec 5, 2015
test_wave.py
bpo-32056: Improve exceptions in aifc, wave and sunau. ( GH-5951 )
Mar 18, 2018
test_weakref.py
bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. ( GH-…
Feb 7, 2019
test_weakset.py
Issue #23277: Remove unused imports in tests.
Apr 24, 2016
test_webbrowser.py
bpo-35308: Fix regression where BROWSER env var is not respected. ( GH…
Nov 26, 2018
test_winconsoleio.py
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. ( GH…
Feb 24, 2018
test_winreg.py
Trivial cleanups following bpo-31370 ( #3649 )
Sep 18, 2017
test_winsound.py
[security] bpo-13617: Reject embedded null characters in wchar* strin…
Jun 28, 2017
test_with.py
bpo-32670: Enforce PEP 479. ( #5327 )
Jan 26, 2018
test_wsgiref.py
Revert "bpo-35565: Add detail to assertion failure message in wsgiref" (
Dec 25, 2018
test_xdrlib.py
Issue #21741: Update 147 test modules to use test discovery.
Apr 13, 2015
test_xml_dom_minicompat.py
Issue #10131 : Fixed deep copying of minidom documents. Based on patch
Nov 26, 2015
test_xml_etree.py
bpo-34160: Preserve user specified order of Element attributes in htm…
Oct 29, 2018
test_xml_etree_c.py
bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. ( GH-11170 )
Dec 18, 2018
test_xmlrpc.py
bpo-18799: Resurrect test_404 in test_xmlrpc. ( GH-11196 )
Dec 17, 2018
test_xmlrpc_net.py
bpo-31724: Skip test_xmlrpc_net ( GH-3921 )
Oct 8, 2017
test_xxtestfuzz.py
bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) ( #2878 )
Sep 6, 2017
test_yield_from.py
bpo-30399: Get rid of trailing comma in the repr of BaseException. ( #…
Nov 15, 2017
test_zipapp.py
bpo-32297: Few misspellings found in Python source code comments. ( #4803
Dec 14, 2017
test_zipfile.py
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. ( G…
Sep 17, 2018
test_zipfile64.py
bpo-35513: Replace time.time() with time.monotonic() in tests ( GH-11182 )
Dec 17, 2018
test_zipimport.py
bpo-5950: Support reading zips with comments in zipimport ( #9548 )
Sep 25, 2018
test_zipimport_support.py
Issue #23277: Remove unused imports in tests.
Apr 24, 2016
test_zlib.py
bpo-34582: Update syntax of Azure Pipelines builds ( GH-9521 )
Sep 24, 2018
testcodec.py
Merging the py3k-pep3137 branch back into the py3k branch.
Nov 6, 2007
testtar.tar
Issue #14160: TarFile.extractfile() failed to resolve symbolic links
Apr 24, 2012
tf_inherit_check.py
Issue 23314: SuppressCrashReports now disables CRT assertions
Feb 23, 2015
threaded_import_hangers.py
Fix whitespace
Jul 15, 2011
time_hashlib.py
bpo-35513, unittest: TextTestRunner uses time.perf_counter() ( GH-11180 )
Dec 17, 2018
tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt
bpo-31462: Remove trailing whitespaces. ( #3564 )
Sep 14, 2017
tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt
bpo-31462: Remove trailing whitespaces. ( #3564 )
Sep 14, 2017
tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
Issue #12587: Correct faulty test file and reference in test_tokenize.
Jul 19, 2011
tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt
bpo-31462: Remove trailing whitespaces. ( #3564 )
Sep 14, 2017
tokenize_tests.txt
bpo-31462: Remove trailing whitespaces. ( #3564 )
Sep 14, 2017
win_console_handler.py
Fixed typo in comment.
Dec 9, 2010
xmltests.py
#12820: add tests for the xml.dom.minicompat module. Patch by John Ch…
Apr 10, 2013
zip_cp437_header.zip
Ooops, add the missing file of the backport of commit 33543b4e0e5d fr…
May 18, 2011
zipdir.zip
Merged revisions 68885 via svnmerge from
Jan 24, 2009