summaryrefslogtreecommitdiff
path: root/test/unittest_date.py
Commit message (Expand)AuthorAgeFilesLines
* silent unittest2 warningsSylvain Th?nault2012-08-291-2/+2
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
* [dates] provide a somewhat reasonable workaround for ticks2datetime where yea...Adrien Di Mascio2011-03-281-2/+9
* 2to3: fix a lot of white space after commaEmile Anclin2010-11-151-10/+10
* [unittest2] make standard import under py3.x (skip unittest2 support from here)Julien Jehannet2010-09-221-14/+14
* new ustrftime implementation working around datetime limitaion on dates < 1900Alexandre Fayolle2010-08-231-1/+5
* Fix nb_open_days() codomain: positive natural numbers are expectedJulien Jehannet2010-05-281-0/+4
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...Sylvain Th?nault2010-04-281-1/+1
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-0/+17
* fix date_range(): broken use of argument incr + off-by-one mistakeNicolas Chauvat2010-02-111-0/+3
* test fixeslogilab-common-version-0.44.0Sylvain Th?nault2009-08-071-2/+2
* [cleanup] delete-trailing-whitespacesAdrien Di Mascio2009-07-271-1/+1
* remove duplicate test methodGraziella Toutoungis2009-06-101-14/+2
* lgc.date should now be usable with either mx or pydatetime objectsAdrien Di Mascio2009-05-251-66/+81
* fix test date when mx unavailablepierre-yves david2008-06-281-1/+2
* updated and fix testsAdrien Di Mascio2008-05-071-24/+79
* cant do end before startArthur Lutz2008-03-061-0/+1
* more testsArthur Lutz2008-03-061-1/+4
* added counting of opendays between two datesArthur Lutz2008-03-061-3/+16
* little function that adds a number of days worked to a dateAdrien Di Mascio2008-01-311-2/+16
* date.py / unittest_date.py reorganizationAdrien Di Mascio2007-03-091-6/+7
* skip tests if mx.DateTime is not installedNicolas Chauvat2007-01-061-1/+8
* define common.date.endOfMonth to make it easier to count monthsNicolas Chauvat2006-08-151-5/+3
* added common.date.date_rangeNicolas Chauvat2006-06-231-0/+34