Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15973: Fixed segmentation fault on timezone comparison to other types. | Alexander Belopolsky | 2012-09-20 | 1 | -0/+2 |
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
* | Issue #11576: Fixed timedelta subtraction glitch on big timedelta values | Alexander Belopolsky | 2011-04-06 | 1 | -1/+5 |
* | Issue #1777412: extended year range of strftime down to 1000. | Alexander Belopolsky | 2011-01-08 | 1 | -4/+4 |
* | Issue 9183: Intern UTC timezone. | Alexander Belopolsky | 2010-10-14 | 1 | -16/+23 |
* | Fixed microsecond rounding in python version of utcfromtimestamp | Alexander Belopolsky | 2010-09-21 | 1 | -5/+10 |
* | Make python version of fromtimestamp behave more like C. | Alexander Belopolsky | 2010-07-26 | 1 | -9/+13 |
* | Use _datetime docstring if _datetime is available. | Alexander Belopolsky | 2010-07-23 | 1 | -0/+5 |
* | Issue #7989: Added pure python implementation of the datetime module. | Alexander Belopolsky | 2010-07-23 | 1 | -0/+2087 |