add docstring to insert and remove methods
[python-kmod.git] / kmod / module.pyx
2012-12-16 Ozadd docstring to insert and remove methods
2012-12-14 W. Trevor KingRan update-copyright.py.
2012-10-22 Andy GroverMerge pull request #3 from wking/cython
2012-10-19 W. Trevor Kingmodule: fix versions -> info typo in Module._info_get...
2012-10-19 W. Trevor KingUse an OrderedDict for Module.info (preserving modinfo...
2012-10-19 W. Trevor KingAdd Module.info attribute.
2012-10-19 W. Trevor KingUse Cython's libc.errno for EEXIST.
2012-10-19 W. Trevor KingAdd Module.versions attribute.
2012-10-19 W. Trevor KingAdd missing copyright blurbs.
2012-10-19 W. Trevor KingAdd additional out Module attributes (path, refcnt...
2012-10-19 W. Trevor KingConvert to Cython.