summaryrefslogtreecommitdiffstats
path: root/Lib/datetime.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15006: Allow equality comparison between naive and aware timeAlexander Belopolsky2012-06-161-8/+14
* Removed redundant codeAlexander Belopolsky2012-06-151-4/+2
* Issue #2736: Added datetime.timestamp() method.Alexander Belopolsky2012-06-081-1/+10
* Close #14180: Factorize code to convert a number of seconds to time_t, timeva...Victor Stinner2012-03-131-2/+2
* Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
* | Issue #11930: Remove year >= 1000 limitation from datetime.strftime.Alexander Belopolsky2011-05-021-4/+0
|/
* Issue #11576: Fixed timedelta subtraction glitch on big timedelta valuesAlexander Belopolsky2011-04-061-1/+5
* Issue #1777412: extended year range of strftime down to 1000.Alexander Belopolsky2011-01-081-4/+4
* Issue 9183: Intern UTC timezone.Alexander Belopolsky2010-10-141-16/+23
* Fixed microsecond rounding in python version of utcfromtimestampAlexander Belopolsky2010-09-211-5/+10
* Make python version of fromtimestamp behave more like C.Alexander Belopolsky2010-07-261-9/+13
* Use _datetime docstring if _datetime is available.Alexander Belopolsky2010-07-231-0/+5
* Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-231-0/+2087