1. d9c6f4f Allow oct() result for 64-bit machines. by Guido van Rossum · 27 years ago
  2. 876736c AMK's regex test suite by Guido van Rossum · 27 years ago
  3. cf3527b socket_type --> SocketType by Fred Drake · 27 years ago
  4. ce1fa26 Added tests for dict.clear(), dict.update(), dict.copy(). by Guido van Rossum · 27 years ago
  5. f858021 Add test for presence of socket_type. by Guido van Rossum · 27 years ago
  6. 05ba2ab Fix ratecv test (Sjoerd). by Guido van Rossum · 27 years ago
  7. 462d6e6 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  8. 6308d51 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  9. 3f11da0 Changes to make these tests work on the Mac. by Guido van Rossum · 27 years ago
  10. 9522274 Increase the child's sleep time to 5 for slow machines. by Guido van Rossum · 27 years ago
  11. 4c4d5ce Catch nis.error and raise TestFailed instead. This catches the by Barry Warsaw · 27 years ago
  12. 4dfd458 Fix typo in error reporting. by Guido van Rossum · 27 years ago
  13. c1c96d1 Fix hex tests for 64-bit machines. by Guido van Rossum · 27 years ago
  14. 2b4d280 Suppress fork part of socket test when we can't fork. by Guido van Rossum · 27 years ago
  15. 4a0694d Fix sys.platform test -- on Win, it is 'win32', not 'win'. by Guido van Rossum · 27 years ago
  16. 0ba7e59 More rational implementation of get_qualified_path() -- search along by Guido van Rossum · 27 years ago
  17. 0e351f3 Finally found a wat to set a file nonblocking that works on Irix, by Guido van Rossum · 27 years ago
  18. 16dffdc Fix the NDELAY test; avoid outputting binary garbage. by Guido van Rossum · 27 years ago
  19. f518d5e Print less in test_socket. by Guido van Rossum · 27 years ago
  20. 7aa9fc5 Use uuencoded test images. by Guido van Rossum · 27 years ago
  21. 684480f Soft failure for Win32 and Mac platforms. Less output unless verbose. by Guido van Rossum · 27 years ago
  22. cc5a91d Soft failure for Win32 platform. by Guido van Rossum · 27 years ago
  23. 505043f No need to define assert, it's built in. by Guido van Rossum · 27 years ago
  24. 62bd30c Catch and report ValueError raised by strftime. by Guido van Rossum · 27 years ago
  25. cb5cf9b Use uuencoded test images. by Guido van Rossum · 27 years ago
  26. cee1dd3 Don't just die when an error is not defined; print a warning instead. by Guido van Rossum · 27 years ago
  27. a6ed225 Try calling getpid() from /usr/lib/libc.so instead of some other random things. by Guido van Rossum · 27 years ago
  28. c9f8f14 Use TESTFN instead of /etc/passwd and /dev/null as test files. by Guido van Rossum · 27 years ago
  29. c1a4ba9 New test output for test_builtin by Guido van Rossum · 27 years ago
  30. dddf7a6 Added test of complex() (that catches a bug in 1.4!). by Guido van Rossum · 27 years ago
  31. 27e280d Restore old behavior of autotest and testall, using regrtest. by Guido van Rossum · 28 years ago
  32. f58ed25 Add "extra-verbose" mode, triggered by specifying two -v flags. In by Guido van Rossum · 28 years ago
  33. e69be3e Much more rigorous testing -- we now try many times, varying in time by Guido van Rossum · 28 years ago
  34. ad183bb Removed nonstandard strftime formats (strftime is tested more by Guido van Rossum · 28 years ago
  35. 13ddde0 Remove %n and %t from the list of standard expectations. by Guido van Rossum · 28 years ago
  36. c8504e2 Added test for ratecv (from Sjoerd, reformatted). by Guido van Rossum · 28 years ago
  37. fc167c6 Did nobody ever notice that "make test" didn't print the summary line by Guido van Rossum · 28 years ago
  38. 866016b new.code() has grown another foot, eh, another two arguments. by Guido van Rossum · 28 years ago
  39. 04f2b45 Version 1.1. Fix memory leak and expensive comparison with None. by Guido van Rossum · 28 years ago
  40. e9fd28d Add stacksize argument to new.code(). by Guido van Rossum · 28 years ago
  41. 1d1394e Make as sure as we can that the forked child does not return and by Guido van Rossum · 28 years ago
  42. 5c7e711 Test output for the SGI cl C module test script. by Roger E. Masse · 28 years ago
  43. 69ed964 Lame test script for the SGI cl C module. by Roger E. Masse · 28 years ago
  44. eca63b8 Output from test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
  45. 352e186 Test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
  46. 3b039fa Minor output message change by Roger E. Masse · 28 years ago
  47. 4852d37 test output for the binascii C module test script. by Roger E. Masse · 28 years ago
  48. 2a1c834 test script for the binascii C module. by Roger E. Masse · 28 years ago
  49. e4d7821 test is no longer needed by Barry Warsaw · 28 years ago
  50. 52a6ea7 Opps. Added tests for the last two methods that were missing from by Roger E. Masse · 28 years ago
  51. e17ec8d Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for reading by Roger E. Masse · 28 years ago
  52. bd8a911 test(): close the pipe, just to shut up Purify. by Barry Warsaw · 28 years ago
  53. 7a515b9 Output for test of the timing module by Barry Warsaw · 28 years ago
  54. a6aca46 Test of the timing module by Barry Warsaw · 28 years ago
  55. 5b45664 Use the new regrtest harness by Barry Warsaw · 28 years ago
  56. 6f332d8 updated the hex(-16) test since hex() of a signed literal has changed. by Barry Warsaw · 28 years ago
  57. 906a5e9 updated the oct(-100) test since oct() of a signed literal has changed. by Barry Warsaw · 28 years ago
  58. 3de721d Catch sunaudiodev.error on open() and re-raise TestFailed exception. by Barry Warsaw · 28 years ago
  59. 59e066e Oops, remove debugging statements by Barry Warsaw · 28 years ago
  60. b241c42 A slightly better test of sunaudiodev module. Include the audio data by Barry Warsaw · 28 years ago
  61. dbfb8d4 Rewrite the `hostname mismatch' test as per GvR suggestion. by Barry Warsaw · 28 years ago
  62. 5bc697d Test of the sunaudiodev module -- it simply plays a sound if it can by Barry Warsaw · 28 years ago
  63. dce1005 Added an os._exit(0) in the parent so we don't have two test processes by Barry Warsaw · 28 years ago
  64. 95f92df New output file for strop test by Barry Warsaw · 28 years ago
  65. da0e520 Added a couple of strop.join() tests for large lists and long items by Barry Warsaw · 28 years ago
  66. 32e949d This is a very inobstrusive test for the existance of the SGI cd module by Roger E. Masse · 28 years ago
  67. 5150542 Output file for test_cd.py by Roger E. Masse · 28 years ago
  68. 9d1a02c Some small changes. by Guido van Rossum · 28 years ago
  69. 4a9ac06 Output file for test_al.py by Roger E. Masse · 28 years ago
  70. 1f983df This is a very inobstrusive test for the existance of the al module and all by Roger E. Masse · 28 years ago
  71. 61bc874 Output of socket module test. by Barry Warsaw · 28 years ago
  72. cf3d4b5 Test of the socket module. The following functions and methods are by Barry Warsaw · 28 years ago
  73. 7a61f87 Updated to include the verbose flag from test_support by Roger E. Masse · 28 years ago
  74. 04ebf5c Change the ``calcsize*3'' test to be portable to 64-bit machines. by Guido van Rossum · 28 years ago
  75. 461a1c1 Output for signal module test by Barry Warsaw · 28 years ago
  76. 420c11c Added f/d tests for specific byte orders. by Guido van Rossum · 28 years ago
  77. 5afafad <rotorobj>.setkey() now requires exactly one argument by Barry Warsaw · 28 years ago
  78. 2a37850 Exercise the new feature set somewhat. by Guido van Rossum · 28 years ago
  79. cf284cc Test output for the gl C extension module. by Roger E. Masse · 28 years ago
  80. 6da2953 gl is a *huge* module. This is a very simple test that insures that by Roger E. Masse · 28 years ago
  81. fb817cd Output files by Barry Warsaw · 28 years ago
  82. 5e056bb test_rotor.py: New test of the rotor module. by Barry Warsaw · 28 years ago
  83. f85f052 Very very small comment change. by Roger E. Masse · 28 years ago
  84. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 28 years ago
  85. 4b72278 added test of the regex module by Barry Warsaw · 28 years ago
  86. 4455cd8 More and better comments. by Roger E. Masse · 28 years ago
  87. 3507f50 Minor semantic cleanup. by Roger E. Masse · 28 years ago
  88. e9e0bd9 Output for test script for the SGI imgfile module. by Roger E. Masse · 28 years ago
  89. 033d91b Test script for the SGI imgfile module. by Roger E. Masse · 28 years ago
  90. 470dcbf 8 bit greyscale test file needed for testing imageop and imgfile. by Roger E. Masse · 28 years ago
  91. 47e9830 Test program for the SGI imageop module. by Roger E. Masse · 28 years ago
  92. cfaac40 test output for SGI imageop C module. by Roger E. Masse · 28 years ago
  93. 0b25a66 Two new files (to shut up regrtest). by Guido van Rossum · 28 years ago
  94. 4f30aff Added example DL for SGI IRIX. by Guido van Rossum · 28 years ago
  95. 4fdb744 Added test for minmax. by Guido van Rossum · 28 years ago
  96. 152494a New regression test harness. See usage message / doc string. by Guido van Rossum · 28 years ago
  97. 2bde783 Import verbose flag from test_support instead of testing __name__. by Guido van Rossum · 28 years ago
  98. 0a94cc7 Set test_support.verbose to 0, to signal tests only to generate portable output. by Guido van Rossum · 28 years ago
  99. 531661c Add verbose flag for regression test to clear. by Guido van Rossum · 28 years ago
  100. a09ec19 Test of the operator module by Barry Warsaw · 28 years ago