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