| Age | Commit message (Expand) | Author |
| 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-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-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 |
| 2012-04-27 | Updated static_view to raise HTTP exceptions instead of returning | Marin Rukavina |
| 2012-04-27 | Don't add a ? to url if query string is empty. | Christopher Lambacher |
| 2012-04-26 | Merge pull request #505 from muellert/master | Michael Merickel |
| 2012-04-21 | Use the new Pyramid trove classifiers for the scaffolds. | Ralph Bean |
| 2012-04-19 | Change alchemy scaffold README to match the console_scripts setup. | Ralph Bean |
| 2012-04-18 | try to fix windows test failure | Chris McDonough |
| 2012-04-18 | garden | Michael Merickel |
| 2012-04-18 | reverted back to using a component registry during json encoding | Michael Merickel |
| 2012-04-17 | Add @ to examples of forbidden_view_config & notfound_view_config | Hynek Schlawack |
| 2012-04-17 | default_encode->_default_encode, dumps->_dumps, massage docs | Chris McDonough |
| 2012-04-16 | fixed coverage, removed json encoder | Michael Merickel |
| 2012-04-16 | removed the component registry from json renderer | Michael Merickel |
| 2012-04-16 | first cut at removing ObjectJSONEncoder | Michael Merickel |
| 2012-04-11 | request properties are now added in bulk | Michael Merickel |
| 2012-04-10 | changed to classmethod | Michael Merickel |
| 2012-04-10 | tests for bulk property creation | Michael Merickel |
| 2012-04-10 | refactored set_property to support multiple properties in the same subclass | Michael Merickel |
| 2012-03-30 | Use predicate.__text__ in predicate mismatch exceptions. See Issue #502 | Arndt Droullier |
| 2012-03-30 | - As of this release, the ``request_method`` predicate, when used, will also | Chris McDonough |
| 2012-03-30 | forward-port security fix from 1.3 branch | Chris McDonough |