summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_datetime.py
Commit message (Expand)AuthorAgeFilesLines
...
* Added tests to ensure that timetz comparison, and datetimetzTim Peters2002-12-261-9/+67
* Implemented datetime.astimezone() and datetimetz.astimezone().Tim Peters2002-12-251-0/+53
* Whitespace normalization.Tim Peters2002-12-241-1/+1
* Implemented .replace() methods for date, datetime, datetimetz, time andTim Peters2002-12-241-0/+150
* I give up: unless I write my own strftime by hand, datetime just can'tTim Peters2002-12-221-0/+6
* Implemented a Wiki suggestion:Tim Peters2002-12-221-71/+118
* Added test to ensure that non-string result from dst() raises TypeError.Tim Peters2002-12-211-0/+6
* Changes sufficient so that pickles written by the Python implementationTim Peters2002-12-211-9/+15
* format_utcoffset(): The natural type of the buflen arg is size_t, soTim Peters2002-12-201-9/+16
* Made this a little more compatible w/ the sandbox version, which isTim Peters2002-12-161-2/+2
* datetime escapes the sandbox. The Windows build is all set. I leave itTim Peters2002-12-161-0/+2128