| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-10 | fix excview tween to reraise the original exception if left unhandled by ↵ | Michael Merickel | |
| exception views fixes #2566 | |||
| 2016-05-10 | drop pypy3 from travis builds | Michael Merickel | |
| 2016-05-10 | drop pypy3 entirely until it supports py33+ | Michael Merickel | |
| 2016-05-10 | drop pypy3 from scaffold tests | Michael Merickel | |
| 2016-05-10 | Merge pull request #2565 from mmerickel/fix/scaffold-tests | Michael Merickel | |
| execute scaffolds using pip and py.test | |||
| 2016-05-10 | execute scaffolds using pip and py.test | Michael Merickel | |
| 2016-05-10 | Merge pull request #2564 from mmerickel/fix/invoke_exception_view_return_value | Michael Merickel | |
| ensure invoke_exception_view always returns a response | |||
| 2016-05-10 | ensure invoke_exception_view always returns a response | Michael Merickel | |
| 2016-05-09 | Merge pull request #2562 from stevepiercy/master | Steve Piercy | |
| Fix a few links in docs | |||
| 2016-05-09 | use new trypyramid.com page. whee! | Steve Piercy | |
| 2016-05-09 | add alt tag for Travis CI Status | Steve Piercy | |
| 2016-05-09 | - use cleaner URL for IRC | Steve Piercy | |
| 2016-05-09 | pylons != pyramid | Steve Piercy | |
| 2016-05-08 | Merge 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-08 | Merge 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-08 | Add Vincent Férotin to contributors. | Vincent Férotin | |
| 2016-05-08 | docs: Fix typos. | Vincent Férotin | |
| 2016-05-07 | Merge pull request #2552 from stevepiercy/master | Steve Piercy | |
| fix typo | |||
| 2016-05-07 | Merge 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-07 | fix typo | Steve Piercy | |
| 2016-05-07 | update tutorials/wiki/tests.rst with py.test and coverage defaults | Steve Piercy | |
| 2016-05-07 | update conventions.rst with py.test and coverage defaults | Steve Piercy | |
| 2016-05-07 | update narr/project.rst with py.test and coverage defaults | Steve Piercy | |
| 2016-05-07 | update quick tour with py.test and coverage defaults | Steve Piercy | |
| 2016-05-07 | update wiki1 with py.test and coverage defaults | Steve Piercy | |
| 2016-05-07 | update wiki2 with py.test and coverage defaults | Steve Piercy | |
| 2016-05-07 | Merge 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-07 | wordsmith py.test and coverage configuration | Steve Piercy | |
| 2016-05-07 | Merge 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-06 | Merge pull request #2546 from stevepiercy/master | Steve Piercy | |
| Update wiki tutorials with py.test remarks | |||
| 2016-05-06 | remove duplicate links | Steve Piercy | |
| 2016-05-06 | remove duplicate links | Steve Piercy | |
| 2016-05-06 | Update wiki tutorials with py.test remarks | Steve Piercy | |
| - better synch up wiki tutorials installation instructions - improve .rst syntax and add more .rst links | |||
| 2016-05-06 | doc: Update documentation for using ``py.test [--cov]`` for newly created ↵ | Vincent Férotin | |
| project with scaffolds. | |||
| 2016-05-06 | scaffolds: Allow `py.test` to be run on new project without specifying test ↵ | Vincent Férotin | |
| module path. | |||
| 2016-05-02 | Merge pull request #2544 from stevepiercy/master | Steve Piercy | |
| fix what's new link | |||
| 2016-05-02 | fix what's new link | Steve Piercy | |
| (cherry picked from commit 023b6ba) | |||
| 2016-05-01 | Merge pull request #2540 from stevepiercy/master | Steve Piercy | |
| remove pyramid_tm from development.ini | |||
| 2016-05-01 | remove pyramid_tm from development.ini | Steve Piercy | |
| - fixes #2538 | |||
| 2016-04-27 | avoid executing the discriminator functions multiple times | Michael Merickel | |
| 2016-04-27 | fix bugs in design defense code examples | Michael Merickel | |
| fixes #2287 | |||
| 2016-04-27 | Merge 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-26 | do not enforce default permissions on exception views | Michael 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-25 | fix explanation of require_csrf | Michael Merickel | |
| 2016-04-25 | Merge pull request #2530 from stevepiercy/master | Bert JW Regeer | |
| Allow Sphinx doctests to run and pass with `make doctest SPHINXBUILD=$VENV/bin/sphinx-build` | |||
| 2016-04-25 | put doctest into make command | Steve Piercy | |
| 2016-04-24 | add doctest to tox.ini [docs] environment | Steve Piercy | |
| 2016-04-24 | add sphinx doctests for hooks.rst | Steve Piercy | |
| 2016-04-24 | remove file for testing | Steve Piercy | |
| 2016-04-24 | Allow Sphinx doctests to run and pass with `make doctest ↵ | Steve Piercy | |
| SPHINXBUILD=$VENV/bin/sphinx-build`. - TODO: two tests in `docs/narr/hooks.rst` | |||
