summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdatetime.tex
Commit message (Expand)AuthorAgeFilesLines
...
* Make comparison and subtraction of aware objects ignore tzinfo if theTim Peters2002-12-271-23/+29
* Implemented datetime.astimezone() and datetimetz.astimezone().Tim Peters2002-12-251-0/+22
* Removed blurb admonishing users to raise an exception if the datetimeTim Peters2002-12-241-2/+1
* Added note about technical pickle limitation on tzinfo instances.Tim Peters2002-12-241-1/+6
* tzinfo.{utcoffset,dst} can return timedelta (or integer or None).Tim Peters2002-12-241-15/+21
* Implemented .replace() methods for date, datetime, datetimetz, time andTim Peters2002-12-241-1/+28
* Brought the strftime explanation into synch with the plain-text sandboxTim Peters2002-12-231-45/+56
* Lots of markup changes. This is still pretty sad, but passes LaTeXFred Drake2002-12-231-483/+558
* Check in current, unfinished, draft of datetime docsAndrew M. Kuchling2002-12-181-0/+1139