1. ba508a2 Add test case for bug just fixed by Stephen Turner. by Guido van Rossum · 25 years ago
  2. 7c5b9d1 added a test for "To: :" patch by Barry Warsaw · 25 years ago
  3. 47ac4e6 Add the test case provided by Barry Scott for his patch. by Guido van Rossum · 25 years ago
  4. 6e1d78a Added a couple of endswith test cases for bugs reported by Timbot. by Barry Warsaw · 25 years ago
  5. d525868 Added more tests of join by Barry Warsaw · 25 years ago
  6. 122473f Two extra startswith tests by Barry Warsaw · 25 years ago
  7. 8a9514a Harness can now test object methods directly, if they aren't available by Barry Warsaw · 25 years ago
  8. 4afdb0a Output for the regression test of the new string methods. by Barry Warsaw · 25 years ago
  9. 50f0e16 Regression test for the new string methods. by Barry Warsaw · 25 years ago
  10. 3ed1be9 Regression test for date format code, by Mike Meyer. by Guido van Rossum · 25 years ago
  11. 5712fa9 Added test case that includes a comma in the full name. This tests by Fred Drake · 25 years ago
  12. 0cf46bc Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) by Guido van Rossum · 26 years ago
  13. 0b7dd08 # Bah. The same problem occurred a second time. by Guido van Rossum · 26 years ago
  14. 9b11279 On Windows, we suddenly find, strftime() may return "" for an by Guido van Rossum · 26 years ago
  15. 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 26 years ago
  16. 630a9a6 Fix the tests now that splitdrive() no longer treats UNC paths special. by Guido van Rossum · 26 years ago
  17. 8ff764f Jonathan Giddy write: by Guido van Rossum · 26 years ago
  18. 89ae2b9 Test protection against picling to/from closed (real) file. by Guido van Rossum · 26 years ago
  19. 8e702d4 Jonathan Giddy discovered this file was missing. by Guido van Rossum · 26 years ago
  20. 447b4a0 Test suite for UserList. by Guido van Rossum · 26 years ago
  21. 3eccc48 Test suite for UserDict by Guido van Rossum · 26 years ago
  22. aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 26 years ago
  23. 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 26 years ago
  24. 52a0d7d Add tests for float() and complex() with string args (Nick/Stephanie Lockwood). by Guido van Rossum · 26 years ago
  25. a6386ce Added Jeremy's test code for the sha module. by Guido van Rossum · 26 years ago
  26. 4ec2698 Remove the temp file when we're done. by Guido van Rossum · 26 years ago
  27. dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 26 years ago
  28. 59e4f37 Test for popen2 module, by Chris Tismer. by Guido van Rossum · 26 years ago
  29. 74ee886 1. Print the error message (carefully) when a dl.open() fails in verbose mode. by Guido van Rossum · 26 years ago
  30. 5ef8f0c According to Jeffrey Honig, bsd/os 4.0 should be added to the list. by Guido van Rossum · 26 years ago
  31. 14162ab The encoding type was wrong, I think. by Guido van Rossum · 26 years ago
  32. ead9d8d New test for ntpath module by Guido van Rossum · 26 years ago
  33. e11e3de Added a -s option which is useful for narrowing down memory leaks. by Barry Warsaw · 26 years ago
  34. ab11f60 Added a new test for old filter() memory leak by Barry Warsaw · 26 years ago
  35. 7258874 Slight reworking of this test. If nis.maps() gives a nis.error, then by Barry Warsaw · 26 years ago
  36. e75888e Test the rfc822.py module. Contains just a few simple cases, and some by Barry Warsaw · 26 years ago
  37. 4581a0c New test_long.py from Tim Peters. by Guido van Rossum · 26 years ago
  38. 7944ea5 Patch by Marc-Andre Lemburg: use re module to compare test results. by Guido van Rossum · 26 years ago
  39. 6c74fea There was still something wrong. The original NOTTESTS are replaced by Guido van Rossum · 26 years ago
  40. 747e1ca Should pass explicit arguments to findtests(). Should initialize 'nottests'. by Guido van Rossum · 26 years ago
  41. 4365cab Add Tim Peters' test for long ints by Guido van Rossum · 26 years ago
  42. df23ef4 Guess what -- BSD has bifurcated again. :-( by Guido van Rossum · 26 years ago
  43. 27d445f Nannified, and re-indented with 4 spaces. by Guido van Rossum · 26 years ago
  44. 6fd83b7 Generalized so it's useful for testing other packages, by Andrew by Guido van Rossum · 26 years ago
  45. bd9f093 Measure performance of sub(), split(), findall(). by Guido van Rossum · 26 years ago
  46. c364cf8 Added tests for findall(). by Guido van Rossum · 26 years ago
  47. 7f1d3aa Add tests for array self-assigns. (This one has no relevance to JPython.) by Guido van Rossum · 26 years ago
  48. affd77f Add tests for list self-assigns. (Sorry, this should have been here by Guido van Rossum · 26 years ago
  49. 7011504 Improved test set for int() and long() string conversions. by Guido van Rossum · 26 years ago
  50. 1cd4d52 Remove RCS and #! cruft at top. by Guido van Rossum · 26 years ago
  51. 6925661 With the recent change that makes numbers compare smaller than anything, by Guido van Rossum · 26 years ago
  52. 08636f0 Now that test_MimeWriter is untabified, do the same here! by Guido van Rossum · 26 years ago
  53. e614fb1 Changed runs of 8 spaces to tab -- to satisfy the tab nanny. by Guido van Rossum · 26 years ago
  54. 068ad97 Untabified -- to satisfy the tab nanny. by Guido van Rossum · 26 years ago
  55. 16653cb Add Tim's worst case scenario. by Guido van Rossum · 26 years ago
  56. 7462942 Added some tests to make sure that long->int conversions near by Guido van Rossum · 26 years ago
  57. 26fd982 Change the last 4-space indent into a 1-tab indent. by Guido van Rossum · 26 years ago
  58. b26a1b4 Use random instead of whrandom. by Guido van Rossum · 26 years ago
  59. 5f4fb91 Test that "import sys.imp" fails as it should. by Guido van Rossum · 26 years ago
  60. b298a30 Reduce memory requirements. by Guido van Rossum · 26 years ago
  61. 03e35c5 Add a few doc strings. by Guido van Rossum · 26 years ago
  62. ea176b6 benchmark for list.sort() by Guido van Rossum · 26 years ago
  63. 446898f Use hex() when outputting the various checksums so the test output is the by Guido van Rossum · 26 years ago
  64. 1740b8d New test sample -- "Nobody expects the Spanish Inquisition!" by Guido van Rossum · 26 years ago
  65. e26132c Move unified findfile() into test_support.py by Guido van Rossum · 26 years ago
  66. 2ad816f Add test for MimeWriter module by Guido van Rossum · 26 years ago
  67. e87ed5f Add writelines() method to Compare class. by Guido van Rossum · 26 years ago
  68. 8430c58 AMK's latest by Guido van Rossum · 27 years ago
  69. a50547e Track changes in tokenize.py by Guido van Rossum · 27 years ago
  70. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  71. d151d34 Add test for core dump -- make sure it doesn't come back! by Guido van Rossum · 27 years ago
  72. e60142f Adding output of test_xmllib.py by Guido van Rossum · 27 years ago
  73. c9aef03 Make this test work when imported from the interpreter instead of run by Guido van Rossum · 27 years ago
  74. 02505e4 New version of xmllib from Sjoerd. by Guido van Rossum · 27 years ago
  75. f473cb0 Added tests for qualified sub and split by Guido van Rossum · 27 years ago
  76. f5910e4 Add tests for re.L(OCALE). by Guido van Rossum · 27 years ago
  77. 629bcfb Make this test succeed even when using "import test.test_zlib". by Guido van Rossum · 27 years ago
  78. 92d91f5 Move %x test to nonstandard section because it appears to be locale specific. by Guido van Rossum · 27 years ago
  79. 30da0ea Believe it or not, some people have an empty group database. by Guido van Rossum · 27 years ago
  80. 6a99984 Use long() instead of int() to compare mktime(localtime(t) with t... by Guido van Rossum · 27 years ago
  81. dfa6790 New re version from AMK by Guido van Rossum · 27 years ago
  82. 91221c2 Support for netbsd1 and freebsd3, after suggestions by Anders Andersen by Guido van Rossum · 27 years ago
  83. c99a239 Added strop.split tests when sep is None. by Barry Warsaw · 27 years ago
  84. 9181190 Added tests of strop.replace() by Barry Warsaw · 27 years ago
  85. e2d4dd1 Use fuzzy comparison from test_support to compare outcome of by Guido van Rossum · 27 years ago
  86. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  87. c1189eb Separate out a function pystones(loops=LOOPS) which runs the benchmark by Guido van Rossum · 27 years ago
  88. f849291 Add __init__.py to test package. by Guido van Rossum · 27 years ago
  89. e8d1139 Add empty __init__.py files to the test packages so the new policy by Guido van Rossum · 27 years ago
  90. 0874f7f Tests for tokenize.py (Ka-Ping Yee) by Guido van Rossum · 27 years ago
  91. 4e8ef5f Catch KeyboardInterrupt separately and propagate it, instead of by Guido van Rossum · 27 years ago
  92. fb5cef1 Added separate tests for {}.get(). by Guido van Rossum · 27 years ago
  93. 9b887c7 Added tests of dict.get() by Barry Warsaw · 27 years ago
  94. 9ec2ed4 Change test for re.sub() involving g<...> to use a multi-character by Guido van Rossum · 27 years ago
  95. d2c0ec7 Use `...` around binary strings. by Guido van Rossum · 27 years ago
  96. f1b0009 Fix path search for test data file so it works under more circumstances. by Guido van Rossum · 27 years ago
  97. ae631f7 There was actually a test that ensured that raising an exception A by Guido van Rossum · 27 years ago
  98. a008fa5 Fixed test for socket.error to work when it's a class exception. by Guido van Rossum · 27 years ago
  99. c8bf884 Added test for __all__. by Guido van Rossum · 27 years ago
  100. eeadc04 Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago