| .. |
|
cjkencodings
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
crashers
|
Added a new crasher that targets mutating the underlying storage of a buffer. All work done by Armin Rigo.
|
14 years ago |
|
data
|
Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from
|
16 years ago |
|
decimaltestdata
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
leakers
|
Add the original test case of bug #1469629,
|
16 years ago |
|
subprocessdata
|
SIGCHLD is a more portable name than SIGCLD (OSX has no SIGCLD).
|
15 years ago |
|
tracedmodules
|
Merged revisions 84994 via svnmerge from
|
16 years ago |
|
xmltestdata
|
Move the xml test data to their own directory.
|
16 years ago |
|
185test.db
|
Data file for bsddb185 test
|
23 years ago |
|
Sine-1000Hz-300ms.aif
|
Fix issue 2245. aifc now skips any chunk type it doesn't actually
|
17 years ago |
|
__init__.py
|
Add __init__.py to test package.
|
29 years ago |
|
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
|
Set svn:eol-style to native.
|
20 years ago |
|
badcert.pem
|
More work on SSL support.
|
19 years ago |
|
badkey.pem
|
More work on SSL support.
|
19 years ago |
|
badsyntax_future3.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
badsyntax_future4.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
badsyntax_future5.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
badsyntax_future6.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
badsyntax_future7.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
badsyntax_future8.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
badsyntax_future9.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
badsyntax_nocaret.py
|
Fix compileall.py so that it fails on SyntaxErrors
|
25 years ago |
|
buffer_tests.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
cfgparser.1
|
ConfigParser:
|
22 years ago |
|
check_soundcard.vbs
|
Set eol-style to native.
|
20 years ago |
|
cmath_testcases.txt
|
Acknowledge the role of the MPFR library in creating cmath_testcases.txt
|
17 years ago |
|
curses_tests.py
|
Add an interactive test script for exercising curses
|
18 years ago |
|
doctest_aliases.py
|
#6227: Because of a wrong indentation, the test was not testing what it should.
|
17 years ago |
|
double_const.py
|
Complete the absolute import patch for the test suite. All relative
|
24 years ago |
|
empty.vbs
|
Add a simple test for os.startfile().
|
20 years ago |
|
exception_hierarchy.txt
|
I mess up again; BufferError inherits StandardError
|
18 years ago |
|
floating_points.txt
|
Issue #7632: Fix a problem with _Py_dg_strtod that could lead to
|
16 years ago |
|
fork_wait.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
formatfloat_testcases.txt
|
Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson.
|
16 years ago |
|
gdb_sample.py
|
Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked
|
16 years ago |
|
greyrgb.uue
|
Use uuencoded test images.
|
29 years ago |
|
https_svn_python_org_root.pem
|
Update root certificate to CAcert.
|
16 years ago |
|
ieee754.txt
|
Issue #7534: Fix handling of nans, infinities, and negative zero in **
|
16 years ago |
|
infinite_reload.py
|
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
|
16 years ago |
|
inspect_fodder.py
|
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
|
16 years ago |
|
inspect_fodder2.py
|
Make tabnanny recognize IndentationErrors raised by tokenize.
|
20 years ago |
|
keycert.pem
|
> Regardless, building a fixed test certificate and checking it in sounds like
|
19 years ago |
|
list_tests.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
lock_tests.py
|
Issue #7282: Fix a memory leak when an RLock was used in a thread other
|
16 years ago |
|
mapping_tests.py
|
null merge from 2.6
|
14 years ago |
|
math_testcases.txt
|
Issue #8986: erfc was raising OverflowError on Linux for arguments in
|
16 years ago |
|
nokia.pem
|
Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported.
|
14 years ago |
|
nullcert.pem
|
More work on SSL support.
|
19 years ago |
|
outstanding_bugs.py
|
Update outstanding bugs test file.
|
19 years ago |
|
pickletester.py
|
Silence a couple of warnings.
|
14 years ago |
|
profilee.py
|
* Use the same code to profile for test_profile and test_cprofile.
|
18 years ago |
|
pyclbr_input.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
pydoc_mod.py
|
remove duplication in test module
|
18 years ago |
|
pydocfodder.py
|
#1715: include sub-extension modules in pydoc text output.
|
18 years ago |
|
pystone.py
|
#3319: don't raise ZeroDivisionError if number of rounds is so
|
18 years ago |
|
randv2_32.pck
|
Issue #1727780: Support loading pickles of random.Random objects created
|
18 years ago |
|
randv2_64.pck
|
Issue #1727780: Support loading pickles of random.Random objects created
|
18 years ago |
|
randv3.pck
|
Issue #1727780: Support loading pickles of random.Random objects created
|
18 years ago |
|
re_tests.py
|
More work on bug #672491 and patch #712900.
|
23 years ago |
|
regrtest.py
|
Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox uses shutil.rmtree for simpler code.
|
14 years ago |
|
relimport.py
|
Issue #2400: Allow relative imports to "import *".
|
18 years ago |
|
reperf.py
|
SF patch #701494: more apply removals
|
23 years ago |
|
sample_doctest.py
|
Bug 772091: doctest.DocTestSuite does not support __test__
|
22 years ago |
|
script_helper.py
|
Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from
|
15 years ago |
|
seq_tests.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
sgml_input.html
|
As mentioned on python-dev, reverting patch #1504333 because it introduced
|
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
|
New test %sort. This takes a sorted list, picks 1% of the list positions
|
24 years ago |
|
ssl_cert.pem
|
Added a SSL server to test_socket_ssl.py to be able to test
|
19 years ago |
|
ssl_key.pem
|
Added a SSL server to test_socket_ssl.py to be able to test
|
19 years ago |
|
string_tests.py
|
Advertise nesting directives for class/method and class/data combos.
|
15 years ago |
|
symlink_support.py
|
Moved symlink support into its own module. Ported can_symlink from Python 3.2, skipping symlink test when it cannot be invoked (such as when the symlink privilege is not present).
|
14 years ago |
|
test_MimeWriter.py
|
Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown.
|
16 years ago |
|
test_SimpleHTTPServer.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_StringIO.py
|
Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode
|
14 years ago |
|
test___all__.py
|
Silence deprecation warning in test___all__ caused by an import bsddb.
|
16 years ago |
|
test___future__.py
|
test that compile() accepts the future flag
|
17 years ago |
|
test__locale.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_abc.py
|
Use weakrefs to hold onto classes #2521.
|
16 years ago |
|
test_abstract_numbers.py
|
Remove unused imports in test modules.
|
16 years ago |
|
test_aepack.py
|
Fix build issues on OSX 10.6 (issue 6802)
|
17 years ago |
|
test_aifc.py
|
null merge from 2.6
|
14 years ago |
|
test_al.py
|
Deprecate al/AL for removal in 3.0.
|
18 years ago |
|
test_anydbm.py
|
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
|
16 years ago |
|
test_applesingle.py
|
Remove unused imports in test modules.
|
16 years ago |
|
test_argparse.py
|
#11906 Make test_argparse work interactively by removing extra space
|
14 years ago |
|
test_array.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_ascii_formatd.py
|
Skip test_ascii_formatd if _ctypes is not available (BSD, ...).
|
16 years ago |
|
test_ast.py
|
check by equality for __future__ not identity (closes #14378)
|
14 years ago |
|
test_asynchat.py
|
Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing
|
16 years ago |
|
test_asyncore.py
|
attempt to fix asyncore buildbot failure
|
14 years ago |
|
test_atexit.py
|
Fix a test_atexit failure when run with -3
|
16 years ago |
|
test_audioop.py
|
null merge from 2.6
|
14 years ago |
|
test_augassign.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_base64.py
|
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
|
19 years ago |
|
test_bastion.py
|
Disable the Bastion test now that Bastion is out of grace.
|
23 years ago |
|
test_bigaddrspace.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_bigmem.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_binascii.py
|
Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk
|
16 years ago |
|
test_binhex.py
|
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
|
24 years ago |
|
test_binop.py
|
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
|
16 years ago |
|
test_bisect.py
|
Issue 13496: Fix bisect.bisect overflow bug for large collections.
|
14 years ago |
|
test_bool.py
|
Fix tests now that the callable warning is gone.
|
14 years ago |
|
test_bsddb.py
|
Remove unused imports in test modules.
|
16 years ago |
|
test_bsddb3.py
|
Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna.
|
16 years ago |
|
test_bsddb185.py
|
Deprecate the bsddb185 module for removal in 3.0.
|
18 years ago |
|
test_buffer.py
|
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
|
16 years ago |
|
test_bufio.py
|
convert usage of fail* to assert*
|
17 years ago |
|
test_builtin.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_bytes.py
|
Advertise nesting directives for class/method and class/data combos.
|
15 years ago |
|
test_bz2.py
|
Merged revisions 88204 via svnmerge from
|
15 years ago |
|
test_calendar.py
|
Merged revisions 83089,87590 via svnmerge from
|
15 years ago |
|
test_call.py
|
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
|
16 years ago |
|
test_capi.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_cd.py
|
Add import_function method to test.test_support, and modify a number of
|
17 years ago |
|
test_cfgparser.py
|
null merge from 2.6
|
14 years ago |
|
test_cgi.py
|
Fix closes Issue14281 - Test for cgi.escape by Brian Landers
|
14 years ago |
|
test_charmapcodec.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_cl.py
|
Add import_function method to test.test_support, and modify a number of
|
17 years ago |
|
test_class.py
|
check for string attribute names in old-style classes (closes #14334)
|
14 years ago |
|
test_cmath.py
|
Remove unused imports in test modules.
|
16 years ago |
|
test_cmd.py
|
null merge from 2.6
|
14 years ago |
|
test_cmd_line.py
|
null merge from 2.6
|
14 years ago |
|
test_cmd_line_script.py
|
Remove unused imports in test modules.
|
16 years ago |
|
test_code.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_codeccallbacks.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_codecencodings_cn.py
|
Issue #12057: Add tests for the HZ encoding
|
15 years ago |
|
test_codecencodings_hk.py
|
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
|
19 years ago |
|
test_codecencodings_iso2022.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_codecencodings_jp.py
|
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
|
19 years ago |
|
test_codecencodings_kr.py
|
Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.
|
19 years ago |
|
test_codecencodings_tw.py
|
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
|
19 years ago |
|
test_codecmaps_cn.py
|
Fix gb18030 codec's bug that doesn't map two-byte characters on
|
19 years ago |
|
test_codecmaps_hk.py
|
Update big5hkscs codec to conform to the HKSCS:2004 revision.
|
18 years ago |
|
test_codecmaps_jp.py
|
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
|
19 years ago |
|
test_codecmaps_kr.py
|
Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.
|
19 years ago |
|
test_codecmaps_tw.py
|
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
|
19 years ago |
|
test_codecs.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_codeop.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_coding.py
|
Cleanup in test_import and test_coding.
|
16 years ago |
|
test_coercion.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_collections.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_colorsys.py
|
Fix SF #1345263, colorsys tests, bug in frange
|
20 years ago |
|
test_commands.py
|
Issue #7108: Fix test_commands to not fail when special attributes ('@'
|
15 years ago |
|
test_compare.py
|
Patch #2167 from calvin: Remove unused imports
|
18 years ago |
|
test_compile.py
|
#11515: fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_compileall.py
|
- Issue #8140: extend compileall to compile single files. Add -i option.
|
16 years ago |
|
test_compiler.py
|
null merge from 2.6
|
14 years ago |
|
test_complex.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_complex_args.py
|
Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" statements.
|
16 years ago |
|
test_contains.py
|
use assert[Not]In where appropriate
|
16 years ago |
|
test_contextlib.py
|
Issue #7449, last part (11): fix many tests if thread support is disabled
|
16 years ago |
|
test_cookie.py
|
Merged revisions 87550 via svnmerge from
|
15 years ago |
|
test_cookielib.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_copy.py
|
Merged revisions 84495-84496 via svnmerge from
|
16 years ago |
|
test_copy_reg.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_cpickle.py
|
Issue 5794: fix cPickle's unpickling of recursive tuples.
|
17 years ago |
|
test_cprofile.py
|
Fix buildbot failures - removing the CPU term in the seconds from the output.
|
15 years ago |
|
test_crypt.py
|
Add import_function method to test.test_support, and modify a number of
|
17 years ago |
|
test_csv.py
|
Issue #13573: The csv.writer now uses the repr() for floats rather than str().
|
14 years ago |
|
test_ctypes.py
|
Get rid of buffer() in test_ctypes: backport the 3.x tests.
|
16 years ago |
|
test_curses.py
|
Merged revisions 83780 via svnmerge from
|
16 years ago |
|
test_datetime.py
|
Issue #11576: Fixed timedelta subtraction glitch on big timedelta values
|
15 years ago |
|
test_dbm.py
|
use assert[Not]In where appropriate
|
16 years ago |
|
test_decimal.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_decorators.py
|
Patch #1759: Backport of PEP 3129 class decorators
|
18 years ago |
|
test_defaultdict.py
|
#13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng.
|
14 years ago |
|
test_deque.py
|
Issue 11004: Fix edge case for deque.count().
|
15 years ago |
|
test_descr.py
|
fix calling the classmethod descriptor directly (closes #14699)
|
14 years ago |
|
test_descrtut.py
|
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
|
16 years ago |
|
test_dict.py
|
Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes.
|
14 years ago |
|
test_dictcomps.py
|
Issue #2333: Backport set and dict comprehensions syntax.
|
16 years ago |
|
test_dictviews.py
|
Issue #8404: Fix set operations on dictionary views.
|
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_dircache.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_dis.py
|
adjust for change in assert bytecode
|
14 years ago |
|
test_distutils.py
|
No more deprecation warnings for distutils.sysconfig, following r78666.
|
16 years ago |
|
test_dl.py
|
Add a missing import.
|
16 years ago |
|
test_doctest.py
|
Followup to #7502: add __hash__ method and tests.
|
14 years ago |
|
test_doctest.txt
|
Merging from tim-doctest-branch, which is now closed.
|
22 years ago |
|
test_doctest2.py
|
Issue 6292: for the moment at least, the test suite passes if run
|
16 years ago |
|
test_doctest2.txt
|
Fixed a small bug. doctest didn't handle unicode docstrings containing
|
22 years ago |
|
test_doctest3.txt
|
add __file__ to the globals available for tests loaded via DocFileSuite;
|
21 years ago |
|
test_doctest4.txt
|
Patch #1080727: add "encoding" parameter to doctest.DocFileSuite
|
20 years ago |
|
test_docxmlrpc.py
|
Issue #7449, last part (11): fix many tests if thread support is disabled
|
16 years ago |
|
test_dumbdbm.py
|
Whitespace normalization.
|
19 years ago |
|
test_dummy_thread.py
|
use assert[Not]IsInstance where appropriate
|
16 years ago |
|
test_dummy_threading.py
|
change a few uses of the threading APIs
|
18 years ago |
|
test_email.py
|
Patch #2167 from calvin: Remove unused imports
|
18 years ago |
|
test_email_codecs.py
|
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
|
19 years ago |
|
test_email_renamed.py
|
Patch #2167 from calvin: Remove unused imports
|
18 years ago |
|
test_enumerate.py
|
mark implementation detail as such
|
16 years ago |
|
test_eof.py
|
#2816: clarify error messages for EOF while scanning strings.
|
18 years ago |
|
test_epoll.py
|
propgate error in other conditions
|
14 years ago |
|
test_errno.py
|
use assert[Not]In where appropriate
|
16 years ago |
|
test_exception_variations.py
|
Set svn:eol-style to native.
|
20 years ago |
|
test_exceptions.py
|
add a test for an assertion with tuple msg
|
14 years ago |
|
test_extcall.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_fcntl.py
|
Issue #12821: Fix test_fcntl failures on OpenBSD 5.
|
15 years ago |
|
test_file.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_file2k.py
|
#14161: fix the __repr__ of file objects to escape the file name.
|
14 years ago |
|
test_filecmp.py
|
Remove unused imports in test modules.
|
16 years ago |
|
test_fileinput.py
|
convert usage of fail* to assert*
|
17 years ago |
|
test_fileio.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_float.py
|
bring is_integer into tested existence
|
14 years ago |
|
test_fnmatch.py
|
Merged revisions 82766 via svnmerge from
|
16 years ago |
|
test_fork1.py
|
Issue #7449, last part (11): fix many tests if thread support is disabled
|
16 years ago |
|
test_format.py
|
Fix spacing nit. Thanks Eric Smith for the public humiliation.
|
16 years ago |
|
test_fpformat.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_fractions.py
|
#14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk.
|
14 years ago |
|
test_frozen.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_ftplib.py
|
Issue #13453: Try to increase some socket timeouts to make some buildbots stop
|
14 years ago |
|
test_funcattrs.py
|
use assert[Not]IsInstance where appropriate
|
16 years ago |
|
test_functools.py
|
Fix the total_ordering decorator to handle cross-type comparisons
|
15 years ago |
|
test_future.py
|
use assert[Not]IsInstance where appropriate
|
16 years ago |
|
test_future1.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
test_future2.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
test_future3.py
|
Fixed test and converted to unittest format.
|
23 years ago |
|
test_future4.py
|
convert usage of fail* to assert*
|
17 years ago |
|
test_future5.py
|
use assert[Not]IsInstance where appropriate
|
16 years ago |
|
test_future_builtins.py
|
Remove unused imports in test modules.
|
16 years ago |
|
test_gc.py
|
The unittest.TestCase.assertEqual() now displays the differences in lists,
|
17 years ago |
|
test_gdb.py
|
null merge from 2.6
|
14 years ago |
|
test_gdbm.py
|
null merge from 2.6
|
14 years ago |
|
test_generators.py
|
normalize exceptions passed to the __exit__ method #7853
|
16 years ago |
|
test_genericpath.py
|
Add few words about test.test_genericpath.CommonTest
|
16 years ago |
|
test_genexps.py
|
remove error checks already done in set_context()
|
17 years ago |
|
test_getargs.py
|
remove check for unicode
|
16 years ago |
|
test_getargs2.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_getopt.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_gettext.py
|
Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from
|
15 years ago |
|
test_gl.py
|
Add missing imports.
|
16 years ago |
|
test_glob.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_global.py
|
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
|
16 years ago |
|
test_grammar.py
|
#8414: add more tests for "assert". Initial patch by Gregory Nofi.
|
14 years ago |
|
test_grp.py
|
Merged revisions 87238 via svnmerge from
|
15 years ago |
|
test_gzip.py
|
null merge from 2.6
|
14 years ago |
|
test_hash.py
|
null merge from 2.6
|
14 years ago |
|
test_hashlib.py
|
Fixes Issue #12059: Properly handle missing hash functions even when
|
15 years ago |
|
test_heapq.py
|
Some more tests were incorrectly marked as C specific.
|
15 years ago |
|
test_hmac.py
|
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
|
16 years ago |
|
test_hotshot.py
|
#1019882: if start() and stop() were not in the same stack frame, stats.load() would crash with IndexError.
|
16 years ago |
|
test_htmllib.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_htmlparser.py
|
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
|
14 years ago |
|
test_httplib.py
|
httplib test for early eof response. related to Issue13684
|
14 years ago |
|
test_httpservers.py
|
Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests
|
14 years ago |
|
test_imageop.py
|
Add missing imports.
|
16 years ago |
|
test_imaplib.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_imgfile.py
|
Deprecate imgfile for removal in 3.0.
|
18 years ago |
|
test_imp.py
|
Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests...
|
16 years ago |
|
test_import.py
|
Moved symlink support into its own module. Ported can_symlink from Python 3.2, skipping symlink test when it cannot be invoked (such as when the symlink privilege is not present).
|
14 years ago |
|
test_importhooks.py
|
Use assertRaises and add a specific warning filter.
|
16 years ago |
|
test_importlib.py
|
Fix some more bugs caused by the backport from 3.x for importlib.
|
17 years ago |
|
test_index.py
|
Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.
|
16 years ago |
|
test_inspect.py
|
null merge from 2.6
|
14 years ago |
|
test_int.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_int_literal.py
|
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
|
16 years ago |
|
test_io.py
|
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
|
14 years ago |
|
test_ioctl.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_isinstance.py
|
Disable a few other tests, that can't work if Python is compiled without
|
21 years ago |
|
test_iter.py
|
mark ref counting as impl detail
|
16 years ago |
|
test_iterlen.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_itertools.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_json.py
|
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
|
18 years ago |
|
test_kqueue.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_largefile.py
|
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
|
16 years ago |
|
test_lib2to3.py
|
enable test_main.py
|
16 years ago |
|
test_linecache.py
|
Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
|
15 years ago |
|
test_linuxaudiodev.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_list.py
|
convert usage of fail* to assert*
|
17 years ago |
|
test_locale.py
|
null merge from 2.6
|
14 years ago |
|
test_logging.py
|
Changed order of cleanup operations to be more sensible.
|
14 years ago |
|
test_long.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_long_future.py
|
Use a more idiomatic check in check_truediv.
|
16 years ago |
|
test_longexp.py
|
SF patch #736962: Port tests to unittest
|
23 years ago |
|
test_macos.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_macostools.py
|
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
|
16 years ago |
|
test_macpath.py
|
Move some tests from test_macpath to test_genericpath.CommonTest
|
16 years ago |
|
test_mailbox.py
|
Make test_mailbox runnable via python -m unittest.
|
14 years ago |
|
test_marshal.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_math.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_md5.py
|
Have md5 raise a DeprecationWarning as per PEP 4.
|
19 years ago |
|
test_memoryio.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_memoryview.py
|
Merged revisions 88097 via svnmerge from
|
15 years ago |
|
test_mhlib.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_mimetools.py
|
use assert[Not]In where appropriate
|
16 years ago |
|
test_mimetypes.py
|
Issue #4969: The mimetypes module now reads the MIME database from
|
16 years ago |
|
test_minidom.py
|
#4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg.
|
14 years ago |
|
test_mmap.py
|
Fix potential resource leak in test_mmap.
|
15 years ago |
|
test_module.py
|
null merge from 2.6
|
14 years ago |
|
test_modulefinder.py
|
Merged revisions 85503 via svnmerge from
|
15 years ago |
|
test_msilib.py
|
Add missing file from #11696.
|
15 years ago |
|
test_multibytecodec.py
|
Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
|
15 years ago |
|
test_multibytecodec_support.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_multifile.py
|
#7092: silence py3k warnings for deprecated modules
|
16 years ago |
|
test_multiprocessing.py
|
Fix for issue 14725 for 2.7 branch
|
14 years ago |
|
test_mutants.py
|
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
|
16 years ago |
|
test_mutex.py
|
convert usage of fail* to assert*
|
17 years ago |
|
test_netrc.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_new.py
|
convert usage of fail* to assert*
|
17 years ago |
|
test_nis.py
|
Change more tests to use import_module for the modules that
|
17 years ago |
|
test_normalization.py
|
Merged revisions 87442 via svnmerge from
|
15 years ago |
|
test_ntpath.py
|
Issue #5117: Fixed root directory related issue on posixpath.relpath() and
|
15 years ago |
|
test_old_mailbox.py
|
Implement #7944. Use `with` throughout the test suite.
|
15 years ago |
|
test_opcodes.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_openpty.py
|
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
|
17 years ago |
|
test_operator.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_optparse.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_os.py
|
null merge from 2.6
|
14 years ago |
|
test_ossaudiodev.py
|
Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes
|
16 years ago |
|
test_parser.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_pdb.py
|
#13183: backport fixes to test_pdb to 2.7 branch
|
14 years ago |
|
test_peepholer.py
|
Fix improper tests in RegisterTestCase
|
15 years ago |
|
test_pep247.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_pep263.py
|
Issue #7820: The parser tokenizer restores all bytes in the right if the BOM
|
16 years ago |
|
test_pep277.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_pep292.py
|
Fix another duplicated test method.
|
16 years ago |
|
test_pep352.py
|
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
|
16 years ago |
|
test_pickle.py
|
Issue 5665: add more pickling tests.
|
17 years ago |
|
test_pickletools.py
|
Add tests for pickletools.optimize().
|
18 years ago |
|
test_pipes.py
|
Merged revisions 85503 via svnmerge from
|
15 years ago |
|
test_pkg.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_pkgimport.py
|
Merged revisions 85984 via svnmerge from
|
15 years ago |
|
test_pkgutil.py
|
Issue #7367: Ensure test directory always gets removed.
|
14 years ago |
|
test_platform.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_plistlib.py
|
Sync test_plistlib.py with plistlib.py
|
16 years ago |
|
test_poll.py
|
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
|
17 years ago |
|
test_popen.py
|
fix windows buildbot
|
16 years ago |
|
test_popen2.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_poplib.py
|
Issue #13453: Fix a race condition in test_poplib.
|
14 years ago |
|
test_posix.py
|
os.popen().close() returns None on success, not 0...
|
14 years ago |
|
test_posixpath.py
|
Issue #5117: Fixed root directory related issue on posixpath.relpath() and
|
15 years ago |
|
test_pow.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_pprint.py
|
remove archaic functions from test_support
|
16 years ago |
|
test_print.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_profile.py
|
Fix buildbot failures - removing the CPU term in the seconds from the output.
|
15 years ago |
|
test_property.py
|
fix skipping condition
|
16 years ago |
|
test_pstats.py
|
Merged revisions 83531 via svnmerge from
|
16 years ago |
|
test_pty.py
|
null merge from 2.6
|
14 years ago |
|
test_pwd.py
|
Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployments (the old test was flaky on Google buildslaves).
|
16 years ago |
|
test_py3kwarn.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_py_compile.py
|
Issue #12618: fix py_compile unit tests to handle different drives on Windows
|
14 years ago |
|
test_pyclbr.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_pydoc.py
|
#14638: pydoc now treats non-str __name__ as None instead of raising
|
14 years ago |
|
test_pyexpat.py
|
#4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed file.
|
15 years ago |
|
test_queue.py
|
#14333: fix test_queue so it can be run via standard unittest test discovery.
|
14 years ago |
|
test_quopri.py
|
Merged revisions 86202 via svnmerge from
|
15 years ago |
|
test_random.py
|
Issue 9816: Random.jumpahead(n) didn't work well for small values of n.
|
16 years ago |
|
test_re.py
|
#14179: add tests for re.compile. Patch by Florian Mladitsch.
|
14 years ago |
|
test_readline.py
|
Skip readline tests if readline module is not available.
|
16 years ago |
|
test_repr.py
|
#14161: fix test failures on Windows.
|
14 years ago |
|
test_resource.py
|
Change more tests to use import_module for the modules that
|
17 years ago |
|
test_rfc822.py
|
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
|
16 years ago |
|
test_richcmp.py
|
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
|
16 years ago |
|
test_rlcompleter.py
|
Merged revisions 85766-85767 via svnmerge from
|
15 years ago |
|
test_robotparser.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_runpy.py
|
use assert[Not]In where appropriate
|
16 years ago |
|
test_sax.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_scope.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_scriptpackages.py
|
A few more test skips via import_module, and change import_module to
|
17 years ago |
|
test_select.py
|
In a number of places code still revers
|
16 years ago |
|
test_set.py
|
null merge from 2.6
|
14 years ago |
|
test_setcomps.py
|
Issue #2333: Backport set and dict comprehensions syntax.
|
16 years ago |
|
test_sets.py
|
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
|
16 years ago |
|
test_sgmllib.py
|
Remove duplicate test method.
|
16 years ago |
|
test_sha.py
|
convert usage of fail* to assert*
|
17 years ago |
|
test_shelve.py
|
Issue 5754: tweak shelve doc wording to make it clearer that even when
|
16 years ago |
|
test_shlex.py
|
Patch #2167 from calvin: Remove unused imports
|
18 years ago |
|
test_shutil.py
|
Guard shutil._make_archive against a logger=None argument.
|
15 years ago |
|
test_signal.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_site.py
|
null merge from 2.6
|
14 years ago |
|
test_slice.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_smtplib.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_smtpnet.py
|
Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath.
|
15 years ago |
|
test_socket.py
|
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
|
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_softspace.py
|
Whitespace normalization. Ugh, we really need to do this more often.
|
19 years ago |
|
test_sort.py
|
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
|
16 years ago |
|
test_sqlite.py
|
Remove unused imports in test modules.
|
16 years ago |
|
test_ssl.py
|
Skip test_algorithms (known remote hosts need SNI, which is only available on 3.2+)
|
14 years ago |
|
test_startfile.py
|
Advertise nesting directives for class/method and class/data combos.
|
15 years ago |
|
test_str.py
|
Advertise nesting directives for class/method and class/data combos.
|
15 years ago |
|
test_strftime.py
|
Convert test failure from output-producing to self.fail().
|
16 years ago |
|
test_string.py
|
#11515: fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_stringprep.py
|
convert usage of fail* to assert*
|
17 years ago |
|
test_strop.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_strptime.py
|
Give better failure messages in test_strptime (cf. issue #14113).
|
14 years ago |
|
test_strtod.py
|
Merge test_strtod and test_float string-to-float conversion tests.
|
16 years ago |
|
test_struct.py
|
Merged revisions 82777 via svnmerge from
|
16 years ago |
|
test_structmembers.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_structseq.py
|
use assert[Not]In where appropriate
|
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.
|
14 years ago |
|
test_sunaudiodev.py
|
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
|
17 years ago |
|
test_sundry.py
|
Merged revisions 83719 via svnmerge from
|
16 years ago |
|
test_support.py
|
null merge from 2.6
|
14 years ago |
|
test_symtable.py
|
fix this to not depend on dictionary order
|
14 years ago |
|
test_syntax.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_sys.py
|
null merge from 2.6
|
14 years ago |
|
test_sys_setprofile.py
|
Merged revisions 85589-85591 via svnmerge from
|
15 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).
|
14 years ago |
|
test_tarfile.py
|
Issue #14160: TarFile.extractfile() failed to resolve symbolic links when
|
14 years ago |
|
test_tcl.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_telnetlib.py
|
Issue #13453: Try to increase some socket timeouts to make some buildbots stop
|
14 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.
|
14 years ago |
|
test_textwrap.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_thread.py
|
sleep here
|
14 years ago |
|
test_threaded_import.py
|
Issue #7449, last part (11): fix many tests if thread support is disabled
|
16 years ago |
|
test_threadedtempfile.py
|
Merged revisions 86596 via svnmerge from
|
15 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
|
Merged revisions 84344 via svnmerge from
|
16 years ago |
|
test_threadsignals.py
|
Issue #7825: fix transient refleak in test_threadsignals.
|
16 years ago |
|
test_time.py
|
Issue #11886: workaround an OS bug (time zone data) in test_time
|
14 years ago |
|
test_timeout.py
|
Merged revisions 85931 via svnmerge from
|
15 years ago |
|
test_tk.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_tokenize.py
|
Merged revisions 85482 via svnmerge from
|
15 years ago |
|
test_tools.py
|
Add test file for scripts in Tools (#13447).
|
14 years ago |
|
test_trace.py
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
15 years ago |
|
test_traceback.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_transformer.py
|
#7092: silence py3k warnings for deprecated modules
|
16 years ago |
|
test_ttk_guionly.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_ttk_textonly.py
|
Remove unused imports in test modules.
|
16 years ago |
|
test_tuple.py
|
Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from
|
15 years ago |
|
test_typechecks.py
|
use assert[Not]IsInstance where appropriate
|
16 years ago |
|
test_types.py
|
Merged revisions 84320 via svnmerge from
|
16 years ago |
|
test_ucn.py
|
Combine the functionality of test_support.run_unittest()
|
23 years ago |
|
test_unary.py
|
convert usage of fail* to assert*
|
17 years ago |
|
test_undocumented_details.py
|
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
|
16 years ago |
|
test_unicode.py
|
Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
|
14 years ago |
|
test_unicode_file.py
|
Recorded merge of revisions 83987 via svnmerge from
|
16 years ago |
|
test_unicodedata.py
|
fixed issue 10254 test
|
15 years ago |
|
test_unittest.py
|
Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous).
|
16 years ago |
|
test_univnewlines.py
|
Try to restore the old test_file and test_univnewlines as new, different files
|
17 years ago |
|
test_univnewlines2k.py
|
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
|
16 years ago |
|
test_unpack.py
|
Patch #2167 from calvin: Remove unused imports
|
18 years ago |
|
test_urllib.py
|
null merge from 2.6
|
14 years ago |
|
test_urllib2.py
|
Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface.
|
14 years ago |
|
test_urllib2_localnet.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_urllib2net.py
|
null merge from 2.6
|
14 years ago |
|
test_urllibnet.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_urlparse.py
|
Remove duplication.
|
14 years ago |
|
test_userdict.py
|
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
|
16 years ago |
|
test_userlist.py
|
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
|
16 years ago |
|
test_userstring.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_uu.py
|
Merged revisions 86037 via svnmerge from
|
15 years ago |
|
test_uuid.py
|
Merged revisions 80784 via svnmerge from
|
16 years ago |
|
test_wait3.py
|
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
|
17 years ago |
|
test_wait4.py
|
Fix Windows test skip error revealed by buildbot. Also a comment spelling
|
17 years ago |
|
test_warnings.py
|
Merge #12417 followup, also removing an extra docstring
|
15 years ago |
|
test_wave.py
|
Actually run the test.
|
18 years ago |
|
test_weakref.py
|
Issue #14159: Fix the len() of weak sets to return a better approximation when some objects are dead or dying.
|
14 years ago |
|
test_weakset.py
|
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
|
14 years ago |
|
test_whichdb.py
|
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
|
16 years ago |
|
test_winreg.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_winsound.py
|
Merged revisions 83927 via svnmerge from
|
16 years ago |
|
test_with.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_wsgiref.py
|
Merged revisions 87797 via svnmerge from
|
15 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.
|
15 years ago |
|
test_xml_etree.py
|
Fix merge in changeset e1dde980a92c.
|
14 years ago |
|
test_xml_etree_c.py
|
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
|
15 years ago |
|
test_xmllib.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_xmlrpc.py
|
null merge from 2.6
|
14 years ago |
|
test_xpickle.py
|
Avoid testing stuff that's been fixed in 2.7 on older Pythons
|
14 years ago |
|
test_xrange.py
|
Merged revisions 86596 via svnmerge from
|
15 years ago |
|
test_zipfile.py
|
#14399: zipfile now correctly handles comments added to empty zipfiles.
|
14 years ago |
|
test_zipfile64.py
|
Patch #1622: Correct interpretation of various ZIP header fields.
|
18 years ago |
|
test_zipimport.py
|
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
|
15 years ago |
|
test_zipimport_support.py
|
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
|
16 years ago |
|
test_zlib.py
|
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
|
15 years ago |
|
testall.py
|
Deprecate test.testall for removal in 3.0.
|
18 years ago |
|
testcodec.py
|
Whitespace normalization. Leaving tokenize_tests.py alone for now.
|
25 years ago |
|
testimg.uue
|
Use uuencoded test images.
|
29 years ago |
|
testimgr.uue
|
Use uuencoded test images.
|
29 years ago |
|
testrgb.uue
|
Use uuencoded test images.
|
29 years ago |
|
testtar.tar
|
Issue #14160: TarFile.extractfile() failed to resolve symbolic links when
|
14 years ago |
|
tf_inherit_check.py
|
Patch by Zack W to make test_noinherit() more robust: spawn a Python
|
24 years ago |
|
threaded_import_hangers.py
|
give the threading API PEP 8 names
|
18 years ago |
|
time_hashlib.py
|
Renamed test_hashlib_speed.py to time_hashlib.py.
|
20 years ago |
|
tokenize_tests.txt
|
PEP-0318, @decorator-style. In Guido's words:
|
22 years ago |
|
warning_tests.py
|
Add tests for the filename.
|
19 years ago |
|
win_console_handler.py
|
Merged revisions 85315 via svnmerge from
|
15 years ago |
|
wrongcert.pem
|
various SSL fixes; issues 1251, 3162, 3212
|
18 years ago |
|
xmltests.py
|
added cElementTree tests
|
20 years ago |
|
zipdir.zip
|
Issue #4710: Extract directories properly in the zipfile module;
|
17 years ago |