index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyramid
Age
Commit message (
Expand
)
Author
2011-02-25
Strip newline before test (this is to be compatible with Chameleon 2.x which ...
Malthe Borch
2011-02-25
docs fix related to https://github.com/Pylons/pyramid/commit/0a0edfcc42611fc9...
Chris McDonough
2011-02-25
- ``pyramid.url.route_path`` (and the shortcut
Chris McDonough
2011-02-22
From the code:
Chris McDonough
2011-02-17
Undo the inner squiggly regex fix introduced in commit #9595236 because the r...
Chris McDonough
2011-02-13
fix interface for IRenderer
Chris McDonough
2011-02-13
Merge branch 'master' of https://github.com/lambacck/pyramid into lambacck-ma...
Chris McDonough
2011-02-12
Add make_localizer function & docs & tests
Christopher Lambacher
2011-02-12
Fix tests on win32
Christopher Lambacher
2011-02-12
Separate making Localizer from getting cached one
Christopher Lambacher
2011-02-12
- ``pyramid_alchemy`` paster template now uses ``query.get`` rather than
Chris McDonough
2011-02-09
- Integers and longs passed as ``elements`` to ``pyramid.url.resource_url``
Chris McDonough
2011-02-09
docstring fix (not explicitly parent, just lineage)
Chris McDonough
2011-02-09
remove 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 custom
Chris McDonough
2011-02-05
for print space purposes, move return to same line as function definition
Chris McDonough
2011-02-05
add missing import (thanks donri)
Chris McDonough
2011-01-30
remove useless warnings
Chris McDonough
2011-01-30
make pass predictably on jython
Chris McDonough
2011-01-30
skip chameleon-using tests on pypy and jython
Chris McDonough
2011-01-30
fix too-long lines
Chris McDonough
2011-01-30
- Remove duplication of API and narrative documentation in
Chris McDonough
2011-01-30
save space by removing duplicated documentation of view_config args
Chris McDonough
2011-01-30
fix typo, use config-relative lookup
Chris McDonough
2011-01-30
dont punt to zcml docs for predicate descriptions
Chris McDonough
2011-01-30
stray tilde
Chris McDonough
2011-01-30
- Removed duplicate implementations of ``is_response``. Two competing
Chris McDonough
2011-01-29
- Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB
Chris McDonough
2011-01-29
Merge branch 'master' of https://github.com/osmaker/pyramid into osmaker-master
Chris McDonough
2011-01-29
use term target for deployment settings
Chris McDonough
2011-01-29
wording
Chris McDonough
2011-01-29
renderings
Chris McDonough
2011-01-28
- Removed API documentation for ``pyramid.testing`` APIs named
Chris McDonough
2011-01-28
remove inappropriate warning; change note wording
Chris McDonough
2011-01-28
space after commas on sqlalchemy paster templates (pep 8)
Kyle Johnson
2011-01-28
convert all tabs to spaces in templates (sorry, blaise, i may have to use an ...
Chris McDonough
2011-01-27
fix dangling references
Chris McDonough
2011-01-27
- Beef up documentation related to ``set_default_permission``: explicitly
Chris McDonough
2011-01-26
- ``pyramid.view.append_slash_notfound_view`` now preserves GET query
Chris McDonough
2011-01-25
- Use © instead of copyright symbol in paster templates / tutorial
Chris McDonough
2011-01-24
render token in ValueError instead of passing it as a second arg
Chris McDonough
2011-01-24
- A bug existed in the ``pyramid.authentication.AuthTktCookieHelper`` which
Chris McDonough
2011-01-23
chapter was renamed
Chris McDonough
2011-01-22
- The ``render_view`` method of ``pyramid.renderers.RendererHelper`` passed
Chris McDonough
2011-01-22
- The ``production.ini`` generated by all paster templates now have an
Chris McDonough
2011-01-21
include txt, mako, xml, html
Chris McDonough
2011-01-21
- Add a ``MANIFEST.in`` file to each paster template. See
Chris 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 (both
Chris McDonough
2011-01-21
Merge branch 'wild_domains' of https://github.com/mmerickel/pyramid into mmer...
Chris McDonough
[next]