| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python: Remove unused files from import | Lucas De Marchi | 2014-03-20 | 1 | -63/+0 |
| | | |||||
| * | python: Issue #15: resovled by using setuptools_cython | Guy Rozendorn | 2014-03-20 | 1 | -9/+7 |
| | | |||||
| * | python: Issue #15: Cython needs to be in setup_requires | Guy Rozendorn | 2014-03-20 | 1 | -1/+1 |
| | | | | | | We need Cython BEFORE installing kmod (done with setup_requires), and AFTER installation - during runtime (done with install_requires) | ||||
| * | python: Issue #15 Cython is now a dependency | Guy Rozendorn | 2014-03-20 | 1 | -3/+9 |
| | | |||||
| * | python: Issue #13 skipping building extensions on non-Linux platforms | Guy Rozendorn | 2014-03-20 | 1 | -9/+11 |
| | | |||||
| * | python: Add self as maintainer to setup.py | Andy Grover | 2014-03-20 | 1 | -0/+2 |
| | | |||||
| * | python: Correct building for python 2.6 | Andy Grover | 2014-03-20 | 1 | -1/+1 |
| | | | | | Reported-by: Oz Nahum Tiram <nahumoz@gmail.com> | ||||
| * | python: Ran update-copyright.py. | W. Trevor King | 2014-03-20 | 1 | -7/+13 |
| | | |||||
| * | python: Add missing copyright blurbs. | W. Trevor King | 2014-03-20 | 1 | -0/+11 |
| | | |||||
| * | python: Convert to Cython. | W. Trevor King | 2014-03-20 | 1 | -8/+36 |
| | | | | | With Cython we get easier memory handling and Python 3 compatibility. | ||||
| * | python: Make setup.py version match version in .c | Andy Grover | 2014-03-20 | 1 | -1/+1 |
| | | |||||
| * | python: Add support for listing loaded modules, modprobe, rmmod | Andy Grover | 2014-03-20 | 1 | -2/+2 |
| | | | | | And other misc. cleanups and changes. | ||||
| * | python: initial checkin | Andy Grover | 2014-03-20 | 1 | -0/+10 |
