summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2012-11-21missed adding this fileChris McDonough
2012-11-21fix for py3Chris McDonough
2012-11-21add an integration test for the eventonly behaviorChris McDonough
2012-11-21- In order to normalize the relationship between event subscribers andChris McDonough
2012-11-20Merge branch 'master' into sontek-fix_commandsChris McDonough
2012-11-20coverageChris McDonough
2012-11-20Merge branch 'fix_commands' of git://github.com/sontek/pyramid into sontek-fi...Chris McDonough
2012-11-20- Small microspeed enhancement which anticipates that aChris McDonough
2012-11-18- A failure when trying to locate the attribute ``__text__`` on route and viewChris McDonough
2012-11-14Don't use a global mutable and updated the doc string to include optionsJohn Anderson
2012-11-14make an assertion in this testChris McDonough
2012-11-14Merge branch 'fix_commands' of git://github.com/sontek/pyramid into sontek-fi...Chris McDonough
2012-11-14ref #725; indicate how to join the result of render_view_to_iterableChris McDonough
2012-11-13indicate render_view returns a bytestring (see #725)Michael Merickel
2012-11-13simplfied change as response.app_iter must contain bytes per pep 3333Michael Merickel
2012-11-13My fix for Issue #721. Made view.py - render_view to convert iterable inputAlex Volkov
2012-11-12Move pyramid.config.views.viewdefaults -> pyramid.util.viewdefaultsChris McDonough
2012-11-11Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-11-11- Be more tolerant of potential error conditions in ``match_param`` andChris McDonough
2012-11-05added the ability to pass options to get_app for use with stringJohn Anderson
2012-11-04visually aid the decorator= examplePhilip Jenvey
2012-11-04update changelog, close #627Michael Merickel
2012-11-04reversed the ordering of decorator arg to add_viewMichael Merickel
2012-11-04Added explanations to docstring.rforkel
2012-11-04Added support for passing multiple decorators to add_view.rforkel
2012-11-04- Allow a ``_depth`` argument to ``pyramid.view.view_config``, which willChris McDonough
2012-11-04reword docsChris McDonough
2012-11-04fix tests to use sha512 to avoid emitting warningsMichael Merickel
2012-11-04emit a warning if a user is using the default hashalg to AuthTktMichael Merickel
2012-11-04merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicyMichael Merickel
2012-11-04fix docs, upgrade tutorials, add change note, deprecate using zope.deprecatio...Chris McDonough
2012-11-04Merge 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 haveChris McDonough
2012-11-03- Move ``TopologicalSorter`` from ``pyramid.config.util`` to ``pyramid.util``,Chris McDonough
2012-11-03why is this file hereChris McDonough
2012-11-02dont use a separate request factory; instead just assign ResponseClass attr o...Chris McDonough
2012-11-02Merge branch 'master' of git://github.com/wylee/pyramid into wylee-masterChris McDonough
2012-11-02- In the past if a renderer returned ``None``, the body of the resultingChris McDonough
2012-11-02resolve merge conflictChris McDonough
2012-11-02- Do not allow the userid returned from the ``authenticated_userid`` or theChris McDonough
2012-10-30updated authentication policy api documentationMichael Merickel
2012-10-30updated docsMichael Merickel
2012-10-30raise exc if view_execution_permitted invoked on non-existant viewMichael 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 aChris McDonough
2012-10-14Fixes for Python 3.Chris Rossi
2012-10-14Merge branch 'master' into feature-basic-authChris Rossi
2012-10-14Include recipe for issuing challenge.Chris Rossi
2012-10-13Merge pull request #706 from mmerickel/feature.scaffold-comments2Chris McDonough
2012-10-13updated ini files with links to documentationMichael Merickel