Historial de Commits

Autor SHA1 Mensaje Fecha
  Ask Solem 156c8edb02 Cosmetics and cleanup hace 14 años
  Ask Solem adc3fd56fb Stole LocalProxy from Werkzeug, and added celery.current_app (always points to the current app) hace 14 años
  Ask Solem 821f3d31b9 Remove bin/ directory, and scripts from setup.py to rely completely on setuptools entrypoints hace 14 años
  Ask Solem fb4ab44b7b apply_async: Added the ability to retry publishing the task message in the event of connection loss or failure. hace 14 años
  Ask Solem 87d7e09937 Merge branch 'cburgmer/master' hace 14 años
  Ask Solem 9ff42be19b Requires pyparsing >= 1.5.0, as 1.4.x will not work hace 14 años
  Christoph Burgmer 5357bcd119 Fix unit test dependencies hace 14 años
  Ask Solem ce1bcbedc5 Removed tests_require set literal from setup.py hace 14 años
  Ask Solem c3b78b8952 setup.py: Use 2to3 on Py3k hace 14 años
  Ask Solem 08bb53c6c7 Py3k improvements hace 14 años
  Flavio Percoco Premoli 27433f9d81 Add check for jython environment. If we are using jython then multiprocessing module won't be installed hace 14 años
  Ask Solem 4fbdffdfbc PEP8ify hace 14 años
  Ask Solem db5b2df5d4 Now depends on Kombu >= 0.9.0 (Up on PyPI) hace 14 años
  Ask Solem 54e755d0fe Fixed syntax error in setup.py hace 14 años
  Ask Solem 395f99e296 Change all references of Carrot to Kombu hace 14 años
  Ask Solem 90f6065ef7 Now depends on carrot 0.10.7 hace 14 años
  Ask Solem a50925b32b Show error message if "celeryd" run on windows, telling the user to run "pyhton -m celery.bin.celeryd" instead. hace 14 años
  Ask Solem ed3682025f setup.py: dependency multiprocessing==2.6.2.1 -> multiprocessing hace 14 años
  Ask Solem 5eaffff2ea setup.py: fixed typo "def" -> "class" hace 14 años
  Ask Solem 401a4f9daf Added setup.py upgrade hace 14 años
  Ask Solem 7d87a59d50 Also upgrade celery before running tests hace 14 años
  Ask Solem 56c7785929 f(*a, x=1, **kwargs) does not work on py <2.6 hace 14 años
  Ask Solem f32cb03452 setup.py install: Now removes old celery/platform.py[c] files hace 14 años
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) hace 14 años
  Ask Solem acfb985db0 Declare undeclared exchanges passed to TaskPublisher.delay_task. Requires carrot 0.10.6 hace 14 años
  Ask Solem d2014cc377 Removed sqlalchemy from install_requires. hace 14 años
  Ask Solem 5b19187fcd celeryctl: Command-line utility to apply tasks and inspect workers. hace 14 años
  Ask Solem f4ad4f1cb6 Remove 'mailer' dependency. Thanks to zen4ever hace 14 años
  Ask Solem 7ddbcd7d11 Ship with the timer2 module, don't add it as a dependency. hace 14 años
  Ask Solem a6317f4190 setup.py: Remove removed "celeryinit" script from console-scripts. Closes #173. Thanks to fajran hace 14 años