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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a workaround for import troubles with PyInstaller et al
Alex Grönholm
2017-10-21
1
-2
/
+8
*
Added documentation and changelog entry for the "tableschema" argument
Alex Grönholm
2017-10-21
1
-0
/
+2
*
Adding optional schema argument to SQLAlchemy (#224)
Meir Tseitlin
2017-10-10
1
-2
/
+3
*
Use tuple in catching exceptions (#196)
Pieter Eendebak
2017-04-02
1
-1
/
+1
*
Fixed case where both Qt4 and Qt5 are installed, but Qt4 is already imported ...
Pieter Eendebak
2017-04-02
1
-1
/
+1
*
Update super call to support Python 2.7 (#171)
Or Weis
2016-11-24
1
-1
/
+1
*
Fixed flake8 error
Alex Grönholm
2016-11-21
1
-0
/
+1
*
Fixed @scheduled_job not playing nice with persistent job stores (fixes #150)
Alex Grönholm
2016-11-06
1
-9
/
+14
*
Fixed passing start_time and/or end_time to CronTrigger and IntervalTrigger a...
Alex Grönholm
2016-11-05
2
-4
/
+4
*
Fixed scheduler loop breaking if the job store fails (fixes #109)
Alex Grönholm
2016-11-05
1
-2
/
+21
*
Added coroutine support for asyncio and Tornado executors (fixes #96, #98)
Alex Grönholm
2016-09-15
5
-4
/
+127
*
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
*
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
-1
/
+1
*
Cleaned up imports
Alex Grönholm
2016-07-14
1
-0
/
+3
*
Improve module import from ref (#149)
Jarek Glowacki
2016-07-14
1
-2
/
+2
*
Zookeeper jobstore support (#144)
Jose Ignacio Villar
2016-07-03
1
-0
/
+176
*
Documented the migration and the scheduler states
v3.2.0
Alex Grönholm
2016-06-14
1
-3
/
+9
*
Backtracked on enum use
Alex Grönholm
2016-06-13
2
-36
/
+33
*
Finished up the pause/resume scheduler feature w/ docs
Alex Grönholm
2016-06-13
1
-53
/
+64
*
Fixed endless loop with CronTrigger on computers with low clock resolution
Alex Grönholm
2016-06-13
1
-0
/
+2
*
Added missing EVENT_ALL_JOBS_REMOVED to EVENT_ALL
Alex Grönholm
2016-06-13
1
-3
/
+3
*
Fixed incorrect DateTrigger run time with run_date=None and a non-local timezone
Alex Grönholm
2016-05-06
1
-1
/
+4
*
Fixed MongoDB job store using id() instead of job id in JobLookupError
Javier Domingo
2016-04-29
1
-1
/
+1
*
Reverted the setuptools dependency bump
Alex Grönholm
2016-04-21
1
-5
/
+3
*
Added the ability to pause and resume job processing in the scheduler
Alex Grönholm
2016-04-10
9
-77
/
+133
*
Move the wakeup() call directly to BaseScheduler.start()
Alex Grönholm
2016-04-10
8
-21
/
+7
*
Fixed flake8 error
Alex Grönholm
2016-04-03
1
-1
/
+0
*
Implemented __getstate__ and __setstate__ for trigger classes (fixes #121)
Alex Grönholm
2016-04-03
3
-0
/
+68
*
Added pickling tests for triggers
Alex Grönholm
2016-04-03
2
-0
/
+14
*
Migrated to setuptools_scm
Alex Grönholm
2016-04-02
1
-5
/
+6
*
Added time zone to the output of CronTrigger and IntervalTrigger
Alex Grönholm
2016-04-02
2
-3
/
+4
*
Added EVENT_JOB_SUBMITTED and EVENT_JOB_MAX_INSTANCES events
Alex Grönholm
2016-04-02
2
-6
/
+34
*
Fixed off-by-1-hour bug in cron trigger while crossing the DST threshold (fix...
Alex Grönholm
2016-03-27
1
-2
/
+1
*
Fixed flake8 complaints
Alex Grönholm
2016-01-22
1
-1
/
+2
*
Added method chaining for some Job methods and related methods in the scheduler
Alex Grönholm
2016-01-07
2
-3
/
+22
*
Fixed inconsistencies with __slots__
Alex Grönholm
2016-01-07
3
-2
/
+4
*
Acquire locks before shutting down executors and job stores in shutdown() (f...
Alex Grönholm
2015-12-21
1
-7
/
+8
*
Improved PEP 8 and PEP 257 compliancy
Alex Grönholm
2015-12-11
23
-303
/
+448
*
Replaced six.u('') with u''
Alex Grönholm
2015-12-10
3
-10
/
+10
*
Moved the connection logic in job stores to the start() method
Alex Grönholm
2015-12-10
3
-11
/
+25
*
Made "funcsigs" a mandatory dependency on Python 2
Alex Grönholm
2015-12-10
1
-58
/
+31
*
Fixed infinite loop in the cron trigger if an expression only contained value...
Alex Grönholm
2015-12-09
1
-1
/
+1
*
Fixed timezone in debug logging when displaying the next wakeup time
Alex Grönholm
2015-12-05
1
-1
/
+1
*
Allow unicode function references for jobs on Python 2
Alex Grönholm
2015-12-05
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
*
Fixed a memory leak in the base executor class (thanks Stefan Nordhausen)
Alex Grönholm
2015-10-01
1
-0
/
+4
*
fixes add_executor while scheduler is running.
Sylvain Duchesne
2015-08-14
1
-1
/
+1
[next]