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
2012-08-16
fixed method binding in py3
Michael Merickel
2012-08-16
Merge branch 'master' into feature.instance-properties
Michael Merickel
2012-08-15
- An ``add_permission`` directive method was added to the Configurator. This
Chris McDonough
2012-08-15
- Anonymous predicate keyword list for all add-view-ish methods
Chris McDonough
2012-08-10
new fix for mako adjust_uri
Blaise Laflamme
2012-08-09
manually revert back to adjusted instead of uri in mako template lookup
Blaise Laflamme
2012-08-09
Revert "should return the uri and not the adjusted uri if not in collection"
Blaise Laflamme
2012-08-06
move stuff from config.util to registry so it can be a set of API (which are ...
Chris McDonough
2012-08-06
Merge branch 'master' of github.com:Pylons/pyramid
Tres Seaver
2012-08-06
Normalize interface conformance tests.
Tres Seaver
2012-08-06
add as-of-version notes
Chris McDonough
2012-08-06
Merge branch 'feature.metaviewpredicates'
Chris McDonough
2012-08-06
fix under py3
Chris McDonough
2012-08-06
coverage
Chris McDonough
2012-08-05
add coverage, get rid of test that doesnt belong here
Chris McDonough
2012-08-05
use a predicate list for routes, introduce the concept of deferred discrimina...
Chris McDonough
2012-08-04
unhose triplequote rendering in emacs
Chris McDonough
2012-08-03
test standalone default predicates; make protocol "phash()" and "text()" rath...
Chris McDonough
2012-08-03
add some tests
Chris McDonough
2012-08-03
first cut at extensible view predicates via config.add_view_predicate; still ...
Chris McDonough
2012-08-03
generalize TopologicalSorter out of Tweens class for use elsewhere
Chris McDonough
2012-08-03
added test for adjusted uri in mako templates
Blaise Laflamme
2012-08-02
Merge branch 'refs/heads/master' into fix.mako-606
Blaise Laflamme
2012-07-29
- When there is a predicate mismatch exception (seen when no view matches for
Chris McDonough
2012-07-29
Merge branch 'master' of git://github.com/adroullier/pyramid into adroullier-...
Chris McDonough
2012-07-29
give traverse_predicate a __text__ and add a developer note about __text__
Chris McDonough
2012-07-13
- On at least one 64-bit Ubuntu system under Python 3.2, using the
Chris McDonough
2012-07-10
Replacement markers of url dispatcher can contain regex with colons.
Maxim Avanov
2012-06-29
fixed mako bug #606 for inheritance and includes
Blaise Laflamme
2012-06-19
added docs and changes for using defs in mako renderer
Blaise Laflamme
2012-06-19
renamed path for asset in regex
Blaise Laflamme
2012-06-19
removed .makodef, use tuple value if defname in renderer (bw compat), changed...
Blaise Laflamme
2012-06-19
added removed tuple for bw compat
Blaise Laflamme
2012-06-19
added a new makodef renderer to call a def inside a mako template, fixed test...
Blaise Laflamme
2012-06-19
added namespace test
Blaise Laflamme
2012-06-17
merge contributors
Chris McDonough
2012-06-17
docs: Add view callable example to section on rendering_val.
Jeff Cook
2012-06-07
rendering
Chris McDonough
2012-06-07
Update documentation to clarify purpose of BeforeRender.rendering_val.
Jeff Cook
2012-06-04
point back to renderer_system_values in render and render_to_response
Chris McDonough
2012-05-16
Fix resource leak warning under Py3k.
Tres Seaver
2012-05-16
Remove last class advice usage (breaks under Py3k with new zope.interface.
Tres Seaver
2012-05-03
garden
Chris McDonough
2012-05-03
reuse default logic between json and jsonp
Chris McDonough
2012-05-03
use the same default logic for jsonp as for json
Chris McDonough
2012-05-03
allow __json__ and custom adapters to accept request arg
Chris McDonough
2012-05-03
Merge branch 'master' into feature.json-api
Michael Merickel
2012-05-02
simplify tests
Chris McDonough
2012-05-02
Updated tests for static files and made static.py raise all HTTP exceptions
Marin Rukavina
2012-05-02
Fixed up the tests and returned HTTPMovedPermanently
Marin Rukavina
[next]