summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2013-01-19user newer API in the exampleTshepang Lekhonkhobe
2013-01-16add missing commaTshepang Lekhonkhobe
2013-01-14Merge pull request #793 from ronnix/patch-4Chris McDonough
2013-01-14Merge pull request #794 from tshepang/flowChris McDonough
2013-01-14Merge pull request #796 from tshepang/typosChris McDonough
2013-01-15yet another grammar fixTshepang Lekhonkhobe
2013-01-15improve flowTshepang Lekhonkhobe
2013-01-14grammarTshepang Lekhonkhobe
2013-01-14typoTshepang Lekhonkhobe
2013-01-14Update pyramid/view.pyRonan Amicel
2013-01-06grammarTshepang Lekhonkhobe
2013-01-02eliminate other repeated wordsTshepang Lekhonkhobe
2013-01-01eliminate repeated "the" wordsTshepang Lekhonkhobe
2012-12-10Merge pull request #738 from ppaez/pep8_scaffoldsChris McDonough
2012-12-06make _backframes work like _depth (but still leave undocumented)Chris McDonough
2012-12-06note custom_predicates deprecationChris McDonough
2012-12-06Merge branch '1.4-branch' of github.com:Pylons/pyramid into 1.4-branchChris McDonough
2012-12-06_depth argument to view_config is now relative to view_configMichael Merickel
2012-12-01unused importChris McDonough
2012-11-29make scaffolds pep8 compliantGael Pasgrimaud
2012-11-27Merge pull request #732 from ppaez/transaction-dependencyChris McDonough
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-20add transaction dependency to zodb scaffoldericrasmussen
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