summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_strftime.py
Commit message (Expand)AuthorAgeFilesLines
* Tweaks to cope with strftime returning 0 without error for %ZGuido van Rossum1997-08-181-1/+1
* Moved some non-standard format characters out of the standard list.Guido van Rossum1997-08-141-20/+22
* Fixes for the Mac. (Jack)Guido van Rossum1997-08-121-3/+6
* Changes to make these tests work on the Mac.Guido van Rossum1997-05-161-2/+2
* Fix typo in error reporting.Guido van Rossum1997-05-141-1/+1
* Catch and report ValueError raised by strftime.Guido van Rossum1997-04-111-4/+16
* Much more rigorous testing -- we now try many times, varying in timeGuido van Rossum1997-03-071-86/+97
* Remove %n and %t from the list of standard expectations.Guido van Rossum1997-02-191-2/+0
* Import verbose flag from test_support instead of testing __name__.Guido van Rossum1996-12-201-5/+1
* Different operation in verbose mode: show the supported nonstandardGuido van Rossum1996-12-181-2/+16
* nonstandard_expectations is only added when in verbose mode, so weBarry Warsaw1996-12-131-2/+1
* Hmm, now that I think about it, we *can* use time.time() and 'date' ifBarry Warsaw1996-12-131-6/+8
* More or less portabilized.Barry Warsaw1996-12-131-7/+11
* Fixed test_strftime to be silent when called from autotest.Guido van Rossum1996-12-121-5/+15
* Added test_strftime (Skip Montanaro).Guido van Rossum1996-12-121-0/+82