aboutsummaryrefslogtreecommitdiff
path: root/Examples/python/import_packages
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2019-07-14Examples: Unify string quoting in the Python sourcesDmitry D. Chernov
2018-12-16The Python module import logic has changed to stop obfuscating real ImportErr...William S Fulton
2018-12-08Add example to test the Python module being renamed to __init__.pyWilliam S Fulton
2018-12-06Skip Python subprocess calls in import_packages testcase on WindowsWilliam S Fulton
2018-12-04Fix for running 'python -m' when using swig -builtinWilliam S Fulton
2018-12-04Fix nstest.py testWilliam S Fulton
2018-10-12Drop support for Python classic classesOlly Betts
2018-01-07Fix out of source clean target in import_packages MakefileWilliam S Fulton
2018-01-06Minor tweaks in import_packages MakefileWilliam S Fulton
2018-01-06Fix out of source import_packages MakefileWilliam S Fulton
2018-01-05Fix Makefile and skip testing python-2.4 for import_packages testWilliam S Fulton
2017-08-13Replace assert in Python import examples with code that always runs.William S Fulton
2016-06-06Add missing print statements to the Python import_packages testsWilliam S Fulton
2016-06-05Examples readme file tweakWilliam S Fulton
2016-06-04remove builtin tests as they are already covered.Mike Romberg
2016-06-04Apply patch to cleanup whitespace from wsfultonMike Romberg
2016-06-03 and... remove all the .py files that were copied over from the source tree.Mike Romberg
2016-06-03remove -py3 related tests. Move py3 specific code to it's own moduleMike Romberg
2016-06-03copy everything with a .py extension into the build tree (creating dirs if ne...Mike Romberg
2016-06-03debugMike Romberg
2016-06-03avoid the shell checks involving __init__.pyMike Romberg
2016-06-03Something optimizes out empty files and breaks the tests. Put something in.Mike Romberg
2016-06-02split_wrapper -> split_modules to avoid conflict with clean ruleMike Romberg
2016-06-02Add cases for tests without the -py3 flag even when PY3 is set.Mike Romberg
2016-06-02Tests/Examples for the use case of splitting the wrapper.Mike Romberg
2016-05-24use %inline for testMike Romberg
2016-04-05disable namespace package buildMike Romberg
2016-04-05Attempt to calm the testing gods...Mike Romberg
2016-04-05use whatever name winders uses for .so files.Mike Romberg
2016-04-05Examples (and tests) for python namespace packagesMike Romberg
2016-04-05disable namespace package buildMike Romberg
2016-04-05spellingMike Romberg
2016-04-05Attempt to calm the testing gods...Mike Romberg
2016-04-05use whatever name winders uses for .so files.Mike Romberg
2016-04-05Don't run example for old pythonsMike Romberg
2016-04-05Examples (and tests) for python namespace packagesMike Romberg
2016-02-04Support checking names of old-style classic classesAlec Cooper
2015-08-21Remove use of preinst-swig scriptWilliam S Fulton
2015-08-20Remove realpath from python/import_packages exampleWilliam S Fulton
2015-05-08autopep8 cleanup of Examples/python whitespaceJon Schlueter
2015-04-04PY3 fixes for import_package exampleWilliam S Fulton
2014-10-07Display testname when running the import_packages Python examplesWilliam S Fulton
2014-10-07Fix Python 3 import_packages/relativeimport2 example cleanWilliam S Fulton
2014-09-29Small fixes to the relative import fix.Johan Hake
2014-08-12Fix issue with relative import when using single header file import.Johan Hake
2014-05-29Fully clean Python examples and test-suiteKarl Wette
2014-05-11Allow examples and test-suite to be built out of source treeKarl Wette
2014-03-01Further fixes when using type() when using -builtin to include module nameWilliam S Fulton
2013-12-24Fixed SF bug #1297 (Python imports)Paweł Tomulik