summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python
Commit message (Expand)AuthorAgeFilesLines
* Added support for type aliasLior Goldberg2016-06-221-0/+32
* Fix autodoc testcase for python -fastproxyWilliam S Fulton2016-06-221-0/+8
* %shared_ptr and %template testcase modified to work for python -OWilliam S Fulton2016-06-211-5/+8
* smartptr inheritance fix when using templates and typedefsWilliam S Fulton2016-06-211-3/+2
* Replace assert from Python testcases with code that always runs.William S Fulton2016-06-195-9/+18
* Only test python:abc feature when passing -py3 to swigWilliam S Fulton2016-06-061-0/+4
* Removing empty error tests - c_default_errorWilliam S Fulton2016-06-011-0/+6
* Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-141-0/+13
* Testcase fix for RWilliam S Fulton2016-05-071-2/+2
* Fix assertion handling defaultargsWilliam S Fulton2016-05-071-0/+20
* Merge branch 'ejulien-python_operator_overload_test_suite'William S Fulton2016-05-051-0/+77
|\
| * Python operator_overload runtime testcase cleanupWilliam S Fulton2016-05-051-79/+0
| * Fix class member division operator.Emmanuel Julien2016-02-221-8/+2
| * Implement the operator overload test suite for Python.Emmanuel Julien2016-02-191-0/+162
* | Merge branch 'ahnolds-py_gettar'William S Fulton2016-04-021-0/+10
|\ \
| * | Add python AttributeError test for non-existent attributeWilliam S Fulton2016-04-021-0/+10
* | | Add tests for Python -builtin -O and compactdefaultargs and update changes fileWilliam S Fulton2016-04-021-0/+3
* | | Merge branch 'ptomulik-fix/nonclass-constants'William S Fulton2016-03-241-0/+8
|\ \ \
| * | | fix handling of function pointers by %constant directivePaweł Tomulik2016-03-241-0/+8
* | | | handle const pointers to functionsPaweł Tomulik2016-03-241-0/+2
|/ / /
* | | Fix 'make partialcheck-test-suite'William S Fulton2016-03-181-2/+2
* | | Merge branch 'char-escaping'William S Fulton2016-03-121-0/+18
|\ \ \
| * | | Add tests for enum values and static const member variables chars containing ...William S Fulton2016-01-261-0/+18
| |/ /
* | | Merge branch 'interfaces'William S Fulton2016-03-111-0/+5
|\ \ \
| * | | Add rstrip encoder for use in %rename.William S Fulton2016-03-021-0/+5
* | | | Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+13
* | | | rename overload_extendc testcaseWilliam S Fulton2016-02-211-2/+2
* | | | Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+10
* | | | Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+9
* | | | Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+9
* | | | Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+4
* | | | Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+1
|/ / /
* | | Merge branch 'ahnolds-classic_python'William S Fulton2016-02-061-0/+7
|\ \ \
| * | | Support python(pre|ap)pend on static methods in classic modeAlec Cooper2016-02-041-0/+7
* | | | Tests for Python Bytes/Unicode distinctionAlec Cooper2016-02-042-0/+80
|/ / /
* | | Disable tests broken in python 2.4 and 2.5William S Fulton2016-02-041-3/+8
|/ /
* | Qualify use of "__builtin__.Exception" class.Ben Webb2016-01-111-0/+4
* | Unit tests for ptrdiff_t/size_t max/min in PythonAlec Cooper2016-01-061-0/+31
* | Adding unit tests for Python primitive type conversionsAlec Cooper2015-12-231-0/+137
* | Python 2 Unicode strings can be used as inputs to char * or std::string typesWilliam S Fulton2015-12-191-0/+9
* | Merge branch 'coleb-python35_dtor_exception_fix'William S Fulton2015-12-162-0/+65
|\ \
| * | Add test case for Python 3.5 assertion with a pending StopIterationWilliam S Fulton2015-12-161-2/+34
| * | Amend python_destructor_exception runtime testWilliam S Fulton2015-12-161-8/+26
| * | Extended zjturner's changes to encompass all function dispatch and use PyErr_...Brian Cole2015-12-152-0/+15
* | | Limited Python/Ruby support for boost::arrayWilliam S Fulton2015-11-272-0/+58
* | | Add std::array container wrappers for PythonWilliam S Fulton2015-11-171-0/+160
|/ /
* | Fix overloaded templates and default argumentsWilliam S Fulton2015-10-111-0/+47
* | Fix incorrect director_classic_runme.py testWilliam S Fulton2015-10-101-1/+1
* | Director smartptr testing - add Python testWilliam S Fulton2015-10-011-0/+37
* | li_boost_shared_ptr tests cleanupWilliam S Fulton2015-09-251-1/+0