summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-10fix excview tween to reraise the original exception if left unhandled by ↵Michael Merickel
exception views fixes #2566
2016-05-10drop pypy3 from travis buildsMichael Merickel
2016-05-10drop pypy3 entirely until it supports py33+Michael Merickel
2016-05-10drop pypy3 from scaffold testsMichael Merickel
2016-05-10Merge pull request #2565 from mmerickel/fix/scaffold-testsMichael Merickel
execute scaffolds using pip and py.test
2016-05-10execute scaffolds using pip and py.testMichael Merickel
2016-05-10Merge pull request #2564 from mmerickel/fix/invoke_exception_view_return_valueMichael Merickel
ensure invoke_exception_view always returns a response
2016-05-10ensure invoke_exception_view always returns a responseMichael Merickel
2016-05-09Merge pull request #2562 from stevepiercy/masterSteve Piercy
Fix a few links in docs
2016-05-09use new trypyramid.com page. whee!Steve Piercy
2016-05-09add alt tag for Travis CI StatusSteve Piercy
2016-05-09- use cleaner URL for IRCSteve Piercy
2016-05-09pylons != pyramidSteve Piercy
2016-05-08Merge pull request #2550 from ↵Steve Piercy
Pylons/vincent-ferotin-scaffolds-allow-pytest-run-without-args Vincent ferotin scaffolds allow pytest run without args
2016-05-08Merge pull request #2558 from ↵Steve Piercy
vincent-ferotin/vincent-ferotin-scaffolds-allow-pytest-run-without-args Vincent ferotin : scaffolds allow pytest run without args: fix typos and sign contributor agreement
2016-05-08Add Vincent Férotin to contributors.Vincent Férotin
2016-05-08docs: Fix typos.Vincent Férotin
2016-05-07Merge pull request #2552 from stevepiercy/masterSteve Piercy
fix typo
2016-05-07Merge pull request #2551 from ↵Steve Piercy
stevepiercy/vincent-ferotin-scaffolds-allow-pytest-run-without-args complete update of docs for py.test and coverage defaults
2016-05-07fix typoSteve Piercy
2016-05-07update tutorials/wiki/tests.rst with py.test and coverage defaultsSteve Piercy
2016-05-07update conventions.rst with py.test and coverage defaultsSteve Piercy
2016-05-07update narr/project.rst with py.test and coverage defaultsSteve Piercy
2016-05-07update quick tour with py.test and coverage defaultsSteve Piercy
2016-05-07update wiki1 with py.test and coverage defaultsSteve Piercy
2016-05-07update wiki2 with py.test and coverage defaultsSteve Piercy
2016-05-07Merge pull request #2549 from ↵Steve Piercy
stevepiercy/vincent-ferotin-scaffolds-allow-pytest-run-without-args Vincent ferotin scaffolds allow pytest run without args
2016-05-07wordsmith py.test and coverage configurationSteve Piercy
2016-05-07Merge branch 'scaffolds-allow-pytest-run-without-args' of ↵Steve Piercy
https://github.com/vincent-ferotin/pyramid into vincent-ferotin-scaffolds-allow-pytest-run-without-args
2016-05-06Merge pull request #2546 from stevepiercy/masterSteve Piercy
Update wiki tutorials with py.test remarks
2016-05-06remove duplicate linksSteve Piercy
2016-05-06remove duplicate linksSteve Piercy
2016-05-06Update wiki tutorials with py.test remarksSteve Piercy
- better synch up wiki tutorials installation instructions - improve .rst syntax and add more .rst links
2016-05-06doc: Update documentation for using ``py.test [--cov]`` for newly created ↵Vincent Férotin
project with scaffolds.
2016-05-06scaffolds: Allow `py.test` to be run on new project without specifying test ↵Vincent Férotin
module path.
2016-05-02Merge pull request #2544 from stevepiercy/masterSteve Piercy
fix what's new link
2016-05-02fix what's new linkSteve Piercy
(cherry picked from commit 023b6ba)
2016-05-01Merge pull request #2540 from stevepiercy/masterSteve Piercy
remove pyramid_tm from development.ini
2016-05-01remove pyramid_tm from development.iniSteve Piercy
- fixes #2538
2016-04-27avoid executing the discriminator functions multiple timesMichael Merickel
2016-04-27fix bugs in design defense code examplesMichael Merickel
fixes #2287
2016-04-27Merge pull request #2534 from ↵Michael Merickel
mmerickel/fix/do-not-enforce-default-permissions-on-exception-views do not enforce default permissions on exception views
2016-04-26do not enforce default permissions on exception viewsMichael Merickel
- this normalizes the behavior to work similar to require_csrf - if an explicit permission= is set on the view it will still be enforced, this just affects a default permission via config.set_default_permission - permission=NO_PERMISSION_REQUIRED was already forced on for notfound and forbidden views, this just helps out with other exception views
2016-04-25fix explanation of require_csrfMichael Merickel
2016-04-25Merge pull request #2530 from stevepiercy/masterBert JW Regeer
Allow Sphinx doctests to run and pass with `make doctest SPHINXBUILD=$VENV/bin/sphinx-build`
2016-04-25put doctest into make commandSteve Piercy
2016-04-24add doctest to tox.ini [docs] environmentSteve Piercy
2016-04-24add sphinx doctests for hooks.rstSteve Piercy
2016-04-24remove file for testingSteve Piercy
2016-04-24Allow Sphinx doctests to run and pass with `make doctest ↵Steve Piercy
SPHINXBUILD=$VENV/bin/sphinx-build`. - TODO: two tests in `docs/narr/hooks.rst`