| Commit message (Expand) | Author | Age |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 |
* | Deal with case of when locale time values has characters that can be mistaken | Brett Cannon | 2004-03-20 |
* | Have strftime() check its time tuple argument to make sure the tuple's values | Brett Cannon | 2004-03-02 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 |
* | The first batch of changes recommended by the fixdiv tool. These are | Guido van Rossum | 2001-09-04 |
* | main(): Application of SF patch #405851, which allows this test to be | Barry Warsaw | 2001-03-23 |
* | String method conversion. | Eric S. Raymond | 2001-02-09 |
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 |
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 |
* | Allow am/pm as well as AM/PM (C9X behaviour). | Jack Jansen | 2000-09-15 |
* | # Bah. The same problem occurred a second time. | Guido van Rossum | 1999-04-08 |
* | On Windows, we suddenly find, strftime() may return "" for an | Guido van Rossum | 1999-04-08 |
* | Patch by Marc-Andre Lemburg: use re module to compare test results. | Guido van Rossum | 1998-09-14 |
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 |
* | Move %x test to nonstandard section because it appears to be locale specific. | Guido van Rossum | 1997-12-15 |
* | Tweaks to cope with strftime returning 0 without error for %Z | Guido van Rossum | 1997-08-18 |
* | Moved some non-standard format characters out of the standard list. | Guido van Rossum | 1997-08-14 |
* | Fixes for the Mac. (Jack) | Guido van Rossum | 1997-08-12 |
* | Changes to make these tests work on the Mac. | Guido van Rossum | 1997-05-16 |
* | Fix typo in error reporting. | Guido van Rossum | 1997-05-14 |
* | Catch and report ValueError raised by strftime. | Guido van Rossum | 1997-04-11 |
* | Much more rigorous testing -- we now try many times, varying in time | Guido van Rossum | 1997-03-07 |
* | Remove %n and %t from the list of standard expectations. | Guido van Rossum | 1997-02-19 |
* | Import verbose flag from test_support instead of testing __name__. | Guido van Rossum | 1996-12-20 |
* | Different operation in verbose mode: show the supported nonstandard | Guido van Rossum | 1996-12-18 |
* | nonstandard_expectations is only added when in verbose mode, so we | Barry Warsaw | 1996-12-13 |
* | Hmm, now that I think about it, we *can* use time.time() and 'date' if | Barry Warsaw | 1996-12-13 |
* | More or less portabilized. | Barry Warsaw | 1996-12-13 |
* | Fixed test_strftime to be silent when called from autotest. | Guido van Rossum | 1996-12-12 |
* | Added test_strftime (Skip Montanaro). | Guido van Rossum | 1996-12-12 |