1. 7944ea5 Patch by Marc-Andre Lemburg: use re module to compare test results. by Guido van Rossum · 26 years ago
  2. 6c74fea There was still something wrong. The original NOTTESTS are replaced by Guido van Rossum · 26 years ago
  3. 747e1ca Should pass explicit arguments to findtests(). Should initialize 'nottests'. by Guido van Rossum · 26 years ago
  4. 4365cab Add Tim Peters' test for long ints by Guido van Rossum · 26 years ago
  5. df23ef4 Guess what -- BSD has bifurcated again. :-( by Guido van Rossum · 26 years ago
  6. 27d445f Nannified, and re-indented with 4 spaces. by Guido van Rossum · 26 years ago
  7. 6fd83b7 Generalized so it's useful for testing other packages, by Andrew by Guido van Rossum · 26 years ago
  8. bd9f093 Measure performance of sub(), split(), findall(). by Guido van Rossum · 26 years ago
  9. c364cf8 Added tests for findall(). by Guido van Rossum · 26 years ago
  10. 7f1d3aa Add tests for array self-assigns. (This one has no relevance to JPython.) by Guido van Rossum · 26 years ago
  11. affd77f Add tests for list self-assigns. (Sorry, this should have been here by Guido van Rossum · 26 years ago
  12. 7011504 Improved test set for int() and long() string conversions. by Guido van Rossum · 26 years ago
  13. 1cd4d52 Remove RCS and #! cruft at top. by Guido van Rossum · 26 years ago
  14. 6925661 With the recent change that makes numbers compare smaller than anything, by Guido van Rossum · 26 years ago
  15. 08636f0 Now that test_MimeWriter is untabified, do the same here! by Guido van Rossum · 26 years ago
  16. e614fb1 Changed runs of 8 spaces to tab -- to satisfy the tab nanny. by Guido van Rossum · 26 years ago
  17. 068ad97 Untabified -- to satisfy the tab nanny. by Guido van Rossum · 26 years ago
  18. 16653cb Add Tim's worst case scenario. by Guido van Rossum · 26 years ago
  19. 7462942 Added some tests to make sure that long->int conversions near by Guido van Rossum · 26 years ago
  20. 26fd982 Change the last 4-space indent into a 1-tab indent. by Guido van Rossum · 26 years ago
  21. b26a1b4 Use random instead of whrandom. by Guido van Rossum · 26 years ago
  22. 5f4fb91 Test that "import sys.imp" fails as it should. by Guido van Rossum · 26 years ago
  23. b298a30 Reduce memory requirements. by Guido van Rossum · 26 years ago
  24. 03e35c5 Add a few doc strings. by Guido van Rossum · 26 years ago
  25. ea176b6 benchmark for list.sort() by Guido van Rossum · 26 years ago
  26. 446898f Use hex() when outputting the various checksums so the test output is the by Guido van Rossum · 26 years ago
  27. 1740b8d New test sample -- "Nobody expects the Spanish Inquisition!" by Guido van Rossum · 26 years ago
  28. e26132c Move unified findfile() into test_support.py by Guido van Rossum · 26 years ago
  29. 2ad816f Add test for MimeWriter module by Guido van Rossum · 26 years ago
  30. e87ed5f Add writelines() method to Compare class. by Guido van Rossum · 26 years ago
  31. 8430c58 AMK's latest by Guido van Rossum · 26 years ago
  32. a50547e Track changes in tokenize.py by Guido van Rossum · 26 years ago
  33. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  34. d151d34 Add test for core dump -- make sure it doesn't come back! by Guido van Rossum · 26 years ago
  35. e60142f Adding output of test_xmllib.py by Guido van Rossum · 27 years ago
  36. c9aef03 Make this test work when imported from the interpreter instead of run by Guido van Rossum · 27 years ago
  37. 02505e4 New version of xmllib from Sjoerd. by Guido van Rossum · 27 years ago
  38. f473cb0 Added tests for qualified sub and split by Guido van Rossum · 27 years ago
  39. f5910e4 Add tests for re.L(OCALE). by Guido van Rossum · 27 years ago
  40. 629bcfb Make this test succeed even when using "import test.test_zlib". by Guido van Rossum · 27 years ago
  41. 92d91f5 Move %x test to nonstandard section because it appears to be locale specific. by Guido van Rossum · 27 years ago
  42. 30da0ea Believe it or not, some people have an empty group database. by Guido van Rossum · 27 years ago
  43. 6a99984 Use long() instead of int() to compare mktime(localtime(t) with t... by Guido van Rossum · 27 years ago
  44. dfa6790 New re version from AMK by Guido van Rossum · 27 years ago
  45. 91221c2 Support for netbsd1 and freebsd3, after suggestions by Anders Andersen by Guido van Rossum · 27 years ago
  46. c99a239 Added strop.split tests when sep is None. by Barry Warsaw · 27 years ago
  47. 9181190 Added tests of strop.replace() by Barry Warsaw · 27 years ago
  48. e2d4dd1 Use fuzzy comparison from test_support to compare outcome of by Guido van Rossum · 27 years ago
  49. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  50. c1189eb Separate out a function pystones(loops=LOOPS) which runs the benchmark by Guido van Rossum · 27 years ago
  51. f849291 Add __init__.py to test package. by Guido van Rossum · 27 years ago
  52. e8d1139 Add empty __init__.py files to the test packages so the new policy by Guido van Rossum · 27 years ago
  53. 0874f7f Tests for tokenize.py (Ka-Ping Yee) by Guido van Rossum · 27 years ago
  54. 4e8ef5f Catch KeyboardInterrupt separately and propagate it, instead of by Guido van Rossum · 27 years ago
  55. fb5cef1 Added separate tests for {}.get(). by Guido van Rossum · 27 years ago
  56. 9b887c7 Added tests of dict.get() by Barry Warsaw · 27 years ago
  57. 9ec2ed4 Change test for re.sub() involving g<...> to use a multi-character by Guido van Rossum · 27 years ago
  58. d2c0ec7 Use `...` around binary strings. by Guido van Rossum · 27 years ago
  59. f1b0009 Fix path search for test data file so it works under more circumstances. by Guido van Rossum · 27 years ago
  60. ae631f7 There was actually a test that ensured that raising an exception A by Guido van Rossum · 27 years ago
  61. a008fa5 Fixed test for socket.error to work when it's a class exception. by Guido van Rossum · 27 years ago
  62. c8bf884 Added test for __all__. by Guido van Rossum · 27 years ago
  63. eeadc04 Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
  64. bc8b2bd Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
  65. f9fa20b Pass optional arguments (globals(), locals(), []) to __import__() so by Guido van Rossum · 27 years ago
  66. 10887a3 Fix details in the test: by Guido van Rossum · 27 years ago
  67. 81da02e Added feeble test for reload() of packages and submodules. by Guido van Rossum · 27 years ago
  68. 6c61242 Test set for package import. by Guido van Rossum · 27 years ago
  69. 6459627 Now produces some reassuring output. by Jeremy Hylton · 27 years ago
  70. 9dc2b8e Many more tests, including tests of many optional arguments. by Jeremy Hylton · 27 years ago
  71. d807b75 The re test suite is very slow on slower hosts. by Guido van Rossum · 27 years ago
  72. 6ed41a0 Expanded r() function to handle class exceptions. by Barry Warsaw · 27 years ago
  73. 09f9547 regression test for new sequence unpacking semantics by Barry Warsaw · 27 years ago
  74. 9525df0 Output for sequence unpacking test by Barry Warsaw · 27 years ago
  75. 558f66f Added a few more tests of exception class raising by Barry Warsaw · 27 years ago
  76. ac405ce generated output for new tests by Barry Warsaw · 27 years ago
  77. d543077 Added tests of the new builtin functions issubclass() and isinstance() by Barry Warsaw · 27 years ago
  78. a412220 Change default verbosity so that there are only three levels left: -q, by Guido van Rossum · 27 years ago
  79. e703842 Tweaks to cope with strftime returning 0 without error for %Z by Guido van Rossum · 27 years ago
  80. f07eaea Forgot to check in the fixed output for print by Guido van Rossum · 27 years ago
  81. ce32096 Oops. Of course, print b should also be print `b`. :-( by Guido van Rossum · 27 years ago
  82. c95a6c1 Use imp.find_module() as the most certain way to find the test data. by Guido van Rossum · 27 years ago
  83. 57fa217 generated by regrtest.py -g by Jeremy Hylton · 27 years ago
  84. 6eb4b6a test the zlib module only produce output if somethign goes wrong by Jeremy Hylton · 27 years ago
  85. cf00505 Added tests for \b, \B (AMK). by Guido van Rossum · 27 years ago
  86. 2b41fdc Moved some non-standard format characters out of the standard list. by Guido van Rossum · 27 years ago
  87. 5526e39 set LOOPS to 10000 by Guido van Rossum · 27 years ago
  88. c4c2641 Print `a` so encrypted text is shown in ascii, not binary. by Guido van Rossum · 27 years ago
  89. e838701 Don't call sys.exit() all over the place -- simply return the exit by Guido van Rossum · 27 years ago
  90. 95e8053 1.5a3 prerelease 1 from AMK by Guido van Rossum · 27 years ago
  91. 9d9af2c Fixes for the Mac. (Jack) by Guido van Rossum · 27 years ago
  92. 570278b Add test for function comparisons by Guido van Rossum · 27 years ago
  93. 7995ed2 The reload(sys) test no longer works due to changes in the import semantics. by Guido van Rossum · 27 years ago
  94. c864ad6 Nit: round delays to 0.1 second. by Guido van Rossum · 27 years ago
  95. 4994657 Some new tests by Jeffrey by Guido van Rossum · 27 years ago
  96. 32d6f3c Corresponding output. by Guido van Rossum · 27 years ago
  97. 06c0ec9 Several additions from Jeffrey. by Guido van Rossum · 27 years ago
  98. 23b2257 Added tests for sub, subn, and split. by Guido van Rossum · 27 years ago
  99. a0e4c1b Jeffrey's latest -- seems to solve most problems! by Guido van Rossum · 27 years ago
  100. 75fce30 Add flush() method to fake file. by Guido van Rossum · 27 years ago