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
/
tests
/
test_triggers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added time zone to the output of CronTrigger and IntervalTrigger
Alex Grönholm
2016-04-02
1
-15
/
+25
*
Fixed off-by-1-hour bug in cron trigger while crossing the DST threshold (fix...
Alex Grönholm
2016-03-27
1
-12
/
+13
*
Improved the IntervalTrigger's dst change test
Alex Grönholm
2016-03-27
1
-5
/
+5
*
Improved PEP 8 and PEP 257 compliancy
Alex Grönholm
2015-12-11
1
-31
/
+41
*
add some CronTrigger tests
liuchao12
2015-11-26
1
-0
/
+15
*
Fixed start date getting set too far in the future in IntervalTrigger (fixes ...
Alex Grönholm
2014-10-20
1
-0
/
+5
*
Added unit tests for the BaseScheduler class
Alex Grönholm
2014-06-15
1
-2
/
+3
*
Changed the trigger API to allow it to work with run times in the past
Alex Grönholm
2014-05-31
1
-77
/
+68
*
Added the end_date parameter to the cron and interval triggers
Alex Grönholm
2014-05-26
1
-4
/
+21
*
Fixed DST crossover handling in the Cron trigger
Alex Grönholm
2014-05-26
1
-6
/
+6
*
Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...
Alex Grönholm
2014-05-19
1
-84
/
+86
*
Fixed extraction of timezone from start_date
Alex Grönholm
2014-04-13
1
-0
/
+5
*
Improved timezone support especially for the pytz module.
Curtis Vogt
2014-04-08
1
-1
/
+73
*
Made the timezone argument optional again where possible
Alex Grönholm
2014-04-06
1
-26
/
+24
*
Test cleanups and test suite configuration improvements
Alex Grönholm
2014-04-06
1
-94
/
+92
*
Changed the syntax for adding a new job
Alex Grönholm
2014-04-01
1
-25
/
+24
*
PEP-8 fixes and testing improvements
Alex Grönholm
2014-01-20
1
-1
/
+1
*
Migrated from nose to py.test
Alex Grönholm
2014-01-20
1
-0
/
+202