aboutsummaryrefslogtreecommitdiff
path: root/dateutil/relativedelta.py
AgeCommit message (Expand)Author
2018-06-21Clarify the relativedelta documentationAndrew Bennett
2018-06-21Correct relativedelta doctestAndrew Bennett
2018-06-18Add signs to components of relativedelta in doctestNicholas Herriot
2018-04-15Reword explanation of relative deltaElliot Hughes
2018-04-15Explain effect of weekday(_, 1) on relativedeltaElliot Hughes
2017-12-07add document generation to tox, and trigger automatically at CI (also check l...Bernat Gabor
2017-12-06Fix float handling for years and months in relativedeltaLaszlo Kiss-Kollar
2017-10-09Add __abs__ to relativedeltaPaul Ganssle
2017-09-14simplify the weeks propertyAdrien Cossa
2017-09-14fix weeks property getter and add some testsAdrien Cossa
2017-06-02Make relativedelta and weekday hashableIgor
2017-05-05Fix all instances of flake8 E302Jon Dufresne
2017-04-17Fix all instances of flake8 E303Jon Dufresne
2017-04-17Fix all instances of flake8 E301Jon Dufresne
2017-04-17Use generator expressions to avoid creating an unnecessary list in memoryJon Dufresne
2017-04-17Clean up trailing white space in all filesJon Dufresne
2017-02-07fixes #346Pascal van Kooten
2016-11-06Moved 'weekday' into a _common.py module.Paul Ganssle
2016-10-06Fix some Python 3 issues flagged by the -3 flagRoy Williams
2016-07-24Allow datetime.timedelta to be added to relativedeltaAlec Reiter
2016-04-02Switch relativedelta operators to return NotImplemented instead of raising Ty...Paul Ganssle
2016-03-11Remove accidentally checked-in testing code.Paul Ganssle
2016-03-11Refactor relativedelta a bit, improve test coverage.Paul Ganssle
2016-02-24Implement explicit fractional/float support for relative components.Paul Ganssle
2015-11-01Refactor timezones, add import testsPaul Ganssle
2015-08-25relativedelta: Do not forget to compare microsecondsElvis Pranskevichus
2015-03-01Add test for weeks property in `relativedelta`Paul G
2015-03-01Add `weeks` property (gh issue #45)Paul G
2015-03-01Support inheritance in relativedelta (gh issue #44)Paul G
2015-02-26Implement relativedelta.__nonzero__ for python 2.x compatibilityNick Smith
2014-12-28Document absolute vs relative relativedeltaDavid Lehrian
2014-12-06fix relativedelta args checkingYaron de Leeuw
2014-11-29pep8 and style modificationsYaron de Leeuw
2014-11-29add more docsYaron de Leeuw
2014-11-27MAINT: organized the import statements.Yaron de Leeuw
2012-03-28Merge license fixesTomi Pieviläinen
2012-03-28Fix relativedelta arithmetics, bug #965881Tomi Pieviläinen
2012-03-03Metadata fixesTomi Pieviläinen
2012-02-19Fix relativedelta arithmeticsTomi Pieviläinen
2012-02-18Check for longs and ints in Python2.xTomi Pieviläinen
2012-02-18Merge new style classes branch, works now on 2.6-3.2Tomi Pieviläinen
2011-11-02Fix #885219 : Use new-style python classesgl@clarisys.fr
2011-11-02FIX #884317 : correct use of microsecond when talking about microsecondsgl@clarisys.fr
2011-03-24PSF License doesn't exist. This is Simplified BSD.Gustavo Niemeyer
2011-03-24Applying Python 3 support patch by Brian Jones.Gustavo Niemeyer
2010-03-30Preparing for 1.5.niemeyer
2010-03-30Adam Ryan reported a problem in the relativedelta implementation whichniemeyer
2007-11-20All code is now compatible with new-style division.niemeyer
2005-02-24Updating (c) information.niemeyer
2004-10-12Changed weekday to spell the not-set n value as None insteadniemeyer