log test/test_dates.py @ 8285:2bf0c4e7795e

age author description
Sat, 18 Jan 2025 12:23:23 -0500 John Rouillard fix: issue2551390 - Replace text input/calendar popup with native date input
Thu, 20 Jul 2023 20:08:28 -0400 Marcus Preisch fix(i18n): issue2551184 - improve i18n handling
Mon, 02 May 2022 13:46:58 +0200 Ralf Schlatterbeck Make i18n tests work
Mon, 06 Sep 2021 13:18:53 -0400 John Rouillard Force test of a locale
Sun, 18 Apr 2021 17:39:44 -0400 John Rouillard Fix issue2551128 - Impossible to validate a user with unknown timezone
Mon, 10 Jun 2019 21:20:14 -0400 John Rouillard replace assertEquals with assertEqual.
Tue, 24 Jul 2018 21:43:32 +0000 Joseph Myers Python 3 preparation: numeric literal syntax.
Tue, 28 Jun 2016 15:39:38 +1000 John Kristensen Improved work-around for pytest markers bug
Mon, 27 Jun 2016 14:03:32 +1000 John Kristensen Fix work-around for pytest markers bug
Mon, 07 Sep 2015 23:24:33 +1000 John Kristensen Work-around for pytest.mark.skipif() bug
Fri, 21 Aug 2015 13:08:02 +1000 John Kristensen Remove unneeded TestSuite code from tests
Thu, 20 Aug 2015 18:15:23 +1000 John Kristensen Replace existing run_tests.py script with a pytest script
Thu, 17 Jan 2013 09:08:50 +0300 anatoly techtonik nested_scopes are here since Python 2.2
Wed, 16 Nov 2011 09:51:38 -0500 Eric S. Raymond Remove keyword expansions from CVS. All regression tests passed afterwards.
Mon, 09 Aug 2010 04:43:50 +0000 Richard Jones force tests checking text output to work in the "C" locale
Mon, 23 Feb 2009 19:24:57 +0000 Stefan Seefeld Robustify Date.set.
Fri, 07 Mar 2008 01:11:55 +0000 Richard Jones xml-rpc security checks and tests across all backends [SF#1907211]
Sun, 23 Dec 2007 00:23:23 +0000 Richard Jones Fix granularity stuff so it handles wrapping a lot better.
Fri, 21 Dec 2007 11:21:09 +0000 Richard Jones New tests for range searching by specifying just a month.
Thu, 20 Dec 2007 01:01:49 +0000 Richard Jones add some Range testing, all of which currently fails
Mon, 12 Mar 2007 17:53:38 +0000 Ralf Schlatterbeck remove some try:/import statements caught by alexander smishlajev
Fri, 09 Mar 2007 10:25:10 +0000 Ralf Schlatterbeck Fix arbitrary limit on dates.
Sat, 06 May 2006 17:21:34 +0000 Alexander Smishlajev test timezones (based on patch [SF#1465296])
Fri, 03 Mar 2006 02:02:50 +0000 Richard Jones date spec wasn't allowing week intervals
Fri, 13 Jan 2006 01:29:48 +0000 Richard Jones merge from HEAD maint-0.8
Fri, 13 Jan 2006 00:22:17 +0000 Richard Jones tighten up Date parsing to not allow 'M/D/YY' (or 'D/M/YY) [SF#1290550]
Fri, 25 Feb 2005 17:24:53 +0000 Alexander Smishlajev test invalid tuple handling maint-0.8
Fri, 25 Feb 2005 17:18:46 +0000 Alexander Smishlajev test invalid tuple handling
Mon, 29 Nov 2004 14:34:10 +0000 Alexander Smishlajev oops! error in recently added test
Mon, 29 Nov 2004 14:30:55 +0000 Alexander Smishlajev Interval.from_seconds() produces a buggy output with float argument
Wed, 29 Sep 2004 07:31:32 +0000 Richard Jones merge from HEAD maint-0.7
Wed, 29 Sep 2004 07:27:09 +0000 Richard Jones handle Py2.3+ datetime objects as Date specs [SF#971300]
Sun, 18 Apr 2004 05:31:03 +0000 Richard Jones store Intervals as two columns (and other fixes
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:33:23 +0000 Anthony Baxter more tests for date difference. Completely broken code right now.
Mon, 03 Nov 2003 10:23:06 +0000 Anthony Baxter Date arithmetic fixes.
Sun, 02 Nov 2003 09:27:50 +0000 Richard Jones woo, failing date arithmetic tests
Sat, 25 Oct 2003 22:53:26 +0000 Richard Jones Backend improvements.
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
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 00:22:52 +0000 Richard Jones fix to [SF#691071], really this time
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]
Mon, 24 Feb 2003 15:38:51 +0000 Andrey Lebedev time should default to local midnight, not GMT
Sun, 12 Jan 2003 00:43:43 +0000 Richard Jones reminder comments for where we need new tests
Thu, 09 Jan 2003 22:59:22 +0000 Richard Jones [[Metadata associated with this commit was garbled during conversion from CVS maint-0.5
Mon, 09 Dec 2002 02:43:21 +0000 Richard Jones fix Date.local()
Fri, 11 Oct 2002 01:25:40 +0000 Richard Jones implemented the missing Interval.__add__
Tue, 10 Sep 2002 00:19:55 +0000 Richard Jones removed Log
Sun, 14 Jul 2002 06:05:50 +0000 Richard Jones fixed the date module so that Date(". - 2d") works
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
Thu, 21 Feb 2002 06:57:39 +0000 Richard Jones Added popup help for classes using the classhelp html template function.
Wed, 06 Feb 2002 04:05:55 +0000 Richard Jones Brought the config branch up to date with HEAD config-0-4-0-branch

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