summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumped up version numberv3.0.63.0.63.0Alex Grönholm2016-03-301-3/+3
* Removed version specifier from the gevent test dependencyAlex Grönholm2016-03-301-1/+1
* PEP 8 fixesAlex Grönholm2016-03-304-9/+23
* Added the virtualenv directory to py.test excludesAlex Grönholm2016-03-301-1/+1
* Migrated code to GithubAlex Grönholm2016-03-3015-19/+18
* Added tox.ini to MANIFEST.inAlex Grönholm2016-03-301-0/+2
* Added references to the trigger types to the user guideAlex Grönholm2016-03-301-3/+15
* Fixed off-by-1-hour bug in cron trigger while crossing the DST thresholdAlex Grönholm2016-03-303-51/+83
* Bumped up version numberv3.0.5Alex Grönholm2015-12-111-3/+3
* Updated version historyAlex Grönholm2015-12-111-1/+7
* Fixed the asyncio scheduler example on Python < 3.3Alex Grönholm2015-12-111-1/+5
* Removed redundant entries from tox.iniAlex Grönholm2015-12-111-2/+0
* Updated tox.ini to properly work with the latest versions of dependenciesAlex Grönholm2015-12-091-5/+19
* 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-091-25/+13
* Fixed timezone in debug logging when displaying the next wakeup timeAlex Grönholm2015-12-092-1/+8
* Allow unicode function references for jobs on Python 2Alex Grönholm2015-12-091-1/+1
* Bumped up version numberv3.0.4Alex Grönholm2015-10-021-3/+3
* Don't test with Twisted on CPython 3.2Alex Grönholm2015-10-021-1/+4
* Fixed minor issues with testsAlex Grönholm2015-10-012-3/+3
* Fixed a memory leak in the base executor class (thanks Stefan Nordhausen)Alex Grönholm2015-10-012-0/+10
* Bumped up version numberv3.0.3Alex Grönholm2015-04-271-3/+3
* Restored backwards compatibility in the MongoDB job store and updated the ver...Alex Grönholm2015-04-202-0/+12
* Fixed compatibility with pymongo 3.0Alex Grönholm2015-04-202-9/+8
* Bumped up version numberv3.0.2Alex Grönholm2015-03-091-3/+3
* Removed unused importAlex Grönholm2015-03-091-1/+0
* Require a new enough version of setuptools for entry points to work properlyAlex Grönholm2015-03-092-1/+3
* Fixed str(job) or unicode(job) raising an exception for pending jobs (fixes #67)Alex Grönholm2015-03-093-15/+28
* Fixed wrong job sort order in some job stores and a related exception in the ...Alex Grönholm2015-03-096-7/+31
* Fixed ValueError when the target callable has a default keyword argument that...Alex Grönholm2015-01-063-2/+15
* Updated version historyv3.0.13.0.1Alex Grönholm2014-10-201-0/+17
* Restructured tox.iniAlex Grönholm2014-10-201-20/+29
* Fixed _run_job_error() being called with the wrong number of arguments in mos...Alex Grönholm2014-10-205-24/+48
* Fixed start date getting set too far in the future in IntervalTrigger (fixes ...Alex Grönholm2014-10-202-1/+6
* Raise exception when attempting to serialize a job that doesn't have func_ref...Alex Grönholm2014-10-201-0/+6
* Modified get_callable_name() to work with a wider variety of callablesAlex Grönholm2014-10-202-20/+28
* Modified tox configuration to pass through arbitrary arguments to py.testAlex Grönholm2014-10-201-1/+1
* Improved the test for ref_to_obj()Alex Grönholm2014-10-201-1/+2
* Shortened the ID column of the apscheduler_jobs table in the SQLAlchemy job s...Alex Grönholm2014-08-121-2/+2
* Bumped up versionAlex Grönholm2014-08-121-3/+3
* Bumped version to 3.0.0v3.0.0Alex Grönholm2014-07-281-2/+2
* Fixed BlockingScheduler, BackgroundScheduler and GeventScheduler incorrectly ...Brendan McCollam2014-07-152-1/+21
* Bumped version to 3.0.0rc1v3.0.0rc1Alex Grönholm2014-07-071-2/+2
* Clarified the requirements for get_due_jobs() and get_all_jobs() in BaseJobStoreAlex Grönholm2014-07-071-2/+4
* Use Float instead of BigInteger in SQLAlchemyJobStore to maintain proper job ...Alex Grönholm2014-07-072-3/+11
* Added docstrings to datetime_to_utc_timestamp() and utc_timestamp_to_datetime()Alex Grönholm2014-07-071-0/+14
* Decreased maximum length of the "id" column in SQLAlchemyJobStore due to MySQ...Alex Grönholm2014-07-021-1/+2
* Fixed falsely passing tests and the bugs they uncovered in BaseSchedulerAlex Grönholm2014-07-013-24/+25
* Added a minimum version requirement for sixAlex Grönholm2014-06-301-1/+1