1. 4dfd458 Fix typo in error reporting. by Guido van Rossum · 28 years ago
  2. 62bd30c Catch and report ValueError raised by strftime. by Guido van Rossum · 28 years ago
  3. e69be3e Much more rigorous testing -- we now try many times, varying in time by Guido van Rossum · 28 years ago
  4. 13ddde0 Remove %n and %t from the list of standard expectations. by Guido van Rossum · 28 years ago
  5. 2bde783 Import verbose flag from test_support instead of testing __name__. by Guido van Rossum · 28 years ago
  6. 5eaf457 Different operation in verbose mode: show the supported nonstandard by Guido van Rossum · 28 years ago
  7. 2cc8163 nonstandard_expectations is only added when in verbose mode, so we by Barry Warsaw · 28 years ago
  8. 4c23b5f Hmm, now that I think about it, we *can* use time.time() and 'date' if by Barry Warsaw · 28 years ago
  9. 4eb01cd More or less portabilized. by Barry Warsaw · 28 years ago
  10. 15d1079 Fixed test_strftime to be silent when called from autotest. by Guido van Rossum · 28 years ago
  11. 483705c Added test_strftime (Skip Montanaro). by Guido van Rossum · 28 years ago