| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-14 | remove extra period | Steve Piercy | |
| 2016-03-14 | Merge pull request #2393 from Pylons/feature.invoke_exception_view | Michael Merickel | |
| request.invoke exception view | |||
| 2016-03-07 | Use Python console lexer | Steve Piercy | |
| 2016-03-07 | Extra colon in docs breaks code block highlighting. | Ian Joseph Wilson | |
| 2016-03-02 | fix and add tests for invoke_exception_view | Michael Merickel | |
| 2016-02-29 | exception views should never have a name= | Michael Merickel | |
| 2016-02-29 | add exception and exc_info to request | Michael Merickel | |
| 2016-02-29 | Merge branch 'master' into feature/alchemy-scaffold-update | Michael Merickel | |
| 2016-02-28 | fix #1370 to use split instead of rsplit to keep consistent | Michael Merickel | |
| 2016-02-28 | add a failing test case with #1370 | Michael Merickel | |
| 2016-02-28 | Merge branch 'pr/1370' | Michael Merickel | |
| 2016-02-23 | add methods to DummyRequest | Michael Merickel | |
| 2016-02-22 | move p.response.temporary_response context manager to p.util.hide_attrs | Michael Merickel | |
| 2016-02-21 | Fix the import from meta | Marcin Lulek | |
| 2016-02-18 | add webtest and tests_require to setup.py | Michael Merickel | |
| 2016-02-14 | split routes into a separate module | Michael Merickel | |
| 2016-02-10 | several simple refactorings | Michael Merickel | |
| - move auth from default.py to auth.py - rename errors to notfound - drop basic templates (mytemplate.jinja2, layout.jinja2) | |||
| 2016-02-09 | its sys, not traceback | Chris McDonough | |
| 2016-02-09 | dont set it twice | Chris McDonough | |
| 2016-02-09 | bring into line with excview | Chris McDonough | |
| 2016-02-09 | docs about what happens when no excview can be found | Chris McDonough | |
| 2016-02-09 | add request.exception and request.exc_info | Chris McDonough | |
| 2016-02-09 | use exc_info instead of exc, add better docstring, mix the mixin in | Chris McDonough | |
| 2016-02-09 | check in sketch code so raydeo can look at it | Chris McDonough | |
| 2016-02-08 | expose the session factory on the registry | Michael Merickel | |
| 2016-02-04 | fix the Base import | Michael Merickel | |
| 2016-02-04 | make models/__init__.py a template | Michael Merickel | |
| 2016-02-04 | rename dbmaker to session_factory | Michael Merickel | |
| 2016-02-03 | improve the models api/usage and add a lot of comments | Michael Merickel | |
| 2016-02-02 | Deprecate --log-file | Bert JW Regeer | |
| As we remove the daemonisation code, we want to also deprecate features that only make sense when you are running as a deamon. Logging to a file currently does not allow log rotation for example, and really logging should be done external to pserve | |||
| 2016-01-31 | Merge branch 'master' into feature/alchemy-scaffold-update | Michael Merickel | |
| 2016-01-31 | stop using the meta package from the outside | Michael Merickel | |
| 2016-01-31 | add a 404 error view | Michael Merickel | |
| 2016-01-31 | minor tweaks | Michael Merickel | |
| 2016-01-27 | Merge pull request #2293 from hyperknot/patch-1 | Steve Piercy | |
| check_csrf vs. csrf_token in view_config docs | |||
| 2016-01-27 | convert csrf tokens to bytes prior to string compare | Michael Merickel | |
| 2016-01-27 | set DummySession to use unicode csrf token by default like ↵ | Michael Merickel | |
| SignedCookieSessionFactory | |||
| 2016-01-27 | add test to reproduce #2294 | Michael Merickel | |
| 2016-01-27 | check_csrf vs. csrf_token in view_config docs | Zsolt Ero | |
| 2016-01-26 | Typo | Marcin Raczyński | |
| 2016-01-26 | Fixed --browser behaviour when --server-name provided | Marcin Raczyński | |
| Fixed PR #1533. Calling: pserve --server-name abc --browser app.ini caused error : "LookupError: No section 'main' (prefixed by 'server') found in config app.ini" | |||
| 2016-01-14 | add comment about PY2 vs PY3 | Michael Merickel | |
| 2016-01-12 | expect py3 and special-case py2 behavior | Michael Merickel | |
| previously py3 was the special case, but as we move toward the future we want the py2 codebase to be considered legacy with py3 as the default | |||
| 2016-01-03 | Merge branch 'master' into feature/alchemy-scaffold-update | Bert JW Regeer | |
| 2015-12-23 | Merge branch 'master' of https://github.com/Pylons/pyramid | Steve Piercy | |
| 2015-12-22 | Update prequest.py | kpinc | |
| 2015-12-18 | deprecate pserve --user and --group options | Michael Merickel | |
| This completes the deprecation of all process management options from pserve. | |||
| 2015-12-17 | ensure IAssetDescriptor.abspath always returns an abspath | Michael Merickel | |
| fixes #2184 | |||
| 2015-12-17 | Merge pull request #2171 from mmerickel/feature/add-cache-buster | Michael Merickel | |
| config.add cache buster | |||
| 2015-12-16 | defer prevent check until register | Michael Merickel | |
