- Issue #15539: Added regression tests for Tools/scripts/pindent.py.
-- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
-
- Issue #17479: test_io now works with unittest test discovery.
Patch by Zachary Ware.
- Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are
defined in cross compiling mode, too.
+- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
+
- Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.