summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed thread pool logic and tests; improved documentation on thread pool optionsv2.0.0rc1agronholm2011-04-164-54/+63
* Fixed version number (was accidentally set to rc2 instead of rc1)agronholm2011-04-131-1/+1
* Linked to the migration section from the changelog; minor fix in migration.rstagronholm2011-04-132-4/+4
* Minor documentation fixesagronholm2011-04-132-13/+9
* Corrected documentation and logging semantics of scheduler startup and shutdo...agronholm2011-04-134-31/+28
* Raise a RuntimeError when attempting to schedule tasks in the thread pool aft...agronholm2011-04-122-2/+2
* Modified Job.add_instance to raise an exception when attempting to exceed max...agronholm2011-04-124-34/+68
* Bumped up version to rc1 and added distutils2/packaging metadataagronholm2011-04-112-1/+34
* Removed the quotes from the logger templateagronholm2011-04-111-1/+1
* Documentation improvementsagronholm2011-04-115-10/+44
* Readded Scheduler.unschedule_func(), which now raises a KeyError when no matc...agronholm2011-04-117-27/+74
* Removed mention of stateful jobsagronholm2011-04-102-2/+0
* Updated the changelogagronholm2011-04-101-8/+8
* Made ShelveJobStore store the state of the job, not the actual object and pre...agronholm2011-04-106-25/+83
* Added notes about the Python versions APScheduler was tested onagronholm2011-04-102-2/+2
* Harmonized the introduction section, added mention of the MongoDB job store a...agronholm2011-04-102-8/+24
* Moved tests to the parent directory and made that a packageagronholm2011-04-109-5/+5
* Documentation improvementsagronholm2011-04-106-86/+113
* Added an optional Sequence to the table definition for Oracle/Firebird compat...agronholm2011-04-101-2/+4
* Don't use nose.cfg since this will attempt to activate coverage testing which...agronholm2011-04-101-1/+1
* Replaced misfire actions with the coalesce optionagronholm2011-04-109-193/+184
* Roll back a minor change that caused failures on py2.4, 2.5 and pypyagronholm2011-04-091-1/+1
* Improved event listener documentationagronholm2011-04-031-2/+34
* Added documentation for event classesagronholm2011-04-032-0/+36
* Enable coverage testing in nose configurationagronholm2011-04-031-1/+1
* Added the "xrange" compatibility import for py3kagronholm2011-04-031-1/+3
* Disabled coverage checking for some hard-to-test blocksagronholm2011-04-033-5/+5
* Added misfire actions; Added more events; Reorganized events into their own m...agronholm2011-04-0310-274/+425
* Use version instead of version_stragronholm2011-04-031-1/+1
* Minor PEP 8 fixesagronholm2011-03-195-8/+12
* Nose 1.0 works with py3k so stop using the hacky nose3 versionagronholm2011-03-081-4/+2
* Don't test the mongodb backend on Jython; documented reasons for the absent d...agronholm2011-02-101-0/+7
* Added a note about the v1.x design flaw fixagronholm2011-02-081-2/+6
* Fixed a bug where jobs would not get the scheduler's global misfire grace tim...agronholm2011-02-085-17/+25
* Fixed missing job store aliasagronholm2011-02-081-1/+1
* Increased test coverage; job store tests close and erase their job stores whe...agronholm2011-02-085-28/+82
* Harmonized the behavior of persistent job stores somewhat and added the close...agronholm2011-02-084-43/+29
* Added an extra bit of thread safety to ThreadPool.shutdown()agronholm2011-02-071-2/+5
* Improved the get_callable_name functionagronholm2011-02-071-6/+10
* Made alias a mandatory parameter for add_jobstoreagronholm2011-02-071-8/+3
* Ensure that errors in jobs are properly loggedagronholm2011-02-071-5/+14
* Use a database name specific for unit testing with MongoDBJobStoreagronholm2011-02-071-1/+1
* Fixed jobstore configuration from options dictagronholm2011-02-072-3/+13
* Moved the bson.binary import to the try...except block since it is provided b...agronholm2011-02-061-2/+1
* Removed an unused import (StringIO) and an unused constant (PICKLE_PROTOCOL)agronholm2011-02-061-10/+0
* Added PyPy support, removed the --processes argumentagronholm2011-02-061-14/+6
* Greatly improved the speed of scheduler tests by bypassing threading entirelyagronholm2011-02-061-3/+211
* Decorators now add the "job" attribute to functions they schedule as jobs; sc...agronholm2011-02-061-3/+3
* Added MANIFEST.in to get README.rst included in the sdistagronholm2011-02-061-0/+1
* Removed __lt__ from Job -- it has no use really, and would require __gt__ to ...agronholm2011-02-062-12/+0