Michael Merickel
2018-10-15 0c29cf2df41600d3906d521c72991c7686018b71
refs
author Michael Merickel <michael@merickel.org>
Monday, October 15, 2018 08:55 +0200
committer Michael Merickel <michael@merickel.org>
Monday, October 15, 2018 16:24 +0200
commit0c29cf2df41600d3906d521c72991c7686018b71
tree ff907f90ec9467e12874c9b2c961549d0e7caf74 tree | zip | gz
parent 851c368e3c158e264358de10446f5b5de240e534 view | diff
format source using black
177 files modified
20442 ■■■■■ changed files
setup.py 85 ●●●● diff | view | raw | blame | history
src/pyramid/asset.py 19 ●●●● diff | view | raw | blame | history
src/pyramid/authentication.py 344 ●●●●● diff | view | raw | blame | history
src/pyramid/authorization.py 42 ●●●●● diff | view | raw | blame | history
src/pyramid/compat.py 63 ●●●● diff | view | raw | blame | history
src/pyramid/config/__init__.py 305 ●●●●● diff | view | raw | blame | history
src/pyramid/config/adapters.py 77 ●●●● diff | view | raw | blame | history
src/pyramid/config/assets.py 67 ●●●●● diff | view | raw | blame | history
src/pyramid/config/factories.py 95 ●●●●● diff | view | raw | blame | history
src/pyramid/config/i18n.py 31 ●●●●● diff | view | raw | blame | history
src/pyramid/config/predicates.py 1 ●●●● diff | view | raw | blame | history
src/pyramid/config/rendering.py 31 ●●●●● diff | view | raw | blame | history
src/pyramid/config/routes.py 144 ●●●●● diff | view | raw | blame | history
src/pyramid/config/security.py 110 ●●●●● diff | view | raw | blame | history
src/pyramid/config/settings.py 4 ●●●● diff | view | raw | blame | history
src/pyramid/config/testing.py 58 ●●●●● diff | view | raw | blame | history
src/pyramid/config/tweens.py 45 ●●●● diff | view | raw | blame | history
src/pyramid/config/util.py 35 ●●●●● diff | view | raw | blame | history
src/pyramid/config/views.py 563 ●●●●● diff | view | raw | blame | history
src/pyramid/config/zca.py 4 ●●● diff | view | raw | blame | history
src/pyramid/csrf.py 64 ●●●● diff | view | raw | blame | history
src/pyramid/decorator.py 2 ●●● diff | view | raw | blame | history
src/pyramid/encode.py 7 ●●●● diff | view | raw | blame | history
src/pyramid/events.py 37 ●●●● diff | view | raw | blame | history
src/pyramid/exceptions.py 22 ●●●●● diff | view | raw | blame | history
src/pyramid/httpexceptions.py 312 ●●●● diff | view | raw | blame | history
src/pyramid/i18n.py 65 ●●●●● diff | view | raw | blame | history
src/pyramid/interfaces.py 369 ●●●● diff | view | raw | blame | history
src/pyramid/location.py 3 ●●●● diff | view | raw | blame | history
src/pyramid/paster.py 5 ●●●● diff | view | raw | blame | history
src/pyramid/path.py 41 ●●●● diff | view | raw | blame | history
src/pyramid/predicates.py 57 ●●●●● diff | view | raw | blame | history
src/pyramid/registry.py 70 ●●●●● diff | view | raw | blame | history
src/pyramid/renderers.py 109 ●●●●● diff | view | raw | blame | history
src/pyramid/request.py 53 ●●●● diff | view | raw | blame | history
src/pyramid/resource.py 3 ●●●● diff | view | raw | blame | history
src/pyramid/response.py 46 ●●●●● diff | view | raw | blame | history
src/pyramid/router.py 63 ●●●● diff | view | raw | blame | history
src/pyramid/scaffolds/__init__.py 17 ●●●● diff | view | raw | blame | history
src/pyramid/scaffolds/copydir.py 169 ●●●● diff | view | raw | blame | history
src/pyramid/scaffolds/template.py 51 ●●●●● diff | view | raw | blame | history
src/pyramid/scaffolds/tests.py 28 ●●●●● diff | view | raw | blame | history
src/pyramid/scripting.py 26 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/common.py 6 ●●●● diff | view | raw | blame | history
src/pyramid/scripts/pcreate.py 188 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/pdistreport.py 31 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/prequest.py 71 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/proutes.py 132 ●●●● diff | view | raw | blame | history
src/pyramid/scripts/pserve.py 107 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/pshell.py 78 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/ptweens.py 42 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/pviews.py 76 ●●●● diff | view | raw | blame | history
src/pyramid/security.py 98 ●●●●● diff | view | raw | blame | history
src/pyramid/session.py 99 ●●●● diff | view | raw | blame | history
src/pyramid/settings.py 3 ●●●●● diff | view | raw | blame | history
src/pyramid/static.py 81 ●●●● diff | view | raw | blame | history
src/pyramid/testing.py 145 ●●●●● diff | view | raw | blame | history
src/pyramid/threadlocal.py 12 ●●●● diff | view | raw | blame | history
src/pyramid/traversal.py 141 ●●●●● diff | view | raw | blame | history
src/pyramid/tweens.py 3 ●●●●● diff | view | raw | blame | history
src/pyramid/url.py 53 ●●●● diff | view | raw | blame | history
src/pyramid/urldispatch.py 78 ●●●●● diff | view | raw | blame | history
src/pyramid/util.py 69 ●●●●● diff | view | raw | blame | history
src/pyramid/view.py 100 ●●●●● diff | view | raw | blame | history
src/pyramid/viewderivers.py 175 ●●●●● diff | view | raw | blame | history
src/pyramid/wsgi.py 2 ●●●●● diff | view | raw | blame | history
tests/__init__.py 1 ●●●● diff | view | raw | blame | history
tests/pkgs/ccbugapp/__init__.py 8 ●●●● diff | view | raw | blame | history
tests/pkgs/conflictapp/__init__.py 9 ●●●● diff | view | raw | blame | history
tests/pkgs/conflictapp/included.py 5 ●●●● diff | view | raw | blame | history
tests/pkgs/defpermbugapp/__init__.py 34 ●●●●● diff | view | raw | blame | history
tests/pkgs/eventonly/__init__.py 15 ●●●● diff | view | raw | blame | history
tests/pkgs/exceptionviewapp/__init__.py 56 ●●●●● diff | view | raw | blame | history
tests/pkgs/exceptionviewapp/models.py 6 ●●●● diff | view | raw | blame | history
tests/pkgs/exceptionviewapp/views.py 9 ●●●● diff | view | raw | blame | history
tests/pkgs/fixtureapp/__init__.py 10 ●●●●● diff | view | raw | blame | history
tests/pkgs/fixtureapp/models.py 3 ●●●● diff | view | raw | blame | history
tests/pkgs/fixtureapp/subpackage/__init__.py 2 ●●● diff | view | raw | blame | history
tests/pkgs/fixtureapp/views.py 5 ●●●●● diff | view | raw | blame | history
tests/pkgs/forbiddenapp/__init__.py 36 ●●●●● diff | view | raw | blame | history
tests/pkgs/forbiddenview/__init__.py 12 ●●●●● diff | view | raw | blame | history
tests/pkgs/hybridapp/__init__.py 81 ●●●● diff | view | raw | blame | history
tests/pkgs/hybridapp/views.py 10 ●●●●● diff | view | raw | blame | history
tests/pkgs/includeapp1/root.py 3 ●●●● diff | view | raw | blame | history
tests/pkgs/includeapp1/three.py 7 ●●●●● diff | view | raw | blame | history
tests/pkgs/includeapp1/two.py 4 ●●● diff | view | raw | blame | history
tests/pkgs/notfoundview/__init__.py 9 ●●●● diff | view | raw | blame | history
tests/pkgs/permbugapp/__init__.py 31 ●●●●● diff | view | raw | blame | history
tests/pkgs/rendererscanapp/__init__.py 5 ●●●●● diff | view | raw | blame | history
tests/pkgs/rendererscanapp/two/__init__.py 4 ●●●● diff | view | raw | blame | history
tests/pkgs/restbugapp/__init__.py 32 ●●●●● diff | view | raw | blame | history
tests/pkgs/restbugapp/views.py 6 ●●●●● diff | view | raw | blame | history
tests/pkgs/static_abspath/__init__.py 4 ●●●● diff | view | raw | blame | history
tests/pkgs/static_assetspec/__init__.py 1 ●●●● diff | view | raw | blame | history
tests/pkgs/static_routeprefix/__init__.py 2 ●●● diff | view | raw | blame | history
tests/pkgs/staticpermapp/__init__.py 35 ●●●●● diff | view | raw | blame | history
tests/pkgs/subrequestapp/__init__.py 10 ●●●● diff | view | raw | blame | history
tests/pkgs/viewdecoratorapp/__init__.py 1 ●●●● diff | view | raw | blame | history
tests/pkgs/viewdecoratorapp/views/views.py 11 ●●●● diff | view | raw | blame | history
tests/pkgs/wsgiapp2app/__init__.py 3 ●●●●● diff | view | raw | blame | history
tests/test_asset.py 10 ●●●● diff | view | raw | blame | history
tests/test_authentication.py 792 ●●●●● diff | view | raw | blame | history
tests/test_authorization.py 154 ●●●●● diff | view | raw | blame | history
tests/test_compat.py 12 ●●●● diff | view | raw | blame | history
tests/test_config/__init__.py 25 ●●●● diff | view | raw | blame | history
tests/test_config/path/scanerror/__init__.py 2 ●●●●● diff | view | raw | blame | history
tests/test_config/pkgs/__init__.py 1 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/asset/__init__.py 2 ●●●●● diff | view | raw | blame | history
tests/test_config/pkgs/asset/subpackage/__init__.py 2 ●●● diff | view | raw | blame | history
tests/test_config/pkgs/scanextrakw/__init__.py 5 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/scannable/__init__.py 51 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/scannable/another.py 44 ●●●●● diff | view | raw | blame | history
tests/test_config/pkgs/scannable/pod/notinit.py 1 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/scannable/subpackage/__init__.py 1 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/scannable/subpackage/notinit.py 1 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/scannable/subpackage/subsubpackage/__init__.py 1 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/selfscan/__init__.py 3 ●●●●● diff | view | raw | blame | history
tests/test_config/pkgs/selfscan/another.py 2 ●●● diff | view | raw | blame | history
tests/test_config/test_adapters.py 122 ●●●● diff | view | raw | blame | history
tests/test_config/test_assets.py 344 ●●●●● diff | view | raw | blame | history
tests/test_config/test_factories.py 85 ●●●● diff | view | raw | blame | history
tests/test_config/test_i18n.py 129 ●●●●● diff | view | raw | blame | history
tests/test_config/test_init.py 1415 ●●●●● diff | view | raw | blame | history
tests/test_config/test_rendering.py 23 ●●●●● diff | view | raw | blame | history
tests/test_config/test_routes.py 55 ●●●●● diff | view | raw | blame | history
tests/test_config/test_security.py 54 ●●●● diff | view | raw | blame | history
tests/test_config/test_settings.py 319 ●●●●● diff | view | raw | blame | history
tests/test_config/test_testing.py 76 ●●●● diff | view | raw | blame | history
tests/test_config/test_tweens.py 312 ●●●●● diff | view | raw | blame | history
tests/test_config/test_util.py 273 ●●●●● diff | view | raw | blame | history
tests/test_config/test_views.py 1757 ●●●● diff | view | raw | blame | history
tests/test_csrf.py 52 ●●●●● diff | view | raw | blame | history
tests/test_decorator.py 4 ●●●● diff | view | raw | blame | history
tests/test_docs.py 1 ●●●● diff | view | raw | blame | history
tests/test_encode.py 27 ●●●●● diff | view | raw | blame | history
tests/test_events.py 137 ●●●● diff | view | raw | blame | history
tests/test_exceptions.py 33 ●●●● diff | view | raw | blame | history
tests/test_httpexceptions.py 97 ●●●● diff | view | raw | blame | history
tests/test_i18n.py 131 ●●●●● diff | view | raw | blame | history
tests/test_integration.py 357 ●●●●● diff | view | raw | blame | history
tests/test_location.py 27 ●●●● diff | view | raw | blame | history
tests/test_paster.py 47 ●●●● diff | view | raw | blame | history
tests/test_path.py 204 ●●●● diff | view | raw | blame | history
tests/test_predicates.py 128 ●●●●● diff | view | raw | blame | history
tests/test_registry.py 183 ●●●●● diff | view | raw | blame | history
tests/test_renderers.py 237 ●●●●● diff | view | raw | blame | history
tests/test_request.py 237 ●●●●● diff | view | raw | blame | history
tests/test_response.py 86 ●●●● diff | view | raw | blame | history
tests/test_router.py 566 ●●●● diff | view | raw | blame | history
tests/test_scaffolds/test_copydir.py 426 ●●●●● diff | view | raw | blame | history
tests/test_scaffolds/test_init.py 7 ●●●●● diff | view | raw | blame | history
tests/test_scaffolds/test_template.py 69 ●●●●● diff | view | raw | blame | history
tests/test_scripting.py 23 ●●●●● diff | view | raw | blame | history
tests/test_scripts/dummy.py 44 ●●●● diff | view | raw | blame | history
tests/test_scripts/test_common.py 3 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_pcreate.py 212 ●●●● diff | view | raw | blame | history
tests/test_scripts/test_pdistreport.py 63 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_prequest.py 134 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_proutes.py 265 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_pserve.py 70 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_pshell.py 269 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_ptweens.py 16 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_pviews.py 272 ●●●●● diff | view | raw | blame | history
tests/test_security.py 136 ●●●● diff | view | raw | blame | history
tests/test_session.py 147 ●●●● diff | view | raw | blame | history
tests/test_settings.py 14 ●●●● diff | view | raw | blame | history
tests/test_static.py 198 ●●●●● diff | view | raw | blame | history
tests/test_testing.py 197 ●●●● diff | view | raw | blame | history
tests/test_threadlocal.py 18 ●●●● diff | view | raw | blame | history
tests/test_traversal.py 275 ●●●●● diff | view | raw | blame | history
tests/test_tweens.py 22 ●●●●● diff | view | raw | blame | history
tests/test_url.py 792 ●●●●● diff | view | raw | blame | history
tests/test_urldispatch.py 448 ●●●●● diff | view | raw | blame | history
tests/test_util.py 373 ●●●●● diff | view | raw | blame | history
tests/test_view.py 456 ●●●● diff | view | raw | blame | history
tests/test_viewderivers.py 837 ●●●● diff | view | raw | blame | history
tests/test_wsgi.py 27 ●●●●● diff | view | raw | blame | history