Michael Merickel
2016-09-29 8ce5736478f035cc14cfd247e7d936dc4db1f7b5
refs
author Michael Merickel <michael@merickel.org>
Thursday, September 29, 2016 03:38 +0200
committer Michael Merickel <michael@merickel.org>
Thursday, September 29, 2016 03:38 +0200
commit8ce5736478f035cc14cfd247e7d936dc4db1f7b5
tree 48d48dc3433e915df60d2549cebab64762fdd4fd tree | zip | gz
parent e8c66a339e9f7d83bd2408952de53ef30dba0794 view | diff
7391d365ce68677c588cf60c1431d29a786c6e82 view | diff
Merge branch 'master' into exception_only
71 files modified
1194 ■■■■ changed files
.travis.yml 6 ●●●●● diff | view | raw | blame | history
CHANGES.txt 56 ●●●●● diff | view | raw | blame | history
CONTRIBUTORS.txt 8 ●●●● diff | view | raw | blame | history
HACKING.txt 8 ●●●● diff | view | raw | blame | history
README.rst 7 ●●●●● diff | view | raw | blame | history
RELEASING.txt 14 ●●●● diff | view | raw | blame | history
docs/api/authentication.rst 5 ●●●●● diff | view | raw | blame | history
docs/conf.py 2 ●●● diff | view | raw | blame | history
docs/conventions.rst 15 ●●●● diff | view | raw | blame | history
docs/narr/commandline.rst 31 ●●●●● diff | view | raw | blame | history
docs/narr/firstapp.rst 6 ●●●● diff | view | raw | blame | history
docs/narr/hooks.rst 37 ●●●● diff | view | raw | blame | history
docs/narr/i18n.rst 2 ●●● diff | view | raw | blame | history
docs/narr/install.rst 73 ●●●● diff | view | raw | blame | history
docs/narr/introduction.rst 2 ●●● diff | view | raw | blame | history
docs/narr/project.rst 14 ●●●● diff | view | raw | blame | history
docs/narr/upgrading.rst 6 ●●●● diff | view | raw | blame | history
docs/narr/urldispatch.rst 6 ●●●● diff | view | raw | blame | history
docs/quick_tour.rst 16 ●●●●● diff | view | raw | blame | history
docs/quick_tour/sqla_demo/sqla_demo/models/meta.py 2 ●●● diff | view | raw | blame | history
docs/quick_tutorial/authentication.rst 35 ●●●● diff | view | raw | blame | history
docs/quick_tutorial/authentication/setup.py 3 ●●●● diff | view | raw | blame | history
docs/quick_tutorial/authentication/tutorial/security.py 16 ●●●● diff | view | raw | blame | history
docs/quick_tutorial/authentication/tutorial/views.py 7 ●●●● diff | view | raw | blame | history
docs/quick_tutorial/authorization/setup.py 3 ●●●● diff | view | raw | blame | history
docs/quick_tutorial/authorization/tutorial/security.py 16 ●●●● diff | view | raw | blame | history
docs/quick_tutorial/authorization/tutorial/views.py 7 ●●●● diff | view | raw | blame | history
docs/quick_tutorial/debugtoolbar.rst 2 ●●● diff | view | raw | blame | history
docs/quick_tutorial/forms.rst 10 ●●●● diff | view | raw | blame | history
docs/quick_tutorial/hello_world.rst 2 ●●● diff | view | raw | blame | history
docs/quick_tutorial/ini.rst 2 ●●● diff | view | raw | blame | history
docs/quick_tutorial/requirements.rst 7 ●●●● diff | view | raw | blame | history
docs/quick_tutorial/routing.rst 2 ●●● diff | view | raw | blame | history
docs/quick_tutorial/scaffolds.rst 6 ●●●● diff | view | raw | blame | history
docs/quick_tutorial/static_assets.rst 2 ●●● diff | view | raw | blame | history
docs/quick_tutorial/unit_testing.rst 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/basiclayout.rst 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/installation.rst 7 ●●●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/authentication/tutorial/models/meta.py 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/authentication/tutorial/models/user.py 5 ●●●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/authorization/tutorial/models/meta.py 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/authorization/tutorial/models/user.py 5 ●●●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/basiclayout/tutorial/models/meta.py 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/installation/tutorial/models/meta.py 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/models/tutorial/models/meta.py 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/models/tutorial/models/user.py 5 ●●●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/tests/tutorial/models/meta.py 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/tests/tutorial/models/user.py 5 ●●●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/views/tutorial/models/meta.py 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/views/tutorial/models/user.py 5 ●●●●● diff | view | raw | blame | history
pyramid/authentication.py 100 ●●●●● diff | view | raw | blame | history
pyramid/config/__init__.py 206 ●●●●● diff | view | raw | blame | history
pyramid/config/tweens.py 15 ●●●● diff | view | raw | blame | history
pyramid/config/views.py 4 ●●●● diff | view | raw | blame | history
pyramid/decorator.py 23 ●●●●● diff | view | raw | blame | history
pyramid/httpexceptions.py 5 ●●●● diff | view | raw | blame | history
pyramid/paster.py 14 ●●●●● diff | view | raw | blame | history
pyramid/router.py 9 ●●●●● diff | view | raw | blame | history
pyramid/scaffolds/__init__.py 7 ●●●●● diff | view | raw | blame | history
pyramid/scaffolds/alchemy/+package+/models/meta.py 2 ●●● diff | view | raw | blame | history
pyramid/scripting.py 35 ●●●● diff | view | raw | blame | history
pyramid/scripts/proutes.py 13 ●●●● diff | view | raw | blame | history
pyramid/testing.py 1 ●●●● diff | view | raw | blame | history
pyramid/tests/test_authentication.py 78 ●●●●● diff | view | raw | blame | history
pyramid/tests/test_config/test_init.py 123 ●●●● diff | view | raw | blame | history
pyramid/tests/test_scripting.py 21 ●●●●● diff | view | raw | blame | history
pyramid/tests/test_scripts/dummy.py 2 ●●●●● diff | view | raw | blame | history
pyramid/tests/test_scripts/test_proutes.py 27 ●●●●● diff | view | raw | blame | history
pyramid/view.py 2 ●●● diff | view | raw | blame | history
setup.py 10 ●●●●● diff | view | raw | blame | history
tox.ini 11 ●●●● diff | view | raw | blame | history