Code

- put all methods for parsing a message into a list and call all in a
[roundup.git] / roundup / date.py
2011-03-21 schlatterbeck- Optimisation: Late evaluation of Multilinks (only...
2010-11-05 stefanSimplify and fix interval comparison.
2010-11-04 stefanSimplify and fix interval comparison.
2010-09-29 schlatterbeck- add comment to clarify semantics if pytz is installed
2009-02-23 stefanRobustify Date.set.
2009-02-06 stefansvn repository setup
2004-04-13 richardstop Interval from displaying an empty string (sf bug...
2004-04-06 richardimplement differenceDate ;)
2004-04-06 richardadd more doc to date.py
2004-03-24 richardFix some tests.
2004-03-24 richardMySQL migration of old backend database to new, typed...
2004-03-22 richardImplemented proper datatypes in mysql and postgresql...
2004-02-11 richarddocumentation cleanup
2003-12-05 richardRefactored CGI file serving so that FileClass contents...
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 anthonybaxterDate arithmetic fixes. Date +/- Interval passes all...
2003-04-23 richardsf bug 724626
2003-04-22 kedderextended date syntax to make range searches even more...
2003-04-21 keddergranularity based ranges
2003-03-22 richardfixed date unserialisation for *dbm backends
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 kedderhope this will make Range class a little bit clearer
2003-03-10 richardfix to sf bug 691071, really this time
2003-03-08 kedderadded support for searching on ranges of dates
2003-03-06 richardoops, Interval sorting ignored sign
2003-03-06 richardfixed Interval maths (sf bug 665357)
2003-02-23 kedderIf no hours info is provided to Date constructors it...
2003-02-07 richardmake future intervals obvious too
2003-02-07 richardadd "ago" to intervals in the past (sf bug 679232)
2002-12-18 richardnot fully backed-out
2002-12-16 richardnot quite right
2002-12-16 richardalways default time to 00:00:00
2002-12-09 richardfix Date.local()
2002-10-12 richardexpose the Date.pretty method to templating
2002-10-11 richardimplemented the missing Interval.__add__
2002-10-10 richardbe able to parse b0rken Interval serialisation
2002-10-10 richardfixed bug in Interval serialisation
2002-09-23 richardreverting
2002-09-23 richardbad RE
2002-09-23 richardoops
2002-09-23 richardSome speedups - both of the SQL backends can handle...
2002-09-10 richardhandled some XXXs
2002-09-10 richardfixes to tests and Interval unmarshalling
2002-09-10 richardremoved Log
2002-08-23 richardtyp0
2002-08-21 richardIn preparing to turn back on link/unlink journal events...
2002-07-18 richardUnit tests and a few fixes.
2002-07-14 richard . fixed the date module so that Date(". - 2d") works
2002-05-15 richard . reverting to dates for intervals > 2 months sucks
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-01-23 jhermann%e is a UNIXism and not documented for Python
2002-01-16 richard . lots of date/interval related changes:
2002-01-08 richardmissed an import _
2002-01-05 richardI18N'ification
2001-11-22 jhermannAdded module docstrings to all modules.
2001-09-18 richardAdded some more help to roundu-admin
2001-08-17 richardfixed prettification of intervals of 1 week
2001-08-15 richardFixed some isFooTypes that I missed.
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-08-05 richardChanged date.Date to use regular string formatting...
2001-08-02 richardExtended the range of intervals that are pretty-printed...
2001-07-31 richardFixed the 2.1-specific gmtime() (no arg) call in roundu...
2001-07-29 richardAdded vim command to all source so that we don't get...
2001-07-25 richardFixed offset handling (shoulda read the spec a little...
2001-07-23 richardStoring only marshallable data in the db - no nasty...
2001-07-22 richardFinal commit of Grande Splite
2001-07-22 richardMore Grande Splite