python-kmod.git
12 years agowhitespace v0.1
Andy Grover [Mon, 19 Mar 2012 04:53:26 +0000 (21:53 -0700)]
whitespace

12 years agoadd proper error handling to loaded_modules()
Andy Grover [Mon, 19 Mar 2012 04:49:07 +0000 (21:49 -0700)]
add proper error handling to loaded_modules()

We need to check the result of basically all Py* calls and cleanup
properly if they fail.

Signed-off-by: Andy Grover <andy@groveronline.com>
12 years agoImprove README's description of kmod
Andy Grover [Tue, 13 Mar 2012 22:06:37 +0000 (15:06 -0700)]
Improve README's description of kmod

Based on text from kmod's README.

Signed-off-by: Andy Grover <agrover@redhat.com>
12 years agoMake setup.py version match version in .c
Andy Grover [Tue, 13 Mar 2012 22:01:03 +0000 (15:01 -0700)]
Make setup.py version match version in .c

Signed-off-by: Andy Grover <agrover@redhat.com>
12 years agoAdd README
Andy Grover [Tue, 13 Mar 2012 22:00:37 +0000 (15:00 -0700)]
Add README

Signed-off-by: Andy Grover <agrover@redhat.com>
12 years agoMore cleanup and renaming of stuff. Add docstrings.
Andy Grover [Tue, 13 Mar 2012 07:42:22 +0000 (00:42 -0700)]
More cleanup and renaming of stuff. Add docstrings.

Signed-off-by: Andy Grover <andy@groveronline.com>
12 years agoAdd support for listing loaded modules, modprobe, rmmod
Andy Grover [Tue, 13 Mar 2012 06:16:35 +0000 (23:16 -0700)]
Add support for listing loaded modules, modprobe, rmmod

And other misc. cleanups and changes.

Signed-off-by: Andy Grover <andy@groveronline.com>
12 years agouse c99 init for struct init
Andy Grover [Mon, 12 Mar 2012 17:41:51 +0000 (10:41 -0700)]
use c99 init for struct init

move casts of pyobject -> kmodobject to the functions from the struct
init.

12 years agoa skeleton that compiles
Andy Grover [Sun, 11 Mar 2012 00:51:49 +0000 (16:51 -0800)]
a skeleton that compiles

Signed-off-by: Andy Grover <andy@groveronline.com>
12 years agoinitial checkin
Andy Grover [Sat, 10 Mar 2012 01:15:42 +0000 (17:15 -0800)]
initial checkin

Signed-off-by: Andy Grover <andy@groveronline.com>