Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-12-10 | Implement PartialOrd for dates and events | Ruben Pollan | 1 | -1/+1 | |
2018-12-10 | Use iterators and itertools to produce events | Ruben Pollan | 1 | -12/+8 | |
2018-11-27 | Implement Ord for events | Ruben Pollan | 1 | -1/+1 | |
2018-11-27 | Convert periodic into iterator | Ruben Pollan | 1 | -1/+5 | |
2018-08-28 | Get events from the list by date | Ruben Pollan | 1 | -2/+2 | |
2018-08-28 | Get a range of dates | Ruben Pollan | 1 | -8/+46 | |
2018-08-28 | Move date to its own module | Ruben Pollan | 1 | -1/+2 | |
2018-08-28 | Add support for intervals on periodic | Ruben Pollan | 1 | -2/+4 | |
2018-08-25 | Basic periodic events support | Ruben Pollan | 1 | -3/+37 | |
2018-04-29 | Add Events type | Ruben Pollan | 1 | -0/+56 | |