[Python-modules-commits] r14842 - in (458 files)

statik-guest at users.alioth.debian.org statik-guest at users.alioth.debian.org
Sat Nov 6 00:41:32 UTC 2010


    Date: Saturday, November 6, 2010 @ 00:41:24
  Author: statik-guest
Revision: 14842

[svn-inject] Installing original source of celery (2.1.2)

Added:
  branches/
  branches/upstream/
  branches/upstream/celery/
  branches/upstream/celery/current/
  branches/upstream/celery/current/AUTHORS
  branches/upstream/celery/current/Changelog
  branches/upstream/celery/current/FAQ
  branches/upstream/celery/current/INSTALL
  branches/upstream/celery/current/LICENSE
  branches/upstream/celery/current/MANIFEST.in
  branches/upstream/celery/current/PKG-INFO
  branches/upstream/celery/current/README
  branches/upstream/celery/current/README.rst
  branches/upstream/celery/current/THANKS
  branches/upstream/celery/current/TODO
  branches/upstream/celery/current/bin/
  branches/upstream/celery/current/bin/camqadm
  branches/upstream/celery/current/bin/celerybeat
  branches/upstream/celery/current/bin/celeryctl
  branches/upstream/celery/current/bin/celeryd
  branches/upstream/celery/current/bin/celeryd-multi
  branches/upstream/celery/current/bin/celeryev
  branches/upstream/celery/current/celery.egg-info/
  branches/upstream/celery/current/celery.egg-info/PKG-INFO
  branches/upstream/celery/current/celery.egg-info/SOURCES.txt
  branches/upstream/celery/current/celery.egg-info/dependency_links.txt
  branches/upstream/celery/current/celery.egg-info/entry_points.txt
  branches/upstream/celery/current/celery.egg-info/not-zip-safe
  branches/upstream/celery/current/celery.egg-info/requires.txt
  branches/upstream/celery/current/celery.egg-info/top_level.txt
  branches/upstream/celery/current/celery/
  branches/upstream/celery/current/celery/__init__.py
  branches/upstream/celery/current/celery/apps/
  branches/upstream/celery/current/celery/apps/__init__.py
  branches/upstream/celery/current/celery/apps/beat.py
  branches/upstream/celery/current/celery/apps/worker.py
  branches/upstream/celery/current/celery/backends/
  branches/upstream/celery/current/celery/backends/__init__.py
  branches/upstream/celery/current/celery/backends/amqp.py
  branches/upstream/celery/current/celery/backends/base.py
  branches/upstream/celery/current/celery/backends/cache.py
  branches/upstream/celery/current/celery/backends/cassandra.py
  branches/upstream/celery/current/celery/backends/database.py
  branches/upstream/celery/current/celery/backends/mongodb.py
  branches/upstream/celery/current/celery/backends/pyredis.py
  branches/upstream/celery/current/celery/backends/tyrant.py
  branches/upstream/celery/current/celery/beat.py
  branches/upstream/celery/current/celery/bin/
  branches/upstream/celery/current/celery/bin/__init__.py
  branches/upstream/celery/current/celery/bin/base.py
  branches/upstream/celery/current/celery/bin/camqadm.py
  branches/upstream/celery/current/celery/bin/celerybeat.py
  branches/upstream/celery/current/celery/bin/celeryctl.py
  branches/upstream/celery/current/celery/bin/celeryd.py
  branches/upstream/celery/current/celery/bin/celeryd_detach.py
  branches/upstream/celery/current/celery/bin/celeryd_multi.py
  branches/upstream/celery/current/celery/bin/celeryev.py
  branches/upstream/celery/current/celery/concurrency/
  branches/upstream/celery/current/celery/concurrency/__init__.py
  branches/upstream/celery/current/celery/concurrency/processes/
  branches/upstream/celery/current/celery/concurrency/processes/__init__.py
  branches/upstream/celery/current/celery/concurrency/processes/pool.py
  branches/upstream/celery/current/celery/concurrency/threads.py
  branches/upstream/celery/current/celery/conf.py
  branches/upstream/celery/current/celery/contrib/
  branches/upstream/celery/current/celery/contrib/__init__.py
  branches/upstream/celery/current/celery/contrib/abortable.py
  branches/upstream/celery/current/celery/contrib/batches.py
  branches/upstream/celery/current/celery/datastructures.py
  branches/upstream/celery/current/celery/db/
  branches/upstream/celery/current/celery/db/__init__.py
  branches/upstream/celery/current/celery/db/a805d4bd.py
  branches/upstream/celery/current/celery/db/dfd042c7.py
  branches/upstream/celery/current/celery/db/models.py
  branches/upstream/celery/current/celery/db/session.py
  branches/upstream/celery/current/celery/decorators.py
  branches/upstream/celery/current/celery/events/
  branches/upstream/celery/current/celery/events/__init__.py
  branches/upstream/celery/current/celery/events/cursesmon.py
  branches/upstream/celery/current/celery/events/dumper.py
  branches/upstream/celery/current/celery/events/snapshot.py
  branches/upstream/celery/current/celery/events/state.py
  branches/upstream/celery/current/celery/exceptions.py
  branches/upstream/celery/current/celery/execute/
  branches/upstream/celery/current/celery/execute/__init__.py
  branches/upstream/celery/current/celery/execute/trace.py
  branches/upstream/celery/current/celery/loaders/
  branches/upstream/celery/current/celery/loaders/__init__.py
  branches/upstream/celery/current/celery/loaders/base.py
  branches/upstream/celery/current/celery/loaders/default.py
  branches/upstream/celery/current/celery/log.py
  branches/upstream/celery/current/celery/management/
  branches/upstream/celery/current/celery/management/__init__.py
  branches/upstream/celery/current/celery/management/commands/
  branches/upstream/celery/current/celery/management/commands/__init__.py
  branches/upstream/celery/current/celery/management/commands/celeryd.py
  branches/upstream/celery/current/celery/messaging.py
  branches/upstream/celery/current/celery/models.py
  branches/upstream/celery/current/celery/platforms.py
  branches/upstream/celery/current/celery/registry.py
  branches/upstream/celery/current/celery/result.py
  branches/upstream/celery/current/celery/routes.py
  branches/upstream/celery/current/celery/schedules.py
  branches/upstream/celery/current/celery/serialization.py
  branches/upstream/celery/current/celery/signals.py
  branches/upstream/celery/current/celery/states.py
  branches/upstream/celery/current/celery/task/
  branches/upstream/celery/current/celery/task/__init__.py
  branches/upstream/celery/current/celery/task/base.py
  branches/upstream/celery/current/celery/task/builtins.py
  branches/upstream/celery/current/celery/task/control.py
  branches/upstream/celery/current/celery/task/http.py
  branches/upstream/celery/current/celery/task/schedules.py
  branches/upstream/celery/current/celery/task/sets.py
  branches/upstream/celery/current/celery/tests/
  branches/upstream/celery/current/celery/tests/__init__.py
  branches/upstream/celery/current/celery/tests/compat.py
  branches/upstream/celery/current/celery/tests/config.py
  branches/upstream/celery/current/celery/tests/functional/
  branches/upstream/celery/current/celery/tests/functional/__init__.py
  branches/upstream/celery/current/celery/tests/functional/case.py
  branches/upstream/celery/current/celery/tests/functional/tasks.py
  branches/upstream/celery/current/celery/tests/test_backends/
  branches/upstream/celery/current/celery/tests/test_backends/__init__.py
  branches/upstream/celery/current/celery/tests/test_backends/disabled_amqp.py
  branches/upstream/celery/current/celery/tests/test_backends/test_base.py
  branches/upstream/celery/current/celery/tests/test_backends/test_cache.py
  branches/upstream/celery/current/celery/tests/test_backends/test_database.py
  branches/upstream/celery/current/celery/tests/test_backends/test_redis.py
  branches/upstream/celery/current/celery/tests/test_backends/test_tyrant.py
  branches/upstream/celery/current/celery/tests/test_beat.py
  branches/upstream/celery/current/celery/tests/test_bin/
  branches/upstream/celery/current/celery/tests/test_bin/__init__.py
  branches/upstream/celery/current/celery/tests/test_bin/test_base.py
  branches/upstream/celery/current/celery/tests/test_bin/test_celerybeat.py
  branches/upstream/celery/current/celery/tests/test_bin/test_celeryd.py
  branches/upstream/celery/current/celery/tests/test_buckets.py
  branches/upstream/celery/current/celery/tests/test_celery.py
  branches/upstream/celery/current/celery/tests/test_concurrency_processes.py
  branches/upstream/celery/current/celery/tests/test_datastructures.py
  branches/upstream/celery/current/celery/tests/test_events.py
  branches/upstream/celery/current/celery/tests/test_events_state.py
  branches/upstream/celery/current/celery/tests/test_loaders.py
  branches/upstream/celery/current/celery/tests/test_log.py
  branches/upstream/celery/current/celery/tests/test_messaging.py
  branches/upstream/celery/current/celery/tests/test_pickle.py
  branches/upstream/celery/current/celery/tests/test_pool.py
  branches/upstream/celery/current/celery/tests/test_registry.py
  branches/upstream/celery/current/celery/tests/test_result.py
  branches/upstream/celery/current/celery/tests/test_routes.py
  branches/upstream/celery/current/celery/tests/test_serialization.py
  branches/upstream/celery/current/celery/tests/test_states.py
  branches/upstream/celery/current/celery/tests/test_task.py
  branches/upstream/celery/current/celery/tests/test_task_abortable.py
  branches/upstream/celery/current/celery/tests/test_task_builtins.py
  branches/upstream/celery/current/celery/tests/test_task_control.py
  branches/upstream/celery/current/celery/tests/test_task_http.py
  branches/upstream/celery/current/celery/tests/test_task_sets.py
  branches/upstream/celery/current/celery/tests/test_timer2.py
  branches/upstream/celery/current/celery/tests/test_utils.py
  branches/upstream/celery/current/celery/tests/test_utils_info.py
  branches/upstream/celery/current/celery/tests/test_worker.py
  branches/upstream/celery/current/celery/tests/test_worker_control.py
  branches/upstream/celery/current/celery/tests/test_worker_controllers.py
  branches/upstream/celery/current/celery/tests/test_worker_heartbeat.py
  branches/upstream/celery/current/celery/tests/test_worker_job.py
  branches/upstream/celery/current/celery/tests/test_worker_revoke.py
  branches/upstream/celery/current/celery/tests/test_worker_state.py
  branches/upstream/celery/current/celery/tests/utils.py
  branches/upstream/celery/current/celery/utils/
  branches/upstream/celery/current/celery/utils/__init__.py
  branches/upstream/celery/current/celery/utils/compat.py
  branches/upstream/celery/current/celery/utils/dispatch/
  branches/upstream/celery/current/celery/utils/dispatch/__init__.py
  branches/upstream/celery/current/celery/utils/dispatch/saferef.py
  branches/upstream/celery/current/celery/utils/dispatch/signal.py
  branches/upstream/celery/current/celery/utils/functional.py
  branches/upstream/celery/current/celery/utils/info.py
  branches/upstream/celery/current/celery/utils/mail.py
  branches/upstream/celery/current/celery/utils/patch.py
  branches/upstream/celery/current/celery/utils/term.py
  branches/upstream/celery/current/celery/utils/timer2.py
  branches/upstream/celery/current/celery/utils/timeutils.py
  branches/upstream/celery/current/celery/worker/
  branches/upstream/celery/current/celery/worker/__init__.py
  branches/upstream/celery/current/celery/worker/buckets.py
  branches/upstream/celery/current/celery/worker/control/
  branches/upstream/celery/current/celery/worker/control/__init__.py
  branches/upstream/celery/current/celery/worker/control/builtins.py
  branches/upstream/celery/current/celery/worker/control/registry.py
  branches/upstream/celery/current/celery/worker/controllers.py
  branches/upstream/celery/current/celery/worker/heartbeat.py
  branches/upstream/celery/current/celery/worker/job.py
  branches/upstream/celery/current/celery/worker/listener.py
  branches/upstream/celery/current/celery/worker/state.py
  branches/upstream/celery/current/contrib/
  branches/upstream/celery/current/contrib/debian/
  branches/upstream/celery/current/contrib/debian/init.d/
  branches/upstream/celery/current/contrib/debian/init.d/celerybeat
  branches/upstream/celery/current/contrib/debian/init.d/celeryd
  branches/upstream/celery/current/contrib/debian/init.d/celeryd-multi
  branches/upstream/celery/current/contrib/debian/init.d/celeryevcam
  branches/upstream/celery/current/contrib/generic-init.d/
  branches/upstream/celery/current/contrib/generic-init.d/celeryd
  branches/upstream/celery/current/contrib/logtools/
  branches/upstream/celery/current/contrib/logtools/find-unprocessed-tasks-debug.sh
  branches/upstream/celery/current/contrib/logtools/find-unprocessed-tasks.sh
  branches/upstream/celery/current/contrib/logtools/periodic-task-runtimes.sh
  branches/upstream/celery/current/contrib/mac/
  branches/upstream/celery/current/contrib/mac/org.celeryq.celerybeat.plist
  branches/upstream/celery/current/contrib/mac/org.celeryq.celeryd.plist
  branches/upstream/celery/current/contrib/mac/org.celeryq.celerymon.plist
  branches/upstream/celery/current/contrib/mac/watch-workers.applescript
  branches/upstream/celery/current/contrib/release/
  branches/upstream/celery/current/contrib/release/doc4allmods
  branches/upstream/celery/current/contrib/release/sphinx-to-rst.py
  branches/upstream/celery/current/contrib/release/verify-reference-index.sh
  branches/upstream/celery/current/contrib/requirements/
  branches/upstream/celery/current/contrib/requirements/README.rst
  branches/upstream/celery/current/contrib/requirements/default.txt
  branches/upstream/celery/current/contrib/requirements/py24.txt
  branches/upstream/celery/current/contrib/requirements/py25.txt
  branches/upstream/celery/current/contrib/requirements/test.txt
  branches/upstream/celery/current/contrib/supervisord/
  branches/upstream/celery/current/contrib/supervisord/celerybeat.conf
  branches/upstream/celery/current/contrib/supervisord/celeryd.conf
  branches/upstream/celery/current/contrib/supervisord/supervisord.conf
  branches/upstream/celery/current/docs/
  branches/upstream/celery/current/docs/.static/
  branches/upstream/celery/current/docs/.static/.keep
  branches/upstream/celery/current/docs/.templates/
  branches/upstream/celery/current/docs/.templates/sidebarintro.html
  branches/upstream/celery/current/docs/.templates/sidebarlogo.html
  branches/upstream/celery/current/docs/Makefile
  branches/upstream/celery/current/docs/_ext/
  branches/upstream/celery/current/docs/_ext/applyxrefs.py
  branches/upstream/celery/current/docs/_ext/celerydocs.py
  branches/upstream/celery/current/docs/_ext/literals_to_xrefs.py
  branches/upstream/celery/current/docs/_theme/
  branches/upstream/celery/current/docs/_theme/celery/
  branches/upstream/celery/current/docs/_theme/celery/static/
  branches/upstream/celery/current/docs/_theme/celery/static/celery.css_t
  branches/upstream/celery/current/docs/_theme/celery/theme.conf
  branches/upstream/celery/current/docs/changelog.rst
  branches/upstream/celery/current/docs/community.rst
  branches/upstream/celery/current/docs/conf.py
  branches/upstream/celery/current/docs/configuration.rst
  branches/upstream/celery/current/docs/cookbook/
  branches/upstream/celery/current/docs/cookbook/daemonizing.rst
  branches/upstream/celery/current/docs/cookbook/index.rst
  branches/upstream/celery/current/docs/cookbook/tasks.rst
  branches/upstream/celery/current/docs/faq.rst
  branches/upstream/celery/current/docs/getting-started/
  branches/upstream/celery/current/docs/getting-started/broker-installation.rst
  branches/upstream/celery/current/docs/getting-started/first-steps-with-celery.rst
  branches/upstream/celery/current/docs/getting-started/index.rst
  branches/upstream/celery/current/docs/getting-started/introduction.rst
  branches/upstream/celery/current/docs/getting-started/resources.rst
  branches/upstream/celery/current/docs/graffles/
  branches/upstream/celery/current/docs/graffles/Celery-Overview.graffle
  branches/upstream/celery/current/docs/graffles/Celery1.0-inside-worker.graffle
  branches/upstream/celery/current/docs/graffles/InsideTheWorker.graffle
  branches/upstream/celery/current/docs/graffles/celery-broker-worker-connection.graffle
  branches/upstream/celery/current/docs/graffles/celery-client-broker-workers.graffle
  branches/upstream/celery/current/docs/homepage/
  branches/upstream/celery/current/docs/homepage/bg.png
  branches/upstream/celery/current/docs/homepage/bg000000.png
  branches/upstream/celery/current/docs/homepage/bg_conte.png
  branches/upstream/celery/current/docs/homepage/bg_grass.png
  branches/upstream/celery/current/docs/homepage/bg_top00.png
  branches/upstream/celery/current/docs/homepage/black_10.png
  branches/upstream/celery/current/docs/homepage/celery_1.0_released.html
  branches/upstream/celery/current/docs/homepage/documentation.png
  branches/upstream/celery/current/docs/homepage/examplerun.txt
  branches/upstream/celery/current/docs/homepage/exampletask.txt
  branches/upstream/celery/current/docs/homepage/favicon.png
  branches/upstream/celery/current/docs/homepage/favicon0.png
  branches/upstream/celery/current/docs/homepage/favicon_128.png
  branches/upstream/celery/current/docs/homepage/favicon_32.png
  branches/upstream/celery/current/docs/homepage/favicon_64.png
  branches/upstream/celery/current/docs/homepage/index.html
  branches/upstream/celery/current/docs/homepage/logo0000.png
  branches/upstream/celery/current/docs/homepage/main0000.css
  branches/upstream/celery/current/docs/homepage/point0.html
  branches/upstream/celery/current/docs/homepage/trac0000.css
  branches/upstream/celery/current/docs/homepage/white_50.png
  branches/upstream/celery/current/docs/images/
  branches/upstream/celery/current/docs/images/Celery-InsideTheWorker.jpg
  branches/upstream/celery/current/docs/images/Celery-Overview-v2.jpg
  branches/upstream/celery/current/docs/images/Celery-Overview-v3.jpg
  branches/upstream/celery/current/docs/images/Celery-Overview-v4.jpg
  branches/upstream/celery/current/docs/images/Celery1.0-inside-worker.jpg
  branches/upstream/celery/current/docs/images/InsideTheWorker-v2.jpg
  branches/upstream/celery/current/docs/images/celery-broker-worker-nodes.jpg
  branches/upstream/celery/current/docs/images/celery-broker-worker-relationship.jpg
  branches/upstream/celery/current/docs/images/celery-icon-128.png
  branches/upstream/celery/current/docs/images/celery-icon-32.png
  branches/upstream/celery/current/docs/images/celery-icon-64.png
  branches/upstream/celery/current/docs/images/celery-worker-bindings.jpg
  branches/upstream/celery/current/docs/images/celery_favicon_128.png
  branches/upstream/celery/current/docs/images/celeryevshotsm.jpg
  branches/upstream/celery/current/docs/images/djangoceleryadmin2.jpg
  branches/upstream/celery/current/docs/images/favicon.ico
  branches/upstream/celery/current/docs/images/favicon.png
  branches/upstream/celery/current/docs/includes/
  branches/upstream/celery/current/docs/includes/installation.txt
  branches/upstream/celery/current/docs/includes/introduction.txt
  branches/upstream/celery/current/docs/includes/resources.txt
  branches/upstream/celery/current/docs/index.rst
  branches/upstream/celery/current/docs/internals/
  branches/upstream/celery/current/docs/internals/deprecation.rst
  branches/upstream/celery/current/docs/internals/events.rst
  branches/upstream/celery/current/docs/internals/index.rst
  branches/upstream/celery/current/docs/internals/moduleindex.rst
  branches/upstream/celery/current/docs/internals/protocol.rst
  branches/upstream/celery/current/docs/internals/reference/
  branches/upstream/celery/current/docs/internals/reference/celery.backends.amqp.rst
  branches/upstream/celery/current/docs/internals/reference/celery.backends.base.rst
  branches/upstream/celery/current/docs/internals/reference/celery.backends.cache.rst
  branches/upstream/celery/current/docs/internals/reference/celery.backends.cassandra.rst
  branches/upstream/celery/current/docs/internals/reference/celery.backends.database.rst
  branches/upstream/celery/current/docs/internals/reference/celery.backends.mongodb.rst
  branches/upstream/celery/current/docs/internals/reference/celery.backends.pyredis.rst
  branches/upstream/celery/current/docs/internals/reference/celery.backends.rst
  branches/upstream/celery/current/docs/internals/reference/celery.backends.tyrant.rst
  branches/upstream/celery/current/docs/internals/reference/celery.beat.rst
  branches/upstream/celery/current/docs/internals/reference/celery.concurrency.processes.pool.rst
  branches/upstream/celery/current/docs/internals/reference/celery.concurrency.processes.rst
  branches/upstream/celery/current/docs/internals/reference/celery.concurrency.threads.rst
  branches/upstream/celery/current/docs/internals/reference/celery.datastructures.rst
  branches/upstream/celery/current/docs/internals/reference/celery.db.models.rst
  branches/upstream/celery/current/docs/internals/reference/celery.db.session.rst
  branches/upstream/celery/current/docs/internals/reference/celery.events.cursesmon.rst
  branches/upstream/celery/current/docs/internals/reference/celery.events.dumper.rst
  branches/upstream/celery/current/docs/internals/reference/celery.events.snapshot.rst
  branches/upstream/celery/current/docs/internals/reference/celery.execute.trace.rst
  branches/upstream/celery/current/docs/internals/reference/celery.log.rst
  branches/upstream/celery/current/docs/internals/reference/celery.platforms.rst
  branches/upstream/celery/current/docs/internals/reference/celery.routes.rst
  branches/upstream/celery/current/docs/internals/reference/celery.serialization.rst
  branches/upstream/celery/current/docs/internals/reference/celery.utils.compat.rst
  branches/upstream/celery/current/docs/internals/reference/celery.utils.dispatch.rst
  branches/upstream/celery/current/docs/internals/reference/celery.utils.dispatch.saferef.rst
  branches/upstream/celery/current/docs/internals/reference/celery.utils.dispatch.signal.rst
  branches/upstream/celery/current/docs/internals/reference/celery.utils.functional.rst
  branches/upstream/celery/current/docs/internals/reference/celery.utils.info.rst
  branches/upstream/celery/current/docs/internals/reference/celery.utils.mail.rst
  branches/upstream/celery/current/docs/internals/reference/celery.utils.patch.rst
  branches/upstream/celery/current/docs/internals/reference/celery.utils.rst
  branches/upstream/celery/current/docs/internals/reference/celery.utils.term.rst
  branches/upstream/celery/current/docs/internals/reference/celery.utils.timer2.rst
  branches/upstream/celery/current/docs/internals/reference/celery.utils.timeutils.rst
  branches/upstream/celery/current/docs/internals/reference/celery.worker.buckets.rst
  branches/upstream/celery/current/docs/internals/reference/celery.worker.control.builtins.rst
  branches/upstream/celery/current/docs/internals/reference/celery.worker.control.registry.rst
  branches/upstream/celery/current/docs/internals/reference/celery.worker.control.rst
  branches/upstream/celery/current/docs/internals/reference/celery.worker.controllers.rst
  branches/upstream/celery/current/docs/internals/reference/celery.worker.heartbeat.rst
  branches/upstream/celery/current/docs/internals/reference/celery.worker.job.rst
  branches/upstream/celery/current/docs/internals/reference/celery.worker.listener.rst
  branches/upstream/celery/current/docs/internals/reference/celery.worker.rst
  branches/upstream/celery/current/docs/internals/reference/celery.worker.state.rst
  branches/upstream/celery/current/docs/internals/reference/index.rst
  branches/upstream/celery/current/docs/internals/worker.rst
  branches/upstream/celery/current/docs/links.rst
  branches/upstream/celery/current/docs/name_change_request.txt
  branches/upstream/celery/current/docs/reference/
  branches/upstream/celery/current/docs/reference/celery.apps.beat.rst
  branches/upstream/celery/current/docs/reference/celery.apps.worker.rst
  branches/upstream/celery/current/docs/reference/celery.bin.base.rst
  branches/upstream/celery/current/docs/reference/celery.bin.camqadm.rst
  branches/upstream/celery/current/docs/reference/celery.bin.celerybeat.rst
  branches/upstream/celery/current/docs/reference/celery.bin.celeryctl.rst
  branches/upstream/celery/current/docs/reference/celery.bin.celeryd.rst
  branches/upstream/celery/current/docs/reference/celery.bin.celeryd_multi.rst
  branches/upstream/celery/current/docs/reference/celery.bin.celeryev.rst
  branches/upstream/celery/current/docs/reference/celery.conf.rst
  branches/upstream/celery/current/docs/reference/celery.contrib.abortable.rst
  branches/upstream/celery/current/docs/reference/celery.decorators.rst
  branches/upstream/celery/current/docs/reference/celery.events.rst
  branches/upstream/celery/current/docs/reference/celery.events.state.rst
  branches/upstream/celery/current/docs/reference/celery.exceptions.rst
  branches/upstream/celery/current/docs/reference/celery.execute.rst
  branches/upstream/celery/current/docs/reference/celery.loaders.base.rst
  branches/upstream/celery/current/docs/reference/celery.loaders.default.rst
  branches/upstream/celery/current/docs/reference/celery.loaders.rst
  branches/upstream/celery/current/docs/reference/celery.messaging.rst
  branches/upstream/celery/current/docs/reference/celery.registry.rst
  branches/upstream/celery/current/docs/reference/celery.result.rst
  branches/upstream/celery/current/docs/reference/celery.schedules.rst
  branches/upstream/celery/current/docs/reference/celery.signals.rst
  branches/upstream/celery/current/docs/reference/celery.states.rst
  branches/upstream/celery/current/docs/reference/celery.task.base.rst
  branches/upstream/celery/current/docs/reference/celery.task.builtins.rst
  branches/upstream/celery/current/docs/reference/celery.task.control.rst
  branches/upstream/celery/current/docs/reference/celery.task.http.rst
  branches/upstream/celery/current/docs/reference/celery.task.rst
  branches/upstream/celery/current/docs/reference/celery.task.sets.rst
  branches/upstream/celery/current/docs/reference/index.rst
  branches/upstream/celery/current/docs/releases/
  branches/upstream/celery/current/docs/releases/1.0/
  branches/upstream/celery/current/docs/releases/1.0/announcement.rst
  branches/upstream/celery/current/docs/slidesource/
  branches/upstream/celery/current/docs/slidesource/slide-example1-result.py
  branches/upstream/celery/current/docs/slidesource/slide-example1.py
  branches/upstream/celery/current/docs/templates/
  branches/upstream/celery/current/docs/templates/readme.txt
  branches/upstream/celery/current/docs/tutorials/
  branches/upstream/celery/current/docs/tutorials/clickcounter.rst
  branches/upstream/celery/current/docs/tutorials/index.rst
  branches/upstream/celery/current/docs/tutorials/otherqueues.rst
  branches/upstream/celery/current/docs/userguide/
  branches/upstream/celery/current/docs/userguide/executing.rst
  branches/upstream/celery/current/docs/userguide/index.rst
  branches/upstream/celery/current/docs/userguide/monitoring.rst
  branches/upstream/celery/current/docs/userguide/overview.rst
  branches/upstream/celery/current/docs/userguide/periodic-tasks.rst
  branches/upstream/celery/current/docs/userguide/remote-tasks.rst
  branches/upstream/celery/current/docs/userguide/routing.rst
  branches/upstream/celery/current/docs/userguide/tasks.rst
  branches/upstream/celery/current/docs/userguide/tasksets.rst
  branches/upstream/celery/current/docs/userguide/workers.rst
  branches/upstream/celery/current/examples/
  branches/upstream/celery/current/examples/README.rst
  branches/upstream/celery/current/examples/celery_http_gateway/
  branches/upstream/celery/current/examples/celery_http_gateway/README.rst
  branches/upstream/celery/current/examples/celery_http_gateway/__init__.py
  branches/upstream/celery/current/examples/celery_http_gateway/manage.py
  branches/upstream/celery/current/examples/celery_http_gateway/settings.py
  branches/upstream/celery/current/examples/celery_http_gateway/urls.py
  branches/upstream/celery/current/examples/ghetto-queue/
  branches/upstream/celery/current/examples/ghetto-queue/README.rst
  branches/upstream/celery/current/examples/ghetto-queue/__init__.py
  branches/upstream/celery/current/examples/ghetto-queue/celeryconfig.py
  branches/upstream/celery/current/examples/ghetto-queue/tasks.py
  branches/upstream/celery/current/examples/ghetto-queue/test.py
  branches/upstream/celery/current/examples/httpexample/
  branches/upstream/celery/current/examples/httpexample/README.rst
  branches/upstream/celery/current/examples/httpexample/__init__.py
  branches/upstream/celery/current/examples/httpexample/manage.py
  branches/upstream/celery/current/examples/httpexample/settings.py
  branches/upstream/celery/current/examples/httpexample/urls.py
  branches/upstream/celery/current/examples/httpexample/views.py
  branches/upstream/celery/current/examples/pythonproject/
  branches/upstream/celery/current/examples/pythonproject/demoapp/
  branches/upstream/celery/current/examples/pythonproject/demoapp/README.rst
  branches/upstream/celery/current/examples/pythonproject/demoapp/__init__.py
  branches/upstream/celery/current/examples/pythonproject/demoapp/celeryconfig.py
  branches/upstream/celery/current/examples/pythonproject/demoapp/tasks.py
  branches/upstream/celery/current/examples/pythonproject/demoapp/test.py
  branches/upstream/celery/current/funtests/
  branches/upstream/celery/current/funtests/__init__.py
  branches/upstream/celery/current/funtests/config.py
  branches/upstream/celery/current/funtests/test.cfg
  branches/upstream/celery/current/funtests/test_basic.py
  branches/upstream/celery/current/pavement.py
  branches/upstream/celery/current/setup.cfg
  branches/upstream/celery/current/setup.py

The diff is longer than the limit of 200KB.
Use svn diff -r 14841:14842 to see the changes.



More information about the Python-modules-commits mailing list