* Issue 176: Add parameter to the test command to support a custom test runner: --test-runner or -r. * Issue 177: Now assume most common invocation to install command on platforms/environments without stack support (issuing a warning). Setuptools now installs naturally on IronPython. Behavior on CPython should be unchanged.
3.3
Not secure
===
* Add ``include`` parameter to ``setuptools.find_packages()``.
3.2
Not secure
===
* BB Pull Request 39: Add support for C++ targets from Cython ``.pyx`` files. * Issue 162: Update dependency on certifi to 1.0.1. * Issue 164: Update dependency on wincertstore to 0.2.
3.1
Not secure
===
* Issue 161: Restore Features functionality to allow backward compatibility (for Features) until the uses of that functionality is sufficiently removed.
3.0.2
Not secure
=====
* Correct typo in previous bugfix.
3.0.1
Not secure
=====
* Issue 157: Restore support for Python 2.6 in bootstrap script where ``zipfile.ZipFile`` does not yet have support for context managers.