summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing release 0.3.50.3.5Mathieu Le Marec - Pasquet2014-08-011-1/+1
* lint, changelogMathieu Le Marec - Pasquet2014-08-013-4/+7
* Merge pull request #33 from kiorky/masterMathieu Le Marec - Pasquet2014-08-011-2/+6
|\
| * Merge pull request #1 from dark-light-cz/masterMathieu Le Marec - Pasquet2014-08-011-2/+6
| |\ |/ /
| * make code pep8 compliantVáclav Pokluda2014-08-011-3/+4
| * added feature to support last day of month (using char 'L')Václav Pokluda2014-08-011-2/+5
|/
* Back to development: 0.3.5Mathieu Le Marec - Pasquet2014-01-302-1/+7
* Preparing release 0.3.40.3.4Mathieu Le Marec - Pasquet2014-01-302-2/+2
* changelogMathieu Le Marec - Pasquet2014-01-301-1/+2
* fix testsMathieu Le Marec - Pasquet2014-01-296-21/+27
* change repoMathieu Le Marec - Pasquet2014-01-292-2/+2
* travis py3 buildMathieu Le Marec - Pasquet2014-01-291-1/+1
* travis py3 buildMathieu Le Marec - Pasquet2014-01-291-1/+3
* travis py3 buildMathieu Le Marec - Pasquet2014-01-292-1/+7
* badgeMathieu Le Marec - Pasquet2014-01-291-1/+6
* switch over nose for testsMathieu Le Marec - Pasquet2014-01-291-0/+1
* switch over nose for testsMathieu Le Marec - Pasquet2014-01-296-135/+25
* buildout2Mathieu Le Marec - Pasquet2014-01-292-173/+64
* style & pep8Mathieu Le Marec - Pasquet2014-01-299-104/+138
* Merge remote-tracking branch 'gh3/patch-1'Mathieu Le Marec - Pasquet2014-01-291-0/+16
|\
| * Update croniter.pyMarcin Wojnarski2013-09-041-0/+16
* | Merge remote-tracking branch 'gh2/master'Mathieu Le Marec - Pasquet2014-01-293-49/+76
|\ \
| * | fix python3 and python2.7 runtime errorskev2012-05-034-9/+13
| * | build on python3kev2012-05-034-4/+8
* | | Merge remote-tracking branch 'gh1/master'Mathieu Le Marec - Pasquet2014-01-2910-116/+398
|\ \ \
| * | | removed useless for loop, now empty from previous bugfixJames Yuzawa2013-03-131-2/+1
| * | | fixed UnboundLocalError in proc_secondJames Yuzawa2013-03-131-1/+1
| * | | added test for seconds repeatingJames Yuzawa2013-03-131-2/+27
| | |/ | |/|
| * | added ipartola and yuzawa-san to contributorsMatsumoto Taichi2013-03-041-0/+2
| * | - added timezone supportMatsumoto Taichi2013-03-042-0/+16
| * | - Fixed bug: https://github.com/taichino/croniter/issues/20Matsumoto Taichi2013-03-042-15/+42
| * | Merge branch 'master' of https://github.com/yuzawa-san/croniter into spike_yu...Matsumoto Taichi2013-03-042-8/+10
| |\ \
| | * | fixed range generatorJames Yuzawa2013-01-291-3/+2
| * | | added test case for range expressionMatsumoto Taichi2013-03-041-0/+14
| * | | Patched things for Python 3 support.Igor Partola2012-12-195-12/+20
| |/ /
* | | Back to development: 0.3.4Mathieu Le Marec - Pasquet2012-09-292-1/+7
* | | Preparing release 0.3.30.3.3Mathieu Le Marec - Pasquet2012-09-292-3/+3
* | | proper packagingMathieu Le Marec - Pasquet2012-09-2922-394/+800
|/ /
* | updated version to 0.3.2 :PMatsumoto Taichi2012-09-251-1/+1
* | added get_current methodMatsumoto Taichi2012-09-252-0/+16
* | update version to 0.3.1Matsumoto Taichi2012-09-251-1/+1
* | Applied patch by kiorkyMatsumoto Taichi2012-09-251-8/+8
* | added chris-baynes to CONTRIBUTERSMatsumoto Taichi2012-09-251-0/+1
* | Fix calculation of previous cron date.Chris Baynes2012-05-132-7/+47
|/
* updated version to 0.3.0.Matsumoto Taichi2012-04-062-2/+2
* added READMEMatsumoto Taichi2012-04-062-1/+9
* added LICENSE and CONTRIBUTORS.Matsumoto Taichi2012-04-062-0/+18
* Merge remote-tracking branch 'jimmydo/prev-day'Matsumoto Taichi2012-04-062-2/+18
|\
| * Fix `get_prev()` when crossing into previous monthJimmy Do2012-04-022-2/+18
* | added test case for bugfix @pselle reportedMatsumoto Taichi2012-04-061-0/+25