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
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernized the packaging configuration
Alex Grönholm
2019-07-19
1
-81
/
+4
*
Dropped support for Python < 3.5
Alex Grönholm
2019-07-19
1
-14
/
+6
*
Adapted RethinkDBJobStore to rethinkdb library v2.4+
Alex Grönholm
2019-03-18
1
-1
/
+1
*
Adapted RedisJobStore to use the redis 3.0+ library
Alex Grönholm
2018-12-05
1
-1
/
+1
*
Added the API reference to the side bar (#345)
Nikita Melentev
2018-11-29
1
-1
/
+5
*
Fixed test suite not running on Python 3.4
Alex Grönholm
2018-08-15
1
-1
/
+2
*
Added Python 3.7 compatibility
Alex Grönholm
2018-08-15
1
-2
/
+3
*
Limited Pytest to <3.7 due to a recursion error at collection
Alex Grönholm
2018-08-10
1
-1
/
+1
*
Fixed Tornado tests breaking
Alex Grönholm
2018-03-24
1
-1
/
+1
*
Added combining triggers (AndTrigger + OrTrigger)
Alex Grönholm
2017-12-19
1
-1
/
+3
*
Removed pytest-catchlog from test requirements
Alex Grönholm
2017-12-09
1
-1
/
+0
*
Fixed asyncio tests on Python 3.4
Alex Grönholm
2017-10-10
1
-1
/
+1
*
Updated Travis/tox configuration and the supported Python interpreters
Alex Grönholm
2017-10-10
1
-2
/
+0
*
Renamed ZookeeperJobStore to ZooKeeperJobStore in setup.py (#199)
Jose Ignacio Villar
2017-04-23
1
-1
/
+1
*
Added tests and classifier for Python 3.6
Alex Grönholm
2016-12-24
1
-1
/
+2
*
Moved testing dependencies to extras from tox.ini
Alex Grönholm
2016-11-05
1
-4
/
+12
*
Added coroutine support for asyncio and Tornado executors (fixes #96, #98)
Alex Grönholm
2016-09-15
1
-0
/
+2
*
Added conditional dependencies to extras_require
Alex Grönholm
2016-09-14
1
-9
/
+18
*
Zookeeper jobstore support (#144)
Jose Ignacio Villar
2016-07-03
1
-1
/
+2
*
Backtracked on enum use
Alex Grönholm
2016-06-13
1
-2
/
+1
*
Reverted the setuptools dependency bump
Alex Grönholm
2016-04-21
1
-1
/
+1
*
Added the ability to pause and resume job processing in the scheduler
Alex Grönholm
2016-04-10
1
-2
/
+3
*
Upgraded setuptools requirement (fixes #123)
Alex Grönholm
2016-04-06
1
-1
/
+1
*
Set a minimum version for tzlocal to prevent CentOS related issue reports
v3.1.0
Alex Grönholm
2016-04-02
1
-1
/
+1
*
Corrected the author name in setup.py
Alex Grönholm
2016-04-02
1
-1
/
+1
*
Migrated to setuptools_scm
Alex Grönholm
2016-04-02
1
-3
/
+7
*
Migrated code to Github
Alex Grönholm
2016-03-27
1
-1
/
+1
*
Made "funcsigs" a mandatory dependency on Python 2
Alex Grönholm
2015-12-10
1
-1
/
+1
*
Removed (official) Python 2.6 support
Alex Grönholm
2015-12-10
1
-5
/
+8
*
Removed py.test harness and the conditional dependencies in install_requires
Alex Grönholm
2015-12-05
1
-20
/
+1
*
Migrated to a more modern way for specifying conditional dependencies for wheels
Alex Grönholm
2015-06-14
1
-0
/
+4
*
Require a new enough version of setuptools for entry points to work properly
Alex Grönholm
2015-03-09
1
-1
/
+1
*
Merged agronholm/apscheduler into master
Allen Sanabria
2014-06-30
1
-1
/
+1
|
\
|
*
Added a minimum version requirement for six
Alex Grönholm
2014-06-30
1
-1
/
+1
*
|
Added rethinkdb to setup.py
Allen Sanabria
2014-06-30
1
-0
/
+1
|
/
*
Added entry points for executors and job stores too
Alex Grönholm
2014-06-16
1
-0
/
+14
*
Skip coverage reporting until a reliable method for doing so can be found
Alex Grönholm
2014-05-26
1
-1
/
+1
*
Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...
Alex Grönholm
2014-05-19
1
-2
/
+2
*
Added Python 3.4 to the list of supported Python version
Alex Grönholm
2014-04-12
1
-1
/
+2
*
Improved timezone support especially for the pytz module.
Curtis Vogt
2014-04-08
1
-1
/
+1
*
Replaced the thread pool with a pluggable executor system
Alex Grönholm
2014-04-06
1
-1
/
+5
*
Add the required dependencies and the test command override to get "python se...
Alex Grönholm
2014-02-02
1
-1
/
+2
*
Migrated from nose to py.test
Alex Grönholm
2014-01-20
1
-3
/
+15
*
Added timezone awareness
Alex Grönholm
2013-07-27
1
-0
/
+1
*
Removed trigger specific methods from Scheduler, making the API more generic
Alex Grönholm
2013-06-29
1
-8
/
+12
*
Changed line length limit from 79 characters to 120 and reformatted the code ...
Alex Grönholm
2013-03-03
1
-5
/
+2
*
Dropped support for Python 2.5
Alex Grönholm
2013-03-03
1
-1
/
+0
*
Allow running setup.py from other directories too (fixes #20)
Alex Grönholm
2012-10-18
1
-1
/
+7
*
Fixed PEP 8 issues
Alex Grönholm
2012-09-04
1
-10
/
+10
*
Dropped Python 2.4 support; test the PyMongo job store on Jython too
Alex Grönholm
2012-09-04
1
-2
/
+0
[next]