summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed class methods being mistaken for instance methodsv3.5.3Alex Grönholm2018-08-143-4/+17
* Fixed callable name detection for methods in old style classesAlex Grönholm2018-08-142-1/+8
* Raise RuntimeError if starting the scheduler under uWSGI without threadsv3.5.2Alex Grönholm2018-08-102-0/+13
* Added the FAQ to the docsAlex Grönholm2018-08-104-0/+102
* Limited Pytest to <3.7 due to a recursion error at collectionAlex Grönholm2018-08-101-1/+1
* Fixed scheduling of bound methods on persistent job storesAlex Grönholm2018-08-103-1/+28
* Removed outdated Python 3 gevent remark (#316)Ruben Diaz2018-06-011-3/+0
* Removed IRC notifications from Travis testing setupAlex Grönholm2018-05-131-6/+0
* Removed mention of the IRC channelAlex Grönholm2018-05-131-1/+0
* Added a github issue templateAlex Grönholm2018-05-131-0/+33
* Fixed Tornado tests breakingAlex Grönholm2018-03-241-1/+1
* Fixed missing :class: in a reference in the user guide (#298)nwalsh19952018-03-241-1/+1
* Fix typo (#278)Alfredos-Panagiotis Damkalis2018-01-241-1/+1
* Added support for UTC offsets in datetime parsingAlex Grönholm2018-01-163-7/+28
* Fixed erroneous changelog entry about month names in ``CronTrigger``Alex Grönholm2018-01-161-1/+1
* Prevent deadlocks in scheduler shutdown (#268)Carey Metcalfe2018-01-061-3/+4
* Fixed CronTrigger with jitter producing fire times beyond end_dateAlex Grönholm2018-01-033-3/+23
* Fixed OverflowError on Windows when wait_seconds was too largeAlex Grönholm2018-01-033-4/+13
* Fixed DeprecationWarning for get_jobs()Alex Grönholm2018-01-031-1/+1
* Bumped up the fallback versionv3.5.0Alex Grönholm2017-12-231-1/+1
* Fixed Python 2.7 compatibility in trigger testsAlex Grönholm2017-12-221-2/+2
* Added jitter support to combining triggersAlex Grönholm2017-12-222-12/+46
* Fixed ineffective pickle tests for And/OrTriggerAlex Grönholm2017-12-221-5/+5
* Renamed the base class for the combining triggersAlex Grönholm2017-12-211-3/+3
* Added combining triggers (AndTrigger + OrTrigger)Alex Grönholm2017-12-197-3/+205
* Added a troubleshooting sectionAlex Grönholm2017-12-191-0/+16
* Allow multiple spaces in crontab format (#260)Luc Tielen2017-12-132-2/+5
* Cancel all pending futures on AsyncIOExecutor shutdownAlex Grönholm2017-12-133-0/+29
* Fixed passing "wait" as keyword argument to AsyncIOScheduler.shutdown()Alex Grönholm2017-12-132-3/+6
* Allow spaces around commas in CronTrigger fieldsAlex Grönholm2017-12-123-6/+10
* Don't display empty jitter in the repr() of cron/interval triggersAlex Grönholm2017-12-123-26/+34
* Added support for creating cron triggers from crontab expressionsAlex Grönholm2017-12-124-0/+37
* Added support for named monthsAlex Grönholm2017-12-126-5/+46
* Added better validation for cron trigger expressionsAlex Grönholm2017-12-114-4/+52
* Added version history entry for PR #258Alex Grönholm2017-12-101-0/+2
* Implement random jitter option for CronTrigger and IntervalTrigger (#258)Gilbert Gilb's2017-12-106-34/+249
* Increased timeout to avoid test failure on pypy3Alex Grönholm2017-12-091-1/+1
* Removed pytest-catchlog from test requirementsAlex Grönholm2017-12-091-1/+0
* Fixed traceback or its frames not being available for logger.exception()Alex Grönholm2017-12-092-8/+8
* Fixed memory leak when scheduled jobs raise exceptionsAlex Grönholm2017-12-093-1/+33
* Fixed the maximum value for CronTrigger's "year" fieldAlex Grönholm2017-11-261-1/+1
* Switched to using .readthedocs.yml for RTD configurationAlex Grönholm2017-11-072-7/+13
* Fixed flake8's "Don't use bare except:" errorsAlex Grönholm2017-11-0711-14/+14
* Don't require sudo where it's not neededAlex Grönholm2017-11-071-2/+3
* Added the engine_options option to SQLAlchemyJobStoreAlex Grönholm2017-11-073-8/+18
* Fixed syntax highlighting and indentation issuesAlex Grönholm2017-11-071-15/+10
* Added Gitter webhookv3.4.0Alex Grönholm2017-10-211-0/+3
* Mentioned the Gitter room in READMEAlex Grönholm2017-10-211-15/+19
* Formatted list items in changelog to be consistent with previous onesAlex Grönholm2017-10-211-0/+2
* Moved the PyPy test jobs to the topAlex Grönholm2017-10-211-8/+8