This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
796fc992ce99fc581d635bea6bdf7f7efeb3c477
cpython
/
Lib
/
test
/
output
History
Collin Winter
d28fcbc7fb
Consolidate patches
#1690164
, 1683397, and 1690169, all of which refactor XML-related test suites. The patches are applied together because they use a common output/xmltests file.
...
Thanks to Jerry Seutter for all three patches.
2007-03-28 23:34:06 +00:00
..
test_class
…
test_cProfile
Added the cProfile module.
2006-02-08 12:53:56 +00:00
test_extcall
adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator.
2004-02-21 21:03:30 +00:00
test_frozen
…
test_linuxaudiodev
…
test_logging
Conversion of exceptions over from faked-up classes to new-style C types.
2006-05-27 12:29:24 +00:00
test_ossaudiodev
Be a lot smarter about whether this test passes: instead of assuming
2006-07-23 02:25:53 +00:00
test_pep277
Stop printing listdir bytestring output, as the precise list of strings
2004-11-07 20:01:56 +00:00
test_pkg
…
test_profile
Added the cProfile module.
2006-02-08 12:53:56 +00:00
test_rgbimg
…
test_signal
…
test_thread
Increase the small thread stack size to get the test
2006-06-13 19:02:35 +00:00
test_tokenize
Bug fixes large and small for tokenize.
2006-08-23 21:14:03 +00:00
test_winreg
…