summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Complete agateblue work to fix #12 & changelogMathieu Le Marec - Pasquet2022-02-182-3/+3
* Fix #12: set set_current() force argument default to True for backward compat...Agate2022-02-181-1/+1
* See #12: test case to reproduce issueAgate2022-02-181-1/+8
* restore compat with py2Mathieu Le Marec - Pasquet2022-02-151-1/+1
* Add a way to make next() easier to use.Mathieu Le Marec - Pasquet2022-02-152-11/+20
* Be stricter on day=0Mathieu Le Marec - Pasquet2022-01-142-36/+38
* Fix typosDaniel Hoherd2022-01-053-5/+5
* Be stricter on month=0Mathieu Le Marec - Pasquet2021-12-032-12/+21
* Better type checksMathieu Le Marec - Pasquet2021-06-253-4/+27
* Fix "Bad expression" message construction to use str.formatPēteris Caune2021-05-061-2/+2
* Improve the exception messagePēteris Caune2021-05-061-6/+7
* Fix ZeroDivisionError with "* * R/0 * *"Pēteris Caune2021-05-062-2/+12
* Make expanders use an utility patternMathieu Le Marec - Pasquet2021-04-131-70/+89
* Review #49Mathieu Le Marec - Pasquet2021-04-132-12/+16
* Add support for hashed/random/keyword expressionsRyan Finnie2021-04-124-10/+317
* add ut to base case 0 6 30 3 *zed20152021-04-072-4/+15
* fix bug: bad case:0 6 30 3 *zed20152021-04-071-1/+3
* More consolidation of nth/last-wday functionalityLowell Alleman2021-04-072-32/+33
* Cleanup PR based on feedbackLowell Alleman2021-04-072-18/+36
* Removed some unintentional deltasLowell Alleman2021-04-072-7/+4
* New CroniterUnsupportedSyntaxError exceptionLowell Alleman2021-04-073-15/+26
* Collapsed last day support into nth day mechanismLowell Alleman2021-04-072-90/+65
* Working L/non-L detection; updated unittestsLowell Alleman2021-04-072-37/+89
* Updated unit testsLowell Alleman2021-04-071-7/+50
* Integrate parsing logic into _expand()Lowell Alleman2021-04-071-37/+35
* Integrate core logic into _calc()Lowell Alleman2021-04-072-38/+100
* RefactoringLowell Alleman2021-04-072-47/+46
* Support last day of the month syntaxLowell Alleman2021-04-072-2/+123
* Fix (my own) spelling mistakes in unittestsLowell Alleman2021-04-062-4/+4
* Split croniter_range() tests into separate fileLowell Alleman2021-04-062-1348/+3
* Restore test_croniter.py file nameLowell Alleman2021-04-061-0/+0
* Move unitest fileLowell Alleman2021-04-061-0/+1350
* Move unitest fileLowell Alleman2021-04-061-0/+0
* Rename croniter argument to croniter_range() functionLowell Alleman2021-03-262-5/+6
* Enable croniter_range() to use derived classLowell Alleman2021-03-262-1/+27
* remove extra commentMathieu Le Marec - Pasquet2021-03-251-1/+0
* Merge branch 'master' into feat-ext-lib-reductionLowell Alleman2021-03-241-2/+18
|\
| * remove futurefutureMathieu Le Marec - Pasquet2021-03-231-2/+18
* | Remove natsortLowell Alleman2021-03-232-2/+9
* | Fix spacing in bad_length expressionLowell Alleman2021-03-231-2/+2
|/
* Update _expand to lowercase each component of the expressionPēteris Caune2021-03-062-5/+15
* Merge remote-tracking branch 'cuu508/reject_empty_step'Mathieu Le Marec - Pasquet2021-03-022-3/+8
|\
| * Fix _expand to reject expressions with an empty stepPēteris Caune2021-02-262-3/+8
* | Fix _expand to reject int literals with underscoresPēteris Caune2021-03-022-3/+3
* | Remove a debug statement to make flake8 happyPēteris Caune2021-02-261-1/+0
|/
* Fix combination of star and invalid expression bugsMathieu Le Marec - Pasquet2021-02-012-6/+27
* Security fix: fix overflow when using cron rangesMathieu Le Marec - Pasquet2021-01-292-1/+12
* Fix #155: raise CroniterBadCronError when error syntaxMathieu Le Marec - Pasquet2021-01-292-1/+17
* spellingMathieu Le Marec - Pasquet2021-01-291-1/+1
* Fix match when datetime has microsecondsMathieu Le Marec - Pasquet2021-01-192-1/+8