1. 7c4f96f Deviant1 didn't work as advertised by Jeremy Hylton · 24 years ago
  2. 035a07e add some more contains tests on the builtin types by Jeremy Hylton · 24 years ago
  3. c148841 Added a provision to stop all threads before exiting from the test: by Guido van Rossum · 24 years ago
  4. 2512d6d Fix spelling error and remove Windows line endings. by Guido van Rossum · 24 years ago
  5. 5796d26 Patch by Vladimir Marangozov to unload additionally imported modules by Guido van Rossum · 24 years ago
  6. cdd092f Added test_winsound by Mark Hammond. by Guido van Rossum · 24 years ago
  7. 84219682 Charles Waldman writes: by Guido van Rossum · 24 years ago
  8. 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 24 years ago
  9. e0243e2 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  10. afe73a4 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  11. b28bc8c Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  12. 7ee801d Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  13. 6e277cf Christian Tismer: added test to ensure that multiplication commutes. by Guido van Rossum · 24 years ago
  14. 1a4b593 Use a constant to specify the number of child threads to create. by Fred Drake · 24 years ago
  15. 9706486 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  16. 45ad3c4 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  17. 4b49101 Don't be so strict in checking AttributeError -- the error message by Guido van Rossum · 24 years ago
  18. 547e952 Output from test_zipfile.py. by Guido van Rossum · 24 years ago
  19. 368f04a Test for zipfile.py, by Jim Ahlstrom. by Guido van Rossum · 24 years ago
  20. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  21. 605843f Mark Hammond: This patch fixes the mmap module on Windows 9x. by Fred Drake · 24 years ago
  22. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago
  23. e188d52 Untabified file to fix problems reported by tabnanny by Andrew M. Kuchling · 24 years ago
  24. d9b0f26 Mark Hammond: Uncomment call to delete test data when done. by Fred Drake · 24 years ago
  25. d553e99 Added test case output for pyexpat module by Andrew M. Kuchling · 24 years ago
  26. b17664d Added test case for pyexpat module that tries to exercise all the handlers by Andrew M. Kuchling · 24 years ago
  27. 706dbd0 Mark Hammond: Ooops - even though Win32 handles the same args, there by Guido van Rossum · 24 years ago
  28. 767e775 Improved test, by Mark Hammond, for Win32. by Guido van Rossum · 24 years ago
  29. 6a973c7 robustify UserList constructor -- will now accept any sequence by Jeremy Hylton · 24 years ago
  30. 074c3e6 Two fixes for extended call syntax: by Jeremy Hylton · 24 years ago
  31. a35be2f Output for simple test case for mmap on Unix; someone needs to write a by Andrew M. Kuchling · 24 years ago
  32. e81b9cf Added simple test case for mmap on Unix; someone needs to write a by Andrew M. Kuchling · 24 years ago
  33. 003663d fix previous checkin by Jeremy Hylton · 24 years ago
  34. aed0d8d add test cases for Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  35. de59855 Mark Hammond: test suite for new winreg module. by Guido van Rossum · 24 years ago
  36. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  37. d8855fd Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  38. 7e57bc4 Fix the test so that connect() and bind() are called with a single by Guido van Rossum · 24 years ago
  39. d8fbcc9 Regenerated with test for 'contains'. by Guido van Rossum · 24 years ago
  40. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  41. d4d2684 Marc-Andre Lemburg: Add tests for mixed use of char in string. by Guido van Rossum · 24 years ago
  42. a831cac Marc-Andre Lemburg: test script for Unicode implementation. by Guido van Rossum · 24 years ago
  43. da2361a Add tests for char in string -- including required exceptions for by Guido van Rossum · 24 years ago
  44. 7344741 test_contains output by Guido van Rossum · 24 years ago
  45. 24512e6 Test cases for __contains__ code, by Moshe Zadka. by Guido van Rossum · 24 years ago
  46. f7221c3 Test case for fork1() behavior. by Guido van Rossum · 25 years ago
  47. 5ebfa2a Add tests to exercise sequence operations (multiplication, indexing, by Andrew M. Kuchling · 25 years ago
  48. cba0436 Added test for new crc32() function. by Guido van Rossum · 25 years ago
  49. ad892dc Make this pass the -tt test. by Fred Drake · 25 years ago
  50. a710d6e Added test case for accessing gsbm database by key after it's closed; by Fred Drake · 25 years ago
  51. db1bd5c Revise tests to support str(<long int object>) not appending "L". by Fred Drake · 25 years ago
  52. 910d9a0 Test output. by Guido van Rossum · 25 years ago
  53. fdecda0 Rewritten -- this now tests the binascii *except* for the binhex by Guido van Rossum · 25 years ago
  54. a0e85b2 Test output for test_binhex.py. by Guido van Rossum · 25 years ago
  55. 7b8f1ab This test really only tests the binhex module. by Guido van Rossum · 25 years ago
  56. ba508a2 Add test case for bug just fixed by Stephen Turner. by Guido van Rossum · 25 years ago
  57. 7c5b9d1 added a test for "To: :" patch by Barry Warsaw · 25 years ago
  58. 47ac4e6 Add the test case provided by Barry Scott for his patch. by Guido van Rossum · 25 years ago
  59. 6e1d78a Added a couple of endswith test cases for bugs reported by Timbot. by Barry Warsaw · 25 years ago
  60. d525868 Added more tests of join by Barry Warsaw · 25 years ago
  61. 122473f Two extra startswith tests by Barry Warsaw · 25 years ago
  62. 8a9514a Harness can now test object methods directly, if they aren't available by Barry Warsaw · 25 years ago
  63. 4afdb0a Output for the regression test of the new string methods. by Barry Warsaw · 25 years ago
  64. 50f0e16 Regression test for the new string methods. by Barry Warsaw · 25 years ago
  65. 3ed1be9 Regression test for date format code, by Mike Meyer. by Guido van Rossum · 25 years ago
  66. 5712fa9 Added test case that includes a comma in the full name. This tests by Fred Drake · 25 years ago
  67. 0cf46bc Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) by Guido van Rossum · 25 years ago
  68. 0b7dd08 # Bah. The same problem occurred a second time. by Guido van Rossum · 25 years ago
  69. 9b11279 On Windows, we suddenly find, strftime() may return "" for an by Guido van Rossum · 25 years ago
  70. 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 25 years ago
  71. 630a9a6 Fix the tests now that splitdrive() no longer treats UNC paths special. by Guido van Rossum · 25 years ago
  72. 8ff764f Jonathan Giddy write: by Guido van Rossum · 25 years ago
  73. 89ae2b9 Test protection against picling to/from closed (real) file. by Guido van Rossum · 25 years ago
  74. 8e702d4 Jonathan Giddy discovered this file was missing. by Guido van Rossum · 25 years ago
  75. 447b4a0 Test suite for UserList. by Guido van Rossum · 25 years ago
  76. 3eccc48 Test suite for UserDict by Guido van Rossum · 25 years ago
  77. aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 25 years ago
  78. 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 25 years ago
  79. 52a0d7d Add tests for float() and complex() with string args (Nick/Stephanie Lockwood). by Guido van Rossum · 25 years ago
  80. a6386ce Added Jeremy's test code for the sha module. by Guido van Rossum · 25 years ago
  81. 4ec2698 Remove the temp file when we're done. by Guido van Rossum · 25 years ago
  82. dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 25 years ago
  83. 59e4f37 Test for popen2 module, by Chris Tismer. by Guido van Rossum · 25 years ago
  84. 74ee886 1. Print the error message (carefully) when a dl.open() fails in verbose mode. by Guido van Rossum · 26 years ago
  85. 5ef8f0c According to Jeffrey Honig, bsd/os 4.0 should be added to the list. by Guido van Rossum · 26 years ago
  86. 14162ab The encoding type was wrong, I think. by Guido van Rossum · 26 years ago
  87. ead9d8d New test for ntpath module by Guido van Rossum · 26 years ago
  88. e11e3de Added a -s option which is useful for narrowing down memory leaks. by Barry Warsaw · 26 years ago
  89. ab11f60 Added a new test for old filter() memory leak by Barry Warsaw · 26 years ago
  90. 7258874 Slight reworking of this test. If nis.maps() gives a nis.error, then by Barry Warsaw · 26 years ago
  91. e75888e Test the rfc822.py module. Contains just a few simple cases, and some by Barry Warsaw · 26 years ago
  92. 4581a0c New test_long.py from Tim Peters. by Guido van Rossum · 26 years ago
  93. 7944ea5 Patch by Marc-Andre Lemburg: use re module to compare test results. by Guido van Rossum · 26 years ago
  94. 6c74fea There was still something wrong. The original NOTTESTS are replaced by Guido van Rossum · 26 years ago
  95. 747e1ca Should pass explicit arguments to findtests(). Should initialize 'nottests'. by Guido van Rossum · 26 years ago
  96. 4365cab Add Tim Peters' test for long ints by Guido van Rossum · 26 years ago
  97. df23ef4 Guess what -- BSD has bifurcated again. :-( by Guido van Rossum · 26 years ago
  98. 27d445f Nannified, and re-indented with 4 spaces. by Guido van Rossum · 26 years ago
  99. 6fd83b7 Generalized so it's useful for testing other packages, by Andrew by Guido van Rossum · 26 years ago
  100. bd9f093 Measure performance of sub(), split(), findall(). by Guido van Rossum · 26 years ago