| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix a bunch of spelling errors | Fred Drake | 2005-01-19 | 1 | -1/+1 |
|
|
| * | SF bug 799367: grammar error | Raymond Hettinger | 2003-09-06 | 1 | -1/+1 |
|
|
| * | Patch #792338: Correct documentation for timetuple return type. | Martin v. Löwis | 2003-09-04 | 1 | -7/+7 |
|
|
| * | Missing "if". | Raymond Hettinger | 2003-08-22 | 1 | -1/+1 |
|
|
| * | Zap the C API subsection altogether for now. It's not actually usable from | Skip Montanaro | 2003-07-16 | 1 | -58/+0 |
|
|
| * | expose the C API subsection which was hidden from LaTeX in a comment. In | Skip Montanaro | 2003-07-16 | 1 | -22/+27 |
|
|
| * | Revert the previous change; this is now dealt with in a better way. | Fred Drake | 2003-07-02 | 1 | -0/+54 |
|
|
| * | The datetime C API really isn't usable outside the datetime module | Fred Drake | 2003-07-02 | 1 | -54/+0 |
|
|
| * | Fix missing parenthesis. | Raymond Hettinger | 2003-05-10 | 1 | -1/+1 |
|
|
| * | Comparison for timedelta, time, date and datetime objects: __eq__ and | Tim Peters | 2003-02-07 | 1 | -1/+19 |
|
|
| * | Markup fixes; in particular, the tables are now reasonable width | Andrew M. Kuchling | 2003-02-05 | 1 | -104/+117 |
|
|
| * | Author markup: Andrew got to it first | Raymond Hettinger | 2003-01-30 | 1 | -1/+0 |
|
|
| * | Fix markup | Neal Norwitz | 2003-01-25 | 1 | -1/+1 |
|
|
| * | date and datetime comparison: when we don't know how to | Tim Peters | 2003-01-24 | 1 | -0/+16 |
|
|
| * | SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). | Tim Peters | 2003-01-23 | 1 | -10/+19 |
|
|
| * | Reimplemented datetime.now() to be useful. | Tim Peters | 2003-01-23 | 1 | -8/+14 |
|
|
| * | "Premature" doc changes, for new astimezone() rules, and the new | Tim Peters | 2003-01-22 | 1 | -53/+157 |
|
|
| * | SF bug 671779: Error in tzinfo.dst() docs | Tim Peters | 2003-01-21 | 1 | -2/+2 |
|
|
| * | New rule for tzinfo subclasses handling both standard and daylight time: | Tim Peters | 2003-01-20 | 1 | -31/+37 |
|
|
| * | Various minor edits | Andrew M. Kuchling | 2003-01-09 | 1 | -27/+30 |
|
|
| * | Markup fix | Andrew M. Kuchling | 2003-01-09 | 1 | -0/+1 |
|
|
| * | Massive fiddling to reflect that datetimetz and timetz no longer exist. | Tim Peters | 2003-01-09 | 1 | -556/+266 |
|
|
| * | Fix markup so this will format again. | Fred Drake | 2003-01-06 | 1 | -1/+1 |
|
|
| * | datetime_from_timet_and_us(): ignore leap seconds if the platform | Tim Peters | 2003-01-04 | 1 | -20/+34 |
|
|
| * | A new implementation of astimezone() that does what we agreed on in all | Tim Peters | 2003-01-04 | 1 | -5/+49 |
|
|
| * | The tzinfo methods utcoffset() and dst() must return a timedelta object | Tim Peters | 2003-01-02 | 1 | -14/+15 |
|
|
| * | astimezone() internals: if utcoffset() returns a duration, complain if | Tim Peters | 2003-01-02 | 1 | -13/+19 |
|
|
| * | A quicker astimezone() implementation, rehabilitating an earlier | Tim Peters | 2003-01-01 | 1 | -6/+23 |
|
|
| * | - use classdesc where we can (for better indexing) | Fred Drake | 2002-12-31 | 1 | -35/+42 |
|
|
| * | General style conformance. Markup some unmarked constructs. | Fred Drake | 2002-12-31 | 1 | -449/+478 |
|
|
| * | Use funcdesc instead of classdesc to be consistent with out sections. | Raymond Hettinger | 2002-12-31 | 1 | -4/+4 |
|
|
| * | Spelling fix | Raymond Hettinger | 2002-12-31 | 1 | -1/+1 |
|
|
| * | Add markup for time object. | Raymond Hettinger | 2002-12-31 | 1 | -22/+23 |
|
|
| * | Removed the now-untrue (or soon-to-be untrue) part of the astimezone() | Tim Peters | 2002-12-31 | 1 | -10/+7 |
|
|
| * | Complete the markup for timedelta objects. | Raymond Hettinger | 2002-12-31 | 1 | -36/+28 |
|
|
| * | Minor markup and spelling repair. | Guido van Rossum | 2002-12-31 | 1 | -2/+3 |
|
|
| * | We're using strictly American spellings, so there's no diaresis over | Fred Drake | 2002-12-30 | 1 | -53/+56 |
|
|
| * | A step on the way to making tzinfo classes writable by mortals: get rid | Tim Peters | 2002-12-30 | 1 | -17/+37 |
|
|
| * | Clean up a table so it passes formatting. | Fred Drake | 2002-12-30 | 1 | -12/+19 |
|
|
| * | Added the \var{} markup so the tables will look good. | Raymond Hettinger | 2002-12-30 | 1 | -8/+9 |
|
|
| * | Added markup upto line 233. | Raymond Hettinger | 2002-12-30 | 1 | -58/+57 |
|
|
| * | More markup additions | Andrew M. Kuchling | 2002-12-30 | 1 | -156/+264 |
|
|
| * | Mark up more text | Andrew M. Kuchling | 2002-12-30 | 1 | -117/+148 |
|
|
| * | astimezone(): document that None is an OK argument. | Tim Peters | 2002-12-27 | 1 | -4/+5 |
|
|
| * | Make comparison and subtraction of aware objects ignore tzinfo if the | Tim Peters | 2002-12-27 | 1 | -23/+29 |
|
|
| * | Implemented datetime.astimezone() and datetimetz.astimezone(). | Tim Peters | 2002-12-25 | 1 | -0/+22 |
|
|
| * | Removed blurb admonishing users to raise an exception if the datetime | Tim Peters | 2002-12-24 | 1 | -2/+1 |
|
|
| * | Added note about technical pickle limitation on tzinfo instances. | Tim Peters | 2002-12-24 | 1 | -1/+6 |
|
|
| * | tzinfo.{utcoffset,dst} can return timedelta (or integer or None). | Tim Peters | 2002-12-24 | 1 | -15/+21 |
|
|
| * | Implemented .replace() methods for date, datetime, datetimetz, time and | Tim Peters | 2002-12-24 | 1 | -1/+28 |
|
|