python-kmod.git
2012-10-22 Andy GroverMerge pull request #4 from wking/copyright v0.9
2012-10-22 Andy GroverMerge pull request #3 from wking/cython
2012-10-20 W. Trevor KingMANIFEST.in: add AUTHORS to distibuted source files.
2012-10-20 W. Trevor KingRan update-copyright.py.
2012-10-20 W. Trevor King.update-copyright.conf: update to pipe separators.
2012-10-20 W. Trevor King.update-copyright.conf: add MANIFEST.in to ignored...
2012-10-20 W. Trevor King.update-copyright.conf: add Red Hat alias for Andy...
2012-10-20 W. Trevor King.update-copyright.conf: add README.rst to ignored files.
2012-10-20 W. Trevor King.mailmap: consolidate Andy Grover email addresses.
2012-10-20 W. Trevor King.update-copyright.conf: add copyright configuration.
2012-10-19 W. Trevor Kingmodule: fix versions -> info typo in Module._info_get...
2012-10-19 W. Trevor KingInitialize Kmod.mod_dir to None in __cinit__().
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 KingREADME.rst: add .rst symlink for GitHub.
2012-10-19 W. Trevor KingREADME: mention Cython dependency.
2012-10-19 W. Trevor KingREADME: cleanup reStructuredText syntax.
2012-10-19 W. Trevor KingAdd missing copyright blurbs.
2012-10-19 W. Trevor KingAdd docstrings to kmod.kmod and kmod.kmod.Kmod.
2012-10-19 W. Trevor KingMANIFEST.in: add missing source to the sdist tarball.
2012-10-19 W. Trevor KingAdd additional out Module attributes (path, refcnt...
2012-10-19 W. Trevor KingConvert to Cython.
2012-04-17 Andy Groverupdate FSF address in COPYING and COPYING.LESSER
2012-03-19 Andy Groverwhitespace v0.1
2012-03-19 Andy Groveradd proper error handling to loaded_modules()
2012-03-13 Andy GroverImprove README's description of kmod
2012-03-13 Andy GroverMake setup.py version match version in .c
2012-03-13 Andy GroverAdd README
2012-03-13 Andy GroverMore cleanup and renaming of stuff. Add docstrings.
2012-03-13 Andy GroverAdd support for listing loaded modules, modprobe, rmmod
2012-03-12 Andy Groveruse c99 init for struct init
2012-03-11 Andy Grovera skeleton that compiles
2012-03-10 Andy Groverinitial checkin