summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdatetime.tex
Commit message (Expand)AuthorAgeFilesLines
* SF bug 1066438: datetime.replace method description errorTim Peters2004-11-151-7/+7
* lots of markup adjustmentsFred Drake2003-12-301-34/+43
* SF bug 799367: grammar errorRaymond Hettinger2003-09-061-1/+1
* Patch #792338: Correct documentation for timetuple return type.Martin v. Löwis2003-09-041-7/+7
* Zap the C API subsection altogether for now. It's not actually usable fromSkip Montanaro2003-07-161-58/+0
* expose the C API subsection which was hidden from LaTeX in a comment. InSkip Montanaro2003-07-161-22/+27
* Revert the previous change; this is now dealt with in a better way.Fred Drake2003-07-021-0/+54
* The datetime C API really isn't usable outside the datetime moduleFred Drake2003-07-021-54/+0
* Fix missing parenthesis.Raymond Hettinger2003-05-101-1/+1
* Comparison for timedelta, time, date and datetime objects: __eq__ andTim Peters2003-02-071-1/+19
* Markup fixes; in particular, the tables are now reasonable widthAndrew M. Kuchling2003-02-051-104/+117
* Author markup: Andrew got to it firstRaymond Hettinger2003-01-301-1/+0
* Fix markupNeal Norwitz2003-01-251-1/+1
* date and datetime comparison: when we don't know how toTim Peters2003-01-241-0/+16
* SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).Tim Peters2003-01-231-10/+19
* Reimplemented datetime.now() to be useful.Tim Peters2003-01-231-8/+14
* "Premature" doc changes, for new astimezone() rules, and the newTim Peters2003-01-221-53/+157
* SF bug 671779: Error in tzinfo.dst() docsTim Peters2003-01-211-2/+2
* New rule for tzinfo subclasses handling both standard and daylight time:Tim Peters2003-01-201-31/+37
* Various minor editsAndrew M. Kuchling2003-01-091-27/+30
* Markup fixAndrew M. Kuchling2003-01-091-0/+1
* Massive fiddling to reflect that datetimetz and timetz no longer exist.Tim Peters2003-01-091-556/+266
* Fix markup so this will format again.Fred Drake2003-01-061-1/+1
* datetime_from_timet_and_us(): ignore leap seconds if the platformTim Peters2003-01-041-20/+34
* A new implementation of astimezone() that does what we agreed on in allTim Peters2003-01-041-5/+49
* The tzinfo methods utcoffset() and dst() must return a timedelta objectTim Peters2003-01-021-14/+15
* astimezone() internals: if utcoffset() returns a duration, complain ifTim Peters2003-01-021-13/+19
* A quicker astimezone() implementation, rehabilitating an earlierTim Peters2003-01-011-6/+23
* - use classdesc where we can (for better indexing)Fred Drake2002-12-311-35/+42
* General style conformance. Markup some unmarked constructs.Fred Drake2002-12-311-449/+478
* Use funcdesc instead of classdesc to be consistent with out sections.Raymond Hettinger2002-12-311-4/+4
* Spelling fixRaymond Hettinger2002-12-311-1/+1
* Add markup for time object.Raymond Hettinger2002-12-311-22/+23
* Removed the now-untrue (or soon-to-be untrue) part of the astimezone()Tim Peters2002-12-311-10/+7
* Complete the markup for timedelta objects.Raymond Hettinger2002-12-311-36/+28
* Minor markup and spelling repair.Guido van Rossum2002-12-311-2/+3
* We're using strictly American spellings, so there's no diaresis overFred Drake2002-12-301-53/+56
* A step on the way to making tzinfo classes writable by mortals: get ridTim Peters2002-12-301-17/+37
* Clean up a table so it passes formatting.Fred Drake2002-12-301-12/+19
* Added the \var{} markup so the tables will look good.Raymond Hettinger2002-12-301-8/+9
* Added markup upto line 233.Raymond Hettinger2002-12-301-58/+57
* More markup additionsAndrew M. Kuchling2002-12-301-156/+264
* Mark up more textAndrew M. Kuchling2002-12-301-117/+148
* astimezone(): document that None is an OK argument.Tim Peters2002-12-271-4/+5
* 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