summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Ignore ambiguous variable names error from pycodestyle 2.6Vadim Zeitlin2020-05-221-1/+1
* li_std_wstring test rename to li_std_wstring_inheritWilliam S Fulton2019-07-181-1/+1
* More python std::list testingWilliam S Fulton2019-03-251-0/+1
* Python C++11 hash tables compilation fixesWilliam S Fulton2018-08-311-0/+4
* Fix makefile recursion when running python test-suite.William S Fulton2018-08-191-4/+8
* Fix some Python tests not being run in out of source tree buildsWilliam S Fulton2018-08-191-7/+38
* Remove asserts from Python testcaseWilliam S Fulton2018-08-121-1/+1
* Merge branch 'gmazzamuto-pybuf_test'William S Fulton2018-08-121-1/+1
|\
| * Enable test case for python_pybufGiacomo Mazzamuto2018-07-041-1/+1
* | Slim down pythonnondynamic testing feature testingWilliam S Fulton2018-07-231-1/+0
|/
* [Python] Suppress new pycodestyle warningOlly Betts2018-04-191-1/+1
* Complete switch from pep8 to pycodestyle for Python testingWilliam S Fulton2017-12-311-5/+5
* Run python_threads testcaseWilliam S Fulton2017-10-041-0/+1
* Fix overloading of shared_ptr method overloadingWilliam S Fulton2017-09-231-0/+1
* Expand std::shared_ptr testing to C# D Java PythonWilliam S Fulton2017-09-221-0/+3
* Fixup recent python 2to3 changesWilliam S Fulton2017-09-201-1/+1
* Apply patch to configure with 2to3 rename for 3.0.12FUTATSUKI Yasuhito2017-06-191-1/+1
* Test c++11 unordered containers in PythonWilliam S Fulton2017-04-251-2/+5
* Remove unused cvsignore targetWilliam S Fulton2017-03-101-13/+0
* Custom Python module importing codeWilliam S Fulton2016-12-011-0/+1
* Python - fix compilation error when using -extranative and -builtin.William S Fulton2016-11-021-0/+1
* Fix Python pickling and metaclass for builtin wrappersWilliam S Fulton2016-10-141-0/+1
* Python builtin hashfunc closure fixWilliam S Fulton2016-08-181-0/+1
* Fix 'make partialcheck-test-suite'William S Fulton2016-03-181-2/+2
* Tests for Python Bytes/Unicode distinctionAlec Cooper2016-02-041-0/+1
* Extended zjturner's changes to encompass all function dispatch and use PyErr_...Brian Cole2015-12-151-0/+1
* Suppress pep8 E731 (lambda assignment)Olly Betts2015-09-041-1/+1
* Consistent quoting in MakefileWilliam S Fulton2015-08-211-1/+1
* Improve Python docstring indentation handlingWilliam S Fulton2015-07-301-0/+1
* Improve handling of whitespace in %pythoncodeOlly Betts2015-06-291-0/+1
* Example and test-suite makefile tidy upWilliam S Fulton2015-05-111-8/+5
* Revert introduction of python:defaultargs featureWilliam S Fulton2015-01-121-1/+0
* Fix Python default argument handing broken since swig-3.0.3William S Fulton2015-01-091-0/+1
* Ignore E402 (import not on top of file) PEP8 error.Vadim Zeitlin2014-12-161-1/+1
* Add PEP8_FLAGS variable to the test suite Python makefile.Vadim Zeitlin2014-12-161-2/+3
* The kwargs feature no longer turns on compactdefaultargs for languages that d...William S Fulton2014-10-211-1/+0
* Bypass Python tests not supported by -builtinWilliam S Fulton2014-10-071-7/+0
* Bypass Python tests not supported by -builtinWilliam S Fulton2014-10-071-1/+0
* Bypass Python tests not supported by -builtinWilliam S Fulton2014-10-071-1/+0
* Bypass Python tests not supported by -builtinWilliam S Fulton2014-10-071-1/+0
* Bypass Python tests failing with -builtinWilliam S Fulton2014-10-071-2/+0
* Bypass Python tests throwing base classes as exceptions for -builtinWilliam S Fulton2014-10-071-4/+0
* Add some more Python -builtin tests that don't workWilliam S Fulton2014-10-021-0/+3
* Check multi-module examples. Dont use sed.Julien Schueller2014-06-101-1/+9
* Enable pep8 checkJulien Schueller2014-06-071-0/+9
* Fix cleaning of Python runme.py scripts for in-source-tree buildsKarl Wette2014-05-291-1/+1
* Fully clean Python examples and test-suiteKarl Wette2014-05-291-4/+3
* Slight simplification of test-suite build for new out-of-source changesWilliam S Fulton2014-05-151-12/+3
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-111-16/+27
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-12/+11