| Commit message (Expand) | Author | Age | Files | Lines |
* | Use skipIf instead of a return when attribute doesn't exist. | R. David Murray | 2010-12-14 | 1 | -2/+2 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
|
|
* | Issue #6608: time.asctime is now checking struct tm fields its input | Alexander Belopolsky | 2010-10-01 | 1 | -17/+23 |
|
|
* | Merged revisions 75011 via svnmerge from | Brett Cannon | 2009-09-22 | 1 | -5/+0 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -24/+24 |
|
|
* | 5562 -> 3061. | Martin v. Löwis | 2009-05-30 | 1 | -1/+1 |
|
|
* | Issue #5562: Use wcsftime for time.strftime where available. | Martin v. Löwis | 2009-05-30 | 1 | -3/+18 |
|
|
* | Make sure time.strptime only accepts strings (and document the fact like | Brett Cannon | 2009-03-30 | 1 | -0/+5 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -2/+2 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -3/+7 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -16/+28 |
|
|
* | allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi... | Fred Drake | 2004-08-03 | 1 | -0/+17 |
|
|
* | Bug 975996: Add _PyTime_DoubleToTimet to C API | Tim Peters | 2004-06-20 | 1 | -0/+8 |
|
|
* | Have strftime() check its time tuple argument to make sure the tuple's values | Brett Cannon | 2004-03-02 | 1 | -0/+56 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -5/+5 |
|
|
* | SF patch #706707, time.tzset standards compliance update by Stuart Bishop | Neal Norwitz | 2003-04-11 | 1 | -58/+41 |
|
|
* | If time.tzset doesn't exist, don't test it. | Guido van Rossum | 2003-03-15 | 1 | -0/+3 |
|
|
* | - New function time.tzset() provides access to the C library tzet() | Guido van Rossum | 2003-03-14 | 1 | -1/+82 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Pure Python strptime implementation by Brett Cannon. See SF patch 474274. | Guido van Rossum | 2002-07-19 | 1 | -0/+12 |
|
|
* | test_mktime(): Removed. This wasn't really testing anything useful | Barry Warsaw | 2002-04-16 | 1 | -6/+0 |
|
|
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -1/+6 |
|
|
* | Convert time module tests to PyUnit. | Fred Drake | 2001-05-22 | 1 | -37/+49 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -4/+4 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -6/+6 |
|
|
* | Use long() instead of int() to compare mktime(localtime(t) with t... | Guido van Rossum | 1997-12-08 | 1 | -1/+1 |
|
|
* | Tweaks to cope with strftime returning 0 without error for %Z | Guido van Rossum | 1997-08-18 | 1 | -2/+5 |
|
|
* | Removed nonstandard strftime formats (strftime is tested more | Guido van Rossum | 1997-02-20 | 1 | -2/+2 |
|
|
* | test of time module. not terribly fancy, but it does touch every | Barry Warsaw | 1996-12-06 | 1 | -0/+36 |
|
|