dcf1ae python-mako-1.0.6 base

154 files Authored by rpm-build 3 years ago, Committed by Packit 3 years ago,
154 files changed. 26430 lines added. 0 lines removed.
.gitignore
file added
+17
.gitreview
file added
+4
.travis.yml
file added
+11
AUTHORS
file added
+12
CHANGES
file added
+15
LICENSE
file added
+20
MANIFEST.in
file added
+11
README.rst
file added
+52
doc/build/Makefile
file added
+137
doc/build/builder/__init__.py
file added
+0
doc/build/builder/builders.py
file added
+97
doc/build/builder/util.py
file added
+12
doc/build/caching.rst
file added
+387
doc/build/changelog.rst
file added
+2126
doc/build/conf.py
file added
+296
doc/build/defs.rst
file added
+622
doc/build/filtering.rst
file added
+344
doc/build/index.rst
file added
+23
doc/build/inheritance.rst
file added
+647
doc/build/namespaces.rst
file added
+475
doc/build/requirements.txt
file added
+2
doc/build/runtime.rst
file added
+448
doc/build/static/docs.css
file added
+438
doc/build/static/makoLogo.png
file added
+0
doc/build/static/python-logo.gif
file added
+0
doc/build/static/site.css
file added
+86
doc/build/syntax.rst
file added
+486
doc/build/templates/base.mako
file added
+56
doc/build/templates/genindex.mako
file added
+77
doc/build/templates/layout.mako
file added
+205
doc/build/templates/page.mako
file added
+2
doc/build/templates/rtd_layout.mako
file added
+37
doc/build/templates/search.mako
file added
+25
doc/build/unicode.rst
file added
+345
doc/build/usage.rst
file added
+520
examples/bench/basic.py
file added
+191
examples/bench/cheetah/footer.tmpl
file added
+2
examples/bench/cheetah/header.tmpl
file added
+5
examples/bench/cheetah/template.tmpl
file added
+31
examples/bench/django/templates/base.html
file added
+14
examples/bench/django/templates/template.html
file added
+22
examples/bench/django/templatetags/__init__.py
file added
+0
examples/bench/django/templatetags/bench.py
file added
+8
examples/bench/genshi/base.html
file added
+17
examples/bench/genshi/template.html
file added
+24
examples/bench/jinja2/footer.html
file added
+2
examples/bench/jinja2/header.html
file added
+3
examples/bench/jinja2/template.html
file added
+31
examples/bench/jinja2_inheritance/base.html
file added
+24
examples/bench/jinja2_inheritance/template.html
file added
+15
examples/bench/kid/base.kid
file added
+15
examples/bench/kid/template.kid
file added
+22
examples/bench/mako/footer.html
file added
+2
examples/bench/mako/header.html
file added
+5
examples/bench/mako/template.html
file added
+31
examples/bench/mako_inheritance/base.html
file added
+24
examples/bench/mako_inheritance/template.html
file added
+15
examples/bench/myghty/base.myt
file added
+29
examples/bench/myghty/template.myt
file added
+30
examples/wsgi/htdocs/index.html
file added
+8
examples/wsgi/run_wsgi.py
file added
+86
examples/wsgi/templates/root.html
file added
+7
mako/__init__.py
file added
+8
mako/_ast_util.py
file added
+851
mako/ast.py
file added
+191
mako/cache.py
file added
+240
mako/cmd.py
file added
+67
mako/codegen.py
file added
+1255
mako/compat.py
file added
+201
mako/exceptions.py
file added
+394
mako/ext/__init__.py
file added
+0
mako/ext/autohandler.py
file added
+68
mako/ext/babelplugin.py
file added
+50
mako/ext/beaker_cache.py
file added
+76
mako/ext/extract.py
file added
+108
mako/ext/linguaplugin.py
file added
+43
mako/ext/preprocessors.py
file added
+20
mako/ext/pygmentplugin.py
file added
+127
mako/ext/turbogears.py
file added
+58
mako/filters.py
file added
+209
mako/lexer.py
file added
+449
mako/lookup.py
file added
+369
mako/parsetree.py
file added
+616
mako/pygen.py
file added
+303
mako/pyparser.py
file added
+233
mako/runtime.py
file added
+918
mako/template.py
file added
+746
mako/util.py
file added
+382
setup.cfg
file added
+13
setup.py
file added
+96
test/__init__.py
file added
+168
test/ext/__init__.py
file added
+0
test/ext/test_babelplugin.py
file added
+93
test/ext/test_linguaplugin.py
file added
+57
test/foo/__init__.py
file added
+0
test/foo/test_ns.py
file added
+10
test/sample_module_namespace.py
file added
+7
test/templates/badbom.html
file added
+2
test/templates/bom.html
file added
+1
test/templates/bommagic.html
file added
+2
test/templates/chs_unicode.html
file added
+11
test/templates/chs_unicode_py3k.html
file added
+11
test/templates/chs_utf8.html
file added
+17
test/templates/cmd_good.mako
file added
+1
test/templates/cmd_runtime.mako
file added
+1
test/templates/cmd_syntax.mako
file added
+1
test/templates/crlf.html
file added
+19
test/templates/foo/modtest.html.py
file added
+25
test/templates/gettext.mako
file added
+130
test/templates/gettext_cp1251.mako
file added
+1
test/templates/gettext_utf8.mako
file added
+1
test/templates/index.html
file added
+1
test/templates/internationalization.html
file added
+920
test/templates/modtest.html
file added
+1
test/templates/othersubdir/foo.html
file added
+0
test/templates/read_unicode.html
file added
+10
test/templates/read_unicode_py3k.html
file added
+10
test/templates/runtimeerr.html
file added
+4
test/templates/runtimeerr_py3k.html
file added
+4
test/templates/subdir/foo/modtest.html.py
file added
+25
test/templates/subdir/incl.html
file added
+2
test/templates/subdir/index.html
file added
+3
test/templates/subdir/modtest.html
file added
+1
test/templates/unicode.html
file added
+2
test/templates/unicode_arguments.html
file added
+10
test/templates/unicode_arguments_py3k.html
file added
+10
test/templates/unicode_code.html
file added
+7
test/templates/unicode_code_py3k.html
file added
+7
test/templates/unicode_expr.html
file added
+2
test/templates/unicode_expr_py3k.html
file added
+2
test/templates/unicode_runtime_error.html
file added
+2
test/templates/unicode_syntax_error.html
file added
+2
test/test_ast.py
file added
+377
test/test_block.py
file added
+569
test/test_cache.py
file added
+664
test/test_call.py
file added
+514
test/test_cmd.py
file added
+72
test/test_decorators.py
file added
+110
test/test_def.py
file added
+731
test/test_exceptions.py
file added
+289
test/test_filters.py
file added
+390
test/test_inheritance.py
file added
+349
test/test_lexer.py
file added
+897
test/test_lookup.py
file added
+108
test/test_loop.py
file added
+295
test/test_lru.py
file added
+114
test/test_namespace.py
file added
+792
test/test_pygen.py
file added
+254
test/test_runtime.py
file added
+21
test/test_template.py
file added
+1375
test/test_tgplugin.py
file added
+49
test/test_util.py
file added
+51
test/util.py
file added
+7
tox.ini
file added
+30
    python-mako-1.0.6 base
    
        
file added
+17
file added
+4
file added
+11
file added
+12
file added
+15
file added
+20
file added
+11
file added
+52
file added
+137
empty file added
file added
+387
file added
+2126
file added
+296
file added
+622
file added
+23
file added
+448
empty file added
empty file added
file added
+486
file added
+345
file added
+520
empty file added
file added
+8
file added
+851
file added
+191
file added
+240
file added
+67
file added
+1255
file added
+201
file added
+394
file added
+0
empty file added
file added
+108
file added
+209
file added
+449
file added
+369
file added
+616
file added
+303
file added
+233
file added
+918
file added
+746
file added
+382
file added
+13
file added
+96
file added
+168
file added
+0
empty file added
file added
+0
empty file added
file added
+10
empty file added
file added
+377
file added
+569
file added
+664
file added
+514
file added
+72
file added
+731
file added
+390
file added
+897
file added
+108
file added
+295
file added
+114
file added
+792
file added
+254
file added
+21
file added
+1375
file added
+51
file added
+7
file added
+30