| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-04 | fix #311 | Tshepang Lekhonkhobe | |
| 2012-12-18 | prep for 1.4 | Chris McDonough | |
| 2012-12-10 | prep for 1.4b3 | Chris McDonough | |
| 2012-12-10 | prep for 1.4b2 | Chris McDonough | |
| 2012-11-21 | prep for 1.4b1 | Chris McDonough | |
| 2012-11-14 | prep for release | Chris McDonough | |
| 2012-10-26 | prep for 1.4a3 | Chris McDonough | |
| 2012-10-14 | pypi support for python 3.3 | Michael Merickel | |
| 2012-09-27 | prep for 1.4a2 | Chris McDonough | |
| 2012-09-16 | prep for 1.4a1 | Chris McDonough | |
| 2012-09-09 | - It is no longer possible to pass an environ dictionary directly to | Chris McDonough | |
| ``pyramid.traversal.ResourceTreeTraverser.__call__`` (aka ``ModelGraphTraverser.__call__``). Instead, you must pass a request object. Passing an environment instead of a request has generated a deprecation warning since Pyramid 1.1. - Pyramid will no longer work properly if you use the ``webob.request.LegacyRequest`` as a request factory. Instances of the LegacyRequest class have a ``request.path_info`` which return a string. This Pyramid release assumes that ``request.path_info`` will unconditionally be Unicode. - Pyramid now requires WebOb 1.2b3+ (the prior Pyramid release only relied on 1.2dev+). This is to ensure that we obtain a version of WebOb that returns ``request.path_info`` as text. | |||
| 2012-04-21 | make virtualenv, nose, and coverage testing extras rather than test requirements | Chris McDonough | |
| 2012-04-18 | break docs stuff out of testing to hopefully appease shiningpanda | Chris McDonough | |
| 2012-04-16 | replaced pylons with pyramid trove classifier | Michael Merickel | |
| 2012-03-29 | update version markers | Chris McDonough | |
| 2012-03-21 | prep for 1.3 | Chris McDonough | |
| 2012-03-17 | prep for 1.3b3 | Chris McDonough | |
| 2012-03-17 | dont depend on nose or coverage except for in extras | Chris McDonough | |
| 2012-03-16 | add a dev alias for develop-and-install-testing-dependencies and depend on ↵ | Chris McDonough | |
| nose and coverage in setup.py | |||
| 2012-03-04 | use pylons-discuss as email address in setup.py too | Chris McDonough | |
| 2012-03-02 | prep for 1.3b2 | Chris McDonough | |
| 2012-02-27 | separate checks for Python version numbers for 2 and 3 | Chris McDonough | |
| 2012-02-26 | prep for 1.3b1 | Chris McDonough | |
| 2012-02-22 | prep for 1.3a9 | Chris McDonough | |
| 2012-02-19 | prep for 1.3a8 | Chris McDonough | |
| 2012-02-09 | Features | Chris McDonough | |
| -------- - The ``scan`` method of a ``Configurator`` can be passed an ``ignore`` argument, which can be a string, a callable, or a list consisting of strings and/or callables. This feature allows submodules, subpackages, and global objects from being scanned. See http://readthedocs.org/docs/venusian/en/latest/#ignore-scan-argument for more information about how to use the ``ignore`` argument to ``scan``. Dependencies ------------ - Depend on ``venusian`` >= 1.0a3 to provide scan ``ignore`` support. | |||
| 2012-02-08 | prep for 1.3a7 | Chris McDonough | |
| 2012-01-20 | prep for 1.3a6 | Chris McDonough | |
| 2012-01-09 | prep for 1.3a5 | Chris McDonough | |
| 2012-01-05 | prep for 1.3a4 | Chris McDonough | |
| 2011-12-21 | prep for 1.3a3 | Chris McDonough | |
| 2011-12-15 | add prequest script and entry point | Chris McDonough | |
| 2011-12-14 | prep for 1.3a2 | Chris McDonough | |
| 2011-12-09 | prep for 1.3a1 | Chris McDonough | |
| 2011-11-30 | as per https://plus.google.com/107826054989536826392/posts/cbJKHFWbGDw | Chris McDonough | |
| 2011-11-12 | - The ``alchemy`` scaffold has been removed. | Chris McDonough | |
| - The ``routesalchemy`` scaffold has been renamed ``alchemy``. | |||
| 2011-10-15 | add cherrypy server runner (requires the CherryPy package to be installed | Chris McDonough | |
| 2011-10-05 | turn all paster commands into scripts | Chris McDonough | |
| 2011-10-05 | add pserve command and move template code out of glue; add a wsgiref ↵ | Chris McDonough | |
| paste.server_runner entry point | |||
| 2011-10-05 | add a pcreate command | Chris McDonough | |
| 2011-09-29 | experimental use of glue | Chris McDonough | |
| 2011-09-28 | vb | Chris McDonough | |
| 2011-09-25 | py3 trove classifiers | Chris McDonough | |
| 2011-09-24 | fix setup.py and tox.ini for dev/testing purposes | Chris McDonough | |
| 2011-09-24 | version minimums | Chris McDonough | |
| 2011-09-24 | fix test_renderers tests on py3 | Chris McDonough | |
| 2011-09-22 | anger release commit | Chris McDonough | |
| 2011-09-22 | - Pyramid no longer depends on the zope.component package, except as a | Chris McDonough | |
| testing dependency. - Pyramid now depends on a ``zope.interface`` version greater than or equal to 3.8.0. | |||
| 2011-09-12 | prep for 1.2 | Chris McDonough | |
| 2011-09-11 | prep for 1.2b3 | Chris McDonough | |
