[Python-modules-commits] r15159 - in (97 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Dec 28 08:26:47 UTC 2010


    Date: Tuesday, December 28, 2010 @ 08:26:45
  Author: takaki
Revision: 15159

[svn-inject] Installing original source of python-couchdbkit (0.5.1)

Added:
  branches/
  branches/upstream/
  branches/upstream/python-couchdbkit/
  branches/upstream/python-couchdbkit/current/
  branches/upstream/python-couchdbkit/current/LICENSE
  branches/upstream/python-couchdbkit/current/MANIFEST.in
  branches/upstream/python-couchdbkit/current/PKG-INFO
  branches/upstream/python-couchdbkit/current/README.rst
  branches/upstream/python-couchdbkit/current/couchdbkit.egg-info/
  branches/upstream/python-couchdbkit/current/couchdbkit.egg-info/PKG-INFO
  branches/upstream/python-couchdbkit/current/couchdbkit.egg-info/SOURCES.txt
  branches/upstream/python-couchdbkit/current/couchdbkit.egg-info/dependency_links.txt
  branches/upstream/python-couchdbkit/current/couchdbkit.egg-info/entry_points.txt
  branches/upstream/python-couchdbkit/current/couchdbkit.egg-info/not-zip-safe
  branches/upstream/python-couchdbkit/current/couchdbkit.egg-info/requires.txt
  branches/upstream/python-couchdbkit/current/couchdbkit.egg-info/top_level.txt
  branches/upstream/python-couchdbkit/current/couchdbkit/
  branches/upstream/python-couchdbkit/current/couchdbkit/__init__.py
  branches/upstream/python-couchdbkit/current/couchdbkit/client.py
  branches/upstream/python-couchdbkit/current/couchdbkit/consumer/
  branches/upstream/python-couchdbkit/current/couchdbkit/consumer/__init__.py
  branches/upstream/python-couchdbkit/current/couchdbkit/consumer/base.py
  branches/upstream/python-couchdbkit/current/couchdbkit/consumer/ceventlet.py
  branches/upstream/python-couchdbkit/current/couchdbkit/consumer/cgevent.py
  branches/upstream/python-couchdbkit/current/couchdbkit/consumer/sync.py
  branches/upstream/python-couchdbkit/current/couchdbkit/designer/
  branches/upstream/python-couchdbkit/current/couchdbkit/designer/__init__.py
  branches/upstream/python-couchdbkit/current/couchdbkit/designer/fs.py
  branches/upstream/python-couchdbkit/current/couchdbkit/designer/macros.py
  branches/upstream/python-couchdbkit/current/couchdbkit/exceptions.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/__init__.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/django/
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/django/__init__.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/django/forms.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/django/loading.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/django/management/
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/django/management/__init__.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/django/management/commands/
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/django/management/commands/__init__.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/django/management/commands/sync_couchdb.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/django/schema.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/pylons/
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/pylons/__init__.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/pylons/auth/
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/pylons/auth/__init__.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/pylons/auth/adapters.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/pylons/auth/basic.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/pylons/auth/model.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/pylons/commands.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/pylons/db.py
  branches/upstream/python-couchdbkit/current/couchdbkit/ext/pylons/test.py
  branches/upstream/python-couchdbkit/current/couchdbkit/external.py
  branches/upstream/python-couchdbkit/current/couchdbkit/loaders.py
  branches/upstream/python-couchdbkit/current/couchdbkit/resource.py
  branches/upstream/python-couchdbkit/current/couchdbkit/schema/
  branches/upstream/python-couchdbkit/current/couchdbkit/schema/__init__.py
  branches/upstream/python-couchdbkit/current/couchdbkit/schema/base.py
  branches/upstream/python-couchdbkit/current/couchdbkit/schema/properties.py
  branches/upstream/python-couchdbkit/current/couchdbkit/schema/properties_proxy.py
  branches/upstream/python-couchdbkit/current/couchdbkit/utils.py
  branches/upstream/python-couchdbkit/current/couchdbkit/wsgi/
  branches/upstream/python-couchdbkit/current/couchdbkit/wsgi/__init__.py
  branches/upstream/python-couchdbkit/current/couchdbkit/wsgi/handler.py
  branches/upstream/python-couchdbkit/current/couchdbkit/wsgi/proxy.py
  branches/upstream/python-couchdbkit/current/distribute_setup.py
  branches/upstream/python-couchdbkit/current/setup.cfg
  branches/upstream/python-couchdbkit/current/setup.py
  branches/upstream/python-couchdbkit/current/tests/
  branches/upstream/python-couchdbkit/current/tests/__init__.py
  branches/upstream/python-couchdbkit/current/tests/client_test.py
  branches/upstream/python-couchdbkit/current/tests/data/
  branches/upstream/python-couchdbkit/current/tests/data/app-template/
  branches/upstream/python-couchdbkit/current/tests/data/app-template/_attachments/
  branches/upstream/python-couchdbkit/current/tests/data/app-template/_attachments/index.html
  branches/upstream/python-couchdbkit/current/tests/data/app-template/_attachments/style/
  branches/upstream/python-couchdbkit/current/tests/data/app-template/_attachments/style/main.css
  branches/upstream/python-couchdbkit/current/tests/data/app-template/foo/
  branches/upstream/python-couchdbkit/current/tests/data/app-template/foo/bar.txt
  branches/upstream/python-couchdbkit/current/tests/data/app-template/lib/
  branches/upstream/python-couchdbkit/current/tests/data/app-template/lib/helpers/
  branches/upstream/python-couchdbkit/current/tests/data/app-template/lib/helpers/math.js
  branches/upstream/python-couchdbkit/current/tests/data/app-template/lib/helpers/template.js
  branches/upstream/python-couchdbkit/current/tests/data/app-template/lib/templates/
  branches/upstream/python-couchdbkit/current/tests/data/app-template/lib/templates/example.html
  branches/upstream/python-couchdbkit/current/tests/data/app-template/lists/
  branches/upstream/python-couchdbkit/current/tests/data/app-template/lists/feed.js
  branches/upstream/python-couchdbkit/current/tests/data/app-template/shows/
  branches/upstream/python-couchdbkit/current/tests/data/app-template/shows/example-show.js
  branches/upstream/python-couchdbkit/current/tests/data/app-template/views/
  branches/upstream/python-couchdbkit/current/tests/data/app-template/views/example/
  branches/upstream/python-couchdbkit/current/tests/data/app-template/views/example/map.js
  branches/upstream/python-couchdbkit/current/tests/data/app-template/views/example/reduce.js
  branches/upstream/python-couchdbkit/current/tests/test_consumer.py
  branches/upstream/python-couchdbkit/current/tests/test_loaders.py
  branches/upstream/python-couchdbkit/current/tests/test_resource.py
  branches/upstream/python-couchdbkit/current/tests/test_schema.py

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



More information about the Python-modules-commits mailing list