[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8847: [PATCH 0/8] tests: support for PEP-3147, and testsuite fixes
From: |
Stefano Lattarini |
Subject: |
bug#8847: [PATCH 0/8] tests: support for PEP-3147, and testsuite fixes |
Date: |
Wed, 21 Nov 2012 14:23:11 +0100 |
On 11/19/2012 11:12 PM, Stefano Lattarini wrote:
> Original patch:
> <http://lists.gnu.org/archive/html/automake-patches/2012-11/msg00023.html>
>
> Yaakov Selkowitz (1):
> python: improve support for modern python (CPython 3.2 and PyPy)
>
> Stefano Lattarini (7):
> news: document fix for bug#8847 (PEP-3147, __pycache__)
> tests: typofix in message
> tests: honour $PYTHON override
> tests: improve a comment
> python: uninstall cater to PEP-3147
> python tests: support PEP-3147 installation layout
> tests: fix a spurious failure when $PYTHON is in the environment
>
> NEWS | 3 ++
> lib/am/python.am | 30 ++++++++++---
> lib/py-compile | 18 ++++++--
> m4/python.m4 | 2 +-
> t/ax/am-test-lib.sh | 66 ++++++++++++++++++++++++++--
> t/list-of-tests.mk | 1 -
> t/nobase-python.sh | 50 +++++++++++----------
> t/py-compile-basedir.sh | 18 +++++---
> t/py-compile-basic.sh | 19 +++++---
> t/py-compile-basic2.sh | 70 -----------------------------
> t/py-compile-destdir.sh | 22 ++++++----
> t/py-compile-option-terminate.sh | 20 ++++-----
> t/python-pr10995.sh | 8 ++--
> t/python-too-old.sh | 3 +-
> t/python-vars.sh | 2 -
> t/python-virtualenv.sh | 95
> +++++++++++++++++++++++-----------------
> t/python10.sh | 36 +++++++--------
> t/python11.sh | 3 ++
> t/python12.sh | 14 +++---
> t/python3.sh | 6 +--
> 20 files changed, 272 insertions(+), 214 deletions(-)
> delete mode 100755 t/py-compile-basic2.sh
>
I've pushed this series to maint. Will soon merge into master as well.
I'm thus closing automake bug#8847.
Regards,
Stefano
- bug#8847: [PATCH] Improve python support, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 0/8] tests: support for PEP-3147, and testsuite fixes, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 1/8] python: improve support for modern python (CPython 3.2 and PyPy), Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 2/8] news: document fix for bug#8847 (PEP-3147, __pycache__), Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 3/8] tests: typofix in message, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 5/8] tests: improve a comment, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 4/8] tests: honour $PYTHON override, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 6/8] python: uninstall cater to PEP-3147, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 8/8] tests: fix a spurious failure when $PYTHON is in the environment, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 7/8] python tests: support PEP-3147 installation layout, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 0/8] tests: support for PEP-3147, and testsuite fixes,
Stefano Lattarini <=