index
:
delta/python-packages/apscheduler.git
2.1
3.0
3.x
cron-dst-fix
jitterfix
master
pre-commit-ci-update-config
upgrade-tzlocal
github.com: agronholm/apscheduler.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apscheduler
/
triggers
/
cron
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed CronTrigger with jitter producing fire times beyond end_date
Alex Grönholm
2018-01-03
1
-3
/
+2
*
Allow multiple spaces in crontab format (#260)
Luc Tielen
2017-12-13
1
-1
/
+1
*
Allow spaces around commas in CronTrigger fields
Alex Grönholm
2017-12-12
1
-6
/
+4
*
Don't display empty jitter in the repr() of cron/interval triggers
Alex Grönholm
2017-12-12
1
-3
/
+8
*
Added support for creating cron triggers from crontab expressions
Alex Grönholm
2017-12-12
1
-0
/
+20
*
Added support for named months
Alex Grönholm
2017-12-12
3
-3
/
+39
*
Added better validation for cron trigger expressions
Alex Grönholm
2017-12-11
2
-4
/
+37
*
Implement random jitter option for CronTrigger and IntervalTrigger (#258)
Gilbert Gilb's
2017-12-10
1
-9
/
+17
*
Fixed the maximum value for CronTrigger's "year" field
Alex Grönholm
2017-11-26
1
-1
/
+1
*
Fixed passing start_time and/or end_time to CronTrigger and IntervalTrigger a...
Alex Grönholm
2016-11-05
1
-2
/
+2
*
Fixed CronTrigger's range expression allowing values outside of the range
Alex Grönholm
2016-08-02
1
-15
/
+12
*
Fixed positional weekday position expressions failing on Python 3
Alex Grönholm
2016-08-01
1
-1
/
+1
*
Fixed endless loop with CronTrigger on computers with low clock resolution
Alex Grönholm
2016-06-13
1
-0
/
+2
*
Implemented __getstate__ and __setstate__ for trigger classes (fixes #121)
Alex Grönholm
2016-04-03
1
-0
/
+24
*
Added pickling tests for triggers
Alex Grönholm
2016-04-03
2
-0
/
+14
*
Added time zone to the output of CronTrigger and IntervalTrigger
Alex Grönholm
2016-04-02
1
-1
/
+2
*
Fixed off-by-1-hour bug in cron trigger while crossing the DST threshold (fix...
Alex Grönholm
2016-03-27
1
-2
/
+1
*
Improved PEP 8 and PEP 257 compliancy
Alex Grönholm
2015-12-11
3
-28
/
+31
*
Fixed infinite loop in the cron trigger if an expression only contained value...
Alex Grönholm
2015-12-09
1
-1
/
+1
*
add some CronTrigger tests
liuchao12
2015-11-26
1
-1
/
+1
*
fix CronTrigger.get_next_fire_time() bug: calculate start_date problem
liuchao12
2015-11-25
1
-2
/
+2
*
Added __slots__ to the trigger classes
Alex Grönholm
2014-06-13
1
-0
/
+2
*
Changed the trigger API to allow it to work with run times in the past
Alex Grönholm
2014-05-31
1
-5
/
+7
*
Moved the trigger documentation to the API documentation
Alex Grönholm
2014-05-28
1
-15
/
+19
*
Added the end_date parameter to the cron and interval triggers
Alex Grönholm
2014-05-26
1
-4
/
+18
*
Fixed DST crossover handling in the Cron trigger
Alex Grönholm
2014-05-26
1
-2
/
+4
*
Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...
Alex Grönholm
2014-05-19
1
-19
/
+10
*
Harmonized docstrings and switched to PyCharm conventions in type references
Alex Grönholm
2014-04-18
1
-10
/
+9
*
Use flake8 instead of the pep8 tool to uncover a broader variety of problems
Alex Grönholm
2014-04-18
2
-2
/
+4
*
Minor code cleanups
Alex Grönholm
2014-04-14
1
-5
/
+5
*
Fixed extraction of timezone from start_date
Alex Grönholm
2014-04-13
1
-1
/
+1
*
Improved timezone support especially for the pytz module.
Curtis Vogt
2014-04-08
1
-5
/
+15
*
Made the timezone argument optional again where possible
Alex Grönholm
2014-04-06
1
-4
/
+5
*
Made all triggers inherit BaseTrigger, for consistency with schedulers and ex...
Alex Grönholm
2014-04-06
1
-2
/
+3
*
Changed the syntax for adding a new job
Alex Grönholm
2014-04-01
1
-5
/
+6
*
Got rid of apscheduler's own py3k compatibility functions in favor of "six"
Alex Grönholm
2013-07-27
1
-1
/
+3
*
Added timezone awareness
Alex Grönholm
2013-07-27
1
-8
/
+11
*
Removed trigger specific methods from Scheduler, making the API more generic
Alex Grönholm
2013-06-29
1
-11
/
+17
*
Changed line length limit from 79 characters to 120 and reformatted the code ...
Alex Grönholm
2013-03-03
3
-51
/
+34
*
Fixed PEP 8 issues
Alex Grönholm
2012-09-04
2
-7
/
+7
*
Fixed tests and LastDayOfMonthExpression representation
rcaselli
2012-03-02
1
-1
/
+4
*
Modified 'L' to 'last' in LastDayOfMonthExpression and added tests
rcaselli
2012-03-02
1
-3
/
+3
*
Added 'L' option support for DayOfMonthField of CronTrigger
rcaselli
2012-02-17
2
-2
/
+16
*
Integrate with None checking loop, change error and add test
Christy O'Reilly
2011-11-16
1
-6
/
+3
*
Error on invalid fields
Christy O'Reilly
2011-11-15
1
-0
/
+5
*
Fixed omitted cron fields getting wrong default values
Alex Grönholm
2011-05-30
1
-2
/
+9
*
Changed defaults for omitted fields to be more intuitive
Alex Grönholm
2011-05-15
2
-6
/
+19
*
Fixed zero valued fields in cron trigger specification
agronholm
2011-04-16
1
-1
/
+1
*
Roll back a minor change that caused failures on py2.4, 2.5 and pypy
agronholm
2011-04-09
1
-1
/
+1
*
Minor PEP 8 fixes
agronholm
2011-03-19
2
-1
/
+3
[next]