summaryrefslogtreecommitdiff
path: root/src/croniter
Commit message (Expand)AuthorAgeFilesLines
* fix merge issueHEADmasterMathieu Le Marec - Pasquet2023-04-122-14/+0
* Merge pull request #39 from sg3-141-592/adding-range-begin-end-checkkiorky2023-04-122-0/+14
|\
| * Adding check for range begin endsg3-141-5922023-04-122-0/+14
* | lintMathieu Le Marec - Pasquet2023-04-121-1/+1
* | LintMathieu Le Marec - Pasquet2023-04-122-2/+2
* | Adding check for range begin endsg3-141-5922023-04-122-0/+14
* | restore py2 compatMathieu Le Marec - Pasquet2023-04-121-2/+4
|/
* Do not expose `i` into global namespaceNikita Sobolev2023-04-091-0/+1
* Better error handlingMathieu Le Marec - Pasquet2023-04-072-2/+8
* Fix DOW hash parsingMathieu Le Marec - Pasquet2023-04-072-17/+88
* fix testsMathieu Le Marec - Pasquet2022-09-062-23/+22
* Add testShachar Snapiri2022-07-051-0/+14
* Fix croniter_range infinite loopShachar Snapiri2022-06-231-2/+6
* Again restore compat with py27Mathieu Le Marec - Pasquet2022-02-183-8/+18
* Again restore compat with py27Mathieu Le Marec - Pasquet2022-02-181-2/+3
* 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