Code

- fix mailgw list of methods -- use getattr so that a derived class will
[roundup.git] / test / test_dates.py
2010-08-09 richardforce tests checking text output to work in the "C...
2009-02-23 stefanRobustify Date.set.
2009-02-06 stefansvn repository setup
2003-12-04 richard- fixed date arithmetic to not allow day-of-month ...
2003-11-19 jlgijsbers- Add tests for Interval.pretty().
2003-11-04 anthonybaxterDate - Date works again. Note that it only produces...
2003-11-03 anthonybaxtermore tests for date difference. Completely broken code...
2003-11-03 anthonybaxterDate arithmetic fixes. Date +/- Interval passes all...
2003-11-02 richardwoo, failing date arithmetic tests
2003-10-25 richard- using Zope3's test runner now, allowing GC checks...
2003-04-22 kedderextended date syntax to make range searches even more...
2003-04-21 keddergranularity based ranges
2003-03-19 richardmore lenient date input and addition Interval input...
2003-03-19 richardfixed detection of bad date specs (sf bug 691439)
2003-03-10 richardfix to sf bug 691071, really this time
2003-03-06 richardoops, Interval sorting ignored sign
2003-03-06 richardfixed Interval maths (sf bug 665357)
2003-02-24 keddertime should default to local midnight, not GMT
2003-01-12 richardreminder comments for where we need new tests
2002-12-09 richardfix Date.local()
2002-10-11 richardimplemented the missing Interval.__add__
2002-09-10 richardremoved Log
2002-07-14 richard . fixed the date module so that Date(". - 2d") works
2002-02-21 richardOops, there's 24 hours in a day, and subtraction of...
2002-02-21 richard . fixed some problems in date calculations (calendar...
2002-02-21 richard . Added popup help for classes using the classhelp...
2002-01-16 richard . lots of date/interval related changes:
2001-08-13 richardfixed a 2.1-ism
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-07-29 richardFixed bug in unit test ;)
2001-07-29 richardAdded vim command to all source so that we don't get...
2001-07-29 richardAdded Interval tests.
2001-07-27 richardmoving tests -> test