summaryrefslogtreecommitdiff
path: root/Examples/python/import_packages/split_modules/vanilla
Commit message (Collapse)AuthorAgeFilesLines
* GHA: Fix for pycodestyle check in examplesWilliam S Fulton2022-07-311-1/+1
| | | | | E275 missing whitespace after keyword For pycodestyle 2.9.0 released on 30 July 2022.
* Fix various typosluz paz2022-04-111-1/+1
| | | Found via `codespell -q 3 -L ans,anumber,ba,bae,chello,clos,cmo,coo,dout,fo,funktion,goin,inout,methid,nd,nin,nnumber,object,objekt,od,ois,packag,parm,parms,pres,statics,strack,struc,tempdate,te,thru,uint,upto,writen`
* Modify examples to be both Python 2 and 3 compatibleWilliam S Fulton2020-08-151-3/+3
| | | | For removing dependency on 2to3
* Skip Python subprocess calls in import_packages testcase on WindowsWilliam S Fulton2018-12-061-2/+7
| | | | | | | | | | | | | Getting these kind of errors on Appveyor which uses mingw/cygwin to run a Python interpreter: Native windows Python 3.6 running under cygwin and mingw Python 3.7 running under mingw: Fatal Python error: _Py_HashRandomization_Init: failed to get random numbers to initialize Python Cygwin Python 2.7 running under cygwin: 0 [main] python2.7 496 child_info_fork::abort: address space needed by '_foo.dll' (0x6D0000) is already occupied
* Fix for running 'python -m' when using swig -builtinWilliam S Fulton2018-12-041-0/+6
| | | | | | Same as e05b5ea for -builtin. Also added runtime tests to check 'python -m'.
* Replace assert in Python import examples with code that always runs.William S Fulton2017-08-131-1/+2
|
* Add missing print statements to the Python import_packages testsWilliam S Fulton2016-06-061-0/+7
|
* Apply patch to cleanup whitespace from wsfultonMike Romberg2016-06-041-3/+3
|
* Something optimizes out empty files and breaks the tests. Put something in.Mike Romberg2016-06-032-0/+1
|
* split_wrapper -> split_modules to avoid conflict with clean ruleMike Romberg2016-06-026-0/+49