summaryrefslogtreecommitdiff
path: root/src/croniter
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix travisdont-install-testsMathieu Le Marec - Pasquet2020-11-021-3/+6
* Review last changes and ensuite iterator can go up and downwardsMathieu Le Marec - Pasquet2020-10-112-51/+60
* Merge remote-tracking branch 'kintyre/issue145'Mathieu Le Marec - Pasquet2020-10-112-17/+104
|\
| * Cleanup exception class usage for consistencyLowell Alleman2020-09-301-3/+7
| * Avoid custom cron exception when gap specified during iterationLowell Alleman2020-09-302-6/+60
| * Support sparse cron events with new parameterLowell Alleman2020-09-302-12/+21
| * New unit tests illustrating issueLowell Alleman2020-09-301-0/+20
* | Handle L in rangesMathieu Le Marec - Pasquet2020-10-102-7/+51
|/
* Merge pull request #30 from Kintyre/feat-cronrangekiorky2020-06-193-1/+142
|\
| * Python 2.7 fixLowell Alleman2020-06-181-1/+2
| * Another unit test (passes as-is)Lowell Alleman2020-06-171-0/+14
| * Remove croniter_range() timezone safety checkLowell Alleman2020-06-172-20/+8
| * Simplify datetime type checkLowell Alleman2020-06-171-1/+2
| * croniter_range: Tweak internalsLowell Alleman2020-06-172-29/+28
| * croniter_range: Allow different ret_type/input typesLowell Alleman2020-06-172-29/+40
| * Add croniter_range(start,end,cron_expr) functionLowell Alleman2020-06-173-1/+128
* | Add cron expression optimizationsLowell Alleman2020-06-181-0/+13
* | Tests with redundant/inefficient cron expressionsLowell Alleman2020-06-181-0/+26
|/
* Merge pull request #29 from Kintyre/feat-dateutil-unittestskiorky2020-06-151-0/+8
|\
| * Make dateutil tz support more officialLowell Alleman2020-06-101-0/+8
* | Merge pull request #28 from Kintyre/fix-dst-unittestkiorky2020-06-151-1/+1
|\ \
| * | Minor unit test fixLowell Alleman2020-06-091-1/+1
| |/
* | feat: Support for day-or in matchdevs田口信元2020-06-082-2/+32
|/
* Fix sorting on py3Mathieu Le Marec - Pasquet2020-05-271-1/+2
* Fix styleMathieu Le Marec - Pasquet2020-05-271-11/+12
* Add more DST testsMathieu Le Marec - Pasquet2020-05-271-1/+55
* Test for #127Mathieu Le Marec - Pasquet2020-05-271-0/+5
* Add datetime/crontab match method.Mathieu Le Marec - Pasquet2020-05-272-0/+23
* Document more second repeats.Mathieu Le Marec - Pasquet2020-05-272-8/+29
* Changed lag_hours comparison to absolute to manage dst boundary when getting ...Sokkka2020-05-182-2/+23
* Fix get_next() when start_time less then 1s before next instantAlex Hill2020-01-022-19/+38
* Handle -Sun notationMathieu Le Marec - Pasquet2019-03-262-3/+73
* Handle invalid ranges correctlyMathieu Le Marec - Pasquet2019-03-262-1/+8
* (fix#107): microsecond thresholdMathieu Le Marec - Pasquet2018-06-202-0/+23
* fix `get_next` while perserving the fix of `get_prev` in 7661c2aaaAvikam Agur2018-05-222-1/+18