summaryrefslogtreecommitdiff
path: root/date.py
Commit message (Expand)AuthorAgeFilesLines
* [date] Fixed: wrong incrementation of month in date_range function (closes #1...Damien Garaud2013-10-311-1/+1
* ustrftime: ask the system for the encoding instead of trying to guessJulien Cristau2012-11-131-4/+2
* fix date.ustrftime for python3, closes #82161Sylvain Th?nault2012-08-291-22/+30
* date: shortcut to avoid recreating a datetime when not necessarySylvain Th?nault2011-04-261-0/+4
* new datetime/delta <-> seconds/days conversion functionSylvain Th?nault2011-04-081-0/+14
* [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-1/+14
* new functions to get UTC datetime / time (XXX nothing doing this standardly???)Sylvain Th?nault2011-03-111-0/+6
* 2to3: fix a lot of white space after commaEmile Anclin2010-11-151-35/+35
* remove spurious warning: we don't rely that much on mx datetime anymoreSylvain Th?nault2010-09-241-7/+1
* new ustrftime implementation working around datetime limitaion on dates < 1900Alexandre Fayolle2010-08-231-2/+19
* Fix nb_open_days() codomain: positive natural numbers are expectedJulien Jehannet2010-05-281-1/+4
* backport default into stableSylvain Th?nault2010-05-211-1/+1
|\
| * updated warning text to reflect the real name of unavailable methodAlexandre Fayolle2010-04-281-1/+1
* | cleanupSylvain Th?nault2010-05-111-1/+1
* | 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-3/+20
* update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-1/+1
* new totime functionSylvain Th?nault2010-03-081-0/+8
* fix name error introduced on backport from cwSylvain Th?nault2010-02-151-1/+1
* fix date_range implementation when using mx datetimeSylvain Th?nault2010-02-151-15/+16
* fix date_range(): broken use of argument incr + off-by-one mistakeNicolas Chauvat2010-02-111-2/+2
* bacport change set 4505:71ba2d0f34f2 from cw stable:Sylvain Th?nault2010-02-081-3/+3
* also backport cw date_range implementationSylvain Th?nault2010-02-051-12/+24
* add missing importSylvain Th?nault2010-02-051-2/+2
* backport datetime functions from c wSylvain Th?nault2010-02-051-6/+77
* [date] add missing importAdrien Di Mascio2009-05-281-1/+2
* lgc.date should now be usable with either mx or pydatetime objectsAdrien Di Mascio2009-05-251-83/+142
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-17/+7
* updated and fix testsAdrien Di Mascio2008-05-071-16/+14
* cant do end before startArthur Lutz2008-03-061-0/+1
* added counting of opendays between two datesArthur Lutz2008-03-061-1/+22
* little function that adds a number of days worked to a dateAdrien Di Mascio2008-01-311-1/+15
* date.py / unittest_date.py reorganizationAdrien Di Mascio2007-03-091-45/+53
* missing strptime importAdrien Di Mascio2006-11-021-1/+1
* define common.date.endOfMonth to make it easier to count monthsNicolas Chauvat2006-08-151-8/+4
* french holidaysAdrien Di Mascio2006-07-271-0/+41
* added common.date.date_rangeNicolas Chauvat2006-06-231-0/+38