summaryrefslogtreecommitdiff
path: root/libkmod/python/kmod
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: add hooks to build python bindingspythonLucas De Marchi2014-03-241-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.1Andy Grover2014-03-201-1/+1
|
* python: Issue #13 skipping building extensions on non-Linux platformsGuy Rozendorn2014-03-201-1/+5
|
* python: Make kmod.modprobe() raise an error if no modules foundAndy Grover2014-03-201-2/+12
| | | | | | Add 'quiet' option to override. Add docstring.
* python: add docstring to insert and remove methodsOz2014-03-201-0/+14
|
* python: add docstring to rmmodOz2014-03-201-0/+4
|
* python: update version to 0.9Andy Grover2014-03-201-1/+1
|
* python: Ran update-copyright.py.W. Trevor King2014-03-2012-86/+145
|
* python: module: fix versions -> info typo in Module._info_get() error message.W. Trevor King2014-03-201-1/+1
|
* python: Initialize Kmod.mod_dir to None in __cinit__().W. Trevor King2014-03-201-0/+1
|
* python: Use an OrderedDict for Module.info (preserving modinfo ordering).W. Trevor King2014-03-201-1/+3
|
* python: Add Module.info attribute.W. Trevor King2014-03-202-0/+26
|
* python: Use Cython's libc.errno for EEXIST.W. Trevor King2014-03-202-5/+3
|
* python: Add Module.versions attribute.W. Trevor King2014-03-202-0/+29
|
* python: Add missing copyright blurbs.W. Trevor King2014-03-2010-0/+111
|
* python: Add docstrings to kmod.kmod and kmod.kmod.Kmod.W. Trevor King2014-03-201-0/+3
|
* python: Add additional out Module attributes (path, refcnt, ...).W. Trevor King2014-03-204-8/+52
|
* python: Convert to Cython.W. Trevor King2014-03-2010-0/+314
With Cython we get easier memory handling and Python 3 compatibility.