summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changeshashMathieu Le Marec - Pasquet2021-04-131-1/+4
* 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-125-10/+372
* flake8: ignore C901 (Function is too complex)Ryan Finnie2021-04-121-1/+1
* fixchangesMathieu Le Marec - Pasquet2021-04-081-1/+1
* Back to development: 1.0.12Mathieu Le Marec - Pasquet2021-04-072-1/+7
* Preparing release 1.0.111.0.11Mathieu Le Marec - Pasquet2021-04-072-2/+2
* changelogMathieu Le Marec - Pasquet2021-04-072-0/+4
* 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
* Minor docs tweakLowell Alleman2021-04-071-3/+4
* More consolidation of nth/last-wday functionalityLowell Alleman2021-04-072-32/+33
* Cleanup PR based on feedbackLowell Alleman2021-04-074-19/+49
* 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-263-1/+29
* Back to development: 1.0.11Mathieu Le Marec - Pasquet2021-03-252-1/+7
* Preparing release 1.0.101.0.10Mathieu Le Marec - Pasquet2021-03-252-2/+2
* remove extra commentMathieu Le Marec - Pasquet2021-03-251-1/+0
* Merge branch 'master' into feat-ext-lib-reductionLowell Alleman2021-03-244-6/+28
|\
| * Back to development: 1.0.10Mathieu Le Marec - Pasquet2021-03-232-1/+7
| * Preparing release 1.0.91.0.9Mathieu Le Marec - Pasquet2021-03-232-2/+2
| * remove futurefutureMathieu Le Marec - Pasquet2021-03-233-4/+20
* | Remove natsortLowell Alleman2021-03-234-5/+14
* | Fix spacing in bad_length expressionLowell Alleman2021-03-231-2/+2
|/
* Back to development: 1.0.9Mathieu Le Marec - Pasquet2021-03-062-1/+7
* Preparing release 1.0.81.0.8Mathieu Le Marec - Pasquet2021-03-062-2/+2
* changelogMathieu Le Marec - Pasquet2021-03-061-1/+3
* Update _expand to lowercase each component of the expressionPēteris Caune2021-03-062-5/+15
* github action changeMathieu Le Marec - Pasquet2021-03-061-1/+1
* mv to github actionsMathieu Le Marec - Pasquet2021-03-022-21/+26
* Back to development: 1.0.8Mathieu Le Marec - Pasquet2021-03-022-1/+7
* Preparing release 1.0.71.0.7Mathieu Le Marec - Pasquet2021-03-022-2/+2
* changelogMathieu Le Marec - Pasquet2021-03-021-2/+4
* 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