summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merged in nnyby/apscheduler-1/nnyby/fix-typo-in-userguiderst-1447902703458 (p...Alex Grönholm2015-11-191-1/+1
|\
| * Fix typo in userguide.rstnnyby2015-11-191-1/+1
|/
* Merged in nnyby/apscheduler/nnyby/fix-typo-in-userguiderst-1447898639953 (pul...Alex Grönholm2015-11-191-1/+1
|\
| * Fix typo in userguide.rstnnyby2015-11-191-1/+1
|/
* Fixed minor issues with testsAlex Grönholm2015-10-012-4/+3
* Fixed a memory leak in the base executor class (thanks Stefan Nordhausen)Alex Grönholm2015-10-012-0/+10
* Merged in Wyzzcow/apscheduler/fix_add_executor (pull request #18)Alex Grönholm2015-08-142-2/+3
|\
| * fixes add_executor while scheduler is running.Sylvain Duchesne2015-08-142-2/+3
|/
* Migrated to a more modern way for specifying conditional dependencies for wheelsAlex Grönholm2015-06-142-7/+4
* Don't install Twisted on CPython 3.2 (needs unicode prefix support for string...Alex Grönholm2015-06-131-5/+8
* Cleanups and fixes for the rethinkdb job storeAlex Grönholm2015-06-132-110/+31
* Simplified the tox.ini structure a littleAlex Grönholm2015-06-131-9/+4
* Moved rethinkdb to common test requirements since it now works with Python 3Alex Grönholm2015-05-151-1/+1
* 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
* Corrected date strings in the interval exampleAlex Grönholm2015-04-071-1/+1
* Fixed wrong import in the triggers documentationAlex Grönholm2015-03-243-3/+3
* Improved the error message that comes when the local timezone cannot be deter...Alex Grönholm2015-03-131-1/+4
* Removed unused importAlex Grönholm2015-03-091-1/+0