Histórico de commits

Autor SHA1 Mensagem Data
  Ask Solem ffab0a6f41 Cosmetics 13 anos atrás
  Ask Solem 77ad54d669 Cosmetics 13 anos atrás
  Ask Solem f5f8b21926 Reorganizes utils into utils.imports, utils.text and utils.functional 13 anos atrás
  Ask Solem 041cb3c20d Tasks can now have callbacks and errbacks, and dependencies are recorded 13 anos atrás
  Ask Solem b9a20fc3ce Set frame limit to sys.getrecursionlimit() / 8 13 anos atrás
  Ask Solem f234680f31 Limit the number of frames stored in traceback (recursion limit / 5). Closes #615 13 anos atrás
  Ask Solem e810420c5b Don't perform late ack for internal errors. Closes #537 13 anos atrás
  Ask Solem 6b52605db6 Updates copyright years to include 2012 13 anos atrás
  Ask Solem 8bdbf2ec7a More coverage celery.datastructures 13 anos atrás
  Sean O'Connor 18f654bbf6 Fleshed out the _Frame pickleable class to carry more information. 13 anos atrás
  Ask Solem a134881c19 Introducing Boot Steps 14 anos atrás
  Ask Solem 6f4a6e2327 Wording 14 anos atrás
  Ask Solem b01b81c60a Use TokenBucket from kombu.utils.limits instead. 14 anos atrás
  Dan McGee 93258b8bb4 Adds Chord support for the cache backend. 14 anos atrás
  Ask Solem 5247bb89b8 pyflakes 14 anos atrás
  Ask Solem a434d96623 ExceptionInfo.Traceback should use '__main__' if no '__file__' 14 anos atrás
  Ask Solem 641e838dd6 Cosmetics 14 anos atrás
  Ask Solem b4b239da34 Tests passing 14 anos atrás
  Ask Solem dae6359b16 Fixes race condition in celery.events.state, where task info would be removed while iterating. 14 anos atrás
  Ask Solem dab55c80b6 PEP8ify + pyflakes 14 anos atrás
  Ask Solem 27caaad22c Adds module docstrings 14 anos atrás
  Ask Solem 2846d8868c Backports py3k support from 3.0-devel branch into 2.4 14 anos atrás
  Ask Solem 0d0dbae0ce Merge branch 'lrucache' 14 anos atrás
  Ask Solem b6179c7316 Use new-style relative imports 14 anos atrás
  rnoel 2700e0f1a4 Infinite recursion error. 14 anos atrás
  rnoel d8c00e1140 Replaces lock with RLock 14 anos atrás
  rnoel 1a59e5ffc8 Replaces lock.aquires/try/finally/release by a with statement. 14 anos atrás
  rnoel 18aa7b7fce Corrects other thread-safety issues. 14 anos atrás
  rnoel aa65566340 Fixes the OrderedDict KeyError by avoiding conccurent accesses. 14 anos atrás
  Ask Solem 2c61a2f1f2 Simple LRU cache implementation using OrderedDict instead 14 anos atrás