| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GHA: Fix for pycodestyle check in examples | William S Fulton | 2022-07-31 | 1 | -1/+1 |
| | | | | | | E275 missing whitespace after keyword For pycodestyle 2.9.0 released on 30 July 2022. | ||||
| * | Fix various typos | luz paz | 2022-04-11 | 1 | -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 compatible | William S Fulton | 2020-08-15 | 1 | -3/+3 |
| | | | | | For removing dependency on 2to3 | ||||
| * | Skip Python subprocess calls in import_packages testcase on Windows | William S Fulton | 2018-12-06 | 1 | -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 -builtin | William S Fulton | 2018-12-04 | 1 | -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 Fulton | 2017-08-13 | 1 | -1/+2 |
| | | |||||
| * | Add missing print statements to the Python import_packages tests | William S Fulton | 2016-06-06 | 1 | -0/+7 |
| | | |||||
| * | Apply patch to cleanup whitespace from wsfulton | Mike Romberg | 2016-06-04 | 1 | -3/+3 |
| | | |||||
| * | Something optimizes out empty files and breaks the tests. Put something in. | Mike Romberg | 2016-06-03 | 2 | -0/+1 |
| | | |||||
| * | split_wrapper -> split_modules to avoid conflict with clean rule | Mike Romberg | 2016-06-02 | 6 | -0/+49 |
