Commit History

Author SHA1 Message Date
  Ask Solem ce1bcbedc5 Removed tests_require set literal from setup.py 14 years ago
  Ask Solem c3b78b8952 setup.py: Use 2to3 on Py3k 14 years ago
  Ask Solem 08bb53c6c7 Py3k improvements 14 years ago
  Flavio Percoco Premoli 27433f9d81 Add check for jython environment. If we are using jython then multiprocessing module won't be installed 14 years ago
  Ask Solem 4fbdffdfbc PEP8ify 14 years ago
  Ask Solem db5b2df5d4 Now depends on Kombu >= 0.9.0 (Up on PyPI) 14 years ago
  Ask Solem 54e755d0fe Fixed syntax error in setup.py 14 years ago
  Ask Solem 395f99e296 Change all references of Carrot to Kombu 14 years ago
  Ask Solem 90f6065ef7 Now depends on carrot 0.10.7 14 years ago
  Ask Solem a50925b32b Show error message if "celeryd" run on windows, telling the user to run "pyhton -m celery.bin.celeryd" instead. 14 years ago
  Ask Solem ed3682025f setup.py: dependency multiprocessing==2.6.2.1 -> multiprocessing 14 years ago
  Ask Solem 5eaffff2ea setup.py: fixed typo "def" -> "class" 14 years ago
  Ask Solem 401a4f9daf Added setup.py upgrade 14 years ago
  Ask Solem 7d87a59d50 Also upgrade celery before running tests 14 years ago
  Ask Solem 56c7785929 f(*a, x=1, **kwargs) does not work on py <2.6 14 years ago
  Ask Solem f32cb03452 setup.py install: Now removes old celery/platform.py[c] files 14 years ago
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 14 years ago
  Ask Solem acfb985db0 Declare undeclared exchanges passed to TaskPublisher.delay_task. Requires carrot 0.10.6 14 years ago
  Ask Solem d2014cc377 Removed sqlalchemy from install_requires. 14 years ago
  Ask Solem 5b19187fcd celeryctl: Command-line utility to apply tasks and inspect workers. 14 years ago
  Ask Solem f4ad4f1cb6 Remove 'mailer' dependency. Thanks to zen4ever 14 years ago
  Ask Solem 7ddbcd7d11 Ship with the timer2 module, don't add it as a dependency. 14 years ago
  Ask Solem a6317f4190 setup.py: Remove removed "celeryinit" script from console-scripts. Closes #173. Thanks to fajran 14 years ago
  fredj c93a84350c add timer2 to install_requires 14 years ago
  Ask Solem 25b03c41a2 setup.py: 'nose' added to tests_require 14 years ago
  Ask Solem 27b66f4bd9 Added Python version trove classifiers: 2.4, 2.5, 2.6 and 2.7 14 years ago
  Ask Solem 994faa8961 Removed top-level tests directory. Test config now in celery.tests.config 14 years ago
  Jason Baker def1c34f11 Adding a tests_require field to setup.py 14 years ago
  Ask Solem 4e57d705e9 Billiard moved back to celery repo, as Debian doesn't approve much of it. 14 years ago
  Ask Solem c9b498729a Remove nose, nose-cover3, unittest2, simplejson from setup_requires. 14 years ago