Commit Graph

  • 53a9ed4266 added ipartola and yuzawa-san to contributors Matsumoto Taichi 2013-03-04 22:29:08 -0500
  • a7f11357ec - added timezone support - added test case for timezone Matsumoto Taichi 2013-03-04 22:24:52 -0500
  • acc137671e - Fixed bug: https://github.com/taichino/croniter/issues/20 - Added test case for the case above Matsumoto Taichi 2013-03-04 22:06:17 -0500
  • bcfc503310 Merge branch 'master' of https://github.com/yuzawa-san/croniter into spike_yuzawa-san Matsumoto Taichi 2013-03-04 17:15:48 -0500
  • ff142916ab added test case for range expression Matsumoto Taichi 2013-03-04 16:18:05 -0500
  • aebfa447b7 fixed range generator James Yuzawa 2013-01-29 22:56:31 -0500
  • 8685ea8b2c Patched things for Python 3 support. Igor Partola 2012-12-19 09:58:28 -0500
  • 8a5623a53c Back to development: 0.3.4 Mathieu Le Marec - Pasquet 2012-09-29 18:21:15 +0200
  • 1ba6dea96a Preparing release 0.3.3 0.3.3 Mathieu Le Marec - Pasquet 2012-09-29 18:21:05 +0200
  • f984a87b93 proper packaging Mathieu Le Marec - Pasquet 2012-09-29 17:33:14 +0200
  • f6b7b17bdd updated version to 0.3.2 :P Matsumoto Taichi 2012-09-25 23:26:55 -0400
  • 58cd3cec24 added get_current method Matsumoto Taichi 2012-09-25 23:26:05 -0400
  • 9f3ce1af03 update version to 0.3.1 Matsumoto Taichi 2012-09-25 23:11:04 -0400
  • 563595eefd Applied patch by kiorky Matsumoto Taichi 2012-09-25 23:09:15 -0400
  • ed09c3e330 added chris-baynes to CONTRIBUTERS Matsumoto Taichi 2012-09-25 23:00:42 -0400
  • 04db26cca0 Fix calculation of previous cron date. Chris Baynes 2012-05-13 20:52:34 +0200
  • df57e1b291 fix python3 and python2.7 runtime errors kev 2012-05-03 20:34:24 -0500
  • ea46a70199 build on python3 kev 2012-05-03 20:09:55 -0500
  • 83f63812b0 updated version to 0.3.0. Matsumoto Taichi 2012-04-06 23:43:14 +0900
  • 9542790d84 added README Matsumoto Taichi 2012-04-06 23:37:52 +0900
  • 8f874d0ca2 added LICENSE and CONTRIBUTORS. Thank you to all who have contributed to this project! Matsumoto Taichi 2012-04-06 22:44:33 +0900
  • ed4d424895 Merge remote-tracking branch 'jimmydo/prev-day' Matsumoto Taichi 2012-04-06 22:37:49 +0900
  • 288fdc6f9a added test case for bugfix @pselle reported Matsumoto Taichi 2012-04-06 13:36:57 +0900
  • fd335e9343 added test case for second Matsumoto Taichi 2012-04-06 13:28:35 +0900
  • 15e3e2c6ea Merge remote-tracking branch 'GreatCombinator/patch-1' Matsumoto Taichi 2012-04-06 13:24:59 +0900
  • d7ce6b280e Merge pull request #10 from djmitche/pyflakes Matsumoto Taichi 2012-04-05 21:16:47 -0700
  • 707e4ce2c8 Fix `get_prev()` when crossing into previous month Jimmy Do 2012-04-02 16:28:12 -0400
  • 8af30bc0b1 Update croniter/croniter.py GreatCombinator 2012-03-28 11:37:25 +0300
  • 6469f28a7d update the correct variable (not a shadowed variable from the parent function) Dustin J. Mitchell 2012-03-12 16:09:54 -0700
  • aa5766d5af remove unused variables Dustin J. Mitchell 2012-03-12 16:09:17 -0700
  • aa89db2d82 eliminate duplicate test name Dustin J. Mitchell 2012-03-12 16:29:24 -0700
  • 4703f91820 remove unused import Dustin J. Mitchell 2012-03-12 16:08:59 -0700
  • f81eafaf5f update version to 0.2.7 Matsumoto Taichi 2012-02-25 03:26:26 +0900
  • 0be53790de added test case for https://github.com/taichino/croniter/issues/8 Matsumoto Taichi 2012-02-25 03:25:16 +0900
  • 7259467f98 fix: https://github.com/taichino/croniter/issues/8 Matsumoto Taichi 2012-02-25 03:23:52 +0900
  • 6a1e832656 update version to 0.2.6 松本 太一 2011-10-30 06:02:39 +0900
  • dc08fbdf34 fixed following bug. can't calclate previous date with week day condition 松本 太一 2011-10-30 06:01:31 +0900
  • 6421bfb58f Merge pull request #6 from jlsandell/master Matsumoto Taichi 2011-10-29 03:29:20 -0700
  • ca1e7ee524 formatted closer to PEP8, also added some optimizations. Jeremy Sandell 2011-05-19 20:49:05 -0400
  • bc1ae13bce added vim swap files to ignore file Jeremy Sandell 2011-05-19 20:46:25 -0400
  • 8854f0a881 add test code about isoweekday 松本 太一 2011-01-28 00:08:26 +0900
  • 6bcae2edc3 update version to 0.2.5 松本 太一 2011-01-28 00:04:38 +0900
  • e558b61246 bug fix. now we can treat isoweek. (mon:1 => sun:7. and 0 is also treated as sunday) 松本 太一 2011-01-28 00:03:38 +0900
  • 315c6ebeb1 update version to 0.2.3 松本 太一 2011-01-27 02:04:55 +0900
  • 66811fb895 modified weekday number; [old] mon:0 => sun:6 [new] sun:0 => sat:6 松本 太一 2011-01-27 02:02:16 +0900
  • 35bd56e631 update version to 0.2.1 松本 太一 2011-01-27 00:10:40 +0900
  • 15ea62b089 proper packaging kiorky 2011-01-25 17:52:50 +0100
  • a20d1be59d Implemented get_prev method, and update version to 0.2.0. 松本 太一 2010-08-25 17:09:39 +0900
  • 41583fcfc7 update version to 0.1.6 松本 太一 2010-08-10 07:13:41 +0900
  • 86ab05333f modify explanation of this module in __init__.py taichino 2010-01-27 13:35:52 +0900
  • 5f26f88bfd unless second option is activated, second is set 0 in every iteration taichino 2010-01-25 05:46:30 +0900
  • 456aa30d2f modify weekday treatment taichino 2010-01-25 05:23:37 +0900
  • 0d12ede4a9 first commit taichino 2010-01-25 04:40:25 +0900