| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4635) | Miss Islington (bot) | 2017-11-29 | 1 | -2/+4 |
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -3/+3 |
* | Isue #19634: test_y_before_1900() is expected to fail on Solaris | Victor Stinner | 2013-11-23 | 1 | -1/+3 |
* | Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a | Victor Stinner | 2013-11-17 | 1 | -9/+7 |
* | Update more usage of assertEqual | Jason R. Coombs | 2013-11-15 | 1 | -3/+3 |
* | Remove mis-merged artefact | Tim Golden | 2013-11-12 | 1 | -3/+0 |
* | Issue13674 Correct crash with strftime %y format under Windows | Tim Golden | 2013-11-12 | 1 | -0/+26 |
|\ |
|
| * | Issue13674 Correct crash with strftime %y format under Windows | Tim Golden | 2013-11-12 | 1 | -1/+25 |
* | | Update various test modules to use unittest.main() for test discovery | Brett Cannon | 2013-06-12 | 1 | -3/+1 |
|/ |
|
* | Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge... | Georg Brandl | 2010-03-14 | 1 | -6/+5 |
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+0 |
* | Merged revisions 78678,78680,78682 via svnmerge from | Benjamin Peterson | 2010-03-05 | 1 | -0/+0 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -8/+8 |
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 1 | -144/+171 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
* | 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 |