summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "merge from taichino""revert-14-revert-13-masterMathieu Le Marec - Pasquet2016-08-152-5/+14
|
* Merge pull request #14 from kiorky/revert-13-masterMathieu Le Marec - Pasquet2016-08-152-14/+5
|\ | | | | Revert "merge from taichino"
| * Revert "merge from taichino"revert-13-masterMathieu Le Marec - Pasquet2016-08-152-14/+5
|/
* Merge pull request #8 from wiggin15/patch-1Mathieu Le Marec - Pasquet2016-08-151-0/+2
|\ | | | | Update setup.py classifiers
| * Update setup.py classifierswiggin152016-01-111-0/+2
| | | | | | | | The changelog suggests croniter supports Python 3. The classifiers are used by PyPI to recognize Python 3 compatible packages (also by caniusepython3.com and developers).
* | Merge pull request #13 from taichino/masterMathieu Le Marec - Pasquet2016-08-152-5/+14
|\ \ | | | | | | merge from taichino
| * \ Merge pull request #65 from int3rlop3r/masterMathieu Le Marec - Pasquet2016-08-152-4/+13
| |\ \ | | | | | | | | Better handling of invalid expressions
| | * | Better handling of invalid expressionsJonathan2016-08-072-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Expressions such as negative values and invalid characters used to throw a KeyError with a not so helpful error message. In this change invalid expressions will throw a ValueError with a more helpful error message.
| * | | Merge pull request #64 from int3rlop3r/patch-1Mathieu Le Marec - Pasquet2016-08-151-1/+1
| |\ \ \ | | |/ / | |/| | Changed shebang
| | * | Changed shebangJonathan Fernandes2016-08-071-1/+1
| |/ / | | | | | | Changed shebang to use the right python version.
* | | Merge pull request #12 from taichino/masterMathieu Le Marec - Pasquet2016-08-022-1/+8
|\ \ \ | |/ / | | | merge
| * | Merge pull request #61 from josegonzalez/issue-34Mathieu Le Marec - Pasquet2016-08-022-1/+8
| |\ \ | | | | | | | | Fix error message when not able to find a previous date
| | * | Add testcase to prove that issue 34 is still not parseableJose Diaz-Gonzalez2016-07-271-0/+5
| | | |
| | * | Fix error message when not able to find a previous dateJose Diaz-Gonzalez2016-07-271-1/+3
| |/ / | | | | | | | | | Refs #34
| * | Merge pull request #56 from kiorky/masterMathieu Le Marec - Pasquet2016-03-103-13/+21
| |\ \ | |/ / |/| | backport
* | | Back to development: 0.3.13Mathieu Le Marec - Pasquet2016-03-102-1/+7
| | |
* | | Preparing release 0.3.120.3.12Mathieu Le Marec - Pasquet2016-03-102-2/+2
| | |
* | | changelogMathieu Le Marec - Pasquet2016-03-101-3/+1
| | |
* | | Merge pull request #11 from btubbs/masterMathieu Le Marec - Pasquet2016-03-101-11/+15
|\ \ \ | | | | | | | | support setting ret_type in __init__
| * | | support setting ret_type in __init__Brent Tubbs2016-02-241-11/+15
|/ / /
| * | Merge pull request #51 from kiorky/masterMathieu Le Marec - Pasquet2016-01-134-4/+59
| |\ \ | |/ / |/| | backport
* | | Back to development: 0.3.12Mathieu Le Marec - Pasquet2016-01-132-1/+7
| | |
* | | Preparing release 0.3.110.3.11Mathieu Le Marec - Pasquet2016-01-132-2/+2
| | |
* | | changelogMathieu Le Marec - Pasquet2016-01-131-2/+4
| | |
* | | Bug fix: The get_prev API crashed when last day of month token was used. ↵iddo2016-01-122-1/+48
| |/ |/| | | | | Some essential logic was missing.
| * Merge pull request #50 from kiorky/masterMathieu Le Marec - Pasquet2015-11-294-2/+26
| |\ | |/ |/| https://pypi.python.org/pypi/croniter/0.3.10
* | Back to development: 0.3.11Mathieu Le Marec - Pasquet2015-11-292-1/+7
| |
* | Preparing release 0.3.100.3.10Mathieu Le Marec - Pasquet2015-11-292-2/+2
| |
* | changelogMathieu Le Marec - Pasquet2015-11-291-2/+3
| |
* | The fuctionality of 'l' as day of month was brokne, since the month variable ↵iddoav/bug/last_day_of_month_is_not_correctiddo2015-11-232-0/+17
|/ | | | was not properly updated
* Back to development: 0.3.10Mathieu Le Marec - Pasquet2015-11-192-1/+7
|
* Preparing release 0.3.90.3.9Mathieu Le Marec - Pasquet2015-11-192-2/+2
|
* changelogMathieu Le Marec - Pasquet2015-11-191-2/+2
|
* Merge pull request #45 from petervtzand/support-datetime-python-2-6Mathieu Le Marec - Pasquet2015-11-192-2/+13
|\ | | | | Don't use datetime functions python 2.6 doesn't support
| * added python 2.6 comment so it won't be deletedPeter van 't Zand2015-11-191-2/+3
| |
| * the function should be a class method instead of instance method because it ↵Peter van 't Zand2015-07-151-1/+2
| | | | | | | | doesn't perform an action on the instance
| * created timedelta to seconds function because python2.6-datetime doesn't ↵Peter van 't Zand2015-07-152-2/+11
| | | | | | | | support .total_seconds()
* | Merge pull request #46 from kiorky/masterMathieu Le Marec - Pasquet2015-08-241-1/+1
|\ \ | |/ |/| Stable
| * Merge pull request #5 from Roderick-Jonsson/patch-1Mathieu Le Marec - Pasquet2015-08-241-1/+1
| |\ |/ / | | Update README.rst
| * Update README.rstRoderick-Jonsson2015-08-221-1/+1
|/
* changelogMathieu Le Marec - Pasquet2015-06-231-1/+1
|
* Back to development: 0.3.9Mathieu Le Marec - Pasquet2015-06-232-1/+7
|
* Preparing release 0.3.80.3.8Mathieu Le Marec - Pasquet2015-06-232-2/+2
|
* changelogMathieu Le Marec - Pasquet2015-06-231-2/+2
|
* Merge pull request #4 from coreywright/truncate_millisecondsMathieu Le Marec - Pasquet2015-06-231-1/+1
|\ | | | | Truncate microseconds by setting to 0
| * Truncate microseconds by setting to 0Corey Wright2015-06-131-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | To maintain backwards compatible behavior and comparability of time values returned by croniter, truncate microseconds from return value of get_(prev|next) by setting it to 0. Commit f7e14967 replaced `mktime(dst.timetuple())`, which truncates microseconds as timetuple() omits microseconds, with `self._datetime_to_timestamp(dst)` which maintains microseconds. This commit sets microseconds to 0, effectively truncating microseconds as was done previously. Always setting microseconds to 0 is inline with the maintained behavior of settings seconds to 0 when the cron format omits seconds (ie 5 column cron format) as the cron format always omits microseconds. Currently time values returned by croniter are not easily compared when the start time differs, if only in microseconds, because the start time's microseconds are maintained in the output of get_(prev|next). The start time commonly differs when the time value is communicated between application executions (eg in a database) or between different applications (eg over the network). So restoring the previous behavior not only restores backwards compatibility, but also restores the ability to compare croniter time values.
* Back to development: 0.3.8Mathieu Le Marec - Pasquet2015-06-012-1/+7
|
* Preparing release 0.3.70.3.7Mathieu Le Marec - Pasquet2015-06-012-2/+2
|
* changelogMathieu Le Marec - Pasquet2015-06-011-2/+2
|
* Merge pull request #41 from steffenschroeder/bug40Mathieu Le Marec - Pasquet2015-06-012-2/+13
|\ | | | | Fixed #40