1. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  2. 0da64f7 Isue #19634: test_y_before_1900() is expected to fail on Solaris by Victor Stinner · 11 years ago
  3. 55329f8 Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a by Victor Stinner · 11 years ago
  4. 6f87a08 Update more usage of assertEqual by Jason R. Coombs · 11 years ago
  5. d9182e6 Remove mis-merged artefact by Tim Golden · 11 years ago
  6. bbe268f Issue13674 Correct crash with strftime %y format under Windows by Tim Golden · 11 years ago
  7. 6e51b8f Issue13674 Correct crash with strftime %y format under Windows by Tim Golden · 11 years ago
  8. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  9. c0e22b7 Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge from by Georg Brandl · 14 years ago
  10. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  11. 5a53fde Merged revisions 78678,78680,78682 via svnmerge from by Benjamin Peterson · 14 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  14. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  15. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  16. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  17. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  18. c82208e Deal with case of when locale time values has characters that can be mistaken by Brett Cannon · 20 years ago
  19. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 20 years ago
  20. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  21. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  22. 2108bc7 main(): Application of SF patch #405851, which allows this test to be by Barry Warsaw · 23 years ago
  23. 83ff749 String method conversion. by Eric S. Raymond · 23 years ago
  24. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 23 years ago
  25. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 23 years ago
  26. 00ce51e Allow am/pm as well as AM/PM (C9X behaviour). by Jack Jansen · 24 years ago
  27. 0b7dd08 # Bah. The same problem occurred a second time. by Guido van Rossum · 25 years ago
  28. 9b11279 On Windows, we suddenly find, strftime() may return "" for an by Guido van Rossum · 25 years ago
  29. 7944ea5 Patch by Marc-Andre Lemburg: use re module to compare test results. by Guido van Rossum · 26 years ago
  30. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  31. 92d91f5 Move %x test to nonstandard section because it appears to be locale specific. by Guido van Rossum · 27 years ago
  32. e703842 Tweaks to cope with strftime returning 0 without error for %Z by Guido van Rossum · 27 years ago
  33. 2b41fdc Moved some non-standard format characters out of the standard list. by Guido van Rossum · 27 years ago
  34. 9d9af2c Fixes for the Mac. (Jack) by Guido van Rossum · 27 years ago
  35. 3f11da0 Changes to make these tests work on the Mac. by Guido van Rossum · 27 years ago
  36. 4dfd458 Fix typo in error reporting. by Guido van Rossum · 27 years ago
  37. 62bd30c Catch and report ValueError raised by strftime. by Guido van Rossum · 27 years ago
  38. e69be3e Much more rigorous testing -- we now try many times, varying in time by Guido van Rossum · 27 years ago
  39. 13ddde0 Remove %n and %t from the list of standard expectations. by Guido van Rossum · 27 years ago
  40. 2bde783 Import verbose flag from test_support instead of testing __name__. by Guido van Rossum · 28 years ago
  41. 5eaf457 Different operation in verbose mode: show the supported nonstandard by Guido van Rossum · 28 years ago
  42. 2cc8163 nonstandard_expectations is only added when in verbose mode, so we by Barry Warsaw · 28 years ago
  43. 4c23b5f Hmm, now that I think about it, we *can* use time.time() and 'date' if by Barry Warsaw · 28 years ago
  44. 4eb01cd More or less portabilized. by Barry Warsaw · 28 years ago
  45. 15d1079 Fixed test_strftime to be silent when called from autotest. by Guido van Rossum · 28 years ago
  46. 483705c Added test_strftime (Skip Montanaro). by Guido van Rossum · 28 years ago