summaryrefslogtreecommitdiff
path: root/apscheduler
Commit message (Expand)AuthorAgeFilesLines
* Changed line length limit from 79 characters to 120 and reformatted the code ...Alex Grönholm2013-03-0311-218/+150
* Dropped support for Python 2.5Alex Grönholm2013-03-033-66/+21
* Added support for scheduling callables by textual referencesAlex Grönholm2013-03-033-9/+27
* Removed two redundant code linesAlex Grönholm2013-03-031-2/+0
* Bumped up version numberv2.1.0Alex Grönholm2012-12-301-1/+1
* Documentation improvementsAlex Grönholm2012-12-302-12/+27
* Fixed SQLAlchemy 0.8 compatibilityAlex Grönholm2012-12-281-6/+9
* Fixed disk synchronization in ShelveJobStoreAlex Grönholm2012-11-071-1/+4
* Fixed PEP 8 issuesAlex Grönholm2012-09-046-13/+16
* Added a standalone operating modeAlex Grönholm2012-09-041-5/+21
* Added Redis job storeAlex Grönholm2012-08-122-4/+94
* Fixed unicode input with convert_to_datetime(); bumped up release number to p...Alex Grönholm2012-05-212-4/+5
* Bumped up version; added examples, documentation sources and unit tests to th...v2.0.3Alex Grönholm2012-04-021-1/+1
* Added support for the __qualname__ attribute in Python 3.3Alex Grönholm2012-04-011-1/+2
* Minor cleanupsAlex Grönholm2012-04-012-4/+3
* Close job stores by default when the scheduler is shut down or when a job sto...Alex Grönholm2012-04-011-5/+15
* Fixed tests and LastDayOfMonthExpression representationrcaselli2012-03-021-1/+4
* Modified 'L' to 'last' in LastDayOfMonthExpression and added testsrcaselli2012-03-021-3/+3
* Added 'L' option support for DayOfMonthField of CronTriggerrcaselli2012-02-172-2/+16
* Fixed the "trigger" argument docstring in add_job()Alex Grönholm2012-01-241-1/+1
* Integrate with None checking loop, change error and add testChristy O'Reilly2011-11-161-6/+3
* Error on invalid fieldsChristy O'Reilly2011-11-151-0/+5
* Bumped up version number, updated changelogv2.0.2Alex Grönholm2011-07-091-1/+1
* Removed the unique constraint from the name columnAlex Grönholm2011-07-091-1/+1
* Fixed print_jobs() not ending output with a line separatorAlex Grönholm2011-05-301-1/+1
* 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-303-5/+12
* Bumped up version to 2.0.0 finalv2.0.0Alex Grönholm2011-05-291-1/+1
* Revamped get_callable_name, obj_to_ref and ref_to_obj to work with a broader ...Alex Grönholm2011-05-291-22/+48
* 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-152-6/+19
* Fixed zero valued fields in cron trigger specificationagronholm2011-04-161-1/+1
* Fixed thread pool logic and tests; improved documentation on thread pool optionsv2.0.0rc1agronholm2011-04-161-12/+4
* Fixed version number (was accidentally set to rc2 instead of rc1)agronholm2011-04-131-1/+1
* Corrected documentation and logging semantics of scheduler startup and shutdo...agronholm2011-04-131-14/+13
* Raise a RuntimeError when attempting to schedule tasks in the thread pool aft...agronholm2011-04-121-1/+1
* Modified Job.add_instance to raise an exception when attempting to exceed max...agronholm2011-04-122-11/+27
* Bumped up version to rc1 and added distutils2/packaging metadataagronholm2011-04-111-1/+1
* Readded Scheduler.unschedule_func(), which now raises a KeyError when no matc...agronholm2011-04-113-13/+30
* Made ShelveJobStore store the state of the job, not the actual object and pre...agronholm2011-04-104-21/+50
* Documentation improvementsagronholm2011-04-101-14/+22
* Added an optional Sequence to the table definition for Oracle/Firebird compat...agronholm2011-04-101-2/+4
* Replaced misfire actions with the coalesce optionagronholm2011-04-104-93/+91
* Roll back a minor change that caused failures on py2.4, 2.5 and pypyagronholm2011-04-091-1/+1
* Added documentation for event classesagronholm2011-04-031-0/+20
* 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-035-56/+145
* Minor PEP 8 fixesagronholm2011-03-195-8/+12