summaryrefslogtreecommitdiff
path: root/Examples/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* Something optimizes out empty files and breaks the tests. Put something in.Mike Romberg2016-06-0317-0/+11
* split_wrapper -> split_modules to avoid conflict with clean ruleMike Romberg2016-06-0247-1/+2
* Add cases for tests without the -py3 flag even when PY3 is set.Mike Romberg2016-06-0224-3/+181
* Tests/Examples for the use case of splitting the wrapper.Mike Romberg2016-06-0224-0/+208
* use %inline for testMike Romberg2016-05-243-8/+4
* disable namespace package buildMike Romberg2016-04-051-2/+1
* Attempt to calm the testing gods...Mike Romberg2016-04-051-34/+0
* use whatever name winders uses for .so files.Mike Romberg2016-04-051-2/+2
* Examples (and tests) for python namespace packagesMike Romberg2016-04-052-1/+36
* disable namespace package buildMike Romberg2016-04-051-2/+1
* spellingMike Romberg2016-04-051-1/+1
* Attempt to calm the testing gods...Mike Romberg2016-04-052-42/+45
* use whatever name winders uses for .so files.Mike Romberg2016-04-051-2/+2
* Don't run example for old pythonsMike Romberg2016-04-052-3/+6
* Examples (and tests) for python namespace packagesMike Romberg2016-04-0512-2/+133
* Support checking names of old-style classic classesAlec Cooper2016-02-042-4/+16
* Remove use of preinst-swig scriptWilliam S Fulton2015-08-2158-272/+463
* Remove realpath from python/import_packages exampleWilliam S Fulton2015-08-2051-133/+100
* Warning fixes in generated Python code for 64bit Visual C++ on Windows.William S Fulton2015-07-031-3/+3
* Merge branch 'yazug-python_examples_pep8_whitespace_cleanup'William S Fulton2015-05-1040-325/+266
|\
| * Fixup 2 additional whitespace warnings pep8 foundJon Schlueter2015-05-082-2/+2
| * autopep8 cleanup of Examples/python whitespaceJon Schlueter2015-05-0840-323/+264
* | Remove unused std_string.i from callback examplesWilliam S Fulton2015-05-101-2/+0
|/
* Portability fixes for python exampleWilliam S Fulton2015-04-041-2/+2
* PY3 fixes for import_package exampleWilliam S Fulton2015-04-047-7/+0
* Eliminate trivial differences between the reference examplesOlly Betts2014-11-072-9/+1
* Remove bogus ; after } in examplesOlly Betts2014-11-074-8/+8
* Bypass Python exmples not supported by -builtinWilliam S Fulton2014-10-074-6/+34