summaryrefslogtreecommitdiff
path: root/libkmod/python/kmod/module.pyx
Commit message (Expand)AuthorAgeFilesLines
* python: add docstring to insert and remove methodsOz2014-03-201-0/+14
* python: Ran update-copyright.py.W. Trevor King2014-03-201-7/+12
* python: module: fix versions -> info typo in Module._info_get() error message.W. Trevor King2014-03-201-1/+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-201-0/+21
* python: Use Cython's libc.errno for EEXIST.W. Trevor King2014-03-201-1/+3
* python: Add Module.versions attribute.W. Trevor King2014-03-201-0/+18
* python: Add missing copyright blurbs.W. Trevor King2014-03-201-0/+11
* python: Add additional out Module attributes (path, refcnt, ...).W. Trevor King2014-03-201-8/+28
* python: Convert to Cython.W. Trevor King2014-03-201-0/+65