1bc531c0495e

Merge the big Flask rewrite.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 11 Jun 2010 21:25:17 -0400
parents a909c2ba47f0 (diff) 05de33c5b8fe (current diff)
children 5c05c7aced32
branches/tags (none)
files bundled/cherrypy/MANIFEST.in bundled/cherrypy/README.txt bundled/cherrypy/cherrypy/LICENSE.txt bundled/cherrypy/cherrypy/__init__.py bundled/cherrypy/cherrypy/_cpchecker.py bundled/cherrypy/cherrypy/_cpconfig.py bundled/cherrypy/cherrypy/_cpdispatch.py bundled/cherrypy/cherrypy/_cperror.py bundled/cherrypy/cherrypy/_cplogging.py bundled/cherrypy/cherrypy/_cpmodpy.py bundled/cherrypy/cherrypy/_cpnative_server.py bundled/cherrypy/cherrypy/_cpreqbody.py bundled/cherrypy/cherrypy/_cprequest.py bundled/cherrypy/cherrypy/_cpserver.py bundled/cherrypy/cherrypy/_cpthreadinglocal.py bundled/cherrypy/cherrypy/_cptools.py bundled/cherrypy/cherrypy/_cptree.py bundled/cherrypy/cherrypy/_cpwsgi.py bundled/cherrypy/cherrypy/_cpwsgi_server.py bundled/cherrypy/cherrypy/cherryd bundled/cherrypy/cherrypy/favicon.ico bundled/cherrypy/cherrypy/lib/__init__.py bundled/cherrypy/cherrypy/lib/auth.py bundled/cherrypy/cherrypy/lib/auth_basic.py bundled/cherrypy/cherrypy/lib/auth_digest.py bundled/cherrypy/cherrypy/lib/caching.py bundled/cherrypy/cherrypy/lib/covercp.py bundled/cherrypy/cherrypy/lib/cptools.py bundled/cherrypy/cherrypy/lib/encoding.py bundled/cherrypy/cherrypy/lib/http.py bundled/cherrypy/cherrypy/lib/httpauth.py bundled/cherrypy/cherrypy/lib/httputil.py bundled/cherrypy/cherrypy/lib/jsontools.py bundled/cherrypy/cherrypy/lib/profiler.py bundled/cherrypy/cherrypy/lib/reprconf.py bundled/cherrypy/cherrypy/lib/sessions.py bundled/cherrypy/cherrypy/lib/static.py bundled/cherrypy/cherrypy/lib/xmlrpc.py bundled/cherrypy/cherrypy/process/__init__.py bundled/cherrypy/cherrypy/process/plugins.py bundled/cherrypy/cherrypy/process/servers.py bundled/cherrypy/cherrypy/process/win32.py bundled/cherrypy/cherrypy/process/wspbus.py bundled/cherrypy/cherrypy/scaffold/__init__.py bundled/cherrypy/cherrypy/scaffold/apache-fcgi.conf bundled/cherrypy/cherrypy/scaffold/example.conf bundled/cherrypy/cherrypy/scaffold/site.conf bundled/cherrypy/cherrypy/scaffold/static/made_with_cherrypy_small.png bundled/cherrypy/cherrypy/test/__init__.py bundled/cherrypy/cherrypy/test/benchmark.py bundled/cherrypy/cherrypy/test/checkerdemo.py bundled/cherrypy/cherrypy/test/fcgi.conf bundled/cherrypy/cherrypy/test/helper.py bundled/cherrypy/cherrypy/test/logtest.py bundled/cherrypy/cherrypy/test/modfcgid.py bundled/cherrypy/cherrypy/test/modpy.py bundled/cherrypy/cherrypy/test/modwsgi.py bundled/cherrypy/cherrypy/test/py25.py bundled/cherrypy/cherrypy/test/sessiondemo.py bundled/cherrypy/cherrypy/test/static/dirback.jpg bundled/cherrypy/cherrypy/test/static/index.html bundled/cherrypy/cherrypy/test/style.css bundled/cherrypy/cherrypy/test/test.pem bundled/cherrypy/cherrypy/test/test.py bundled/cherrypy/cherrypy/test/test_auth_basic.py bundled/cherrypy/cherrypy/test/test_auth_digest.py bundled/cherrypy/cherrypy/test/test_bus.py bundled/cherrypy/cherrypy/test/test_caching.py bundled/cherrypy/cherrypy/test/test_config.py bundled/cherrypy/cherrypy/test/test_config_server.py bundled/cherrypy/cherrypy/test/test_conn.py bundled/cherrypy/cherrypy/test/test_core.py bundled/cherrypy/cherrypy/test/test_dynamicobjectmapping.py bundled/cherrypy/cherrypy/test/test_encoding.py bundled/cherrypy/cherrypy/test/test_etags.py bundled/cherrypy/cherrypy/test/test_http.py bundled/cherrypy/cherrypy/test/test_httpauth.py bundled/cherrypy/cherrypy/test/test_httplib.py bundled/cherrypy/cherrypy/test/test_json.py bundled/cherrypy/cherrypy/test/test_logging.py bundled/cherrypy/cherrypy/test/test_mime.py bundled/cherrypy/cherrypy/test/test_misc_tools.py bundled/cherrypy/cherrypy/test/test_objectmapping.py bundled/cherrypy/cherrypy/test/test_proxy.py bundled/cherrypy/cherrypy/test/test_refleaks.py bundled/cherrypy/cherrypy/test/test_request_obj.py bundled/cherrypy/cherrypy/test/test_routes.py bundled/cherrypy/cherrypy/test/test_session.py bundled/cherrypy/cherrypy/test/test_sessionauthenticate.py bundled/cherrypy/cherrypy/test/test_states.py bundled/cherrypy/cherrypy/test/test_states_demo.py bundled/cherrypy/cherrypy/test/test_static.py bundled/cherrypy/cherrypy/test/test_tools.py bundled/cherrypy/cherrypy/test/test_tutorials.py bundled/cherrypy/cherrypy/test/test_virtualhost.py bundled/cherrypy/cherrypy/test/test_wsgi_ns.py bundled/cherrypy/cherrypy/test/test_wsgi_vhost.py bundled/cherrypy/cherrypy/test/test_wsgiapps.py bundled/cherrypy/cherrypy/test/test_xmlrpc.py bundled/cherrypy/cherrypy/test/webtest.py bundled/cherrypy/cherrypy/tutorial/README.txt bundled/cherrypy/cherrypy/tutorial/__init__.py bundled/cherrypy/cherrypy/tutorial/bonus-sqlobject.py bundled/cherrypy/cherrypy/tutorial/custom_error.html bundled/cherrypy/cherrypy/tutorial/pdf_file.pdf bundled/cherrypy/cherrypy/tutorial/tut01_helloworld.py bundled/cherrypy/cherrypy/tutorial/tut02_expose_methods.py bundled/cherrypy/cherrypy/tutorial/tut03_get_and_post.py bundled/cherrypy/cherrypy/tutorial/tut04_complex_site.py bundled/cherrypy/cherrypy/tutorial/tut05_derived_objects.py bundled/cherrypy/cherrypy/tutorial/tut06_default_method.py bundled/cherrypy/cherrypy/tutorial/tut07_sessions.py bundled/cherrypy/cherrypy/tutorial/tut08_generators_and_yield.py bundled/cherrypy/cherrypy/tutorial/tut09_files.py bundled/cherrypy/cherrypy/tutorial/tut10_http_errors.py bundled/cherrypy/cherrypy/tutorial/tutorial.conf bundled/cherrypy/cherrypy/wsgiserver/__init__.py bundled/cherrypy/cherrypy/wsgiserver/ssl_builtin.py bundled/cherrypy/cherrypy/wsgiserver/ssl_pyopenssl.py bundled/cherrypy/docs/cherryd.1 bundled/cherrypy/ez_setup.py bundled/cherrypy/make-sdist bundled/cherrypy/setup.py bundled/cherrypy/visuals/cherrypy_logo_big.png bundled/cherrypy/visuals/cherrypy_logo_small.jpg bundled/cherrypy/visuals/favicon.ico bundled/cherrypy/visuals/made_with_cherrypy_big.png bundled/cherrypy/visuals/made_with_cherrypy_small.png bundled/jinja2/artwork/jinjalogo.svg bundled/jinja2/docs/Makefile bundled/jinja2/docs/_build/.ignore bundled/jinja2/docs/_static/.ignore bundled/jinja2/docs/_static/darkmetal.png bundled/jinja2/docs/_static/headerbg.png bundled/jinja2/docs/_static/implementation.png bundled/jinja2/docs/_static/jinja.js bundled/jinja2/docs/_static/jinjabanner.png bundled/jinja2/docs/_static/metal.png bundled/jinja2/docs/_static/navigation.png bundled/jinja2/docs/_static/note.png bundled/jinja2/docs/_static/print.css bundled/jinja2/docs/_static/style.css bundled/jinja2/docs/_static/watermark.png bundled/jinja2/docs/_static/watermark_blur.png bundled/jinja2/docs/_templates/.ignore bundled/jinja2/docs/_templates/genindex.html bundled/jinja2/docs/_templates/layout.html bundled/jinja2/docs/_templates/opensearch.xml bundled/jinja2/docs/_templates/page.html bundled/jinja2/docs/_templates/search.html bundled/jinja2/docs/api.rst bundled/jinja2/docs/cache_extension.py bundled/jinja2/docs/changelog.rst bundled/jinja2/docs/conf.py bundled/jinja2/docs/extensions.rst bundled/jinja2/docs/faq.rst bundled/jinja2/docs/index.rst bundled/jinja2/docs/integration.rst bundled/jinja2/docs/intro.rst bundled/jinja2/docs/jinjaext.py bundled/jinja2/docs/sandbox.rst bundled/jinja2/docs/switching.rst bundled/jinja2/docs/templates.rst bundled/jinja2/docs/tricks.rst bundled/jinja2/examples/basic/cycle.py bundled/jinja2/examples/basic/debugger.py bundled/jinja2/examples/basic/inheritance.py bundled/jinja2/examples/basic/templates/broken.html bundled/jinja2/examples/basic/templates/subbroken.html bundled/jinja2/examples/basic/test.py bundled/jinja2/examples/basic/test_filter_and_linestatements.py bundled/jinja2/examples/basic/test_loop_filter.py bundled/jinja2/examples/basic/translate.py bundled/jinja2/examples/bench.py bundled/jinja2/examples/profile.py bundled/jinja2/examples/rwbench/django/_form.html bundled/jinja2/examples/rwbench/django/_input_field.html bundled/jinja2/examples/rwbench/django/_textarea.html bundled/jinja2/examples/rwbench/django/index.html bundled/jinja2/examples/rwbench/django/layout.html bundled/jinja2/examples/rwbench/djangoext.py bundled/jinja2/examples/rwbench/genshi/helpers.html bundled/jinja2/examples/rwbench/genshi/index.html bundled/jinja2/examples/rwbench/genshi/layout.html bundled/jinja2/examples/rwbench/jinja/helpers.html bundled/jinja2/examples/rwbench/jinja/index.html bundled/jinja2/examples/rwbench/jinja/layout.html bundled/jinja2/examples/rwbench/mako/helpers.html bundled/jinja2/examples/rwbench/mako/index.html bundled/jinja2/examples/rwbench/mako/layout.html bundled/jinja2/examples/rwbench/rwbench.py bundled/webpy/.gitignore bundled/webpy/ChangeLog.txt bundled/webpy/LICENSE.txt bundled/webpy/experimental/background.py bundled/webpy/experimental/migration.py bundled/webpy/experimental/pwt.py bundled/webpy/experimental/untwisted.py bundled/webpy/setup.py bundled/webpy/test/README bundled/webpy/test/__init__.py bundled/webpy/test/alltests.py bundled/webpy/test/application.py bundled/webpy/test/browser.py bundled/webpy/test/db.py bundled/webpy/test/doctests.py bundled/webpy/test/session.py bundled/webpy/test/webtest.py bundled/webpy/tools/_makedoc.py bundled/webpy/tools/makedoc.py bundled/webpy/tools/markdown.py bundled/webpy/web/__init__.py bundled/webpy/web/application.py bundled/webpy/web/browser.py bundled/webpy/web/contrib/__init__.py bundled/webpy/web/contrib/template.py bundled/webpy/web/db.py bundled/webpy/web/debugerror.py bundled/webpy/web/form.py bundled/webpy/web/http.py bundled/webpy/web/httpserver.py bundled/webpy/web/net.py bundled/webpy/web/session.py bundled/webpy/web/template.py bundled/webpy/web/test.py bundled/webpy/web/utils.py bundled/webpy/web/webapi.py bundled/webpy/web/webopenid.py bundled/webpy/web/wsgi.py bundled/webpy/web/wsgiserver/LICENSE.txt bundled/webpy/web/wsgiserver/__init__.py review/web_media/aal.css review/web_media/comments.js review/web_media/jquery-1.4.2.min.js review/web_media/style.css review/web_media/ui.js review/web_templates/base.html review/web_templates/changeset.html review/web_templates/index.html review/web_templates/macros.html

Changes