summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bumped version to 3.0.0b2v3.0.0b2Alex Grönholm2014-06-281-2/+2
* Bail out if the name of the local timezone cannot be determinedAlex Grönholm2014-06-282-0/+12
* Fixed EVENT_JOB_MISSED event not being created correctly in run_job()Alex Grönholm2014-06-272-9/+27
* Handle naive datetimes passed as next_run_timeBrendan McCollam2014-06-278-24/+26
* Added PyPy3 as a tox test environmentAlex Grönholm2014-06-271-34/+26
* Prevent unnecessary installation of "futures" when installing the wheel on Py...Alex Grönholm2014-06-271-0/+7
* Use [bdist_wheel] instead of [wheel] as the wheel options section in setup.cf...Alex Grönholm2014-06-181-1/+1
* Fixed wrong number of arguments to _run_job_error()Alex Grönholm2014-06-181-1/+1
* Bumped version to 3.0.0b1v3.0.0b1Alex Grönholm2014-06-181-4/+4
* Moved version history under docs/Alex Grönholm2014-06-182-186/+183
* Defer replacing undefined options with defaults until the job is really sched...Alex Grönholm2014-06-188-32/+59
* Finished the migration docsAlex Grönholm2014-06-171-16/+40
* Somewhat improved the README to look better on non-sphinx renderersAlex Grönholm2014-06-171-5/+4
* Finished the "Extending APScheduler" documentationAlex Grönholm2014-06-175-26/+120
* Format tracebacks before trying to pass them from run_job() because they aren...Alex Grönholm2014-06-164-5/+33
* Raise ValueError instead of KeyError when attempting to add an executor or jo...Alex Grönholm2014-06-162-6/+8
* Added entry points for executors and job stores tooAlex Grönholm2014-06-1617-52/+140
* Accept the max_workers parameter as a string tooAlex Grönholm2014-06-161-2/+2
* Made the wakeup() method publicAlex Grönholm2014-06-167-26/+29
* Fixed infinite loop and index corruption in MemoryJobStoreAlex Grönholm2014-06-162-38/+80
* Separated the two pool executors to different classes and moved the debug exe...Alex Grönholm2014-06-159-68/+96
* Added the prefix option to configure()Alex Grönholm2014-06-151-2/+7
* Made the trigger plugins/classes lists privateAlex Grönholm2014-06-152-12/+12
* Added unit tests for the BaseScheduler classAlex Grönholm2014-06-1515-539/+946
* Stop looking for due jobs when the first non-matching job is foundAlex Grönholm2014-06-131-2/+3
* Added __slots__ to the trigger classesAlex Grönholm2014-06-133-0/+6
* Changed the trigger API to allow it to work with run times in the pastAlex Grönholm2014-05-319-116/+108
* Fixed AsyncIO not getting tested on Python 3.2 and lowerAlex Grönholm2014-05-302-3/+6
* Overhauled the tests for apscheduler.util moduleAlex Grönholm2014-05-302-122/+150
* Overhauled the tests for Job classAlex Grönholm2014-05-303-89/+229
* Tweaked the scheduler and job stores API and added the reschedule_job() methodAlex Grönholm2014-05-3011-167/+201