1. 2108bc7 main(): Application of SF patch #405851, which allows this test to be by Barry Warsaw · 23 years ago
  2. 83ff749 String method conversion. by Eric S. Raymond · 23 years ago
  3. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  4. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  5. 00ce51e Allow am/pm as well as AM/PM (C9X behaviour). by Jack Jansen · 24 years ago
  6. 0b7dd08 # Bah. The same problem occurred a second time. by Guido van Rossum · 25 years ago
  7. 9b11279 On Windows, we suddenly find, strftime() may return "" for an by Guido van Rossum · 25 years ago
  8. 7944ea5 Patch by Marc-Andre Lemburg: use re module to compare test results. by Guido van Rossum · 26 years ago
  9. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  10. 92d91f5 Move %x test to nonstandard section because it appears to be locale specific. by Guido van Rossum · 27 years ago
  11. e703842 Tweaks to cope with strftime returning 0 without error for %Z by Guido van Rossum · 27 years ago
  12. 2b41fdc Moved some non-standard format characters out of the standard list. by Guido van Rossum · 27 years ago
  13. 9d9af2c Fixes for the Mac. (Jack) by Guido van Rossum · 27 years ago
  14. 3f11da0 Changes to make these tests work on the Mac. by Guido van Rossum · 27 years ago
  15. 4dfd458 Fix typo in error reporting. by Guido van Rossum · 27 years ago
  16. 62bd30c Catch and report ValueError raised by strftime. by Guido van Rossum · 27 years ago
  17. e69be3e Much more rigorous testing -- we now try many times, varying in time by Guido van Rossum · 27 years ago
  18. 13ddde0 Remove %n and %t from the list of standard expectations. by Guido van Rossum · 27 years ago
  19. 2bde783 Import verbose flag from test_support instead of testing __name__. by Guido van Rossum · 28 years ago
  20. 5eaf457 Different operation in verbose mode: show the supported nonstandard by Guido van Rossum · 28 years ago
  21. 2cc8163 nonstandard_expectations is only added when in verbose mode, so we by Barry Warsaw · 28 years ago
  22. 4c23b5f Hmm, now that I think about it, we *can* use time.time() and 'date' if by Barry Warsaw · 28 years ago
  23. 4eb01cd More or less portabilized. by Barry Warsaw · 28 years ago
  24. 15d1079 Fixed test_strftime to be silent when called from autotest. by Guido van Rossum · 28 years ago
  25. 483705c Added test_strftime (Skip Montanaro). by Guido van Rossum · 28 years ago