- 14 Jan, 2022 4 commits
-
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
This relates #9
-
kiorky authored
Added DST example using only the builtin datetime module.
-
kiorky authored
Fix typos
-
- 06 Jan, 2022 1 commit
-
-
Mathijs Mortimer authored
-
- 05 Jan, 2022 1 commit
-
-
Daniel Hoherd authored
-
- 03 Dec, 2021 3 commits
-
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
This relates #6
-
- 25 Jun, 2021 7 commits
-
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
Fixes #170 #171
-
kiorky authored
fix missing encoding parameter in setup.py
-
- 22 Jun, 2021 1 commit
-
-
olivierdalang authored
-
- 06 May, 2021 6 commits
-
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
-
Pēteris Caune authored
-
Pēteris Caune authored
-
Pēteris Caune authored
-
- 22 Apr, 2021 2 commits
-
-
kiorky authored
Spelling.
-
Victor Shih authored
-
- 13 Apr, 2021 5 commits
-
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
rel #162
-
- 12 Apr, 2021 2 commits
-
-
Ryan Finnie authored
Closes: taichino/croniter#162
-
Ryan Finnie authored
C901 is normally not checked because max-complexity is not set, but if the user has max-complexity set in their user-wide .config/flake8, this will prevent false positives.
-
- 08 Apr, 2021 1 commit
-
-
Mathieu Le Marec - Pasquet authored
-
- 07 Apr, 2021 7 commits
-
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
-
Mathieu Le Marec - Pasquet authored
-
zed2015 authored
-
zed2015 authored
when crontab day only one day, but last month not has the day, example crontab expression: 0 6 30 3 *
-
Lowell Alleman authored
-
Lowell Alleman authored
- Remove _get_last_weekday_of_month and replaced it with _get_nth_weekday_of_month() and avoid making multiple calls to the calendar module when both '#' and 'L' syntax are used at the same time. - Updated unittests for get_last_weekday_of_month() to instead simply call _get_nth_weekday_of_month()[-1]. - Create unit test for new function. Note that _get_nth_weekday_of_month() is a good candidate for caching as repeated calls to calendar add up over time, especially when evaluating multiple cron expressions concurrently.
-