summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Collapse)Author
2016-03-14remove extra periodSteve Piercy
2016-03-14Merge pull request #2393 from Pylons/feature.invoke_exception_viewMichael Merickel
request.invoke exception view
2016-03-07Use Python console lexerSteve Piercy
2016-03-07Extra colon in docs breaks code block highlighting.Ian Joseph Wilson
2016-03-02fix and add tests for invoke_exception_viewMichael Merickel
2016-02-29exception views should never have a name=Michael Merickel
2016-02-29add exception and exc_info to requestMichael Merickel
2016-02-29Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2016-02-28fix #1370 to use split instead of rsplit to keep consistentMichael Merickel
2016-02-28add a failing test case with #1370Michael Merickel
2016-02-28Merge branch 'pr/1370'Michael Merickel
2016-02-23add methods to DummyRequestMichael Merickel
2016-02-22move p.response.temporary_response context manager to p.util.hide_attrsMichael Merickel
2016-02-21Fix the import from metaMarcin Lulek
2016-02-18add webtest and tests_require to setup.pyMichael Merickel
2016-02-14split routes into a separate moduleMichael Merickel
2016-02-10several simple refactoringsMichael Merickel
- move auth from default.py to auth.py - rename errors to notfound - drop basic templates (mytemplate.jinja2, layout.jinja2)
2016-02-09its sys, not tracebackChris McDonough
2016-02-09dont set it twiceChris McDonough
2016-02-09bring into line with excviewChris McDonough
2016-02-09docs about what happens when no excview can be foundChris McDonough
2016-02-09add request.exception and request.exc_infoChris McDonough
2016-02-09use exc_info instead of exc, add better docstring, mix the mixin inChris McDonough
2016-02-09check in sketch code so raydeo can look at itChris McDonough
2016-02-08expose the session factory on the registryMichael Merickel
2016-02-04fix the Base importMichael Merickel
2016-02-04make models/__init__.py a templateMichael Merickel
2016-02-04rename dbmaker to session_factoryMichael Merickel
2016-02-03improve the models api/usage and add a lot of commentsMichael Merickel
2016-02-02Deprecate --log-fileBert 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-31Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2016-01-31stop using the meta package from the outsideMichael Merickel
2016-01-31add a 404 error viewMichael Merickel
2016-01-31minor tweaksMichael Merickel
2016-01-27Merge pull request #2293 from hyperknot/patch-1Steve Piercy
check_csrf vs. csrf_token in view_config docs
2016-01-27convert csrf tokens to bytes prior to string compareMichael Merickel
2016-01-27set DummySession to use unicode csrf token by default like ↵Michael Merickel
SignedCookieSessionFactory
2016-01-27add test to reproduce #2294Michael Merickel
2016-01-27check_csrf vs. csrf_token in view_config docsZsolt Ero
2016-01-26TypoMarcin Raczyński
2016-01-26Fixed --browser behaviour when --server-name providedMarcin 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-14add comment about PY2 vs PY3Michael Merickel
2016-01-12expect py3 and special-case py2 behaviorMichael 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-03Merge branch 'master' into feature/alchemy-scaffold-updateBert JW Regeer
2015-12-23Merge branch 'master' of https://github.com/Pylons/pyramidSteve Piercy
2015-12-22Update prequest.pykpinc
2015-12-18deprecate pserve --user and --group optionsMichael Merickel
This completes the deprecation of all process management options from pserve.
2015-12-17ensure IAssetDescriptor.abspath always returns an abspathMichael Merickel
fixes #2184
2015-12-17Merge pull request #2171 from mmerickel/feature/add-cache-busterMichael Merickel
config.add cache buster
2015-12-16defer prevent check until registerMichael Merickel