summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2011-02-25Strip newline before test (this is to be compatible with Chameleon 2.x which ...Malthe Borch
2011-02-25docs fix related to https://github.com/Pylons/pyramid/commit/0a0edfcc42611fc9...Chris McDonough
2011-02-25- ``pyramid.url.route_path`` (and the shortcutChris McDonough
2011-02-22From the code:Chris McDonough
2011-02-17Undo the inner squiggly regex fix introduced in commit #9595236 because the r...Chris McDonough
2011-02-13fix interface for IRendererChris McDonough
2011-02-13Merge branch 'master' of https://github.com/lambacck/pyramid into lambacck-ma...Chris McDonough
2011-02-12Add make_localizer function & docs & testsChristopher Lambacher
2011-02-12Fix tests on win32Christopher Lambacher
2011-02-12Separate making Localizer from getting cached oneChristopher Lambacher
2011-02-12- ``pyramid_alchemy`` paster template now uses ``query.get`` rather thanChris McDonough
2011-02-09- Integers and longs passed as ``elements`` to ``pyramid.url.resource_url``Chris McDonough
2011-02-09docstring fix (not explicitly parent, just lineage)Chris McDonough
2011-02-09remove unintentional change added by previous commit to fix url matching issu...Chris McDonough
2011-02-09- URL pattern markers used in URL dispatch are permitted to specify a customChris McDonough
2011-02-05for print space purposes, move return to same line as function definitionChris McDonough
2011-02-05add missing import (thanks donri)Chris McDonough
2011-01-30remove useless warningsChris McDonough
2011-01-30make pass predictably on jythonChris McDonough
2011-01-30skip chameleon-using tests on pypy and jythonChris McDonough
2011-01-30fix too-long linesChris McDonough
2011-01-30- Remove duplication of API and narrative documentation inChris McDonough
2011-01-30save space by removing duplicated documentation of view_config argsChris McDonough
2011-01-30fix typo, use config-relative lookupChris McDonough
2011-01-30dont punt to zcml docs for predicate descriptionsChris McDonough
2011-01-30stray tildeChris McDonough
2011-01-30- Removed duplicate implementations of ``is_response``. Two competingChris McDonough
2011-01-29- Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODBChris McDonough
2011-01-29Merge branch 'master' of https://github.com/osmaker/pyramid into osmaker-masterChris McDonough
2011-01-29use term target for deployment settingsChris McDonough
2011-01-29wordingChris McDonough
2011-01-29renderingsChris McDonough
2011-01-28- Removed API documentation for ``pyramid.testing`` APIs namedChris McDonough
2011-01-28remove inappropriate warning; change note wordingChris McDonough
2011-01-28space after commas on sqlalchemy paster templates (pep 8)Kyle Johnson
2011-01-28convert all tabs to spaces in templates (sorry, blaise, i may have to use an ...Chris McDonough
2011-01-27fix dangling referencesChris McDonough
2011-01-27- Beef up documentation related to ``set_default_permission``: explicitlyChris McDonough
2011-01-26- ``pyramid.view.append_slash_notfound_view`` now preserves GET queryChris McDonough
2011-01-25- Use © instead of copyright symbol in paster templates / tutorialChris McDonough
2011-01-24render token in ValueError instead of passing it as a second argChris McDonough
2011-01-24- A bug existed in the ``pyramid.authentication.AuthTktCookieHelper`` whichChris McDonough
2011-01-23chapter was renamedChris McDonough
2011-01-22- The ``render_view`` method of ``pyramid.renderers.RendererHelper`` passedChris McDonough
2011-01-22- The ``production.ini`` generated by all paster templates now have anChris McDonough
2011-01-21include txt, mako, xml, htmlChris McDonough
2011-01-21- Add a ``MANIFEST.in`` file to each paster template. SeeChris McDonough
2011-01-21- Slightly improved interface docs for ``IAuthorizationPolicy``.Chris McDonough
2011-01-21- ``testing.setUp`` now adds a ``settings`` attribute to the registry (bothChris McDonough
2011-01-21Merge branch 'wild_domains' of https://github.com/mmerickel/pyramid into mmer...Chris McDonough