index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_strftime.py
Commit message (
Expand
)
Author
Age
*
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