summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Removed remark about month 0 being January which isn't true (1=minimum)v2.0.1Alex Grönholm2011-05-301-1/+1
* Fixed omitted cron fields getting wrong default valuesAlex Grönholm2011-05-305-6/+32
* Added tag v2.0.0 for changeset 0c55360855a1Alex Grönholm2011-05-290-0/+0
* Bumped up version to 2.0.0 finalv2.0.0Alex Grönholm2011-05-291-1/+1
* Added unit test for scheduling bound methodsAlex Grönholm2011-05-291-0/+15
* Fixed the url to the google groupAlex Grönholm2011-05-292-2/+2
* Minor documentation updates and reorganizationAlex Grönholm2011-05-293-26/+35
* Removed direct email address and replaced it with a reference to the google g...Alex Grönholm2011-05-291-3/+4
* Linked to the "extending" document and fixed an error in the short code exampleAlex Grönholm2011-05-292-5/+8
* Added a table of contentsAlex Grönholm2011-05-291-0/+5
* Updated docs to reflect the latest changesAlex Grönholm2011-05-291-8/+16
* Added PyPy 1.4 and 1.5 separately and removed multiprocessing from py24's dep...Alex Grönholm2011-05-291-5/+8
* Fixed importsAlex Grönholm2011-05-291-3/+3
* Tests don't have to be in a package; fixed test failures due to changes to ge...Alex Grönholm2011-05-294-10/+9
* Revamped get_callable_name, obj_to_ref and ref_to_obj to work with a broader ...Alex Grönholm2011-05-292-34/+67
* Added tag v2.0.0rc2 for changeset 96cfed062318Alex Grönholm2011-05-150-0/+0
* Bumped up to rc2v2.0.0rc2Alex Grönholm2011-05-151-1/+1
* Improved thread safetyAlex Grönholm2011-05-153-58/+86
* Changed defaults for omitted fields to be more intuitiveAlex Grönholm2011-05-155-15/+56
* Minor clarificationsagronholm2011-04-251-8/+8
* Updated the documentation linkagronholm2011-04-161-1/+1
* Fixed zero valued fields in cron trigger specificationagronholm2011-04-162-1/+6
* Added tag v2.0.0rc1 for changeset bcf2543f89a9agronholm2011-04-160-0/+0
* 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