index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_strftime.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-15/+15
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2/+2
*
Deal with case of when locale time values has characters that can be mistaken
Brett Cannon
2004-03-20
1
-2/+14
*
Have strftime() check its time tuple argument to make sure the tuple's values
Brett Cannon
2004-03-02
1
-1/+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
The first batch of changes recommended by the fixdiv tool. These are
Guido van Rossum
2001-09-04
1
-2/+2
*
main(): Application of SF patch #405851, which allows this test to be
Barry Warsaw
2001-03-23
1
-0/+12
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-2/+2
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-1/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-1/+1
*
Allow am/pm as well as AM/PM (C9X behaviour).
Jack Jansen
2000-09-15
1
-2/+2
*
# Bah. The same problem occurred a second time.
Guido van Rossum
1999-04-08
1
-1/+1
*
On Windows, we suddenly find, strftime() may return "" for an
Guido van Rossum
1999-04-08
1
-1/+1
*
Patch by Marc-Andre Lemburg: use re module to compare test results.
Guido van Rossum
1998-09-14
1
-5/+5
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-85/+85
*
Move %x test to nonstandard section because it appears to be locale specific.
Guido van Rossum
1997-12-15
1
-2/+3
*
Tweaks to cope with strftime returning 0 without error for %Z
Guido van Rossum
1997-08-18
1
-1/+1
*
Moved some non-standard format characters out of the standard list.
Guido van Rossum
1997-08-14
1
-20/+22
*
Fixes for the Mac. (Jack)
Guido van Rossum
1997-08-12
1
-3/+6
*
Changes to make these tests work on the Mac.
Guido van Rossum
1997-05-16
1
-2/+2
*
Fix typo in error reporting.
Guido van Rossum
1997-05-14
1
-1/+1
*
Catch and report ValueError raised by strftime.
Guido van Rossum
1997-04-11
1
-4/+16
*
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