| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Issue #23517: fromtimestamp() and utcfromtimestamp() methods of | Victor Stinner | 2015-09-08 | 1 | -2/+2 |
|
|
* | | | Revert change 0eb8c182131e: | Victor Stinner | 2015-09-08 | 1 | -6/+12 |
|
|
* | | | Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'. | Alexander Belopolsky | 2015-09-06 | 1 | -1/+2 |
|
|
* | | | Issue #23517: Skip a datetime test on Windows | Victor Stinner | 2015-09-05 | 1 | -3/+3 |
|
|
* | | | Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in | Victor Stinner | 2015-09-04 | 1 | -2/+10 |
|
|
* | | | Issue #23517: fromtimestamp() and utcfromtimestamp() methods of | Victor Stinner | 2015-09-03 | 1 | -5/+6 |
|
|
* | | | Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest | Victor Stinner | 2015-09-02 | 1 | -9/+5 |
|/ / |
|
* | | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -4/+1 |
|
|
* | | Fixes #23521: Corrected pure python implementation of timedelta division. | Alexander Belopolsky | 2015-02-28 | 1 | -0/+34 |
|\ \
| |/ |
|
| * | Fixes #23521: Corrected pure python implementation of timedelta division. | Alexander Belopolsky | 2015-02-28 | 1 | -0/+34 |
|
|
* | | Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ | Serhiy Storchaka | 2015-01-31 | 1 | -2/+0 |
|
|
* | | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -5/+6 |
|
|
* | | Make test_datetime a better citizen (issue #22540) | Antoine Pitrou | 2014-10-03 | 1 | -1/+1 |
|
|
* | | Closes issue #20858: Enhancements/fixes to pure-python datetime module | Alexander Belopolsky | 2014-09-28 | 1 | -5/+89 |
|
|
* | | merge | Raymond Hettinger | 2014-07-25 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | Issue #22044: Fixed premature DECREF in call_tzinfo_method. | Raymond Hettinger | 2014-07-25 | 1 | -0/+11 |
|
|
* | | remove the ability of datetime.time to be considered false (closes #13936) | Benjamin Peterson | 2014-03-20 | 1 | -16/+5 |
|/ |
|
* | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -0/+1 |
|\ |
|
| * | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -0/+1 |
|
|
* | | Issue #19605: Use specific asserts in datetime tests | Serhiy Storchaka | 2013-11-17 | 1 | -79/+80 |
|\ \
| |/ |
|
| * | Issue #19605: Use specific asserts in datetime tests | Serhiy Storchaka | 2013-11-17 | 1 | -79/+80 |
|
|
* | | #18466: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18466: fix more typos. Patch by FĂ©vry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|
|
* | | Fixes #8860: Round half-microseconds to even in the timedelta constructor. | Alexander Belopolsky | 2013-08-04 | 1 | -0/+4 |
|/ |
|
* | Closes #15973: fix a segmentation fault when comparing timezone objects. | Georg Brandl | 2012-09-22 | 1 | -0/+2 |
|
|
* | Issue #9527: tm_gmtoff has 'correct' sign. | Alexander Belopolsky | 2012-06-22 | 1 | -2/+4 |
|
|
* | Issue #9527: datetime.astimezone() method will now supply a class | Alexander Belopolsky | 2012-06-22 | 1 | -2/+2 |
|
|
* | Issue #9527: datetime.astimezone() method will now supply a class | Alexander Belopolsky | 2012-06-22 | 1 | -3/+18 |
|
|
* | Issue #15006: Allow equality comparison between naive and aware time | Alexander Belopolsky | 2012-06-16 | 1 | -6/+6 |
|
|
* | Relax datetime.timestamp() test around DST change | Alexander Belopolsky | 2012-06-08 | 1 | -1/+1 |
|
|
* | Relax datetime.timestamp() test around DST change | Alexander Belopolsky | 2012-06-08 | 1 | -3/+3 |
|
|
* | Issue #2736: Added datetime.timestamp() method. | Alexander Belopolsky | 2012-06-08 | 1 | -0/+36 |
|
|
* | Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() and | Victor Stinner | 2012-03-13 | 1 | -10/+15 |
|
|
* | Close #14180: Factorize code to convert a number of seconds to time_t, timeva... | Victor Stinner | 2012-03-13 | 1 | -7/+27 |
|
|
* | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -2/+0 |
|\ |
|
| * | Fix obscure failures of datetime-related tests due to the datetime tests fail... | Georg Brandl | 2012-02-20 | 1 | -2/+0 |
|
|
* | | Strengthen the tests for format '%Y', in relation with issue #13305. | Florent Xicluna | 2011-11-01 | 1 | -2/+10 |
|
|
* | | Relax %Y test. | Alexander Belopolsky | 2011-05-02 | 1 | -2/+2 |
|
|
* | | Issue #11930: Remove year >= 1000 limitation from datetime.strftime. | Alexander Belopolsky | 2011-05-02 | 1 | -6/+4 |
|/ |
|
* | Issue #11576: Fixed timedelta subtraction glitch on big timedelta values | Alexander Belopolsky | 2011-04-06 | 1 | -0/+6 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
* | Issue #1777412: extended year range of strftime down to 1000. | Alexander Belopolsky | 2011-01-08 | 1 | -3/+3 |
|
|
* | Issue 10825: Minor updates to the test suite. | Raymond Hettinger | 2011-01-06 | 1 | -1/+1 |
|
|
* | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ... | Alexander Belopolsky | 2010-12-08 | 1 | -1/+7 |
|
|
* | Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. | Eric Smith | 2010-12-04 | 1 | -7/+2 |
|
|
* | Issue 9183: Intern UTC timezone. | Alexander Belopolsky | 2010-10-14 | 1 | -1/+3 |
|
|
* | Fixed microsecond rounding in python version of utcfromtimestamp | Alexander Belopolsky | 2010-09-21 | 1 | -4/+4 |
|
|
* | #9440: Remove borderline test case that fails based on unpredictable conditio... | Georg Brandl | 2010-07-31 | 1 | -4/+0 |
|
|
* | Make python version of fromtimestamp behave more like C. | Alexander Belopolsky | 2010-07-26 | 1 | -1/+7 |
|
|