This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-22 04:13:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
052d0cd291ca0f447fe7c8bf5ad30cbb1ad8de8f
cpython
/
Lib
/
test
/
output
T
History
Andrew M. Kuchling
a7313d0543
Remove test output for rotor, xreadline
2004-08-31 13:41:04 +00:00
..
test_asynchat
…
test_augassign
…
test_cgi
Don't return spurious empty fields if 'keep_empty_values' is True.
2004-07-19 15:38:11 +00:00
test_class
…
test_coercion
…
test_compare
…
test_cookie
…
test_exceptions
…
test_extcall
…
test_frozen
…
test_global
…
test_grammar
SF patch
#1007189
, multi-line imports, for instance:
2004-08-31 10:07:13 +00:00
test_httplib
…
test_linuxaudiodev
…
test_logging
…
test_math
…
test_MimeWriter
…
test_mmap
…
test_new
…
test_nis
…
test_opcodes
…
test_openpty
…
test_operations
…
test_ossaudiodev
…
test_pep277
…
test_pkg
…
test_poll
…
test_popen
…
test_popen2
…
test_profile
Using repr() generates entries that the current stats package can't
2004-07-12 23:38:02 +00:00
test_pty
…
test_pyexpat
…
test_regex
…
test_resource
…
test_rgbimg
…
test_scope
…
test_signal
…
test_thread
…
test_threadedtempfile
…
test_tokenize
PEP-0318, @decorator-style. In Guido's words:
2004-08-02 06:10:11 +00:00
test_types
Port the dictionary tests from test_types.py to unittest. Collect as much
2004-05-31 16:29:04 +00:00
test_winreg
…
xmltests
…