summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build-sys: add hooks to build python bindingspythonLucas De Marchi2014-03-244-3/+87
* build-sys: Remove -Werror from CFLAGSLucas De Marchi2014-03-242-2/+2
* build-sys: Remove bogus line causing warningLucas De Marchi2014-03-201-1/+0
* python: Remove unused files from importLucas De Marchi2014-03-2010-964/+0
* Merge branch 'master' of python-kmodLucas De Marchi2014-03-2022-0/+1611
|\
| * python: Issue #15: resovled by using setuptools_cythonGuy Rozendorn2014-03-201-9/+7
| * python: Issue #15: Cython needs to be in setup_requiresGuy Rozendorn2014-03-201-1/+1
| * python: Issue #15 Cython is now a dependencyGuy Rozendorn2014-03-201-3/+9
| * python: update version to 0.9.1Andy Grover2014-03-201-1/+1
| * python: Issue #13 skipping building extensions on non-Linux platformsGuy Rozendorn2014-03-202-10/+16
| * python: Make kmod.modprobe() raise an error if no modules foundAndy Grover2014-03-201-2/+12
| * python: Add self as maintainer to setup.pyAndy Grover2014-03-201-0/+2
| * python: Correct building for python 2.6Andy Grover2014-03-201-1/+1
| * 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: Update READMEAndy Grover2014-03-201-4/+4
| * python: MANIFEST.in: add AUTHORS to distibuted source files.W. Trevor King2014-03-201-0/+1
| * python: Ran update-copyright.py.W. Trevor King2014-03-2014-93/+161
| * python: .update-copyright.conf: update to pipe separators.W. Trevor King2014-03-201-2/+2
| * python: .update-copyright.conf: add MANIFEST.in to ignored files.W. Trevor King2014-03-201-2/+5
| * python: .update-copyright.conf: add Red Hat alias for Andy Grover.W. Trevor King2014-03-201-0/+3
| * python: .update-copyright.conf: add README.rst to ignored files.W. Trevor King2014-03-201-1/+2
| * python: .mailmap: consolidate Andy Grover email addresses.W. Trevor King2014-03-201-0/+1
| * python: .update-copyright.conf: add copyright configuration.W. Trevor King2014-03-201-0/+18
| * 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: README.rst: add .rst symlink for GitHub.W. Trevor King2014-03-201-0/+1
| * python: README: mention Cython dependency.W. Trevor King2014-03-201-1/+1
| * python: README: cleanup reStructuredText syntax.W. Trevor King2014-03-201-20/+13
| * python: Add missing copyright blurbs.W. Trevor King2014-03-2011-0/+122
| * python: Add docstrings to kmod.kmod and kmod.kmod.Kmod.W. Trevor King2014-03-201-0/+3
| * python: MANIFEST.in: add missing source to the sdist tarball.W. Trevor King2014-03-202-0/+4
| * python: Add additional out Module attributes (path, refcnt, ...).W. Trevor King2014-03-204-8/+52
| * python: Convert to Cython.W. Trevor King2014-03-2013-277/+356
| * python: update FSF address in COPYING and COPYING.LESSERAndy Grover2014-03-202-2/+2
| * python: whitespaceAndy Grover2014-03-201-31/+30
| * python: add proper error handling to loaded_modules()Andy Grover2014-03-201-2/+19
| * python: Improve README's description of kmodAndy Grover2014-03-201-3/+6
| * python: Make setup.py version match version in .cAndy Grover2014-03-201-1/+1
| * python: Add READMEAndy Grover2014-03-201-0/+44
| * python: More cleanup and renaming of stuff. Add docstrings.Andy Grover2014-03-201-27/+40
| * python: Add support for listing loaded modules, modprobe, rmmodAndy Grover2014-03-202-25/+140
| * python: use c99 init for struct initAndy Grover2014-03-201-52/+25
| * python: a skeleton that compilesAndy Grover2014-03-201-183/+3
| * python: initial checkinAndy Grover2014-03-204-0/+1190
|/