summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_datetime.py
Commit message (Expand)AuthorAgeFilesLines
...
* Got rid of the timetz type entirely. This was a bit trickier than ITim Peters2003-01-101-1/+1
* Utterly minimal changes to collapse datetimetz into datetime, and timetzTim Peters2003-01-081-68/+89
* A new implementation of astimezone() that does what we agreed on in allTim Peters2003-01-041-16/+33
* The tzinfo methods utcoffset() and dst() must return a timedelta objectTim Peters2003-01-021-32/+40
* astimezone() internals: if utcoffset() returns a duration, complain ifTim Peters2003-01-021-0/+17
* A quicker astimezone() implementation, rehabilitating an earlierTim Peters2003-01-011-0/+25
* The failure of the last-second addition to the timezone coversion test isTim Peters2003-01-011-4/+12
* A new, and much hairier, implementation of astimezone(), building onTim Peters2002-12-311-86/+86
* A step on the way to making tzinfo classes writable by mortals: get ridTim Peters2002-12-301-17/+38
* Added tests that conversion to our own timezone is always an identity,Tim Peters2002-12-301-0/+13
* Beefed up the timezone conversion test by adding a phony UTC zone that'sTim Peters2002-12-301-67/+81
* A start at non-trivial (== DST-aware) tests of timezone conversion.Tim Peters2002-12-291-0/+152
* Make comparison and subtraction of aware objects ignore tzinfo if theTim Peters2002-12-271-8/+86
* 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