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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensured that jitter is always positive
jitterfix
Alex Grönholm
2020-01-11
1
-20
/
+0
*
Fixed compatibility with pytest 4+
Alex Grönholm
2019-11-04
1
-17
/
+13
*
Adapted the code for the 3.x branch
Alex Grönholm
2019-10-17
2
-22
/
+23
*
Updated per suggestions from @agronholm.
shipmints
2019-10-17
1
-10
/
+10
*
Properly unwrap partial async functions to direct them to the correct async s...
shipmints
2019-10-17
1
-1
/
+22
*
Fixed methods inherited from base class could not be executed by processpool ...
Yang Jian
2019-03-22
1
-1
/
+11
*
Replaced @yield_fixture with @fixture
Alex Grönholm
2019-03-18
3
-12
/
+12
*
Adapted RethinkDBJobStore to rethinkdb library v2.4+
Alex Grönholm
2019-03-18
1
-1
/
+1
*
Removed skipping of Gevent tests on Python 3.7
Alex Grönholm
2019-03-18
1
-2
/
+0
*
Fixed flake8 errors
Alex Grönholm
2018-12-05
1
-8
/
+8
*
Added Python 3.7 compatibility
Alex Grönholm
2018-08-15
2
-3
/
+13
*
Fixed class methods being mistaken for instance methods
v3.5.3
Alex Grönholm
2018-08-14
1
-1
/
+11
*
Fixed scheduling of bound methods on persistent job stores
Alex Grönholm
2018-08-10
1
-0
/
+12
*
Added support for UTC offsets in datetime parsing
Alex Grönholm
2018-01-16
1
-1
/
+7
*
Fixed CronTrigger with jitter producing fire times beyond end_date
Alex Grönholm
2018-01-03
1
-0
/
+18
*
Fixed Python 2.7 compatibility in trigger tests
Alex Grönholm
2017-12-22
1
-2
/
+2
*
Added jitter support to combining triggers
Alex Grönholm
2017-12-22
1
-6
/
+31
*
Fixed ineffective pickle tests for And/OrTrigger
Alex Grönholm
2017-12-22
1
-5
/
+5
*
Added combining triggers (AndTrigger + OrTrigger)
Alex Grönholm
2017-12-19
1
-0
/
+73
*
Allow multiple spaces in crontab format (#260)
Luc Tielen
2017-12-13
1
-1
/
+4
*
Cancel all pending futures on AsyncIOExecutor shutdown
Alex Grönholm
2017-12-13
1
-0
/
+16
*
Allow spaces around commas in CronTrigger fields
Alex Grönholm
2017-12-12
1
-0
/
+4
*
Don't display empty jitter in the repr() of cron/interval triggers
Alex Grönholm
2017-12-12
1
-20
/
+18
*
Added support for creating cron triggers from crontab expressions
Alex Grönholm
2017-12-12
1
-0
/
+12
*
Added support for named months
Alex Grönholm
2017-12-12
1
-2
/
+2
*
Added better validation for cron trigger expressions
Alex Grönholm
2017-12-11
1
-0
/
+13
*
Implement random jitter option for CronTrigger and IntervalTrigger (#258)
Gilbert Gilb's
2017-12-10
1
-16
/
+169
*
Increased timeout to avoid test failure on pypy3
Alex Grönholm
2017-12-09
1
-1
/
+1
*
Fixed traceback or its frames not being available for logger.exception()
Alex Grönholm
2017-12-09
1
-4
/
+5
*
Fixed memory leak when scheduled jobs raise exceptions
Alex Grönholm
2017-12-09
1
-1
/
+20
*
Fixed PyPy3 test failure
Alex Grönholm
2017-10-10
1
-0
/
+3
*
Use getfixturevalue() instead of the deprecated getfuncargvalue()
Alex Grönholm
2017-04-23
1
-2
/
+2
*
Fixed @scheduled_job not playing nice with persistent job stores (fixes #150)
Alex Grönholm
2016-11-06
2
-7
/
+18
*
Fixed passing start_time and/or end_time to CronTrigger and IntervalTrigger a...
Alex Grönholm
2016-11-05
1
-0
/
+18
*
Added coroutine support for asyncio and Tornado executors (fixes #96, #98)
Alex Grönholm
2016-09-15
2
-0
/
+90
*
Fixed CronTrigger's range expression allowing values outside of the range
Alex Grönholm
2016-08-02
1
-0
/
+6
*
Renamed ZookeeperJobStore to ZooKeeperJobStore
Alex Grönholm
2016-07-16
1
-5
/
+5
*
Added tests for the import fix in ref_to_obj()
Alex Grönholm
2016-07-14
1
-0
/
+10
*
Zookeeper jobstore support (#144)
Jose Ignacio Villar
2016-07-03
1
-6
/
+56
*
Backtracked on enum use
Alex Grönholm
2016-06-13
1
-3
/
+3
*
Finished up the pause/resume scheduler feature w/ docs
Alex Grönholm
2016-06-13
1
-137
/
+89
*
Fixed endless loop with CronTrigger on computers with low clock resolution
Alex Grönholm
2016-06-13
1
-0
/
+7
*
Fixed incorrect DateTrigger run time with run_date=None and a non-local timezone
Alex Grönholm
2016-05-06
1
-5
/
+9
*
Added the ability to pause and resume job processing in the scheduler
Alex Grönholm
2016-04-10
2
-188
/
+224
*
Move the wakeup() call directly to BaseScheduler.start()
Alex Grönholm
2016-04-10
1
-19
/
+0
*
Added pickling tests for triggers
Alex Grönholm
2016-04-03
1
-1
/
+32
*
Added time zone to the output of CronTrigger and IntervalTrigger
Alex Grönholm
2016-04-02
1
-15
/
+25
*
Added EVENT_JOB_SUBMITTED and EVENT_JOB_MAX_INSTANCES events
Alex Grönholm
2016-04-02
1
-1
/
+26
*
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
[next]