summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rework DST handlingdstMathieu Le Marec - Pasquet2020-11-022-58/+225
* Back to development: 0.3.37Mathieu Le Marec - Pasquet2020-11-022-1/+7
* Preparing release 0.3.360.3.36Mathieu Le Marec - Pasquet2020-11-022-2/+2
* fix travisdont-install-testsMathieu Le Marec - Pasquet2020-11-021-3/+6
* add @scop to authorsMathieu Le Marec - Pasquet2020-11-021-0/+1
* Don't install testsVille Skyttä2020-11-022-1/+4
* Merge pull request #36 from scop/travis-py38kiorky2020-11-011-0/+1
|\
| * Test with Python 3.8 on TravisVille Skyttä2020-10-241-0/+1
|/
* Merge pull request #35 from Kintyre/minor-docs2kiorky2020-10-162-31/+23
|\
| * Spell check CHANGESLowell Alleman2020-10-151-8/+8
| * add minor syntactic fixesAlessandro Braidotti2020-10-141-6/+6
| * Docs: fix typosLowell Alleman2020-10-141-7/+7
| * Update READMELowell Alleman2020-10-142-22/+14
|/
* Back to development: 0.3.36Mathieu Le Marec - Pasquet2020-10-112-1/+7
* Preparing release 0.3.350.3.35Mathieu Le Marec - Pasquet2020-10-112-2/+2
* Review last changes and ensuite iterator can go up and downwardsMathieu Le Marec - Pasquet2020-10-115-55/+66
* Merge remote-tracking branch 'kintyre/issue145'Mathieu Le Marec - Pasquet2020-10-114-20/+156
|\
| * DocsLowell Alleman2020-09-301-2/+5
| * Merge branch 'minor-docs' into issue145Lowell Alleman2020-09-302-3/+6
| |\
| | * Minor docs tweaksLowell Alleman2020-09-242-3/+6
| * | Docs and changelog updateLowell Alleman2020-09-302-0/+42
| * | 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
| |/
* | changelogMathieu Le Marec - Pasquet2020-10-101-1/+2
* | Handle L in rangesMathieu Le Marec - Pasquet2020-10-102-7/+51
|/
* Back to development: 0.3.35Mathieu Le Marec - Pasquet2020-06-192-1/+7
* Preparing release 0.3.340.3.34Mathieu Le Marec - Pasquet2020-06-192-2/+2
* changelogMathieu Le Marec - Pasquet2020-06-191-2/+4
* Merge pull request #30 from Kintyre/feat-cronrangekiorky2020-06-194-1/+154
|\
| * 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-172-2/+3
| * 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-174-1/+140
* | Merge pull request #31 from Kintyre/feat-poor-cron-optimizationkiorky2020-06-192-0/+39
|\ \ | |/ |/|
| * Add cron expression optimizationsLowell Alleman2020-06-181-0/+13
| * Tests with redundant/inefficient cron expressionsLowell Alleman2020-06-181-0/+26
|/
* Back to development: 0.3.34Mathieu Le Marec - Pasquet2020-06-152-1/+7
* Preparing release 0.3.330.3.33Mathieu Le Marec - Pasquet2020-06-152-2/+2
* changelogMathieu Le Marec - Pasquet2020-06-151-2/+4
* Merge pull request #29 from Kintyre/feat-dateutil-unittestskiorky2020-06-154-7/+30
|\
| * Gitignore for coverageLowell Alleman2020-06-101-0/+3
| * Trivial reStructuredText tweaksLowell Alleman2020-06-102-6/+6
| * Make dateutil tz support more officialLowell Alleman2020-06-102-1/+21
* | Merge pull request #28 from Kintyre/fix-dst-unittestkiorky2020-06-151-1/+1
|\ \
| * | Minor unit test fixLowell Alleman2020-06-091-1/+1
| |/