| Age | Commit message (Expand) | Author |
| 2011-01-08 | fix renderings | Chris McDonough |
| 2011-01-07 | - Document ``Configurator.set_view_mapper``. | Chris McDonough |
| 2011-01-07 | - Allow ``decorator`` and ``mapper`` arguments to view ZCML directive. | Chris McDonough |
| 2011-01-07 | preserve method signatures of @action_method-decorated methods in sphinx docs | Chris McDonough |
| 2011-01-06 | get rid of incorrect usage of threadlocals during configuration in venusian e... | Chris McDonough |
| 2011-01-06 | Typo: python setup.py develop.py shouldn't have that .py at the end. | Marius Gedminas |
| 2011-01-06 | remove comment, it's more or less answered | Casey Duncan |
| 2011-01-06 | clarify by promoting parenthetical, add comment requesting some advice | Casey Duncan |
| 2011-01-06 | clarify | Casey Duncan |
| 2011-01-05 | add parens to method references | Casey Duncan |
| 2011-01-05 | forgot an important session feature in summary | Casey Duncan |
| 2011-01-05 | add summary paragraph to tie things together better | Casey Duncan |
| 2011-01-05 | incorporate return type and queue semantics into same paragraph | Casey Duncan |
| 2011-01-05 | clarify behavior of allow_duplicate | Casey Duncan |
| 2011-01-06 | Added missing images | Blaise Laflamme |
| 2011-01-06 | Added small header support to css paster templates, using small header for wi... | Blaise Laflamme |
| 2011-01-05 | remove redundant sentence | Casey Duncan |
| 2011-01-05 | add parens to method references | Casey Duncan |
| 2011-01-05 | don't need linenos for one line | Casey Duncan |
| 2011-01-05 | combine flash and csrf into sessions chapt | Casey Duncan |
| 2011-01-05 | reduce strength of assertion | Casey Duncan |
| 2011-01-06 | Updated wiki tutorial docs | Blaise Laflamme |
| 2011-01-06 | Removed login option from tutorial defining views templates | Blaise Laflamme |
| 2011-01-05 | slight reword for better flow | Casey Duncan |
| 2011-01-05 | Updated tutorial sources to use the new theme, use request.static_url('{{pack... | Blaise Laflamme |
| 2011-01-03 | copyrights | Chris McDonough |
| 2011-01-03 | remove stray slash which prevented _themes from being downloaded if they didn... | Chris McDonough |
| 2011-01-03 | - Add a new API ``pyramid.url.current_route_url``, which computes a URL based | Chris McDonough |
| 2011-01-03 | edit much ado chapter | Chris McDonough |
| 2011-01-03 | add placeholder form handling chapt, may move to cookbook | Casey Duncan |
| 2011-01-02 | add intro paragraph to view config chapt | Casey Duncan |
| 2011-01-02 | :term: not :mod: | Casey Duncan |
| 2011-01-02 | remove unneeded liars remorse paragraph atop renderers | Casey Duncan |
| 2011-01-02 | Split view chapter, move view config after templates, some reordering in view... | Casey Duncan |
| 2011-01-03 | contributors | Chris McDonough |
| 2011-01-03 | fix rendering | Chris McDonough |
| 2011-01-03 | Merge git://github.com/caseman/pyramid into caseman-master | Chris McDonough |
| 2011-01-03 | Merge branch 'master' of https://github.com/jahmad/pyramid into jahmad-master | Chris McDonough |
| 2011-01-03 | Merge branch 'master' of https://github.com/nek4life/pyramid into nek4life-ma... | Chris McDonough |
| 2011-01-02 | rework paragraph about view callable return values and the possibility of ren... | Casey Duncan |
| 2011-01-02 | rework view callables intro | Casey Duncan |
| 2011-01-02 | add word chapters | Casey Duncan |
| 2011-01-02 | provide a reference target for modifying package structure | Chris McDonough |
| 2011-01-02 | indirection is hard | Chris McDonough |
| 2011-01-02 | typo, add example | Chris McDonough |
| 2011-01-02 | - add a ``add_view_mapper`` API to Configurator. This API allows you to add | Chris McDonough |
| 2011-01-01 | rework paragraphs discussifng root factot config | Casey Duncan |
| 2011-01-01 | - The class ``pyramid.authentication.AuthTktCookieHelper`` is now an API. | Chris McDonough |
| 2011-01-01 | rework opening explanation of the resource tree for clarity | Casey Duncan |
| 2011-01-01 | XXX try to clearly explain how the view name is derived during traversal, con... | Casey Duncan |