| Age | Commit message (Expand) | Author |
| 2010-12-19 | add functional testing example | Chris McDonough |
| 2010-12-19 | - All environment variables which used to be prefixed with ``BFG_`` are now | Chris McDonough |
| 2010-12-19 | - When a configuration conflict is encountered during scanning, the conflict | Chris McDonough |
| 2010-12-18 | resource/asset normalization | Chris McDonough |
| 2010-12-18 | spacing, note | Chris McDonough |
| 2010-12-18 | spacing | Chris McDonough |
| 2010-12-18 | summarize asset/resource/model changes | Chris McDonough |
| 2010-12-16 | - Direct Jython users to Mako rather than Jinja2 in "Install" narrative | Chris McDonough |
| 2010-12-16 | - The name ``registry`` is now available in a ``pshell`` environment by | Chris McDonough |
| 2010-12-16 | mention paster templates | Chris McDonough |
| 2010-12-16 | Features | Chris McDonough |
| 2010-12-16 | Added debug_matched configuration setting. | Joachim Krebs |
| 2010-12-15 | note work done to make nosetests pass | Chris McDonough |
| 2010-12-15 | back to development | Chris McDonough |
| 2010-12-15 | prep for 1.0a6 | Chris McDonough |
| 2010-12-15 | - Fix reference to ``repoze.bfg.traversalwrapper`` in "Models" chapter (point | Chris McDonough |
| 2010-12-15 | - If you followed it to-the-letter, the ZODB+Traversal Wiki tutorial would | Chris McDonough |
| 2010-12-15 | - Tests now pass on Windows (no bugs found, but a few tests in the test suite | Chris McDonough |
| 2010-12-15 | gardening | Chris McDonough |
| 2010-12-15 | more specificity | Chris McDonough |
| 2010-12-15 | - 1.0a5 introduced a bug when ``pyramid.config.Configurator.scan`` was used. | Chris McDonough |
| 2010-12-15 | back to development | Chris McDonough |
| 2010-12-15 | prep for 1.0a5 | Chris McDonough |
| 2010-12-13 | - When creating a Configurator from within a ``paster pshell`` session, you | Chris McDonough |
| 2010-12-09 | note docs | Chris McDonough |
| 2010-12-09 | - Add a ``handler`` ZCML directive. This directive does the same thing as | Chris McDonough |
| 2010-12-09 | Merge branch 'twophase' | Chris McDonough |
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough |
| 2010-12-08 | create a context only as necessary (speed) | Chris McDonough |
| 2010-12-08 | deprecate Configurator, add Config | Chris McDonough |
| 2010-11-27 | - Add a "Modifying Package Structure" section to the project narrative | Chris McDonough |
| 2010-11-24 | - New boolean Mako settings variable ``mako.strict_undefined``. See `Mako | Chris McDonough |
| 2010-11-24 | typo fix | Chris McDonough |
| 2010-11-24 | - The Mako renderer did not properly turn the ``mako.imports``, | Chris McDonough |
| 2010-11-24 | - Add support for json on GAE by catching NotImplementedError and importing | Chris McDonough |
| 2010-11-22 | pyramid.testig.DummyRequest now has a class variable, query_string, | Chris Rossi |
| 2010-11-21 | - Make default renderer work (renderer factory registered with no name, which | Chris McDonough |
| 2010-11-21 | - Add ``pyramid.interfaces.ITemplateRenderer`` interface to Interfaces API | Chris McDonough |
| 2010-11-21 | - SQLAlchemy+URLDispatch tutorial updated to integrate changes to | Chris McDonough |
| 2010-11-21 | - Add logging configuration to all paster templates. | Chris McDonough |
| 2010-11-21 | - The ``pyramid_routesalchemy`` paster template's unit tests failed | Chris McDonough |
| 2010-11-21 | - "Sample Applications" section of docs changed to note existence of Cluegun, | Chris McDonough |
| 2010-11-21 | back to development | Chris McDonough |
| 2010-11-21 | note bfg qualification to version numer | Chris McDonough |
| 2010-11-21 | prep for 1.0a4 | Chris McDonough |
| 2010-11-20 | - Fix configurator to not convert ``ImportError`` to ``ConfigurationError`` | Chris McDonough |
| 2010-11-19 | - Remove calls to config.begin()/config.end() from startup config code in | Chris McDonough |
| 2010-11-18 | Merge branch 'master' of github.com:Pylons/pyramid | Ben Bangert |
| 2010-11-18 | - URL Dispatch now uses the form ``{marker}`` to denote a replace marker in | Ben Bangert |
| 2010-11-18 | - Make test suite pass on PyPy (Chameleon doesn't work). | Chris McDonough |