The libstatgrab python bindings are now their own package - pystatgrab.
Add new features to python wrapper.
Chase changes in statgrab.h.
Chase statgrab_duplex name changes. Add variables that can be accessed within python for the duplex enum.
There's no need to return how many entries are in a list at the start of the list. There's much easier ways to work out how many there are :-)
Bring the python extension up-to-date with the latest libstatgrab functions. Still need to look at that enum thing and how best to use it.
StatgrabException should be derived from Exception.
Add error checking to the python bindings. They previously didn't check for a NULL response from the libstatgrab functions - which resulted in python core dumping. It now raises an exception instead. Also add a first stab at a setup.py so people can quickly build/install this extension if they want.
Return objects instead of hash-like-things :)
Add libstatgrab python wrapper. This won't be installed with libstatgrab, or in fact have anything done to it - it's just there if people want it. If it matures, I'll consider making it a package in it's own right.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.