log roundup/date.py @ 2005:fc52d57c6c3e

age author description
Wed, 11 Feb 2004 23:55:10 +0000 Richard Jones documentation cleanup
Fri, 05 Dec 2003 03:28:38 +0000 Richard Jones Refactored CGI file serving so that FileClass contents are...
Thu, 04 Dec 2003 23:10:41 +0000 Richard Jones merge from HEAD maint-0.6
Thu, 04 Dec 2003 23:06:53 +0000 Richard Jones fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Wed, 19 Nov 2003 22:53:15 +0000 Johannes Gijsbers Add tests for Interval.pretty().
Tue, 04 Nov 2003 12:39:54 +0000 Anthony Baxter backport of Date arithmetic fixes from trunk maint-0.6
Tue, 04 Nov 2003 12:35:47 +0000 Anthony Baxter Date - Date works again.
Mon, 03 Nov 2003 10:23:06 +0000 Anthony Baxter Date arithmetic fixes.
Wed, 23 Apr 2003 11:48:51 +0000 Richard Jones [SF#724626] maint-0.5
Wed, 23 Apr 2003 11:48:51 +0000 Richard Jones [SF#724626]
Tue, 22 Apr 2003 20:53:55 +0000 Andrey Lebedev extended date syntax to make range searches even more useful
Mon, 21 Apr 2003 14:29:40 +0000 Andrey Lebedev granularity based ranges
Sat, 22 Mar 2003 22:43:21 +0000 Richard Jones fixed date unserialisation for *dbm backends
Wed, 19 Mar 2003 05:18:11 +0000 Richard Jones more lenient date input and addition Interval input support [SF#677764]
Wed, 19 Mar 2003 03:25:30 +0000 Richard Jones fixed detection of bad date specs [SF#691439]
Mon, 10 Mar 2003 20:32:53 +0000 Andrey Lebedev hope this will make Range class a little bit clearer
Mon, 10 Mar 2003 00:22:52 +0000 Richard Jones fix to [SF#691071], really this time
Sat, 08 Mar 2003 20:41:45 +0000 Andrey Lebedev added support for searching on ranges of dates
Thu, 06 Mar 2003 06:12:30 +0000 Richard Jones oops, Interval sorting ignored sign
Thu, 06 Mar 2003 04:37:51 +0000 Richard Jones backport Interval fix from HEAD maint-0.5
Thu, 06 Mar 2003 02:33:57 +0000 Richard Jones fixed Interval maths [SF#665357]
Sun, 23 Feb 2003 19:05:15 +0000 Andrey Lebedev If no hours info is provided to Date constructors...
Fri, 07 Feb 2003 02:33:34 +0000 Richard Jones make future intervals obvious too
Fri, 07 Feb 2003 01:01:25 +0000 Richard Jones add "ago" to intervals in the past [SF#679232]
Thu, 09 Jan 2003 22:59:22 +0000 Richard Jones [[Metadata associated with this commit was garbled during conversion from CVS maint-0.5
Wed, 18 Dec 2002 00:15:53 +0000 Richard Jones not fully backed-out
Mon, 16 Dec 2002 05:03:02 +0000 Richard Jones not quite right
Mon, 16 Dec 2002 04:39:36 +0000 Richard Jones always default time to 00:00:00
Mon, 09 Dec 2002 02:43:21 +0000 Richard Jones fix Date.local()
Sat, 12 Oct 2002 23:10:36 +0000 Richard Jones expose the Date.pretty method to templating
Fri, 11 Oct 2002 01:25:40 +0000 Richard Jones implemented the missing Interval.__add__
Thu, 10 Oct 2002 08:24:37 +0000 Richard Jones be able to parse b0rken Interval serialisation
Thu, 10 Oct 2002 07:18:03 +0000 Richard Jones fixed bug in Interval serialisation
Mon, 23 Sep 2002 12:09:29 +0000 Richard Jones reverting
Mon, 23 Sep 2002 07:27:23 +0000 Richard Jones bad RE
Mon, 23 Sep 2002 07:09:15 +0000 Richard Jones oops
Mon, 23 Sep 2002 06:48:35 +0000 Richard Jones Some speedups - both of the SQL backends can handle using only one cursor.
Tue, 10 Sep 2002 12:44:42 +0000 Richard Jones handled some XXXs
Tue, 10 Sep 2002 01:27:13 +0000 Richard Jones fixes to tests and Interval unmarshalling
Tue, 10 Sep 2002 00:19:55 +0000 Richard Jones removed Log
Fri, 23 Aug 2002 04:42:43 +0000 Richard Jones typ0
Wed, 21 Aug 2002 07:07:27 +0000 Richard Jones Preparing to turn back on link/unlink journal events.
Thu, 18 Jul 2002 23:07:08 +0000 Richard Jones Unit tests and a few fixes.
Sun, 14 Jul 2002 06:05:50 +0000 Richard Jones fixed the date module so that Date(". - 2d") works
Wed, 15 May 2002 06:32:46 +0000 Richard Jones reverting to dates for intervals > 2 months sucks
Thu, 21 Feb 2002 23:34:52 +0000 Richard Jones Oops, there's 24 hours in a day...
Thu, 21 Feb 2002 23:11:45 +0000 Richard Jones fixed some problems in date calculations
Wed, 06 Feb 2002 04:05:55 +0000 Richard Jones Brought the config branch up to date with HEAD config-0-4-0-branch
Wed, 23 Jan 2002 20:00:50 +0000 Jürgen Hermann %e is a UNIXism and not documented for Python
Wed, 16 Jan 2002 07:02:57 +0000 Richard Jones lots of date/interval related changes: more relaxed date format for input
Tue, 08 Jan 2002 11:56:24 +0000 Richard Jones missed an import _
Sat, 05 Jan 2002 02:27:00 +0000 Richard Jones I18N'ification
Thu, 22 Nov 2001 15:46:42 +0000 Jürgen Hermann Added module docstrings to all modules.
Tue, 18 Sep 2001 22:58:37 +0000 Richard Jones Added some more help to roundup-admin
Fri, 17 Aug 2001 03:08:11 +0000 Richard Jones fixed prettification of intervals of 1 week
Wed, 15 Aug 2001 23:43:18 +0000 Richard Jones Fixed some isFooTypes that I missed.
Tue, 07 Aug 2001 00:24:43 +0000 Richard Jones stupid typo
Tue, 07 Aug 2001 00:15:51 +0000 Richard Jones Added the copyright/license notice to (nearly) all files...
Sun, 05 Aug 2001 07:46:12 +0000 Richard Jones Changed date.Date to use regular string formatting instead of strftime.
Thu, 02 Aug 2001 00:27:04 +0000 Richard Jones Extended the range of intervals that are pretty-printed...

Roundup Issue Tracker: http://roundup-tracker.org/