1. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  2. d8855fd Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  3. 7e57bc4 Fix the test so that connect() and bind() are called with a single by Guido van Rossum · 25 years ago
  4. d8fbcc9 Regenerated with test for 'contains'. by Guido van Rossum · 25 years ago
  5. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 25 years ago
  6. d4d2684 Marc-Andre Lemburg: Add tests for mixed use of char in string. by Guido van Rossum · 25 years ago
  7. a831cac Marc-Andre Lemburg: test script for Unicode implementation. by Guido van Rossum · 25 years ago
  8. da2361a Add tests for char in string -- including required exceptions for by Guido van Rossum · 25 years ago
  9. 7344741 test_contains output by Guido van Rossum · 25 years ago
  10. 24512e6 Test cases for __contains__ code, by Moshe Zadka. by Guido van Rossum · 25 years ago
  11. f7221c3 Test case for fork1() behavior. by Guido van Rossum · 25 years ago
  12. 5ebfa2a Add tests to exercise sequence operations (multiplication, indexing, by Andrew M. Kuchling · 25 years ago
  13. cba0436 Added test for new crc32() function. by Guido van Rossum · 26 years ago
  14. ad892dc Make this pass the -tt test. by Fred Drake · 26 years ago
  15. a710d6e Added test case for accessing gsbm database by key after it's closed; by Fred Drake · 26 years ago
  16. db1bd5c Revise tests to support str(<long int object>) not appending "L". by Fred Drake · 26 years ago
  17. 910d9a0 Test output. by Guido van Rossum · 26 years ago
  18. fdecda0 Rewritten -- this now tests the binascii *except* for the binhex by Guido van Rossum · 26 years ago
  19. a0e85b2 Test output for test_binhex.py. by Guido van Rossum · 26 years ago
  20. 7b8f1ab This test really only tests the binhex module. by Guido van Rossum · 26 years ago
  21. ba508a2 Add test case for bug just fixed by Stephen Turner. by Guido van Rossum · 26 years ago
  22. 7c5b9d1 added a test for "To: :" patch by Barry Warsaw · 26 years ago
  23. 47ac4e6 Add the test case provided by Barry Scott for his patch. by Guido van Rossum · 26 years ago
  24. 6e1d78a Added a couple of endswith test cases for bugs reported by Timbot. by Barry Warsaw · 26 years ago
  25. d525868 Added more tests of join by Barry Warsaw · 26 years ago
  26. 122473f Two extra startswith tests by Barry Warsaw · 26 years ago
  27. 8a9514a Harness can now test object methods directly, if they aren't available by Barry Warsaw · 26 years ago
  28. 4afdb0a Output for the regression test of the new string methods. by Barry Warsaw · 26 years ago
  29. 50f0e16 Regression test for the new string methods. by Barry Warsaw · 26 years ago
  30. 3ed1be9 Regression test for date format code, by Mike Meyer. by Guido van Rossum · 26 years ago
  31. 5712fa9 Added test case that includes a comma in the full name. This tests by Fred Drake · 26 years ago
  32. 0cf46bc Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) by Guido van Rossum · 26 years ago
  33. 0b7dd08 # Bah. The same problem occurred a second time. by Guido van Rossum · 26 years ago
  34. 9b11279 On Windows, we suddenly find, strftime() may return "" for an by Guido van Rossum · 26 years ago
  35. 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 26 years ago
  36. 630a9a6 Fix the tests now that splitdrive() no longer treats UNC paths special. by Guido van Rossum · 26 years ago
  37. 8ff764f Jonathan Giddy write: by Guido van Rossum · 26 years ago
  38. 89ae2b9 Test protection against picling to/from closed (real) file. by Guido van Rossum · 26 years ago
  39. 8e702d4 Jonathan Giddy discovered this file was missing. by Guido van Rossum · 26 years ago
  40. 447b4a0 Test suite for UserList. by Guido van Rossum · 26 years ago
  41. 3eccc48 Test suite for UserDict by Guido van Rossum · 26 years ago
  42. aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 26 years ago
  43. 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 26 years ago
  44. 52a0d7d Add tests for float() and complex() with string args (Nick/Stephanie Lockwood). by Guido van Rossum · 26 years ago
  45. a6386ce Added Jeremy's test code for the sha module. by Guido van Rossum · 26 years ago
  46. 4ec2698 Remove the temp file when we're done. by Guido van Rossum · 26 years ago
  47. dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 26 years ago
  48. 59e4f37 Test for popen2 module, by Chris Tismer. by Guido van Rossum · 26 years ago
  49. 74ee886 1. Print the error message (carefully) when a dl.open() fails in verbose mode. by Guido van Rossum · 26 years ago
  50. 5ef8f0c According to Jeffrey Honig, bsd/os 4.0 should be added to the list. by Guido van Rossum · 26 years ago
  51. 14162ab The encoding type was wrong, I think. by Guido van Rossum · 27 years ago
  52. ead9d8d New test for ntpath module by Guido van Rossum · 27 years ago
  53. e11e3de Added a -s option which is useful for narrowing down memory leaks. by Barry Warsaw · 27 years ago
  54. ab11f60 Added a new test for old filter() memory leak by Barry Warsaw · 27 years ago
  55. 7258874 Slight reworking of this test. If nis.maps() gives a nis.error, then by Barry Warsaw · 27 years ago
  56. e75888e Test the rfc822.py module. Contains just a few simple cases, and some by Barry Warsaw · 27 years ago
  57. 4581a0c New test_long.py from Tim Peters. by Guido van Rossum · 27 years ago
  58. 7944ea5 Patch by Marc-Andre Lemburg: use re module to compare test results. by Guido van Rossum · 27 years ago
  59. 6c74fea There was still something wrong. The original NOTTESTS are replaced by Guido van Rossum · 27 years ago
  60. 747e1ca Should pass explicit arguments to findtests(). Should initialize 'nottests'. by Guido van Rossum · 27 years ago
  61. 4365cab Add Tim Peters' test for long ints by Guido van Rossum · 27 years ago
  62. df23ef4 Guess what -- BSD has bifurcated again. :-( by Guido van Rossum · 27 years ago
  63. 27d445f Nannified, and re-indented with 4 spaces. by Guido van Rossum · 27 years ago
  64. 6fd83b7 Generalized so it's useful for testing other packages, by Andrew by Guido van Rossum · 27 years ago
  65. bd9f093 Measure performance of sub(), split(), findall(). by Guido van Rossum · 27 years ago
  66. c364cf8 Added tests for findall(). by Guido van Rossum · 27 years ago
  67. 7f1d3aa Add tests for array self-assigns. (This one has no relevance to JPython.) by Guido van Rossum · 27 years ago
  68. affd77f Add tests for list self-assigns. (Sorry, this should have been here by Guido van Rossum · 27 years ago
  69. 7011504 Improved test set for int() and long() string conversions. by Guido van Rossum · 27 years ago
  70. 1cd4d52 Remove RCS and #! cruft at top. by Guido van Rossum · 27 years ago
  71. 6925661 With the recent change that makes numbers compare smaller than anything, by Guido van Rossum · 27 years ago
  72. 08636f0 Now that test_MimeWriter is untabified, do the same here! by Guido van Rossum · 27 years ago
  73. e614fb1 Changed runs of 8 spaces to tab -- to satisfy the tab nanny. by Guido van Rossum · 27 years ago
  74. 068ad97 Untabified -- to satisfy the tab nanny. by Guido van Rossum · 27 years ago
  75. 16653cb Add Tim's worst case scenario. by Guido van Rossum · 27 years ago
  76. 7462942 Added some tests to make sure that long->int conversions near by Guido van Rossum · 27 years ago
  77. 26fd982 Change the last 4-space indent into a 1-tab indent. by Guido van Rossum · 27 years ago
  78. b26a1b4 Use random instead of whrandom. by Guido van Rossum · 27 years ago
  79. 5f4fb91 Test that "import sys.imp" fails as it should. by Guido van Rossum · 27 years ago
  80. b298a30 Reduce memory requirements. by Guido van Rossum · 27 years ago
  81. 03e35c5 Add a few doc strings. by Guido van Rossum · 27 years ago
  82. ea176b6 benchmark for list.sort() by Guido van Rossum · 27 years ago
  83. 446898f Use hex() when outputting the various checksums so the test output is the by Guido van Rossum · 27 years ago
  84. 1740b8d New test sample -- "Nobody expects the Spanish Inquisition!" by Guido van Rossum · 27 years ago
  85. e26132c Move unified findfile() into test_support.py by Guido van Rossum · 27 years ago
  86. 2ad816f Add test for MimeWriter module by Guido van Rossum · 27 years ago
  87. e87ed5f Add writelines() method to Compare class. by Guido van Rossum · 27 years ago
  88. 8430c58 AMK's latest by Guido van Rossum · 27 years ago
  89. a50547e Track changes in tokenize.py by Guido van Rossum · 27 years ago
  90. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  91. d151d34 Add test for core dump -- make sure it doesn't come back! by Guido van Rossum · 27 years ago
  92. e60142f Adding output of test_xmllib.py by Guido van Rossum · 28 years ago
  93. c9aef03 Make this test work when imported from the interpreter instead of run by Guido van Rossum · 28 years ago
  94. 02505e4 New version of xmllib from Sjoerd. by Guido van Rossum · 28 years ago
  95. f473cb0 Added tests for qualified sub and split by Guido van Rossum · 28 years ago
  96. f5910e4 Add tests for re.L(OCALE). by Guido van Rossum · 28 years ago
  97. 629bcfb Make this test succeed even when using "import test.test_zlib". by Guido van Rossum · 28 years ago
  98. 92d91f5 Move %x test to nonstandard section because it appears to be locale specific. by Guido van Rossum · 28 years ago
  99. 30da0ea Believe it or not, some people have an empty group database. by Guido van Rossum · 28 years ago
  100. 6a99984 Use long() instead of int() to compare mktime(localtime(t) with t... by Guido van Rossum · 28 years ago