0
0
mirror of https://github.com/python/cpython.git synced 2024-11-30 18:51:15 +01:00
cpython/Lib/test
Guido van Rossum 02505e4850 New version of xmllib from Sjoerd.
The main incompatibility is that the error reporting method is now
called as
 parser.syntax_error(msg)
instead of
 parser.syntax_error(lineno, msg)

This new version also has some code to deal with the <?xml?> and
<!DOCTYPE> tags at the start of an XML document.
The documentation has been updated, and a small test module has been
created.
1998-01-29 14:55:24 +00:00
..
output
__init__.py
audiotest.au
autotest.py
greyrgb.uue
pystone.py
re_tests.py New re version from AMK 1997-12-08 17:12:06 +00:00
regex_tests.py
regrtest.py
test_al.py
test_array.py
test_audioop.py
test_b1.py
test_b2.py
test_binascii.py
test_binhex.py
test_bsddb.py
test_builtin.py
test_cd.py
test_cl.py
test_cmath.py
test_crypt.py
test_dbm.py
test_dl.py
test_errno.py
test_exceptions.py
test_fcntl.py Support for netbsd1 and freebsd3, after suggestions by Anders Andersen 1997-12-02 20:30:29 +00:00
test_gdbm.py
test_gl.py
test_grammar.py
test_grp.py Believe it or not, some people have an empty group database. 1997-12-15 14:57:19 +00:00
test_imageop.py
test_imgfile.py
test_math.py
test_md5.py
test_new.py
test_nis.py
test_opcodes.py
test_operations.py
test_operator.py
test_pkg.py
test_pow.py Use fuzzy comparison from test_support to compare outcome of 1997-11-24 22:24:22 +00:00
test_pwd.py
test_re.py Added tests for qualified sub and split 1998-01-14 16:42:17 +00:00
test_regex.py
test_rgbimg.py
test_rotor.py
test_select.py os2 patch by Jeff Rush 1997-11-22 21:53:48 +00:00
test_signal.py os2 patch by Jeff Rush 1997-11-22 21:53:48 +00:00
test_socket.py
test_strftime.py Move %x test to nonstandard section because it appears to be locale specific. 1997-12-15 18:06:19 +00:00
test_strop.py Added strop.split tests when sep is None. 1997-12-02 00:30:04 +00:00
test_struct.py
test_sunaudiodev.py
test_support.py
test_thread.py
test_time.py Use long() instead of int() to compare mktime(localtime(t) with t... 1997-12-08 21:48:01 +00:00
test_timing.py
test_tokenize.py
test_types.py
test_unpack.py
test_xmllib.py New version of xmllib from Sjoerd. 1998-01-29 14:55:24 +00:00
test_zlib.py Make this test succeed even when using "import test.test_zlib". 1997-12-18 05:21:07 +00:00
testall.py
testimg.uue
testimgr.uue
testrgb.uue
tokenize_tests.py