| Commit message (Expand) | Author | Age |
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 |
* | Change %c format specifier for PyArg_ParseTuple() so that it accepts | Walter Dörwald | 2007-06-20 |
* | Fix datetime and its test. | Guido van Rossum | 2007-05-23 |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 |
* | Hide list comp variables and support set comprehensions | Nick Coghlan | 2007-04-15 |
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 |
* | Fix the datetime comparison conundrum. | Guido van Rossum | 2006-08-24 |
* | Quite a few fixes to make the library and test suite more robust when | Guido van Rossum | 2006-08-17 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 |
* | similar to SF bug 847019: a quick check in the time() constructor, which | Armin Rigo | 2005-11-07 |
* | Use descriptors. | Guido van Rossum | 2005-01-16 |
* | Add strptime() constructor to datetime class. Thanks to Josh Spoerri for | Skip Montanaro | 2005-01-13 |
* | SF bug #1028306: date-datetime comparison | Tim Peters | 2004-09-16 |
* | Bug 975996: Add _PyTime_DoubleToTimet to C API | Tim Peters | 2004-06-20 |
* | SF 952807: Unpickling pickled instances of subclasses of datetime.date, | Tim Peters | 2004-06-07 |
* | SF bug 847019 datetime.datetime initialization needs more strict checking | Tim Peters | 2004-03-21 |
* | SF bug #761337: datetime.strftime fails on trivial format string | Raymond Hettinger | 2003-06-27 |
* | datetime.timedelta is now subclassable in Python. The new test shows | Tim Peters | 2003-05-17 |
* | datetime.datetime and datetime.time can now be subclassed in Python. Brr. | Tim Peters | 2003-05-17 |
* | test_subclass_date(): Beefed this up, to check that new instance | Tim Peters | 2003-05-17 |
* | The date class is now properly subclassable. (SF bug #720908) | Guido van Rossum | 2003-04-14 |
* | Whitespace normalization. | Tim Peters | 2003-02-19 |
* | The Python implementation of datetime was changed in ways that no longer | Tim Peters | 2003-02-08 |
* | Comparison for timedelta, time, date and datetime objects: __eq__ and | Tim Peters | 2003-02-07 |
* | Merge the test part of the below checkin to the sandbox and Zope3, so | Guido van Rossum | 2003-02-07 |
* | SF bug 680864: test_datetime fails for non-unix epoch | Tim Peters | 2003-02-06 |
* | Build pickler_choices list in a lazier way. | Tim Peters | 2003-02-05 |
* | cPickle now implements enough of protocol 2 to enable all | Guido van Rossum | 2003-02-03 |
* | There's no good reason for datetime objects to expose __getstate__() | Tim Peters | 2003-02-01 |
* | Changed the tests to stop using __setstate__(). __setstate__() no | Tim Peters | 2003-01-31 |
* | Change the approach to pickling to use __reduce__ everywhere. Most | Guido van Rossum | 2003-01-30 |
* | date and datetime comparison: when we don't know how to | Tim Peters | 2003-01-24 |
* | SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). | Tim Peters | 2003-01-23 |
* | Reimplemented datetime.now() to be useful. | Tim Peters | 2003-01-23 |
* | Bringing the code and test suite into line with doc and NEWS changes | Tim Peters | 2003-01-23 |
* | New rule for tzinfo subclasses handling both standard and daylight time: | Tim Peters | 2003-01-20 |
* | Got rid of the internal datetimetz type. | Tim Peters | 2003-01-11 |
* | Got rid of the timetz type entirely. This was a bit trickier than I | Tim Peters | 2003-01-10 |
* | Utterly minimal changes to collapse datetimetz into datetime, and timetz | Tim Peters | 2003-01-08 |
* | A new implementation of astimezone() that does what we agreed on in all | Tim Peters | 2003-01-04 |
* | The tzinfo methods utcoffset() and dst() must return a timedelta object | Tim Peters | 2003-01-02 |
* | astimezone() internals: if utcoffset() returns a duration, complain if | Tim Peters | 2003-01-02 |
* | A quicker astimezone() implementation, rehabilitating an earlier | Tim Peters | 2003-01-01 |
* | The failure of the last-second addition to the timezone coversion test is | Tim Peters | 2003-01-01 |
* | A new, and much hairier, implementation of astimezone(), building on | Tim Peters | 2002-12-31 |