1. 7944ea5 Patch by Marc-Andre Lemburg: use re module to compare test results. by Guido van Rossum · 27 years ago
  2. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  3. 92d91f5 Move %x test to nonstandard section because it appears to be locale specific. by Guido van Rossum · 28 years ago
  4. e703842 Tweaks to cope with strftime returning 0 without error for %Z by Guido van Rossum · 28 years ago
  5. 2b41fdc Moved some non-standard format characters out of the standard list. by Guido van Rossum · 28 years ago
  6. 9d9af2c Fixes for the Mac. (Jack) by Guido van Rossum · 28 years ago
  7. 3f11da0 Changes to make these tests work on the Mac. by Guido van Rossum · 28 years ago
  8. 4dfd458 Fix typo in error reporting. by Guido van Rossum · 28 years ago
  9. 62bd30c Catch and report ValueError raised by strftime. by Guido van Rossum · 28 years ago
  10. e69be3e Much more rigorous testing -- we now try many times, varying in time by Guido van Rossum · 28 years ago
  11. 13ddde0 Remove %n and %t from the list of standard expectations. by Guido van Rossum · 28 years ago
  12. 2bde783 Import verbose flag from test_support instead of testing __name__. by Guido van Rossum · 29 years ago
  13. 5eaf457 Different operation in verbose mode: show the supported nonstandard by Guido van Rossum · 29 years ago
  14. 2cc8163 nonstandard_expectations is only added when in verbose mode, so we by Barry Warsaw · 29 years ago
  15. 4c23b5f Hmm, now that I think about it, we *can* use time.time() and 'date' if by Barry Warsaw · 29 years ago
  16. 4eb01cd More or less portabilized. by Barry Warsaw · 29 years ago
  17. 15d1079 Fixed test_strftime to be silent when called from autotest. by Guido van Rossum · 29 years ago
  18. 483705c Added test_strftime (Skip Montanaro). by Guido van Rossum · 29 years ago