| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build-sys: add hooks to build python bindingspython | Lucas De Marchi | 2014-03-24 | 1 | -1/+1 |
| | | | | | | | Add --enable-python configure switch so we build the python bindings. We also pass version.py through SED_PROCESS macro, so the version is kept in sync with kmod. | ||||
| * | python: update version to 0.9.1 | Andy Grover | 2014-03-20 | 1 | -1/+1 |
| | | |||||
| * | python: Issue #13 skipping building extensions on non-Linux platforms | Guy Rozendorn | 2014-03-20 | 1 | -1/+5 |
| | | |||||
| * | python: Make kmod.modprobe() raise an error if no modules found | Andy Grover | 2014-03-20 | 1 | -2/+12 |
| | | | | | | | Add 'quiet' option to override. Add docstring. | ||||
| * | python: add docstring to insert and remove methods | Oz | 2014-03-20 | 1 | -0/+14 |
| | | |||||
| * | python: add docstring to rmmod | Oz | 2014-03-20 | 1 | -0/+4 |
| | | |||||
| * | python: update version to 0.9 | Andy Grover | 2014-03-20 | 1 | -1/+1 |
| | | |||||
| * | python: Ran update-copyright.py. | W. Trevor King | 2014-03-20 | 12 | -86/+145 |
| | | |||||
| * | python: module: fix versions -> info typo in Module._info_get() error message. | W. Trevor King | 2014-03-20 | 1 | -1/+1 |
| | | |||||
| * | python: Initialize Kmod.mod_dir to None in __cinit__(). | W. Trevor King | 2014-03-20 | 1 | -0/+1 |
| | | |||||
| * | python: Use an OrderedDict for Module.info (preserving modinfo ordering). | W. Trevor King | 2014-03-20 | 1 | -1/+3 |
| | | |||||
| * | python: Add Module.info attribute. | W. Trevor King | 2014-03-20 | 2 | -0/+26 |
| | | |||||
| * | python: Use Cython's libc.errno for EEXIST. | W. Trevor King | 2014-03-20 | 2 | -5/+3 |
| | | |||||
| * | python: Add Module.versions attribute. | W. Trevor King | 2014-03-20 | 2 | -0/+29 |
| | | |||||
| * | python: Add missing copyright blurbs. | W. Trevor King | 2014-03-20 | 10 | -0/+111 |
| | | |||||
| * | python: Add docstrings to kmod.kmod and kmod.kmod.Kmod. | W. Trevor King | 2014-03-20 | 1 | -0/+3 |
| | | |||||
| * | python: Add additional out Module attributes (path, refcnt, ...). | W. Trevor King | 2014-03-20 | 4 | -8/+52 |
| | | |||||
| * | python: Convert to Cython. | W. Trevor King | 2014-03-20 | 10 | -0/+314 |
| With Cython we get easier memory handling and Python 3 compatibility. | |||||
