Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
dbb718fa8775731666bb9cbc73662fadee41ea8f
/
Lib
/
test
/
test_strftime.py
54e54c6
The first batch of changes recommended by the fixdiv tool. These are
by Guido van Rossum
· 24 years ago
2108bc7
main(): Application of SF patch #405851, which allows this test to be
by Barry Warsaw
· 24 years ago
83ff749
String method conversion.
by Eric S. Raymond
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
00ce51e
Allow am/pm as well as AM/PM (C9X behaviour).
by Jack Jansen
· 25 years ago
0b7dd08
# Bah. The same problem occurred a second time.
by Guido van Rossum
· 26 years ago
9b11279
On Windows, we suddenly find, strftime() may return "" for an
by Guido van Rossum
· 26 years ago
7944ea5
Patch by Marc-Andre Lemburg: use re module to compare test results.
by Guido van Rossum
· 27 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
92d91f5
Move %x test to nonstandard section because it appears to be locale specific.
by Guido van Rossum
· 27 years ago
e703842
Tweaks to cope with strftime returning 0 without error for %Z
by Guido van Rossum
· 28 years ago
2b41fdc
Moved some non-standard format characters out of the standard list.
by Guido van Rossum
· 28 years ago
9d9af2c
Fixes for the Mac. (Jack)
by Guido van Rossum
· 28 years ago
3f11da0
Changes to make these tests work on the Mac.
by Guido van Rossum
· 28 years ago
4dfd458
Fix typo in error reporting.
by Guido van Rossum
· 28 years ago
62bd30c
Catch and report ValueError raised by strftime.
by Guido van Rossum
· 28 years ago
e69be3e
Much more rigorous testing -- we now try many times, varying in time
by Guido van Rossum
· 28 years ago
13ddde0
Remove %n and %t from the list of standard expectations.
by Guido van Rossum
· 28 years ago
2bde783
Import verbose flag from test_support instead of testing __name__.
by Guido van Rossum
· 28 years ago
5eaf457
Different operation in verbose mode: show the supported nonstandard
by Guido van Rossum
· 28 years ago
2cc8163
nonstandard_expectations is only added when in verbose mode, so we
by Barry Warsaw
· 28 years ago
4c23b5f
Hmm, now that I think about it, we *can* use time.time() and 'date' if
by Barry Warsaw
· 28 years ago
4eb01cd
More or less portabilized.
by Barry Warsaw
· 28 years ago
15d1079
Fixed test_strftime to be silent when called from autotest.
by Guido van Rossum
· 28 years ago
483705c
Added test_strftime (Skip Montanaro).
by Guido van Rossum
· 28 years ago