.coveragerc
.travis.yml
CHANGES.rst
COPYRIGHT.txt
LICENSE.txt
MANIFEST.in
README.rst
bootstrap.py
buildout.cfg
doc-requirements.txt
setup.cfg
setup.py
tox.ini
docs/changelog.rst
docs/compiler.rst
docs/conf.py
docs/engine.rst
docs/expressions.rst
docs/index.rst
docs/interfaces.rst
docs/other.rst
src/zope/__init__.py
src/zope.tales.egg-info/PKG-INFO
src/zope.tales.egg-info/SOURCES.txt
src/zope.tales.egg-info/dependency_links.txt
src/zope.tales.egg-info/namespace_packages.txt
src/zope.tales.egg-info/not-zip-safe
src/zope.tales.egg-info/requires.txt
src/zope.tales.egg-info/top_level.txt
src/zope/tales/__init__.py
src/zope/tales/engine.py
src/zope/tales/expressions.py
src/zope/tales/interfaces.py
src/zope/tales/pythonexpr.py
src/zope/tales/tales.py
src/zope/tales/tests/__init__.py
src/zope/tales/tests/simpleexpr.py
src/zope/tales/tests/test_expressions.py
src/zope/tales/tests/test_pythonexpr.py
src/zope/tales/tests/test_tales.py
src/zope/tales/tests/test_traverser.py