summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set a minimum version for tzlocal to prevent CentOS related issue reportsv3.1.0Alex Grönholm2016-04-021-1/+1
* Corrected the author name in setup.pyAlex Grönholm2016-04-021-1/+1
* Migrated to setuptools_scmAlex Grönholm2016-04-024-20/+25
* Added Travis and Coveralls badges to READMEAlex Grönholm2016-04-021-0/+7
* Travis now has a recent enough PyPy that failures on it should no longer be t...Alex Grönholm2016-04-021-4/+0
* Use MongoDB through Docker as the mongodb service does not work as advertisedAlex Grönholm2016-04-021-1/+2
* Removed Python 2.6 from the testing matrixAlex Grönholm2016-04-021-1/+0
* Added time zone to the output of CronTrigger and IntervalTriggerAlex Grönholm2016-04-024-18/+31
* Added EVENT_JOB_SUBMITTED and EVENT_JOB_MAX_INSTANCES eventsAlex Grönholm2016-04-025-7/+76
* Added the virtualenv directory to py.test excludesAlex Grönholm2016-03-301-1/+1
* Migrated code to GithubAlex Grönholm2016-03-2715-19/+18
* Added tox.ini to MANIFEST.inAlex Grönholm2016-03-271-0/+1
* Added references to the trigger types to the user guideAlex Grönholm2016-03-271-3/+15
* Fixed off-by-1-hour bug in cron trigger while crossing the DST threshold (fix...Alex Grönholm2016-03-273-14/+21
* Improved the IntervalTrigger's dst change testAlex Grönholm2016-03-271-5/+5
* Specifying the gevent version isn't really necessaryAlex Grönholm2016-03-051-1/+1
* Updated the gevent test dependency to 1.1 finalAlex Grönholm2016-03-051-1/+1
* Dropped PyPy3 tests/supportAlex Grönholm2016-01-223-8/+5
* Fixed flake8 complaintsAlex Grönholm2016-01-223-7/+20
* Added .mailmapAlex Grönholm2016-01-221-0/+2
* Added method chaining for some Job methods and related methods in the schedulerAlex Grönholm2016-01-073-4/+26
* Small test cleanupsAlex Grönholm2016-01-073-16/+1
* Replaced custom log capture fixture with pytest-catchlogAlex Grönholm2016-01-072-22/+18
* Changed cleanup requests in fixtures into yield_fixturesAlex Grönholm2016-01-072-45/+34
* PyPy/PyPy3 versions on Travis are very old so they should be allowed to failAlex Grönholm2016-01-071-1/+8
* Fixed inconsistencies with __slots__Alex Grönholm2016-01-073-2/+4
* Further simplified tox.iniAlex Grönholm2016-01-011-17/+4
* Acquire locks before shutting down executors and job stores in shutdown() (f...Alex Grönholm2015-12-212-7/+10
* Corrected contributor nameAlex Grönholm2015-12-131-1/+1
* Updated version historyAlex Grönholm2015-12-111-0/+11
* Fixed the asyncio scheduler example on Python < 3.3Alex Grönholm2015-12-111-1/+5
* Improved PEP 8 and PEP 257 compliancyAlex Grönholm2015-12-1142-477/+701
* Replaced six.u('') with u''Alex Grönholm2015-12-104-13/+13
* Store the test SQLite database in a temporary directoryAlex Grönholm2015-12-101-5/+5
* Moved the connection logic in job stores to the start() methodAlex Grönholm2015-12-104-54/+60
* Removed redundant entries from tox.iniAlex Grönholm2015-12-101-2/+0
* Made "funcsigs" a mandatory dependency on Python 2Alex Grönholm2015-12-104-70/+37
* Removed (official) Python 2.6 supportAlex Grönholm2015-12-102-28/+12
* Added Travis configurationAlex Grönholm2015-12-092-0/+37
* Updated tox.ini to properly work with the latest versions of dependenciesAlex Grönholm2015-12-091-3/+18
* Fixed infinite loop in the cron trigger if an expression only contained value...Alex Grönholm2015-12-091-1/+1
* Fixed the MongoDB job store repr() test to work with newer versions of PyMongoAlex Grönholm2015-12-091-1/+1
* Skip missing interpreters when running toxAlex Grönholm2015-12-051-0/+1
* Fixed timezone in debug logging when displaying the next wakeup timeAlex Grönholm2015-12-052-1/+8
* Removed Python 3.2 test environmentAlex Grönholm2015-12-051-27/+12
* Removed py.test harness and the conditional dependencies in install_requiresAlex Grönholm2015-12-051-20/+1
* Allow unicode function references for jobs on Python 2Alex Grönholm2015-12-051-1/+1
* Merged in monklof/apscheduler/crontrigger-misfire-refiring-lost-fix (pull req...Alex Grönholm2015-11-262-1/+16
|\
| * add some CronTrigger testsliuchao122015-11-262-1/+16
| * fix CronTrigger.get_next_fire_time() bug: calculate start_date problemliuchao122015-11-251-2/+2
|/