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
/
tox.ini
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added missing py35 entry to tox's envlist
Alex Grönholm
2016-06-13
1
-1
/
+1
*
Re-enabled coverage testing
Alex Grönholm
2016-04-02
1
-0
/
+1
*
Specifying the gevent version isn't really necessary
Alex Grönholm
2016-03-05
1
-1
/
+1
*
Updated the gevent test dependency to 1.1 final
Alex Grönholm
2016-03-05
1
-1
/
+1
*
Dropped PyPy3 tests/support
Alex Grönholm
2016-01-22
1
-5
/
+4
*
Replaced custom log capture fixture with pytest-catchlog
Alex Grönholm
2016-01-07
1
-0
/
+1
*
Further simplified tox.ini
Alex Grönholm
2016-01-01
1
-17
/
+4
*
Removed redundant entries from tox.ini
Alex Grönholm
2015-12-10
1
-2
/
+0
*
Made "funcsigs" a mandatory dependency on Python 2
Alex Grönholm
2015-12-10
1
-1
/
+0
*
Removed (official) Python 2.6 support
Alex Grönholm
2015-12-10
1
-23
/
+4
*
Added Travis configuration
Alex Grönholm
2015-12-09
1
-0
/
+9
*
Updated tox.ini to properly work with the latest versions of dependencies
Alex Grönholm
2015-12-09
1
-3
/
+18
*
Skip missing interpreters when running tox
Alex Grönholm
2015-12-05
1
-0
/
+1
*
Removed Python 3.2 test environment
Alex Grönholm
2015-12-05
1
-27
/
+12
*
Don't install Twisted on CPython 3.2 (needs unicode prefix support for string...
Alex Grönholm
2015-06-13
1
-5
/
+8
*
Simplified the tox.ini structure a little
Alex Grönholm
2015-06-13
1
-9
/
+4
*
Moved rethinkdb to common test requirements since it now works with Python 3
Alex Grönholm
2015-05-15
1
-1
/
+1
*
Don't try to test rethinkdb on Python 3
Alex Grönholm
2014-10-20
1
-21
/
+30
*
Modified tox configuration to pass through arbitrary arguments to py.test
Alex Grönholm
2014-10-09
1
-1
/
+1
*
All test completed
Allen Sanabria
2014-06-30
1
-0
/
+1
*
Added PyPy3 as a tox test environment
Alex Grönholm
2014-06-27
1
-34
/
+26
*
Gave up on gevent+py3 with tox for now
Alex Grönholm
2014-05-30
1
-3
/
+2
*
Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...
Alex Grönholm
2014-05-19
1
-0
/
+1
*
Added Twisted to dependencies for all Pythons since it now works on Python 3 too
Alex Grönholm
2014-05-19
1
-1
/
+1
*
Install the package in development mode to reduce startup cost of the flake8 ...
Alex Grönholm
2014-05-11
1
-0
/
+1
*
Made the flake8 tests cover the "tests" directory as well and fixed the probl...
Alex Grönholm
2014-04-21
1
-1
/
+1
*
Used inspect.signature() to check arguments to otherwise uninspectable callables
Alex Grönholm
2014-04-21
1
-0
/
+2
*
Forgot to commit two files for the flake8 change
Alex Grönholm
2014-04-18
1
-4
/
+4
*
Added redis to testing config
Alex Grönholm
2014-04-12
1
-0
/
+1
*
Added pytz to the testing configuration
Alex Grönholm
2014-04-11
1
-0
/
+1
*
Test cleanups and test suite configuration improvements
Alex Grönholm
2014-04-06
1
-18
/
+24
*
Replaced the thread pool with a pluggable executor system
Alex Grönholm
2014-04-06
1
-2
/
+3
*
Added the remove() method to Job
Alex Grönholm
2014-03-09
1
-0
/
+3
*
Implemented integration with various event loops
Alex Grönholm
2014-02-24
1
-7
/
+27
*
Added pytest-cov to dependencies so the test suite runs
Alex Grönholm
2014-02-02
1
-0
/
+1
*
PEP-8 fixes and testing improvements
Alex Grönholm
2014-01-20
1
-1
/
+5
*
Migrated from nose to py.test
Alex Grönholm
2014-01-20
1
-2
/
+2
*
Dropped support for Python 2.5
Alex Grönholm
2013-03-03
1
-4
/
+1
*
Use the generic "pypy" environment with tox
Alex Grönholm
2012-10-18
1
-4
/
+1
*
Dropped Python 2.4 support; test the PyMongo job store on Jython too
Alex Grönholm
2012-09-04
1
-10
/
+3
*
Switched to PyPy 1.9
Alex Grönholm
2012-08-12
1
-3
/
+3
*
Added Redis job store
Alex Grönholm
2012-08-12
1
-0
/
+2
*
Pymongo 2.2 was released, so dropped the pymongo3 dependency from tox.ini
Alex Grönholm
2012-05-20
1
-8
/
+0
*
Updated test targets: added pypy 1.8 and cpython 3.3, dropped earlier pypy ve...
Alex Grönholm
2012-04-01
1
-13
/
+8
*
Added PyPy 1.4 and 1.5 separately and removed multiprocessing from py24's dep...
Alex Grönholm
2011-05-29
1
-5
/
+8
*
Don't use nose.cfg since this will attempt to activate coverage testing which...
agronholm
2011-04-10
1
-1
/
+1
*
Nose 1.0 works with py3k so stop using the hacky nose3 version
agronholm
2011-03-08
1
-4
/
+2
*
Don't test the mongodb backend on Jython; documented reasons for the absent d...
agronholm
2011-02-10
1
-0
/
+7
*
Added PyPy support, removed the --processes argument
agronholm
2011-02-06
1
-14
/
+6
*
Extended the range of supported Python versions to Python 3.2
agronholm
2011-01-23
1
-1
/
+7
[next]