Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 57a8852f72f83b9f9e5ed827aee68a88 > files > 9

pystatgrab-0.5-6.fc12.i686.rpm

2007-07-13 Friday 23:26  tdb

	* _statgrab.pyx (1.20, PYSTATGRAB_0_5):

	Properly import sg_shutdown and sg_snapshot.
	
2007-07-13 Friday 23:19  tdb

	* _statgrab.pyx (1.19), setup.py (1.22, PYSTATGRAB_0_5),
	statgrab.py (1.8, PYSTATGRAB_0_5):

	Chase two additional functions in libstatgrab 0.13 - sg_snapshot and
	sg_shutdown. Both are null operations on non-Windows platforms, but
	Python can run on Windows so we should support them. Consequently we
	now need at least libstatgrab 0.13.
	
2007-07-13 Friday 23:18  tdb

	* NEWS (1.6, PYSTATGRAB_0_5):

	Update for 0.5.
	
2006-03-18 Saturday 10:28  tdb

	* setup.py (1.21):

	Catch another dev@i-scream.org.
	
2005-09-14 Wednesday 19:15  ats

	* _statgrab.pyx (1.18):

	Don't change the structure returned from sg_get_process_stats (because
	that causes a segfault when libstatgrab tries to free it).
	
2005-07-30 Saturday 19:16  tdb

	* _statgrab.pyx (1.17, PYSTATGRAB_0_4):

	Yes, and the REST of libstatgrab 0.12 too :)
	
2005-07-30 Saturday 11:55  tdb

	* setup.py (1.20):

	Post-release version increment.
	
2005-07-30 Saturday 11:53  tdb

	* NEWS (1.5), setup.py (1.19) (utags: PYSTATGRAB_0_4):

	Version 0.4 of pystatgrab.
	
2005-07-30 Saturday 11:49  tdb

	* _statgrab.pyx (1.16):

	Chase libstatgrab API changes.
	
2005-04-14 Thursday 18:19  tdb

	* README (1.4, PYSTATGRAB_0_5, PYSTATGRAB_0_4):

	Add comment about setting PKG_CONFIG_PATH.
	
2004-08-24 Tuesday 21:45  tdb

	* setup.py (1.18):

	Post release version increment.
	
2004-08-24 Tuesday 21:43  tdb

	* NEWS (1.4), _statgrab.pyx (1.15), setup.py (1.17), statgrab.py
	(1.7, PYSTATGRAB_0_4) (utags: PYSTATGRAB_0_3):

	Catch up to new features in libstatgrab 0.10.2.
	
2004-05-31 Monday 15:50  tdb

	* setup.py (1.16):

	Post release version increment.
	
2004-05-31 Monday 15:49  tdb

	* AUTHORS (1.1, PYSTATGRAB_0_5, PYSTATGRAB_0_4, PYSTATGRAB_0_3),
	MANIFEST.in (1.4, PYSTATGRAB_0_5, PYSTATGRAB_0_4, PYSTATGRAB_0_3),
	NEWS (1.3), setup.py (1.15) (utags: PYSTATGRAB_0_2):

	Prepare for 0.2 release of pystatgrab.
	
2004-05-30 Sunday 17:41  tdb

	* _statgrab.pyx (1.14), statgrab.py (1.6) (utags: PYSTATGRAB_0_2):

	Stage 3: Add new functions.
	
2004-05-30 Sunday 16:32  tdb

	* _statgrab.pyx (1.13), statgrab.py (1.5):

	Stage 2: Reorder functions and structures to match statgrab.h order.
	
2004-05-30 Sunday 16:21  tdb

	* _statgrab.pyx (1.12), statgrab.py (1.4):

	Stage 1: Update all existing functions to have new names.
	
2004-04-06 Tuesday 15:53  tdb

	* _statgrab.pyx (1.11), setup.py (1.14), statgrab.py (1.3):

	Update name of project at the top of all soure files. These files now exist
	in their own right, rather than as part of the "CMS".
	
2004-03-25 Thursday 23:01  tdb

	* NEWS (1.2), README (1.3, PYSTATGRAB_0_3, PYSTATGRAB_0_2),
	setup.py (1.13):

	pystatgrab now has it's own webpage.
	
2004-03-22 Monday 01:00  tdb

	* setup.py (1.12):

	Post release version bump.
	
2004-03-21 Sunday 13:37  tdb

	* setup.py (1.11, PYSTATGRAB_0_1):

	sys.exit, not exit.
	
2004-03-20 Saturday 22:43  tdb

	* README (1.2, PYSTATGRAB_0_1), setup.py (1.10):

	Add more documentation to the README file.
	
2004-03-20 Saturday 21:34  tdb

	* statgrab.py (1.2, PYSTATGRAB_0_1):

	Add duplex globals.
	
2004-03-20 Saturday 21:29  tdb

	* MANIFEST.in (1.3, PYSTATGRAB_0_1), _statgrab.pyx (1.10,
	PYSTATGRAB_0_1), setup.py (1.9), statgrab.py (1.1):

	Move the wrapper module to _statgrab, and then add a module to interface
	to the user with correct function names.
	
2004-03-20 Saturday 19:45  tdb

	* MANIFEST.in (1.2), setup.py (1.8):

	Package should be pystatgrab, not statgrab.
	Add ChangeLog to MANIFEST.
	
2004-03-20 Saturday 19:25  tdb

	* COPYING (1.1, PYSTATGRAB_0_5, PYSTATGRAB_0_4, PYSTATGRAB_0_3,
	PYSTATGRAB_0_2, PYSTATGRAB_0_1), MANIFEST.in (1.1), NEWS (1.1,
	PYSTATGRAB_0_1), README (1.1), setup.py (1.7):

	Modify setup.py to do more exhaustive testing.
	Also create statgrab.c using pyrexc if it doesn't exist.
	
2004-03-09 Tuesday 18:57  tdb

	* setup.py (1.6):

	Post release version increment.
	
2004-03-06 Saturday 22:11  tdb

	* _statgrab.pyx (1.9):

	Add new features to python wrapper.
	
2004-02-14 Saturday 18:07  tdb

	* _statgrab.pyx (1.8):

	Chase changes in statgrab.h.
	
2004-02-13 Friday 17:53  tdb

	* _statgrab.pyx (1.7):

	Chase statgrab_duplex name changes.
	Add variables that can be accessed within python for the duplex enum.
	
2004-02-13 Friday 12:03  tdb

	* _statgrab.pyx (1.6):

	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 :-)
	
2004-02-13 Friday 00:16  tdb

	* _statgrab.pyx (1.5), setup.py (1.5):

	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.
	
2004-02-10 Tuesday 20:25  tdb

	* _statgrab.pyx (1.4):

	StatgrabException should be derived from Exception.
	
2004-02-10 Tuesday 20:16  tdb

	* setup.py (1.4):

	Post release version increment.
	
2004-02-10 Tuesday 20:15  tdb

	* setup.py (1.3):

	Update version.
	
2004-02-10 Tuesday 19:04  tdb

	* setup.py (1.2):

	Make setup.py figure out compiler flags using pkg-config. This makes it
	portable across platforms.
	
2004-02-09 Monday 23:07  tdb

	* _statgrab.pyx (1.3), setup.py (1.1):

	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.
	
2004-02-06 Friday 15:12  tdb

	* _statgrab.pyx (1.2):

	Return objects instead of hash-like-things :)
	
2004-02-06 Friday 14:10  tdb

	* _statgrab.pyx (1.1):

	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.