summaryrefslogtreecommitdiff
path: root/src/croniter/croniter.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #60 from josegonzalez/issue-57Mathieu Le Marec - Pasquet2016-11-011-1/+8
|\
| * Implement step cron with a variable baseJose Diaz-Gonzalez2016-08-151-1/+8
* | Merge pull request #63 from josegonzalez/issue-25Mathieu Le Marec - Pasquet2016-11-011-0/+4
|\ \
| * | Update error messageJose Diaz-Gonzalez2016-10-271-1/+1
| * | Raise ValueError on negative numbersJose Diaz-Gonzalez2016-08-151-0/+4
| |/
* | Compare types using `issubclass` instead of exact matchLeonid Evdokimov2016-10-131-3/+3
|/
* Better handling of invalid expressionsJonathan2016-08-071-3/+10
* Fix error message when not able to find a previous dateJose Diaz-Gonzalez2016-07-271-1/+3
* support setting ret_type in __init__Brent Tubbs2016-02-241-11/+15
* Bug fix: The get_prev API crashed when last day of month token was used. Some...iddo2016-01-121-1/+5
* The fuctionality of 'l' as day of month was brokne, since the month variable ...iddoav/bug/last_day_of_month_is_not_correctiddo2015-11-231-0/+1
* added python 2.6 comment so it won't be deletedPeter van 't Zand2015-11-191-2/+3
* the function should be a class method instead of instance method because it d...Peter van 't Zand2015-07-151-1/+2
* created timedelta to seconds function because python2.6-datetime doesn't supp...Peter van 't Zand2015-07-151-1/+10
* Truncate microseconds by setting to 0Corey Wright2015-06-131-1/+1
* Fixed #40Steffen Schröder2015-05-301-2/+2
* Merge remote-tracking branch 'origin/master'Mathieu Le Marec - Pasquet2015-05-291-2/+5
|\
| * lint, changelogMathieu Le Marec - Pasquet2014-08-011-2/+5
* | Fix default behavior when no start_time givenSviatoslav Abakumov2015-05-291-1/+4
* | Fix timezone support and stop depending on the system time zone.Damien Tournoud2015-05-291-8/+27
|/
* make code pep8 compliantVáclav Pokluda2014-08-011-3/+4
* added feature to support last day of month (using char 'L')Václav Pokluda2014-08-011-2/+5
* fix testsMathieu Le Marec - Pasquet2014-01-291-10/+10
* style & pep8Mathieu Le Marec - Pasquet2014-01-291-22/+29
* Merge remote-tracking branch 'gh3/patch-1'Mathieu Le Marec - Pasquet2014-01-291-0/+16
* Merge remote-tracking branch 'gh2/master'Mathieu Le Marec - Pasquet2014-01-291-47/+74
* Merge remote-tracking branch 'gh1/master'Mathieu Le Marec - Pasquet2014-01-291-21/+23
* proper packagingMathieu Le Marec - Pasquet2012-09-291-0/+318