summaryrefslogtreecommitdiff
path: root/Examples/python
Commit message (Expand)AuthorAgeFilesLines
* Use https for swig.org linksOlly Betts2022-10-061-1/+1
* Fix a few documentation typosOlly Betts2022-09-291-1/+1
* GHA: Fix for pycodestyle check in examplesWilliam S Fulton2022-07-312-2/+2
* Update everything for dropping Python 3.2 supportOlly Betts2022-07-191-8/+0
* Remove some usage of strdupWilliam S Fulton2022-05-071-3/+5
* Fix various typosluz paz2022-04-1115-15/+15
* Default to running tests with Python 3Olly Betts2022-03-177-7/+7
* Adjust Python variables example for Python 2Olly Betts2022-03-151-1/+1
* List variables in variables exampleOlly Betts2022-03-151-1/+3
* Update Python tests to not use flatstaticmethod accessWilliam S Fulton2022-01-142-8/+8
* Fix testcase -Wstringop-truncation warning in gcc11William S Fulton2021-11-121-1/+1
* Remove need for Python 2to3William S Fulton2020-08-151-1/+0
* Modify examples to be both Python 2 and 3 compatibleWilliam S Fulton2020-08-1537-388/+368
* Alphabetise testing of examplesWilliam S Fulton2020-08-131-2/+2
* Examples: Unify string quoting in the Python sourcesDmitry D. Chernov2019-07-1410-21/+21
* Remove use of std::bind2nd which is removed in C++17William S Fulton2019-06-271-3/+2
* The Python module import logic has changed to stop obfuscating real ImportErr...William S Fulton2018-12-162-1/+9
* Add example to test the Python module being renamed to __init__.pyWilliam S Fulton2018-12-087-0/+95
* Revert "Temporarily remove Python import_packages testcase"William S Fulton2018-12-061-1/+1
* Skip Python subprocess calls in import_packages testcase on WindowsWilliam S Fulton2018-12-0615-60/+121
* Temporarily remove Python import_packages testcaseWilliam S Fulton2018-12-041-1/+1
* Fix for running 'python -m' when using swig -builtinWilliam S Fulton2018-12-0415-7/+148
* Fix nstest.py testWilliam S Fulton2018-12-041-6/+7
* Fix operator Python example for -builtinWilliam S Fulton2018-11-281-0/+1
* Drop support for Python classic classesOlly Betts2018-10-123-17/+9
* Merge branch 'vadz-doxygen'William S Fulton2018-06-077-0/+380
|\
| * Add Python doxygen exampleWilliam S Fulton2018-05-317-0/+380
* | Misc. typosluz.paz2018-05-171-1/+1
|/
* Examples update to support C++17: exception specification throw removalWilliam S Fulton2018-05-044-57/+15
* Fix out of source clean target in import_packages MakefileWilliam S Fulton2018-01-071-1/+3
* Minor tweaks in import_packages MakefileWilliam S Fulton2018-01-061-3/+3
* Fix out of source import_packages MakefileWilliam S Fulton2018-01-061-1/+1
* Fix Makefile and skip testing python-2.4 for import_packages testWilliam S Fulton2018-01-058-9/+33
* Fix pycodestyle 'E722 do not use bare except'William S Fulton2017-12-311-2/+2
* Add missing checks for failures in calls to PyUnicode_AsUTF8String.William S Fulton2017-12-041-1/+11
* Remove GCJ supportOlly Betts2017-10-095-84/+0
* Replace assert in Python import examples with code that always runs.William S Fulton2017-08-136-6/+12
* Remove random statement glued onto comment lineOlly Betts2017-07-281-1/+1
* Warning fixes for gcc-7William S Fulton2017-02-062-0/+14
* Fix some typos in docs and examples and make the code look nicer.sunoru2016-12-318-8/+8
* Correct docs and examples to call SWIG_fail after setting a Python errorWilliam S Fulton2016-10-232-9/+9
* Add missing print statements to the Python import_packages testsWilliam S Fulton2016-06-063-0/+23
* Examples readme file tweakWilliam S Fulton2016-06-051-7/+2
* remove builtin tests as they are already covered.Mike Romberg2016-06-0411-93/+1
* Apply patch to cleanup whitespace from wsfultonMike Romberg2016-06-046-16/+14
* and... remove all the .py files that were copied over from the source tree.Mike Romberg2016-06-031-1/+1
* remove -py3 related tests. Move py3 specific code to it's own moduleMike Romberg2016-06-0321-226/+49
* copy everything with a .py extension into the build tree (creating dirs if ne...Mike Romberg2016-06-031-4/+5
* debugMike Romberg2016-06-031-8/+4
* avoid the shell checks involving __init__.pyMike Romberg2016-06-031-2/+8