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.
 
 
 
 
 
 
Vinay Sajip 66b8b08752 Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. 14 years ago
..
capath Followup on r81233: fix test_ssl with OpenSSL < 1.0.0. 16 years ago
cjkencodings Issue #12057: Add tests for ISO 2022 codecs 15 years ago
crashers #11515: Merge with 3.1. 16 years ago
data Issue #12497: Install test/data to prevent failures of the various codecmaps 15 years ago
decimaltestdata Merge #11131 16 years ago
encoded_modules Issue #9308: Removed redundant coding cookies. Added tests for 16 years ago
json_tests #5723: merge with 3.1. 15 years ago
leakers Raise statement normalization in Lib/test/. 19 years ago
sndhdrdata Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. 16 years ago
subprocessdata Merged revisions 88484 via svnmerge from 16 years ago
tracedmodules Remove obsolete/duplicate docstring 15 years ago
xmltestdata Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from 17 years ago
185test.db Data file for bsddb185 test 24 years ago
Sine-1000Hz-300ms.aif Merged revisions 72100-72101 via svnmerge from 17 years ago
__init__.py Add __init__.py to test package. 29 years ago
__main__.py Factor out common code from lib/test/__main__.py and lib/test/regrtest.py into a function. 16 years ago
audiotest.au Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes 16 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 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 19 years ago
badkey.pem Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 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 23 years ago
badsyntax_future4.py SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald 23 years ago
badsyntax_future5.py SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald 23 years ago
badsyntax_future6.py SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald 23 years ago
badsyntax_future7.py SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald 23 years ago
badsyntax_future8.py Fix most trivially-findable print statements. 20 years ago
badsyntax_future9.py Fix most trivially-findable print statements. 20 years ago
badsyntax_pep3120.py Implement PEP 3120. 19 years ago
buffer_tests.py #9424: Replace deprecated assert* methods in the Python test suite. 16 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 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 21 years ago
cmath_testcases.txt Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to 16 years ago
curses_tests.py convert shebang lines: python -> python3 17 years ago
datetimetester.py Fix obscure failures of datetime-related tests due to the datetime tests failing to restore the system state completely after testing the pure-Python versions. 15 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 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 21 years ago
exception_hierarchy.txt Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, 16 years ago
floating_points.txt Merged revisions 77410,77421,77450-77451 via svnmerge from 17 years ago
fork_wait.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
formatfloat_testcases.txt Add testcases from bug report #9980. 16 years ago
gdb_sample.py Issue #8380: Port gdb/libpython to 3.x. 16 years ago
https_svn_python_org_root.pem Merged revisions 77403 via svnmerge from 17 years ago
ieee754.txt Merged revisions 77139-77140 via svnmerge from 17 years ago
inspect_fodder.py Merged revisions 55328-55341 via svnmerge from 19 years ago
inspect_fodder2.py fix inspect.formatargspec on functions with keyword-only arguments without defaults #4959 18 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
list_tests.py Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) 15 years ago
lock_tests.py Issue #13502: threading: Fix a race condition in Event.wait() that made it 15 years ago
make_ssl_certs.py Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and 16 years ago
mapping_tests.py Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 15 years ago
math_testcases.txt Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError. 16 years ago
mime.types Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, 15 years ago
mock_socket.py fix test_smtplib/test_smtpd collision through pre-loaded reply data in mock_socket 16 years ago
nokia.pem Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. 15 years ago
nullcert.pem Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 19 years ago
outstanding_bugs.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
pickletester.py Issue #13505: Make pickling of bytes object compatible with Python 2. 15 years ago
profilee.py Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from 19 years ago
pstats.pck #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file. 16 years ago
pyclbr_input.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 16 years ago
pydoc_mod.py Issue #10446: Several changes to module documentation generated by pydoc: 16 years ago
pydocfodder.py Merged revisions 60176-60209 via svnmerge from 19 years ago
pystone.py #1513299: cleanup some map() uses where a comprehension works better. 16 years ago
randv2_32.pck Merged revisions 59275-59303 via svnmerge from 19 years ago
randv2_64.pck Merged revisions 59275-59303 via svnmerge from 19 years ago
randv3.pck Merged revisions 59275-59303 via svnmerge from 19 years ago
re_tests.py convert shebang lines: python -> python3 17 years ago
regrtest.py Closes #14158: improved resilience to test files left behind. 15 years ago
relimport.py Another missing file after merge from trunk. 19 years ago
reperf.py Fix most trivially-findable print statements. 20 years ago
sample_doctest.py Fix a bunch of doctests with the -d option of refactor.py. 20 years ago
script_helper.py Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 15 years ago
seq_tests.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
sgml_input.html Four months of trunk changes (including a few releases...) 20 years ago
sha256.pem Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. 14 years ago
sortperf.py #8230: make Lib/test/sortperf.py run on Python 3. 16 years ago
ssl_cert.pem Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the 16 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 Output served URL when running ssl_servers 16 years ago
string_tests.py #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. 15 years ago
support.py Make "regrtest -j" "-R"-aware 15 years ago
test___all__.py test___all__ ignores ResourceWarning as well 16 years ago
test___future__.py convert shebang lines: python -> python3 17 years ago
test__locale.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_abc.py move this test to test_descr; it's not abc specific 16 years ago
test_abstract_numbers.py Merged revisions 78093 via svnmerge from 17 years ago
test_aifc.py #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk. 15 years ago
test_argparse.py #11906 Make test_argparse work interactively by removing extra space 15 years ago
test_array.py Issue #5109: array.array constructor will now use fast code when 16 years ago
test_ast.py check by equality for __future__ not identity (closes #14378) 15 years ago
test_asynchat.py Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from 16 years ago
test_asyncore.py attempt to fix asyncore buildbot failure 15 years ago
test_atexit.py test_atexit: fix code saving/restoring stdout and stderr 16 years ago
test_audioop.py Fix failing test on big-endian machines (issue #13806). 15 years ago
test_augassign.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_base64.py Closes #14158: improved resilience to test files left behind. 15 years ago
test_bigaddrspace.py Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError) 16 years ago
test_bigmem.py Start fixing test_bigmem: 15 years ago
test_binascii.py Issue #4770: Restrict binascii module to accept only bytes (as specified). 16 years ago
test_binhex.py Close #11577: Improve binhex test coverage and fix ResourceWarning 16 years ago
test_binop.py Syntax cleanup. 16 years ago
test_bisect.py Issue 13496: Fix bisect.bisect overflow bug for large collections. 14 years ago
test_bool.py Issue #10518: Bring back the callable() builtin. 16 years ago
test_bufio.py convert old fail* assertions to assert* 17 years ago
test_builtin.py Skip early if stdin and stdout are not ttys 15 years ago
test_bytes.py #6780: merge with 3.1. 15 years ago
test_bz2.py Issue #11018: fix a test to not be a no-op in test_bz2. 16 years ago
test_calendar.py Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine. 15 years ago
test_call.py #2621 rename test.test_support to test.support 18 years ago
test_capi.py Test running of code in a sub-interpreter 15 years ago
test_cfgparser.py #13760: picklability tests for configparser exceptions 15 years ago
test_cgi.py 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers 15 years ago
test_charmapcodec.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_class.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_cmath.py Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. 16 years ago
test_cmd.py Test for issue #13500 15 years ago
test_cmd_line.py Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 15 years ago
test_cmd_line_script.py Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) 14 years ago
test_code.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_codeccallbacks.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_codecencodings_cn.py (Merge 3.1) Issue #12057: Add tests for the HZ encoding 15 years ago
test_codecencodings_hk.py convert shebang lines: python -> python3 17 years ago
test_codecencodings_iso2022.py Issue #12057: Add tests for ISO 2022 codecs 15 years ago
test_codecencodings_jp.py convert shebang lines: python -> python3 17 years ago
test_codecencodings_kr.py convert shebang lines: python -> python3 17 years ago
test_codecencodings_tw.py convert shebang lines: python -> python3 17 years ago
test_codecmaps_cn.py convert shebang lines: python -> python3 17 years ago
test_codecmaps_hk.py convert shebang lines: python -> python3 17 years ago
test_codecmaps_jp.py convert shebang lines: python -> python3 17 years ago
test_codecmaps_kr.py convert shebang lines: python -> python3 17 years ago
test_codecmaps_tw.py convert shebang lines: python -> python3 17 years ago
test_codecs.py Backport 0398f07d4827 (fix for weird buildbot failures) 15 years ago
test_codeop.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_coding.py Merged revisions 79030-79032 via svnmerge from 17 years ago
test_collections.py Improve Counter.__repr__() to not fail with unorderable values 15 years ago
test_colorsys.py #2621 rename test.test_support to test.support 18 years ago
test_compare.py #2621 rename test.test_support to test.support 18 years ago
test_compile.py #11515: Merge with 3.1. 16 years ago
test_compileall.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
test_complex.py Issue 10625: Add tests for negative zeros in complex str and repr. 16 years ago
test_concurrent_futures.py Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. 14 years ago
test_contains.py use assert[Not]In where appropriate 17 years ago
test_contextlib.py Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. 15 years ago
test_copy.py Issue #1100562: Fix deep-copying of objects derived from the list and dict types. 16 years ago
test_copyreg.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_cprofile.py Windows can't remove a file before it is closed 16 years ago
test_crypt.py Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge 18 years ago
test_csv.py Fix wrong test code in test_csv (#10602) 16 years ago
test_ctypes.py Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge 18 years ago
test_curses.py Issue #10570: curses.putp() is now expecting a byte string, instead of a 15 years ago
test_datetime.py Fix obscure failures of datetime-related tests due to the datetime tests failing to restore the system state completely after testing the pure-Python versions. 15 years ago
test_dbm.py Fix #11491. When dbm.open was called with a file which already exists and 16 years ago
test_dbm_dumb.py Properly close files in test_dbm_dumb. 16 years ago
test_dbm_gnu.py Fix dbm_gnu test relying on set order. 15 years ago
test_dbm_ndbm.py use assert[Not]In where appropriate 17 years ago
test_decimal.py #11565: Merge with 3.1. 16 years ago
test_decorators.py #2621 rename test.test_support to test.support 18 years ago
test_defaultdict.py #13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng. 15 years ago
test_deque.py Issue #11004: Repair edge case in deque.count(). 16 years ago
test_descr.py don't use a slot wrapper from a different special method (closes #14658) 14 years ago
test_descrtut.py Merged revisions 69846 via svnmerge from 18 years ago
test_dict.py Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. 15 years ago
test_dictcomps.py #2621 rename test.test_support to test.support 18 years ago
test_dictviews.py Issue #9212: Added the missing isdisjoint method to the dict_keys and 16 years ago
test_difflib.py Issue 11747: Fix output format for context diffs. 15 years ago
test_difflib_expect.html Whitespace normalization. test_difflib passes again. 22 years ago
test_dis.py Another test_dis dict order dependency. 15 years ago
test_distutils.py Merged revisions 75860 via svnmerge from 17 years ago
test_doctest.py Followup to #7502: add __hash__ method and tests. 15 years ago
test_doctest.txt Kill off softspace completely (except in formatter.py which seems to have 20 years ago
test_doctest2.py Issue #9308: Removed redundant coding cookies. Added tests for 16 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', 19 years ago
test_doctest4.txt Fix test_doctest: drop u prefixes; explicitly declare 19 years ago
test_docxmlrpc.py Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from 16 years ago
test_dummy_thread.py Merged revisions 77727 via svnmerge from 17 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. 17 years ago
test_email.py #11554: reactivate test_email_codecs, and make it pass. 16 years ago
test_enumerate.py fix typos 16 years ago
test_eof.py convert shebang lines: python -> python3 17 years ago
test_epoll.py propgate error in other conditions 15 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 #14177: marshal.loads() now raises TypeError when given an unicode string. 15 years ago
test_extcall.py #11565: Merge with 3.1. 16 years ago
test_fcntl.py Issue #12821: Fix test_fcntl failures on OpenBSD 5. 15 years ago
test_file.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_filecmp.py Merged revisions 78093 via svnmerge from 17 years ago
test_fileinput.py #1286: allow using fileinput.FileInput as context manager. 16 years ago
test_fileio.py Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. 15 years ago
test_float.py bring is_integer into tested existence 15 years ago
test_flufl.py The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! 18 years ago
test_fnmatch.py Issue 7846: fnmatch cache can grow without bound 16 years ago
test_fork1.py Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom of actually relying on this remains questionable!) 16 years ago
test_format.py Merged revisions 78372-78373 via svnmerge from 17 years ago
test_fractions.py #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. 15 years ago
test_frozen.py (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written 15 years ago
test_ftplib.py Issue #13453: Try to increase some socket timeouts to make some buildbots stop 15 years ago
test_funcattrs.py Merged revisions 77727 via svnmerge from 17 years ago
test_functools.py Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. 15 years ago
test_future.py Merged revisions 77727 via svnmerge from 17 years ago
test_future1.py SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald 23 years ago
test_future2.py Remove functions in string module that are also string methods. Also remove: 20 years ago
test_future3.py #2621 rename test.test_support to test.support 18 years ago
test_future4.py #2621 rename test.test_support to test.support 18 years ago
test_future5.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
test_gc.py Issue #11761: make tests for gc.get_count() less fragile 15 years ago
test_gdb.py Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 15 years ago
test_generators.py Issue #13188: When called without an explicit traceback argument, 15 years ago
test_genericpath.py Merged manually from 2.7 branch to 3.x trunk. 16 years ago
test_genexps.py Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from 17 years ago
test_getargs2.py Issue #10451: memoryview objects could allow to mutate a readable buffer. 16 years ago
test_getopt.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_gettext.py Prevent ResourceWarnings in test_gettext 16 years ago
test_glob.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_global.py (partially) 17 years ago
test_grammar.py #8414: add more tests for "assert". Initial patch by Gregory Nofi. 15 years ago
test_grp.py #775964: skip YP/NIS entries instead of failing the test 16 years ago
test_gzip.py Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. 15 years ago
test_hash.py Fix (presumably) test_hash under big-endian systems (PPC). 15 years ago
test_hashlib.py Start fixing test_bigmem: 15 years ago
test_heapq.py Merge with 3.1. 15 years ago
test_hmac.py (partially) 17 years ago
test_html.py #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. 16 years ago
test_htmlparser.py #14538: HTMLParser can now parse correctly start tags that contain a bare /. 14 years ago
test_http_cookiejar.py this should be an identity test 15 years ago
test_http_cookies.py #9824: encode , and ; in cookie values so that browsers don't split on them 16 years ago
test_httplib.py Issue #10860: Skip the new test if HTTPS is not available 15 years ago
test_httpservers.py 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests 14 years ago
test_imaplib.py Use transient_internet() consistently in test_imaplib 16 years ago
test_imp.py Issue #11919: try to fix test_imp failure on some buildbots. 15 years ago
test_import.py Port import fixes from 2.7. 15 years ago
test_importhooks.py Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from 17 years ago
test_importlib.py Importlib was using custom code to discover all test modules in importlib.test. 17 years ago
test_index.py Merged revisions 79502 via svnmerge from 17 years ago
test_inspect.py Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. 15 years ago
test_int.py Issue #10557: Fixed error messages from float() and other numeric 16 years ago
test_int_literal.py #2621 rename test.test_support to test.support 18 years ago
test_io.py Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. 15 years ago
test_ioctl.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
test_isinstance.py add space 16 years ago
test_iter.py Merged revisions 82167 via svnmerge from 16 years ago
test_iterlen.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 16 years ago
test_itertools.py Merge 3.1 16 years ago
test_json.py Issue #10572: Moved json tests to Lib/test/json_tests. 16 years ago
test_keywordonlyarg.py mangle keyword-only argname when loading defaults (closes #14607) 14 years ago
test_kqueue.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
test_largefile.py Merged revisions 77890 via svnmerge from 17 years ago
test_lib2to3.py - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files 15 years ago
test_linecache.py (Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't 15 years ago
test_list.py Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 15 years ago
test_listcomps.py having three copies of the same test is surely a bit excessive 16 years ago
test_locale.py Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. 15 years ago
test_logging.py Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. 14 years ago
test_long.py Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. 14 years ago
test_longexp.py #2621 rename test.test_support to test.support 18 years ago
test_macpath.py Merge other tests from test_*path.py into test_genericpath.CommonTest, and do some cleanup. 17 years ago
test_mailbox.py Make test_mailbox runnable via python -m unittest. 14 years ago
test_marshal.py Issue #14177: marshal.loads() now raises TypeError when given an unicode string. 15 years ago
test_math.py #11565: Merge with 3.1. 16 years ago
test_memoryio.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_memoryview.py Issue #10451: memoryview objects could allow to mutate a readable buffer. 16 years ago
test_metaclass.py only accept AttributeError as indicating no __prepare__ attribute on a metaclass, allowing lookup errors to propogate 17 years ago
test_mimetypes.py Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, 15 years ago
test_minidom.py Backport minidom attribute tests from default (73c76466cf44). 15 years ago
test_mmap.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
test_module.py don't rely on the order of module clearing 15 years ago
test_modulefinder.py More proper closing of files 16 years ago
test_msilib.py Closes #11696: Fix ID generation in msilib. 16 years ago
test_multibytecodec.py (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at 15 years ago
test_multibytecodec_support.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
test_multiprocessing.py Issue #14482: Raise a ValueError, not a NameError, when trying to create 14 years ago
test_mutants.py #2621 rename test.test_support to test.support 18 years ago
test_netrc.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
test_nis.py reenable test_nis on solaris #3402 16 years ago
test_nntplib.py Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). 15 years ago
test_normalization.py Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. 16 years ago
test_ntpath.py Should use posix_error here. 16 years ago
test_numeric_tower.py #11515: Merge with 3.1. 16 years ago
test_opcodes.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_openpty.py Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from 18 years ago
test_operator.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_optparse.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_os.py Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 15 years ago
test_ossaudiodev.py #6518: enable context manager protocol for ossaudiodev types. 16 years ago
test_osx_env.py Minor tweak of test_osx_env to 16 years ago
test_parser.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_pdb.py Fix test suite to not activate new sigint behavior in pdb. 16 years ago
test_peepholer.py #5057: Merge with 3.1. 15 years ago
test_pep247.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_pep263.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_pep277.py #10209, test_pep277: disable test_normalize and test_listdir on darwin 16 years ago
test_pep292.py Backport improved test coverage for string.py 16 years ago
test_pep352.py use assert[Not]In where appropriate 17 years ago
test_pep3120.py Issue #13913: Another fix test_pep3120 for the UTF-8 codec name 15 years ago
test_pep3131.py normalization is different between unicode builds, so use a new non-BMP char and add normalization test 15 years ago
test_pickle.py Issue #11564: Avoid crashes when trying to pickle huge objects or containers 15 years ago
test_pickletools.py Merged revisions 88546 via svnmerge from 16 years ago
test_pipes.py Test pipes.quote with a few non-ASCII characters (see #9723). 15 years ago
test_pkg.py #11565: Merge with 3.1. 16 years ago
test_pkgimport.py Fix #10256 - resource warning 16 years ago
test_pkgutil.py Issue #7367: Ensure test directory always gets removed. 15 years ago
test_platform.py Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' 15 years ago
test_plistlib.py Issue #985064: Make plistlib more resilient to faulty input plists. 15 years ago
test_poll.py Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from 18 years ago
test_popen.py close file properly 16 years ago
test_poplib.py Issue #13453: Fix a race condition in test_poplib. 15 years ago
test_posix.py Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can 14 years ago
test_posixpath.py Closes issue 11503. Improves test coverage of posixpath. 16 years ago
test_pow.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_pprint.py Issue9131: Mark fragile test as CPython-specific 16 years ago
test_print.py #11565: Merge with 3.1. 16 years ago
test_profile.py Merged revisions 78093 via svnmerge from 17 years ago
test_property.py Merged revisions 82332 via svnmerge from 16 years ago
test_pstats.py #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file. 16 years ago
test_pty.py don't use assertSameElements. 15 years ago
test_pwd.py Merged revisions 79044 via svnmerge from 17 years ago
test_py_compile.py Issue #12618: py_compile cannot create files in current directory 15 years ago
test_pyclbr.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_pydoc.py #14638: pydoc now treats non-str __name__ as None instead of raising 14 years ago
test_pyexpat.py Issue #5485: Add tests for the UseForeignDTD method of expat parser objects. 16 years ago
test_queue.py #14333: fix test_queue so it can be run via standard unittest test discovery. 15 years ago
test_quopri.py Fix ResourceWarning from subprocess pipes being left open. 16 years ago
test_raise.py catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) 15 years ago
test_random.py Update whatsnew. Salt the random number seed. 16 years ago
test_range.py #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. 15 years ago
test_re.py #14179: add tests for re.compile. Patch by Florian Mladitsch. 15 years ago
test_readline.py #11496: skip history test if clear_history is not available. 16 years ago
test_reprlib.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_resource.py Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. 16 years ago
test_richcmp.py Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from 17 years ago
test_rlcompleter.py #10159: sort completion matches before comparing to dir() result. 16 years ago
test_robotparser.py Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and 15 years ago
test_runpy.py Issue #12451: runpy: run_path() now opens the Python script in binary mode, 15 years ago
test_sax.py merge 11164 15 years ago
test_sched.py Issue #13878: Fix random test_sched failures. 15 years ago
test_scope.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_select.py Remove traces of MacOS9 support. 16 years ago
test_set.py Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 15 years ago
test_setcomps.py #2621 rename test.test_support to test.support 18 years ago
test_shelve.py #7905: Actually respect the keyencoding parameter to shelve.Shelf. 16 years ago
test_shlex.py Recode modules from latin-1 to utf-8 16 years ago
test_shutil.py Fix closes issue issue12470 - check for utime for the skipUnless condition. 15 years ago
test_signal.py Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a 15 years ago
test_site.py Issue #10881: Fix test_site failure with OS X framework builds. 15 years ago
test_slice.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_smtpd.py Restore smtpd.DEBUGSTREAM at the end of test_smtpd. 15 years ago
test_smtplib.py Make tests faster by reaping threads only at the end 15 years ago
test_smtpnet.py Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. 15 years ago
test_sndhdr.py Woops, test_sndhdr.py contains the same code twice: fix it 16 years ago
test_socket.py Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). 14 years ago
test_socketserver.py Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. 14 years ago
test_sort.py Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) 15 years ago
test_sqlite.py Make the printing of sqlite version in verbose mode work with regrtest -w. 16 years ago
test_ssl.py Issue #13895: fix test_ssl hanging under Ubuntu 15 years ago
test_startfile.py Fix sporadic failure in test_startfile. 15 years ago
test_strftime.py Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge from 17 years ago
test_string.py Backport improved test coverage for string.py 16 years ago
test_stringprep.py convert old fail* assertions to assert* 17 years ago
test_strlit.py Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents. 15 years ago
test_strptime.py Give better failure messages in test_strptime (cf. issue #14113). 15 years ago
test_strtod.py Add a dtoa.c test value that triggered a bug in recent versions of 16 years ago
test_struct.py #11565: Merge with 3.1. 16 years ago
test_structmembers.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_structseq.py be more robust across platforms 16 years ago
test_subprocess.py Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. 15 years ago
test_sunau.py Issue #8897: Fix sunau module, use bytes to write the header. Patch written by 16 years ago
test_sundry.py #11578: add unit tests for timeit module. 16 years ago
test_super.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
test_symtable.py merge 3.1 15 years ago
test_syntax.py merge 3.1 15 years ago
test_sys.py Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 15 years ago
test_sys_setprofile.py use assertion methods 16 years ago
test_sys_settrace.py SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) 14 years ago
test_sysconfig.py Fix test_sysconfig when prefix != exec-prefix (#9100). 15 years ago
test_syslog.py Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 16 years ago
test_tarfile.py Issue #14160: TarFile.extractfile() failed to resolve symbolic links 14 years ago
test_tcl.py Skip estLoadWithUNC when UNC is not available. 16 years ago
test_telnetlib.py Partial patch for issue #11812: Take care of test_telnetlib.py 15 years ago
test_tempfile.py Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. 15 years ago
test_textwrap.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_thread.py sleep here 14 years ago
test_threaded_import.py Fix (hopefully) occasional failures in test_threaded_import. 16 years ago
test_threadedtempfile.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_threading.py Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). 14 years ago
test_threading_local.py Issue #9707: Rewritten reference implementation of threading.local which 16 years ago
test_threadsignals.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
test_time.py Issue #11886: workaround an OS bug (time zone data) in test_time 15 years ago
test_timeit.py #11578: add unit tests for timeit module. 16 years ago
test_timeout.py Issue #1677694: Refactor and improve test_timeout. Original patch by 16 years ago
test_tk.py Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run 15 years ago
test_tokenize.py Issue #14629: Raise SyntaxError in tokenizer.detect_encoding 14 years ago
test_tools.py #14492: fix some bugs in Tools/scripts/pdeps.py. 14 years ago
test_trace.py #11565: Merge with 3.1. 16 years ago
test_traceback.py #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
test_ttk_guionly.py Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run 15 years ago
test_ttk_textonly.py Merged revisions 78093 via svnmerge from 17 years ago
test_tuple.py Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 15 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 #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. 16 years ago
test_ucn.py Issue #10459: Update CJK character names to Unicode 6.0. 16 years ago
test_unary.py convert old fail* assertions to assert* 17 years ago
test_unicode.py str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. 15 years ago
test_unicode_file.py Ditch some dead code in test_unicode_file. 16 years ago
test_unicodedata.py Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. 16 years ago
test_unittest.py Fix so that test.test_unittest can be executed by unittest and not just regrtest 16 years ago
test_univnewlines.py Merged revisions 72979 via svnmerge from 17 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 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 15 years ago
test_urllib2.py Issue13696 - Fix 302 Redirection for Relative urls. 15 years ago
test_urllib2_localnet.py Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian Brazil. 16 years ago
test_urllib2net.py Fix Issue6631 - Disallow relative file paths in urllib urlopen 15 years ago
test_urllib_response.py Add __enter__ and __exit__ methods to addbase() so that it supports with. 18 years ago
test_urllibnet.py Avoid failing in test_urllibnet.test_bad_address when some overzealous 15 years ago
test_urlparse.py Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 15 years ago
test_userdict.py Merged revisions 77727 via svnmerge from 17 years ago
test_userlist.py #2621 rename test.test_support to test.support 18 years ago
test_userstring.py convert shebang lines: python -> python3 17 years ago
test_uu.py Issue #10266: uu.decode didn't close in_file explicitly when it was given 16 years ago
test_uuid.py Merged revisions 80784 via svnmerge from 16 years ago
test_wait3.py Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from 18 years ago
test_wait4.py Merged revisions 70930 via svnmerge from 18 years ago
test_warnings.py Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. 15 years ago
test_wave.py Issue #1512791: In setframerate method of Wave_write, round non-integral 16 years ago
test_weakref.py Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. 15 years ago
test_weakset.py Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. 15 years ago
test_winreg.py Issue 10825: Minor updates to the test suite. 16 years ago
test_winsound.py Close stdout, clear ResourceWarning 16 years ago
test_with.py Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. 15 years ago
test_wsgiref.py Issue #3839: wsgiref should not override a Content-Length header set by 16 years ago
test_xdrlib.py Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. 16 years ago
test_xml_etree.py Closes #2892: preserve iterparse events in case of SyntaxError. 15 years ago
test_xml_etree_c.py Start fixing test_bigmem: 15 years ago
test_xmlrpc.py Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer 15 years ago
test_xmlrpc_net.py Fix resource warning in test_xmlrpc_net 15 years ago
test_zipfile.py #14399: zipfile now correctly handles comments added to empty zipfiles. 14 years ago
test_zipfile64.py #2971: test_zipfile64 fails. 18 years ago
test_zipimport.py (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to 15 years ago
test_zipimport_support.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
test_zlib.py Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. 15 years ago
testcodec.py Merging the py3k-pep3137 branch back into the py3k branch. 19 years ago
testtar.tar Issue #14160: TarFile.extractfile() failed to resolve symbolic links 14 years ago
tf_inherit_check.py Issue #3782: os.write() must not accept unicode strings 18 years ago
threaded_import_hangers.py Fix ResourceWarning in Lib/test/threaded_import_hangers.py 16 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 #12587: Correct faulty test file and reference in test_tokenize. 15 years ago
tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt Ran svneol.py 18 years ago
tokenize_tests.txt Patch 1420 by Ron Adam. 19 years ago
warning_tests.py Merged revisions 53952-54987 via svnmerge from 19 years ago
win_console_handler.py Fixed typo in comment. 16 years ago
xmltests.py #2621 rename test.test_support to test.support 18 years ago
zip_cp437_header.zip #10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky. 16 years ago
zipdir.zip Merged revisions 68885 via svnmerge from 18 years ago