diff --git a/ChangeLog b/ChangeLog index f769379b21..79e0d1bcdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-06-09 Edward Hervey + + * pygst.py.in: + Don't import non-used modules + * testsuite/Makefile.am: + Heavy valgrinding por favor ! + 2006-06-09 Edward Hervey * codegen/Makefile.am: diff --git a/pygst.py.in b/pygst.py.in index df0b30f1f4..e2ed71e56c 100644 --- a/pygst.py.in +++ b/pygst.py.in @@ -24,9 +24,6 @@ # # In order to have backward compatibility -import fnmatch -import glob -import os import sys __all__ = ['require'] diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 7e47a14d54..edfc128518 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -69,8 +69,8 @@ TESTS_ENVIRONMENT = PYTHONPATH=$(top_srcdir)/:$(PYTHONPATH) --suppressions=$(GSTSUPP) \ --suppressions=$(PYTHONSUPP) \ --suppressions=$(GSTPYTHONSUPP) \ - --tool=memcheck --leak-check=yes --trace-children=yes \ - --leak-resolution=med --num-callers=50 \ + --tool=memcheck --leak-check=full --trace-children=yes \ + --leak-resolution=high --num-callers=50 \ $(PYTHON) \ $* 2>&1 | tee valgrind.log @if grep "tely lost" valgrind.log; then \