| Age | Commit message (Expand) | Author |
| 2012-11-04 | - Allow a ``_depth`` argument to ``pyramid.view.view_config``, which will | Chris McDonough |
| 2012-11-04 | reword docs | Chris McDonough |
| 2012-11-04 | fix tests to use sha512 to avoid emitting warnings | Michael Merickel |
| 2012-11-04 | emit a warning if a user is using the default hashalg to AuthTkt | Michael Merickel |
| 2012-11-04 | merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicy | Michael Merickel |
| 2012-11-04 | fix docs, upgrade tutorials, add change note, deprecate using zope.deprecatio... | Chris McDonough |
| 2012-11-04 | Merge branch 'feature.sha512_auth' of git://github.com/iElectric/pyramid into... | Chris McDonough |
| 2012-11-04 | - In uncommon cases, the ``pyramid_excview_tween_factory`` might have | Chris McDonough |
| 2012-11-03 | - Move ``TopologicalSorter`` from ``pyramid.config.util`` to ``pyramid.util``, | Chris McDonough |
| 2012-11-03 | why is this file here | Chris McDonough |
| 2012-11-02 | dont use a separate request factory; instead just assign ResponseClass attr o... | Chris McDonough |
| 2012-11-02 | Merge branch 'master' of git://github.com/wylee/pyramid into wylee-master | Chris McDonough |
| 2012-11-02 | - In the past if a renderer returned ``None``, the body of the resulting | Chris McDonough |
| 2012-11-02 | resolve merge conflict | Chris McDonough |
| 2012-11-02 | - Do not allow the userid returned from the ``authenticated_userid`` or the | Chris McDonough |
| 2012-10-30 | updated authentication policy api documentation | Michael Merickel |
| 2012-10-30 | updated docs | Michael Merickel |
| 2012-10-30 | raise exc if view_execution_permitted invoked on non-existant view | Michael Merickel |
| 2012-10-28 | - Added an ``effective_principals`` route and view predicate. | Chris McDonough |
| 2012-10-26 | - New ``physical_path`` view predicate. If specified, this value should be a | Chris McDonough |
| 2012-10-14 | Fixes for Python 3. | Chris Rossi |
| 2012-10-14 | Merge branch 'master' into feature-basic-auth | Chris Rossi |
| 2012-10-14 | Include recipe for issuing challenge. | Chris Rossi |
| 2012-10-13 | Merge pull request #706 from mmerickel/feature.scaffold-comments2 | Chris McDonough |
| 2012-10-13 | updated ini files with links to documentation | Michael Merickel |
| 2012-10-13 | Merge branch 'master' into 1.4-branch | Chris McDonough |
| 2012-10-13 | add docs and changelog note | Chris McDonough |
| 2012-10-13 | added tests for header predicate and standardized the text property | Michael Merickel |
| 2012-10-13 | updated request_param and match_param to use as_sorted_tuple | Michael Merickel |
| 2012-10-13 | collapsed request_param text to match the match_param text format | Michael Merickel |
| 2012-10-13 | allow request_param predicate to accept a tuple of constraints | Michael Merickel |
| 2012-10-12 | Test coverage. | Chris Rossi |
| 2012-10-12 | Add basic auth authentication policy. | Chris Rossi |
| 2012-10-12 | Fix indentation | Chris McDonough |
| 2012-10-09 | Get rid of monkeypatch of Request and Response in pyramid.__init__ | Wyatt L Baldwin |
| 2012-10-07 | - The Configurator ``testing_securitypolicy`` method now returns the policy | Chris McDonough |
| 2012-10-05 | remove unintended commit | Chris McDonough |
| 2012-10-05 | Merge branch 'fix.templatemacroreg' | Chris McDonough |
| 2012-10-05 | fix caching of template registrations that reference macros | Chris McDonough |
| 2012-10-04 | Updated links to documentation and copyrights year | Anton Vlasenko |
| 2012-10-03 | Clarify documentation for pyramid.session.check_csrf_token function | David\ Beitey |
| 2012-09-30 | s/either// | Chris McDonough |
| 2012-09-30 | An attempt at better behavior when reload cannot restart the controlled appli... | Chris McDonough |
| 2012-09-30 | - 1.4a ``pyramid.scripting.prepare`` behaved differently than 1.3 series | Chris McDonough |
| 2012-09-23 | Add SHA512AuthTktAuthenticationPolicy and deprecate AuthTktAuthenticationPolicy | Domen Kožar |
| 2012-09-22 | - Add ``Base.metadata.bind = engine`` to alchemy template, so that tables | Chris McDonough |
| 2012-09-22 | mirror john's change for chameleon, better changelog message | Chris McDonough |
| 2012-09-22 | Filenames like app:foo-bar.mako should be valid. | John Anderson |
| 2012-09-21 | note potential 1.5 removals and remove dead code | Chris McDonough |
| 2012-09-19 | remove dead code | Chris McDonough |