| Age | Commit message (Collapse) | Author |
|
- update source files
- update project.png
- fix literalinclude reference in logging
|
|
https://github.com/Pylons/pyramid/pull/2468#discussion_r59311019
- rename stanza from `testing_extras` to `tests_require`
- switch from nose to pytest
|
|
- update starter scaffold tests and setup.py (used in `narr/project.rst` and `narr/testing.rst`)
- update links to documentation
|
|
scaffold to reflect its current state
|
|
Wrap lines as per convention.
|
|
|
|
|
|
|
|
- Line numbers are mentioned only in the
Creating a Pyramid Project chapter; those
that are affected were updated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Merge a bunch of paper-based docs fixes
Configure logging during bfgshell.
|
|
---------
- Remove ``ez_setup.py`` and its import from all paster templates,
samples, and tutorials for ``distribute`` compatibility. The
documentation already explains how to install virtualenv (which will
include some ``setuptools`` package), so these files, imports and
usages were superfluous.
Deprecations
------------
- The ``options`` kw arg to the ``repoze.bfg.router.make_app``
function is deprecated. In its place is the keyword argument
``settings``. The ``options`` keyword continues to work, and a
deprecation warning is not emitted when it is detected. However,
the paster templates, code samples, and documentation now make
reference to ``settings`` rather than ``options``. This
change/deprecation was mainly made for purposes of clarity and
symmetry with the ``get_settings()`` API and dicussions of
"settings" in various places in the docs: we want to use the same
name to refer to the same thing everywhere.
|
|
|