| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix merge issueHEADmaster | Mathieu Le Marec - Pasquet | 2023-04-12 | 1 | -10/+0 |
| * | Merge pull request #39 from sg3-141-592/adding-range-begin-end-check | kiorky | 2023-04-12 | 1 | -0/+10 |
| |\ | |||||
| | * | Adding check for range begin end | sg3-141-592 | 2023-04-12 | 1 | -0/+10 |
| * | | Lint | Mathieu Le Marec - Pasquet | 2023-04-12 | 1 | -1/+1 |
| * | | Adding check for range begin end | sg3-141-592 | 2023-04-12 | 1 | -0/+10 |
| |/ | |||||
| * | Better error handling | Mathieu Le Marec - Pasquet | 2023-04-07 | 1 | -0/+4 |
| * | Fix DOW hash parsing | Mathieu Le Marec - Pasquet | 2023-04-07 | 1 | -0/+62 |
| * | fix tests | Mathieu Le Marec - Pasquet | 2022-09-06 | 2 | -23/+22 |
| * | Add test | Shachar Snapiri | 2022-07-05 | 1 | -0/+14 |
| * | Again restore compat with py27 | Mathieu Le Marec - Pasquet | 2022-02-18 | 1 | -2/+3 |
| * | Again restore compat with py27 | Mathieu Le Marec - Pasquet | 2022-02-18 | 1 | -2/+3 |
| * | Complete agateblue work to fix #12 & changelog | Mathieu Le Marec - Pasquet | 2022-02-18 | 1 | -1/+1 |
| * | See #12: test case to reproduce issue | Agate | 2022-02-18 | 1 | -1/+8 |
| * | restore compat with py2 | Mathieu Le Marec - Pasquet | 2022-02-15 | 1 | -1/+1 |
| * | Add a way to make next() easier to use. | Mathieu Le Marec - Pasquet | 2022-02-15 | 1 | -0/+8 |
| * | Be stricter on day=0 | Mathieu Le Marec - Pasquet | 2022-01-14 | 1 | -34/+36 |
| * | Fix typos | Daniel Hoherd | 2022-01-05 | 2 | -2/+2 |
| * | Be stricter on month=0 | Mathieu Le Marec - Pasquet | 2021-12-03 | 1 | -11/+14 |
| * | Better type checks | Mathieu Le Marec - Pasquet | 2021-06-25 | 1 | -1/+13 |
| * | Fix ZeroDivisionError with "* * R/0 * *" | Pēteris Caune | 2021-05-06 | 1 | -1/+6 |
| * | Review #49 | Mathieu Le Marec - Pasquet | 2021-04-13 | 1 | -0/+2 |
| * | Add support for hashed/random/keyword expressions | Ryan Finnie | 2021-04-12 | 3 | -2/+211 |
| * | add ut to base case 0 6 30 3 * | zed2015 | 2021-04-07 | 1 | -1/+11 |
| * | More consolidation of nth/last-wday functionality | Lowell Alleman | 2021-04-07 | 1 | -10/+22 |
| * | Cleanup PR based on feedback | Lowell Alleman | 2021-04-07 | 1 | -0/+12 |
| * | Removed some unintentional deltas | Lowell Alleman | 2021-04-07 | 1 | -6/+1 |
| * | New CroniterUnsupportedSyntaxError exception | Lowell Alleman | 2021-04-07 | 1 | -7/+6 |
| * | Collapsed last day support into nth day mechanism | Lowell Alleman | 2021-04-07 | 1 | -8/+31 |
| * | Working L/non-L detection; updated unittests | Lowell Alleman | 2021-04-07 | 1 | -28/+75 |
| * | Updated unit tests | Lowell Alleman | 2021-04-07 | 1 | -7/+50 |
| * | Integrate core logic into _calc() | Lowell Alleman | 2021-04-07 | 1 | -1/+60 |
| * | Refactoring | Lowell Alleman | 2021-04-07 | 1 | -17/+16 |
| * | Support last day of the month syntax | Lowell Alleman | 2021-04-07 | 1 | -0/+42 |
| * | Fix (my own) spelling mistakes in unittests | Lowell Alleman | 2021-04-06 | 2 | -4/+4 |
| * | Split croniter_range() tests into separate file | Lowell Alleman | 2021-04-06 | 2 | -1348/+3 |
| * | Restore test_croniter.py file name | Lowell Alleman | 2021-04-06 | 1 | -0/+0 |
| * | Move unitest file | Lowell Alleman | 2021-04-06 | 1 | -0/+1350 |
| * | Move unitest file | Lowell Alleman | 2021-04-06 | 1 | -0/+0 |
| * | Rename croniter argument to croniter_range() function | Lowell Alleman | 2021-03-26 | 1 | -2/+2 |
| * | Enable croniter_range() to use derived class | Lowell Alleman | 2021-03-26 | 1 | -0/+25 |
| * | Remove natsort | Lowell Alleman | 2021-03-23 | 1 | -0/+7 |
| * | Update _expand to lowercase each component of the expression | Pēteris Caune | 2021-03-06 | 1 | -2/+10 |
| * | Merge remote-tracking branch 'cuu508/reject_empty_step' | Mathieu Le Marec - Pasquet | 2021-03-02 | 1 | -0/+1 |
| |\ | |||||
| | * | Fix _expand to reject expressions with an empty step | Pēteris Caune | 2021-02-26 | 1 | -0/+1 |
| * | | Fix _expand to reject int literals with underscores | Pēteris Caune | 2021-03-02 | 1 | -0/+1 |
| |/ | |||||
| * | Fix combination of star and invalid expression bugs | Mathieu Le Marec - Pasquet | 2021-02-01 | 1 | -0/+8 |
| * | Security fix: fix overflow when using cron ranges | Mathieu Le Marec - Pasquet | 2021-01-29 | 1 | -0/+4 |
| * | Fix #155: raise CroniterBadCronError when error syntax | Mathieu Le Marec - Pasquet | 2021-01-29 | 1 | -0/+1 |
| * | spelling | Mathieu Le Marec - Pasquet | 2021-01-29 | 1 | -1/+1 |
| * | Fix match when datetime has microseconds | Mathieu Le Marec - Pasquet | 2021-01-19 | 1 | -0/+5 |
