summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-04change focus from we to youMichael Merickel
2013-09-04remove some mako/chameleon renderer docsMichael Merickel
2013-09-04add install_requires example as wellMichael Merickel
2013-09-04add example of rendering to the changelogMichael Merickel
2013-09-04fix markupMichael Merickel
2013-09-04update changelogMichael Merickel
2013-09-02Merge pull request #1106 from westurner/patch-1Chris McDonough
2013-09-02DOC: Update quick_tour.rst: Typo: with -> whichWes Turner
2013-08-30Merge branch '1.5-branch'Chris McDonough
2013-08-30prep for 1.5a1Chris McDonough
2013-08-30mention quickstartChris McDonough
2013-08-30unnecessaryChris McDonough
2013-08-30squash console output during test runsChris McDonough
2013-08-30update whatsnewChris McDonough
2013-08-30move 1.4 stuff to HISTORY.txtChris McDonough
2013-08-30Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-08-30dammit, typoChris McDonough
2013-08-30fix httpok docstringChris McDonough
2013-08-30fix docstringsChris McDonough
2013-08-30add HTTPSuccessful base class, allowing HTTPOk to be caught independently; cl...Chris McDonough
2013-08-30allow exception view registrations for HTTPException to override default exce...Chris McDonough
2013-08-30unused codeChris McDonough
2013-08-30Merge branch 'feature.hybridurlgen'Chris McDonough
2013-08-29get rid of remainder_name on route, and just default to passing traverse; add...Chris McDonough
2013-08-29fix the regex used by get_remainder_name, add tests for get_remainder_nameChris McDonough
2013-08-29fix nameChris McDonough
2013-08-29point at docs sectionChris McDonough
2013-08-29documentation for hybrid url generationChris McDonough
2013-08-29resource_url coverageChris McDonough
2013-08-29first cut at hybrid url generation; still needs tests for resource_url logicChris McDonough
2013-08-29Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-08-29make local_name an attribute of Request, move logic from get_localizer into R...Chris McDonough
2013-08-29- When the ``pyramid.reload_templates`` setting was true, and a ChameleonChris McDonough
2013-08-28Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-08-28Merge branch 'wutali-escaped_double_braces'Chris McDonough
2013-08-28Permit escaping of double braces in scaffolds, see #862Chris McDonough
2013-08-28- The ``route_url`` and ``route_path`` APIs no longer quote ``/``Chris McDonough
2013-08-28Added me to the CONTRIBUTERS.txt.Takahiro Fujiwara
2013-08-27Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-08-27utilize the tuple form of starts/endswithPhilip Jenvey
2013-08-27- Fix an obscure problem when combining a virtual root with a route with aChris McDonough
2013-08-27Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-08-23Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-08-23Merge pull request #1105 from MatthewWilkes/masterChris McDonough
2013-08-23Add name to contributorsMatthew Wilkes
2013-08-23Fix documentation on using gettext plurals and include examplesMatthew Wilkes
2013-08-20Merge branch 'feature.external-routes'Chris McDonough
2013-08-20Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-08-20raise ValueError instead of generating just path when _app_url is provided to...Chris McDonough
2013-08-19remove mention of unused http status codeMichael Merickel