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
2010-11-17
- Replace Twill with WebTest in internal integration tests (avoid deprecation
Chris McDonough
2010-11-17
More ReStructuredText fixes in docstrings.
Marius Gedminas
2010-11-17
ReStructuredText fix in docstring of view_config.
Marius Gedminas
2010-11-17
fix for jython
Chris McDonough
2010-11-17
make test pass on jython
Chris McDonough
2010-11-17
fix test for jython
Chris McDonough
2010-11-17
- The ``pyramid_alchemy`` paster template had a typo, preventing an import
Chris McDonough
2010-11-16
skip Chameleon tests on Jython
Chris McDonough
2010-11-16
make some tests which previously failed on jython pass
Chris McDonough
2010-11-16
point at correct location of get_current_registry
Chris McDonough
2010-11-16
- Add deprecation warning for import of ``pyramid.zcml.zcml_configure`` and
Chris McDonough
2010-11-16
- The ``pyramid.settings.get_settings`` API is now deprecated. Use
Chris McDonough
2010-11-16
prevent deprecation warning during tests
Chris McDonough
2010-11-16
get deprecations right
Chris McDonough
2010-11-16
- Add deprecation warnings to import of ``pyramid.chameleon_text`` and
Chris McDonough
2010-11-16
- Added Mako TemplateLookup settings for ``mako.error_handler``,
Ben Bangert
2010-11-15
docs backrefs
Chris McDonough
2010-11-15
add convenience static_url method to request
Chris McDonough
2010-11-15
less aggressive caching of settings n case someone uses a renderer at module ...
Chris McDonough
2010-11-15
- Internal: Chameleon template renderers now accept two arguments: ``path``
Chris McDonough
2010-11-14
hold a lock while we mutate the registry: it's not safe for more than one thr...
Chris McDonough
2010-11-14
remove template property, it's not part of the interface
Chris McDonough
2010-11-13
path->info
Chris McDonough
2010-11-12
- Internal: ZCML directives no longer call get_current_registry() if there's
Chris McDonough
2010-11-11
stamp out inappropriate use of get_settings
Chris McDonough
2010-11-11
document the request.settings attribute as well as we can
Chris McDonough
2010-11-11
Features
Chris McDonough
2010-11-11
- SQLAlchemy+urldispach wiki (``wiki2``) tutorial updated due to changes to
Chris McDonough
2010-11-11
issue 29: paster template tests fail
Chris McDonough
2010-11-10
- New API methods for ``pyramid.request.Request``: ``model_url`` and
Chris McDonough
2010-11-10
extend asbool to accept None, True, and False, and write explicit tests
Chris McDonough
2010-11-10
- New API method: ``pyramid.settings.asbool``.
Chris McDonough
2010-11-10
Added class vars matchdict and matched_route to
Chris Rossi
2010-11-10
- The pylons_* paster template used the same string
Chris McDonough
2010-11-10
fix wiki tutorial based on changes to zodb paster template
Chris McDonough
2010-11-10
fix project chapter to deal with paster template changes
Chris McDonough
2010-11-10
Features
Chris McDonough
2010-11-10
Removed extra word.
Chris Rossi
2010-11-09
- All references to Pyramid-the-application were changed from :mod:`pyramid`
Chris McDonough
2010-11-07
- All references to events by interface
Chris McDonough
2010-11-07
Fix syntax error in route_url docstring example.
Marius Gedminas
2010-11-06
i now understand what this does
Chris McDonough
2010-11-05
Add Pyramid to paster_plugins so we can use pshell in newly-created projects
Rick Copeland
2010-11-05
unused method
Chris McDonough
2010-11-05
- Move the functionality of pyramid.personality.pylons into the paster
Chris McDonough
2010-11-04
- Move static dir from pkg/templates/ to /pkg/ in pyramid_* paster templates.
Chris McDonough
2010-11-04
- Remove squiggly routing syntax.
Chris McDonough
2010-11-04
using path_spec here is unnecessary (and broken, at least for template render...
Chris McDonough
2010-11-04
Merge branch 'master' of git://github.com/Pylons/pyramid
Blaise Laflamme
2010-11-04
- The ``request_type`` argument to the ``view`` ZCML directive, the
Chris McDonough
[next]