summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Require a new enough version of setuptools for entry points to work properlyAlex Grönholm2015-03-091-1/+1
|
* Added a minimum version requirement for sixAlex Grönholm2014-06-301-1/+1
|
* Added entry points for executors and job stores tooAlex Grönholm2014-06-161-0/+14
| | | | Added shortcut methods for configuring executors and job stores
* Skip coverage reporting until a reliable method for doing so can be foundAlex Grönholm2014-05-261-1/+1
|
* Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ↵Alex Grönholm2014-05-191-2/+2
| | | | date the DST quirks in date arithmetic
* Added Python 3.4 to the list of supported Python versionAlex Grönholm2014-04-121-1/+2
|
* Improved timezone support especially for the pytz module.Curtis Vogt2014-04-081-1/+1
| | | | | | | | | | Overview: - Datetime localization now supports pytz timezones. - Trigger get_next_fire_time now expect a timezone aware datetime. - Normalized datetimes from get_next_fire_time. - CronTrigger uses the timezone of the start_date rather than the trigger. - Added trigger testcases for DST fallback.
* Replaced the thread pool with a pluggable executor systemAlex Grönholm2014-04-061-1/+5
|
* Add the required dependencies and the test command override to get "python ↵Alex Grönholm2014-02-021-1/+2
| | | | setup.py test" to work
* Migrated from nose to py.testAlex Grönholm2014-01-201-3/+15
|
* Added timezone awarenessAlex Grönholm2013-07-271-0/+1
|
* Removed trigger specific methods from Scheduler, making the API more genericAlex Grönholm2013-06-291-8/+12
|
* Changed line length limit from 79 characters to 120 and reformatted the code ↵Alex Grönholm2013-03-031-5/+2
| | | | accordingly
* Dropped support for Python 2.5Alex Grönholm2013-03-031-1/+0
|
* Allow running setup.py from other directories too (fixes #20)Alex Grönholm2012-10-181-1/+7
|
* Fixed PEP 8 issuesAlex Grönholm2012-09-041-10/+10
|
* Dropped Python 2.4 support; test the PyMongo job store on Jython tooAlex Grönholm2012-09-041-2/+0
|
* Bumped up version; added examples, documentation sources and unit tests to ↵v2.0.3Alex Grönholm2012-04-021-1/+1
| | | | the sdist tarball; updated the changelog
* Renamed CHANGES.txt and README.txt to CHANGES.rst and README.rst ↵agronholm2011-01-231-1/+1
| | | | respectively to correctly identify them as ReST documents
* Extended the range of supported Python versions to Python 3.2agronholm2011-01-231-0/+1
|
* Readded the Python 3 classifier so APScheduler will show up on PyPI's Python ↵agronholm2010-12-181-0/+1
| | | | 3 packages list
* Updated packages list and classifiersagronholm2010-08-121-2/+2
|
* Started v2.0 development -- jobstores, job execution in threadpool, per-job ↵agronholm2010-07-221-6/+13
| | | | naming and misfire grace times
* Updated version numberv1.3.1agronholm2010-05-201-1/+1
|
* Changed version number to 1.3, added changelog entriesv1.3agronholm2010-05-191-1/+1
|
* Forgot to update the version numberv1.2.1agronholm2010-05-091-1/+1
|
* Moved the sources to the top level, removed the "src" directoryagronholm2010-03-211-1/+0
|
* Removed reference to distribute.coreagronholm2010-03-211-5/+3
|
* Moved long description to README.txt, updated version numberagronholm2010-03-211-36/+2
|
* Add Python 3 to the classifiers so that it will appear in the Python 3 ↵agronholm2009-10-031-1/+1
| | | | packages list on PyPI
* Added the \"daemonic\" configuration optionagronholm2009-09-261-1/+1
|
* Rolled back the fancy unicode workaround, fails on <py2.6agronholm2009-09-261-7/+1
|
* Minor post-release fixesagronholm2009-09-261-1/+8
|
* Removed hard dependency on setuptools/distribute 0.6, and support distribute 0.7agronholm2009-09-251-6/+10
|
* All tests pass on py3k, so add Python 3 to the list of supported languagesagronholm2009-09-251-3/+7
|
* Added the necessary information for inclusion in PyPIagronholm2009-08-021-2/+47
|
* Changed version to 1.0 in anticipation of public releaseagronholm2009-08-011-1/+1
|
* Initial commitagronholm2009-07-281-0/+15