Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Much more rigorous testing -- we now try many times, varying in time | Guido van Rossum | 1997-03-07 | 1 | -86/+97 |
* | Remove %n and %t from the list of standard expectations. | Guido van Rossum | 1997-02-19 | 1 | -2/+0 |
* | Import verbose flag from test_support instead of testing __name__. | Guido van Rossum | 1996-12-20 | 1 | -5/+1 |
* | Different operation in verbose mode: show the supported nonstandard | Guido van Rossum | 1996-12-18 | 1 | -2/+16 |
* | nonstandard_expectations is only added when in verbose mode, so we | Barry Warsaw | 1996-12-13 | 1 | -2/+1 |
* | Hmm, now that I think about it, we *can* use time.time() and 'date' if | Barry Warsaw | 1996-12-13 | 1 | -6/+8 |
* | More or less portabilized. | Barry Warsaw | 1996-12-13 | 1 | -7/+11 |
* | Fixed test_strftime to be silent when called from autotest. | Guido van Rossum | 1996-12-12 | 1 | -5/+15 |
* | Added test_strftime (Skip Montanaro). | Guido van Rossum | 1996-12-12 | 1 | -0/+82 |