summaryrefslogtreecommitdiff
path: root/Lib/test/test_strftime.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-3/+3
* Isue #19634: test_y_before_1900() is expected to fail on SolarisVictor Stinner2013-11-231-1/+3
* Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given aVictor Stinner2013-11-171-9/+7
* Update more usage of assertEqualJason R. Coombs2013-11-151-3/+3
* Remove mis-merged artefactTim Golden2013-11-121-3/+0
* Issue13674 Correct crash with strftime %y format under WindowsTim Golden2013-11-121-0/+26
|\
| * Issue13674 Correct crash with strftime %y format under WindowsTim Golden2013-11-121-1/+25
* | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-3/+1
|/
* Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge...Georg Brandl2010-03-141-6/+5
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* Merged revisions 78678,78680,78682 via svnmerge fromBenjamin Peterson2010-03-051-0/+0
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-8/+8
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-144/+171
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-15/+15
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Deal with case of when locale time values has characters that can be mistakenBrett Cannon2004-03-201-2/+14
* Have strftime() check its time tuple argument to make sure the tuple's valuesBrett Cannon2004-03-021-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-2/+2
* main(): Application of SF patch #405851, which allows this test to beBarry Warsaw2001-03-231-0/+12
* String method conversion.Eric S. Raymond2001-02-091-2/+2
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Allow am/pm as well as AM/PM (C9X behaviour).Jack Jansen2000-09-151-2/+2
* # Bah. The same problem occurred a second time.Guido van Rossum1999-04-081-1/+1
* On Windows, we suddenly find, strftime() may return "" for anGuido van Rossum1999-04-081-1/+1
* Patch by Marc-Andre Lemburg: use re module to compare test results.Guido van Rossum1998-09-141-5/+5
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-85/+85
* Move %x test to nonstandard section because it appears to be locale specific.Guido van Rossum1997-12-151-2/+3
* 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