1. 0874f7f Tests for tokenize.py (Ka-Ping Yee) by Guido van Rossum · 27 years ago
  2. 4e8ef5f Catch KeyboardInterrupt separately and propagate it, instead of by Guido van Rossum · 27 years ago
  3. fb5cef1 Added separate tests for {}.get(). by Guido van Rossum · 27 years ago
  4. 9b887c7 Added tests of dict.get() by Barry Warsaw · 27 years ago
  5. 9ec2ed4 Change test for re.sub() involving g<...> to use a multi-character by Guido van Rossum · 27 years ago
  6. d2c0ec7 Use `...` around binary strings. by Guido van Rossum · 27 years ago
  7. f1b0009 Fix path search for test data file so it works under more circumstances. by Guido van Rossum · 27 years ago
  8. ae631f7 There was actually a test that ensured that raising an exception A by Guido van Rossum · 27 years ago
  9. a008fa5 Fixed test for socket.error to work when it's a class exception. by Guido van Rossum · 27 years ago
  10. c8bf884 Added test for __all__. by Guido van Rossum · 27 years ago
  11. eeadc04 Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
  12. bc8b2bd Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
  13. f9fa20b Pass optional arguments (globals(), locals(), []) to __import__() so by Guido van Rossum · 27 years ago
  14. 10887a3 Fix details in the test: by Guido van Rossum · 27 years ago
  15. 81da02e Added feeble test for reload() of packages and submodules. by Guido van Rossum · 27 years ago
  16. 6c61242 Test set for package import. by Guido van Rossum · 27 years ago
  17. 6459627 Now produces some reassuring output. by Jeremy Hylton · 27 years ago
  18. 9dc2b8e Many more tests, including tests of many optional arguments. by Jeremy Hylton · 27 years ago
  19. d807b75 The re test suite is very slow on slower hosts. by Guido van Rossum · 27 years ago
  20. 6ed41a0 Expanded r() function to handle class exceptions. by Barry Warsaw · 27 years ago
  21. 09f9547 regression test for new sequence unpacking semantics by Barry Warsaw · 27 years ago
  22. 9525df0 Output for sequence unpacking test by Barry Warsaw · 27 years ago
  23. 558f66f Added a few more tests of exception class raising by Barry Warsaw · 27 years ago
  24. ac405ce generated output for new tests by Barry Warsaw · 27 years ago
  25. d543077 Added tests of the new builtin functions issubclass() and isinstance() by Barry Warsaw · 27 years ago
  26. a412220 Change default verbosity so that there are only three levels left: -q, by Guido van Rossum · 27 years ago
  27. e703842 Tweaks to cope with strftime returning 0 without error for %Z by Guido van Rossum · 27 years ago
  28. f07eaea Forgot to check in the fixed output for print by Guido van Rossum · 27 years ago
  29. ce32096 Oops. Of course, print b should also be print `b`. :-( by Guido van Rossum · 27 years ago
  30. c95a6c1 Use imp.find_module() as the most certain way to find the test data. by Guido van Rossum · 27 years ago
  31. 57fa217 generated by regrtest.py -g by Jeremy Hylton · 27 years ago
  32. 6eb4b6a test the zlib module only produce output if somethign goes wrong by Jeremy Hylton · 27 years ago
  33. cf00505 Added tests for \b, \B (AMK). by Guido van Rossum · 27 years ago
  34. 2b41fdc Moved some non-standard format characters out of the standard list. by Guido van Rossum · 27 years ago
  35. 5526e39 set LOOPS to 10000 by Guido van Rossum · 27 years ago
  36. c4c2641 Print `a` so encrypted text is shown in ascii, not binary. by Guido van Rossum · 27 years ago
  37. e838701 Don't call sys.exit() all over the place -- simply return the exit by Guido van Rossum · 27 years ago
  38. 95e8053 1.5a3 prerelease 1 from AMK by Guido van Rossum · 27 years ago
  39. 9d9af2c Fixes for the Mac. (Jack) by Guido van Rossum · 27 years ago
  40. 570278b Add test for function comparisons by Guido van Rossum · 27 years ago
  41. 7995ed2 The reload(sys) test no longer works due to changes in the import semantics. by Guido van Rossum · 27 years ago
  42. c864ad6 Nit: round delays to 0.1 second. by Guido van Rossum · 27 years ago
  43. 4994657 Some new tests by Jeffrey by Guido van Rossum · 27 years ago
  44. 32d6f3c Corresponding output. by Guido van Rossum · 27 years ago
  45. 06c0ec9 Several additions from Jeffrey. by Guido van Rossum · 27 years ago
  46. 23b2257 Added tests for sub, subn, and split. by Guido van Rossum · 27 years ago
  47. a0e4c1b Jeffrey's latest -- seems to solve most problems! by Guido van Rossum · 27 years ago
  48. 75fce30 Add flush() method to fake file. by Guido van Rossum · 27 years ago
  49. 9e48b27 Catch all exceptions in test modules. by Guido van Rossum · 27 years ago
  50. 65cd989 Added output from new tests. by Guido van Rossum · 27 years ago
  51. 9ddd9da Fixed a syntax error caused by a bad line in the Perl source. by Guido van Rossum · 27 years ago
  52. e8b8131 Merged Jeffrey's changes in. by Guido van Rossum · 27 years ago
  53. 16bd0ff Merged my changes in, and added all converted Perl tests. by Guido van Rossum · 27 years ago
  54. 337c6d4 Jeffrey's version by Guido van Rossum · 27 years ago
  55. 23b8d4c Tweak re_tests and test_re to differentiate between by Guido van Rossum · 27 years ago
  56. 847ed4a More tweaks; re.py is nearly there... by Guido van Rossum · 27 years ago
  57. 04a1d74 Jeffrey's newest by Guido van Rossum · 27 years ago
  58. 70f107f Three fewer incorrect failures by Guido van Rossum · 27 years ago
  59. 1d8b758 Removed the traceback output in non-verbose mode by Guido van Rossum · 27 years ago
  60. 8a9a4a2 Jeffrey's latest. by Guido van Rossum · 27 years ago
  61. 035aae0 Some small nits. by Guido van Rossum · 27 years ago
  62. 7ffbd2f This is pretty pathetic and full of errors, by Guido van Rossum · 27 years ago
  63. 8e0ce30 test suite for re.py by Guido van Rossum · 27 years ago
  64. d9c6f4f Allow oct() result for 64-bit machines. by Guido van Rossum · 27 years ago
  65. 876736c AMK's regex test suite by Guido van Rossum · 27 years ago
  66. cf3527b socket_type --> SocketType by Fred Drake · 27 years ago
  67. ce1fa26 Added tests for dict.clear(), dict.update(), dict.copy(). by Guido van Rossum · 27 years ago
  68. f858021 Add test for presence of socket_type. by Guido van Rossum · 27 years ago
  69. 05ba2ab Fix ratecv test (Sjoerd). by Guido van Rossum · 27 years ago
  70. 462d6e6 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  71. 6308d51 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  72. 3f11da0 Changes to make these tests work on the Mac. by Guido van Rossum · 27 years ago
  73. 9522274 Increase the child's sleep time to 5 for slow machines. by Guido van Rossum · 27 years ago
  74. 4c4d5ce Catch nis.error and raise TestFailed instead. This catches the by Barry Warsaw · 27 years ago
  75. 4dfd458 Fix typo in error reporting. by Guido van Rossum · 27 years ago
  76. c1c96d1 Fix hex tests for 64-bit machines. by Guido van Rossum · 27 years ago
  77. 2b4d280 Suppress fork part of socket test when we can't fork. by Guido van Rossum · 27 years ago
  78. 4a0694d Fix sys.platform test -- on Win, it is 'win32', not 'win'. by Guido van Rossum · 27 years ago
  79. 0ba7e59 More rational implementation of get_qualified_path() -- search along by Guido van Rossum · 27 years ago
  80. 0e351f3 Finally found a wat to set a file nonblocking that works on Irix, by Guido van Rossum · 27 years ago
  81. 16dffdc Fix the NDELAY test; avoid outputting binary garbage. by Guido van Rossum · 27 years ago
  82. f518d5e Print less in test_socket. by Guido van Rossum · 27 years ago
  83. 7aa9fc5 Use uuencoded test images. by Guido van Rossum · 27 years ago
  84. 684480f Soft failure for Win32 and Mac platforms. Less output unless verbose. by Guido van Rossum · 27 years ago
  85. cc5a91d Soft failure for Win32 platform. by Guido van Rossum · 27 years ago
  86. 505043f No need to define assert, it's built in. by Guido van Rossum · 27 years ago
  87. 62bd30c Catch and report ValueError raised by strftime. by Guido van Rossum · 27 years ago
  88. cb5cf9b Use uuencoded test images. by Guido van Rossum · 27 years ago
  89. cee1dd3 Don't just die when an error is not defined; print a warning instead. by Guido van Rossum · 27 years ago
  90. a6ed225 Try calling getpid() from /usr/lib/libc.so instead of some other random things. by Guido van Rossum · 27 years ago
  91. c9f8f14 Use TESTFN instead of /etc/passwd and /dev/null as test files. by Guido van Rossum · 27 years ago
  92. c1a4ba9 New test output for test_builtin by Guido van Rossum · 27 years ago
  93. dddf7a6 Added test of complex() (that catches a bug in 1.4!). by Guido van Rossum · 27 years ago
  94. 27e280d Restore old behavior of autotest and testall, using regrtest. by Guido van Rossum · 27 years ago
  95. f58ed25 Add "extra-verbose" mode, triggered by specifying two -v flags. In by Guido van Rossum · 27 years ago
  96. e69be3e Much more rigorous testing -- we now try many times, varying in time by Guido van Rossum · 27 years ago
  97. ad183bb Removed nonstandard strftime formats (strftime is tested more by Guido van Rossum · 27 years ago
  98. 13ddde0 Remove %n and %t from the list of standard expectations. by Guido van Rossum · 27 years ago
  99. c8504e2 Added test for ratecv (from Sjoerd, reformatted). by Guido van Rossum · 27 years ago
  100. fc167c6 Did nobody ever notice that "make test" didn't print the summary line by Guido van Rossum · 28 years ago