cpython/Lib/test/output
Jeremy Hylton 76467ba6d6 Bug fixes large and small for tokenize.
Small: Always generate a NL or NEWLINE token following
       a COMMENT token.  The old code did not generate an NL token if
       the comment was on a line by itself.

Large: The output of untokenize() will now match the
       input exactly if it is passed the full token sequence.  The
       old, crufty output is still generated if a limited input
       sequence is provided, where limited means that it does not
       include position information for tokens.

Remaining bug: There is no CONTINUATION token (\) so there is no way
for untokenize() to handle such code.

Also, expanded the number of doctests in hopes of eventually removing
the old-style tests that compare against a golden file.

Bug fix candidate for Python 2.5.1. (Sigh.)
2006-08-23 21:14:03 +00:00
..
test_MimeWriter
test_cProfile
test_cgi Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. 2006-08-10 17:41:07 +00:00
test_class
test_cookie
test_extcall
test_frozen
test_global
test_grammar
test_httplib
test_linuxaudiodev
test_logging
test_math
test_mmap
test_new
test_nis
test_opcodes
test_openpty
test_operations
test_ossaudiodev Be a lot smarter about whether this test passes: instead of assuming 2006-07-23 02:25:53 +00:00
test_pep277
test_pkg
test_poll
test_popen
test_popen2
test_profile
test_pty
test_pyexpat
test_regex
test_resource
test_rgbimg
test_scope
test_signal
test_thread Increase the small thread stack size to get the test 2006-06-13 19:02:35 +00:00
test_threadedtempfile
test_tokenize Bug fixes large and small for tokenize. 2006-08-23 21:14:03 +00:00
test_types
test_winreg
test_xdrlib
xmltests