| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-08 | vb master to 1.6dev | Chris McDonough | |
| 2014-04-08 | prep for 1.5 release | Chris McDonough | |
| 2014-03-27 | broadcast 3.4 support | Michael Merickel | |
| 2014-02-08 | prep for 1.5b1 | Chris McDonough | |
| 2014-02-08 | nose-selecttests is not py3 compat, so we cant really rely on it in testing ↵ | Chris McDonough | |
| requirements | |||
| 2014-01-28 | prep for 1.5a4 release | Chris McDonough | |
| 2013-12-13 | Depend on 1.3.1 of WebOb | Bert JW Regeer | |
| 2013-12-10 | prep for 1.5a3 | Chris McDonough | |
| 2013-12-10 | use CookieProfile from webob in authentication module, add support for new ↵ | Chris McDonough | |
| domain attribute on dummy request, depend on webob 1.3 or better | |||
| 2013-09-22 | prep for 1.5a2 | Chris McDonough | |
| 2013-09-04 | Remove bfg fixers script from entry points | Bert JW Regeer | |
| 2013-09-04 | Remove chameleon as a dependency in setup.py | Bert JW Regeer | |
| 2013-09-03 | Remove last references to mako | Bert JW Regeer | |
| We remove the default addition of .mak/.mako files in the configuration object, and we remove the test to see if it is has been defined as a renderer. | |||
| 2013-09-03 | Require the pyramid_mako package | Bert JW Regeer | |
| This is mainly for backwards compatibility. | |||
| 2013-09-03 | Remove requirement from setup.py | Bert JW Regeer | |
| 2013-08-30 | prep for 1.5a1 | Chris McDonough | |
| 2013-08-17 | include and mention the `nose-selecttests ↵ | Tom Lazar | |
| <https://pypi.python.org/pypi/nose-selecttests/>`_ plugin | |||
| 2013-08-13 | Merge remote-tracking branch 'origin/master' into docs.gettingstarted | Paul Everitt | |
| Conflicts: docs/index.rst docs/latexindex.rst setup.py | |||
| 2013-08-03 | "Web Application Development Framework" -> "Web Framework". Yay. | Paul Everitt | |
| 2013-08-02 | add pdistreport command | Chris McDonough | |
| 2013-07-18 | version bump in setup.py conf.py CHANGES.txt, rejigger changes bugs vs. features | Chris McDonough | |
| 2013-03-22 | update Copyright year | Tshepang Lekhonkhobe | |
| 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 | |
