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
/
date.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed incorrect DateTrigger run time with run_date=None and a non-local timezone
Alex Grönholm
2016-05-06
1
-1
/
+4
*
Implemented __getstate__ and __setstate__ for trigger classes (fixes #121)
Alex Grönholm
2016-04-03
1
-0
/
+18
*
Fixed inconsistencies with __slots__
Alex Grönholm
2016-01-07
1
-1
/
+1
*
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
-3
/
+2
*
Moved the trigger documentation to the API documentation
Alex Grönholm
2014-05-28
1
-6
/
+6
*
Added the end_date parameter to the cron and interval triggers
Alex Grönholm
2014-05-26
1
-4
/
+6
*
Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...
Alex Grönholm
2014-05-19
1
-7
/
+4
*
Harmonized docstrings and switched to PyCharm conventions in type references
Alex Grönholm
2014-04-18
1
-3
/
+2
*
Improved timezone support especially for the pytz module.
Curtis Vogt
2014-04-08
1
-3
/
+6
*
Made the timezone argument optional again where possible
Alex Grönholm
2014-04-06
1
-3
/
+5
*
Made all triggers inherit BaseTrigger, for consistency with schedulers and ex...
Alex Grönholm
2014-04-06
1
-1
/
+2
*
Changed the syntax for adding a new job
Alex Grönholm
2014-04-01
1
-4
/
+5
*
Added timezone awareness
Alex Grönholm
2013-07-27
1
-7
/
+9
*
Removed trigger specific methods from Scheduler, making the API more generic
Alex Grönholm
2013-06-29
1
-0
/
+22