]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/python
depmod: prevent module dependency files missing during depmod invocation
[thirdparty/kmod.git] / libkmod / python /
2015-01-02  Lucas De MarchiFix include in python bindings
2014-03-27  Lucas De Marchibuild-sys: add hooks to build python bindings
2014-03-27  Lucas De Marchipython: Remove unused files from import
2014-03-27  Lucas De MarchiMerge branch 'master' of python-kmod
2014-03-25  Guy Rozendornpython: Issue #15: resovled by using setuptools_cython
2014-03-25  Guy Rozendornpython: Issue #15: Cython needs to be in setup_requires
2014-03-25  Guy Rozendornpython: Issue #15 Cython is now a dependency
2014-03-25  Andy Groverpython: update version to 0.9.1
2014-03-25  Guy Rozendornpython: Issue #13 skipping building extensions on non...
2014-03-25  Andy Groverpython: Make kmod.modprobe() raise an error if no modul...
2014-03-25  Andy Groverpython: Add self as maintainer to setup.py
2014-03-25  Andy Groverpython: Correct building for python 2.6
2014-03-25  Ozpython: add docstring to insert and remove methods
2014-03-25  Ozpython: add docstring to rmmod
2014-03-25  Andy Groverpython: update version to 0.9
2014-03-25  Andy Groverpython: Update README
2014-03-25  W. Trevor Kingpython: MANIFEST.in: add AUTHORS to distibuted source...
2014-03-25  W. Trevor Kingpython: Ran update-copyright.py.
2014-03-25  W. Trevor Kingpython: .update-copyright.conf: update to pipe separators.
2014-03-25  W. Trevor Kingpython: .update-copyright.conf: add MANIFEST.in to...
2014-03-25  W. Trevor Kingpython: .update-copyright.conf: add Red Hat alias for...
2014-03-25  W. Trevor Kingpython: .update-copyright.conf: add README.rst to ignor...
2014-03-25  W. Trevor Kingpython: .mailmap: consolidate Andy Grover email addresses.
2014-03-25  W. Trevor Kingpython: .update-copyright.conf: add copyright configura...
2014-03-25  W. Trevor Kingpython: module: fix versions -> info typo in Module...
2014-03-25  W. Trevor Kingpython: Initialize Kmod.mod_dir to None in __cinit__().
2014-03-25  W. Trevor Kingpython: Use an OrderedDict for Module.info (preserving...
2014-03-25  W. Trevor Kingpython: Add Module.info attribute.
2014-03-25  W. Trevor Kingpython: Use Cython's libc.errno for EEXIST.
2014-03-25  W. Trevor Kingpython: Add Module.versions attribute.
2014-03-25  W. Trevor Kingpython: README.rst: add .rst symlink for GitHub.
2014-03-25  W. Trevor Kingpython: README: mention Cython dependency.
2014-03-25  W. Trevor Kingpython: README: cleanup reStructuredText syntax.
2014-03-25  W. Trevor Kingpython: Add missing copyright blurbs.
2014-03-25  W. Trevor Kingpython: Add docstrings to kmod.kmod and kmod.kmod.Kmod.
2014-03-25  W. Trevor Kingpython: MANIFEST.in: add missing source to the sdist...
2014-03-25  W. Trevor Kingpython: Add additional out Module attributes (path...
2014-03-25  W. Trevor Kingpython: Convert to Cython.
2014-03-25  Andy Groverpython: update FSF address in COPYING and COPYING.LESSER
2014-03-25  Andy Groverpython: whitespace
2014-03-25  Andy Groverpython: add proper error handling to loaded_modules()
2014-03-25  Andy Groverpython: Improve README's description of kmod
2014-03-25  Andy Groverpython: Make setup.py version match version in .c
2014-03-25  Andy Groverpython: Add README
2014-03-25  Andy Groverpython: More cleanup and renaming of stuff. Add docstrings.
2014-03-25  Andy Groverpython: Add support for listing loaded modules, modprob...
2014-03-25  Andy Groverpython: use c99 init for struct init
2014-03-25  Andy Groverpython: a skeleton that compiles
2014-03-25  Andy Groverpython: initial checkin