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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgraded syntax and switched linting over to pre-commit.ci
Alex Grönholm
2022-01-02
3
-176
/
+35
*
Merged the version history from the 3.x branch
Alex Grönholm
2021-10-25
1
-0
/
+9
*
Removed obsolete FAQ section about sharing job stores
Alex Grönholm
2021-03-28
1
-22
/
+1
*
Reformatted the version history
Alex Grönholm
2021-02-26
1
-360
/
+199
*
Implemented data store sharing and proper async support
Alex Grönholm
2021-02-24
1
-0
/
+4
*
Updated the version history from the 3.x branch
Alex Grönholm
2021-01-23
1
-1
/
+44
*
Fixed a typo (#482)
Tim Gates
2021-01-10
1
-1
/
+1
*
Refactored the triggers
Alex Grönholm
2020-05-23
2
-23
/
+8
*
Fixed changelog screwups due to the v4.0 rebase operation
Alex Grönholm
2019-07-19
1
-3
/
+7
*
Added the CalendarIntervalTrigger
Alex Grönholm
2019-07-19
2
-0
/
+66
*
Dropped support for Python < 3.5
Alex Grönholm
2019-07-19
1
-0
/
+2
*
Removed the Qt scheduler
Alex Grönholm
2019-07-19
2
-28
/
+1
*
Updated the changelog
v3.6.1
Alex Grönholm
2019-07-19
1
-0
/
+9
*
Fixed wrong method name in documentation (#374)
Xingang Zhang
2019-06-06
1
-1
/
+1
*
Added the release version
v3.6.0
Alex Grönholm
2019-03-18
1
-2
/
+2
*
Adapted RethinkDBJobStore to rethinkdb library v2.4+
Alex Grönholm
2019-03-18
1
-0
/
+1
*
Added a FAQ entry about serialization related ValueErrors
Alex Grönholm
2019-02-03
1
-0
/
+30
*
Added note in changelog about PR #347
Alex Grönholm
2018-12-05
1
-1
/
+1
*
Adapted RedisJobStore to use the redis 3.0+ library
Alex Grönholm
2018-12-05
1
-0
/
+6
*
Added the API reference to the side bar (#345)
Nikita Melentev
2018-11-29
3
-7
/
+4
*
Fixed class methods being mistaken for instance methods
v3.5.3
Alex Grönholm
2018-08-14
1
-0
/
+2
*
Fixed callable name detection for methods in old style classes
Alex Grönholm
2018-08-14
1
-0
/
+6
*
Raise RuntimeError if starting the scheduler under uWSGI without threads
v3.5.2
Alex Grönholm
2018-08-10
1
-0
/
+2
*
Added the FAQ to the docs
Alex Grönholm
2018-08-10
4
-0
/
+102
*
Fixed scheduling of bound methods on persistent job stores
Alex Grönholm
2018-08-10
1
-0
/
+8
*
Removed outdated Python 3 gevent remark (#316)
Ruben Diaz
2018-06-01
1
-3
/
+0
*
Fixed missing :class: in a reference in the user guide (#298)
nwalsh1995
2018-03-24
1
-1
/
+1
*
Fix typo (#278)
Alfredos-Panagiotis Damkalis
2018-01-24
1
-1
/
+1
*
Added support for UTC offsets in datetime parsing
Alex Grönholm
2018-01-16
1
-0
/
+3
*
Fixed erroneous changelog entry about month names in ``CronTrigger``
Alex Grönholm
2018-01-16
1
-1
/
+1
*
Fixed CronTrigger with jitter producing fire times beyond end_date
Alex Grönholm
2018-01-03
1
-0
/
+3
*
Fixed OverflowError on Windows when wait_seconds was too large
Alex Grönholm
2018-01-03
1
-0
/
+6
*
Added combining triggers (AndTrigger + OrTrigger)
Alex Grönholm
2017-12-19
4
-2
/
+43
*
Added a troubleshooting section
Alex Grönholm
2017-12-19
1
-0
/
+16
*
Cancel all pending futures on AsyncIOExecutor shutdown
Alex Grönholm
2017-12-13
1
-0
/
+2
*
Fixed passing "wait" as keyword argument to AsyncIOScheduler.shutdown()
Alex Grönholm
2017-12-13
1
-0
/
+2
*
Allow spaces around commas in CronTrigger fields
Alex Grönholm
2017-12-12
1
-0
/
+2
*
Added support for creating cron triggers from crontab expressions
Alex Grönholm
2017-12-12
2
-0
/
+5
*
Added support for named months
Alex Grönholm
2017-12-12
2
-0
/
+5
*
Added better validation for cron trigger expressions
Alex Grönholm
2017-12-11
1
-0
/
+2
*
Added version history entry for PR #258
Alex Grönholm
2017-12-10
1
-0
/
+2
*
Implement random jitter option for CronTrigger and IntervalTrigger (#258)
Gilbert Gilb's
2017-12-10
2
-0
/
+16
*
Fixed memory leak when scheduled jobs raise exceptions
Alex Grönholm
2017-12-09
1
-0
/
+3
*
Switched to using .readthedocs.yml for RTD configuration
Alex Grönholm
2017-11-07
1
-7
/
+0
*
Added the engine_options option to SQLAlchemyJobStore
Alex Grönholm
2017-11-07
2
-1
/
+8
*
Fixed syntax highlighting and indentation issues
Alex Grönholm
2017-11-07
1
-15
/
+10
*
Formatted list items in changelog to be consistent with previous ones
Alex Grönholm
2017-10-21
1
-0
/
+2
*
Added docker-compose configuration to facilitate testing
Alex Grönholm
2017-10-21
1
-13
/
+18
*
Updated the docs to conform to the 99 column limit
Alex Grönholm
2017-10-21
5
-173
/
+209
*
Added a workaround for import troubles with PyInstaller et al
Alex Grönholm
2017-10-21
1
-0
/
+2
[next]