ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/pystatgrab/setup.py
Revision 1.23 - (view) (annotate) - [select for diffs]
Fri Jul 13 22:26:57 2007 UTC (16 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
Post-release version increment.

Revision 1.22 - (view) (annotate) - [select for diffs]
Fri Jul 13 22:19:56 2007 UTC (16 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: PYSTATGRAB_0_5
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
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.

Revision 1.21 - (view) (annotate) - [select for diffs]
Sat Mar 18 10:28:54 2006 UTC (18 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Catch another dev@i-scream.org.

Revision 1.20 - (view) (annotate) - [select for diffs]
Sat Jul 30 10:55:55 2005 UTC (18 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Post-release version increment.

Revision 1.19 - (view) (annotate) - [select for diffs]
Sat Jul 30 10:53:28 2005 UTC (18 years, 8 months ago) by tdb
Branch: MAIN
CVS Tags: PYSTATGRAB_0_4
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Version 0.4 of pystatgrab.

Revision 1.18 - (view) (annotate) - [select for diffs]
Tue Aug 24 20:45:30 2004 UTC (19 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
Post release version increment.

Revision 1.17 - (view) (annotate) - [select for diffs]
Tue Aug 24 20:43:47 2004 UTC (19 years, 7 months ago) by tdb
Branch: MAIN
CVS Tags: PYSTATGRAB_0_3
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
Catch up to new features in libstatgrab 0.10.2.

Revision 1.16 - (view) (annotate) - [select for diffs]
Mon May 31 14:50:04 2004 UTC (19 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Post release version increment.

Revision 1.15 - (view) (annotate) - [select for diffs]
Mon May 31 14:49:17 2004 UTC (19 years, 10 months ago) by tdb
Branch: MAIN
CVS Tags: PYSTATGRAB_0_2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
Prepare for 0.2 release of pystatgrab.

Revision 1.14 - (view) (annotate) - [select for diffs]
Tue Apr 6 14:53:01 2004 UTC (20 years ago) by tdb
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
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".

Revision 1.13 - (view) (annotate) - [select for diffs]
Thu Mar 25 23:01:13 2004 UTC (20 years ago) by tdb
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
pystatgrab now has it's own webpage.

Revision 1.12 - (view) (annotate) - [select for diffs]
Mon Mar 22 01:00:16 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Post release version bump.

Revision 1.11 - (view) (annotate) - [select for diffs]
Sun Mar 21 13:37:03 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PYSTATGRAB_0_1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
sys.exit, not exit.

Revision 1.10 - (view) (annotate) - [select for diffs]
Sat Mar 20 22:43:26 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.9: +18 -2 lines
Diff to previous 1.9
Add more documentation to the README file.

Revision 1.9 - (view) (annotate) - [select for diffs]
Sat Mar 20 21:29:59 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.8: +10 -9 lines
Diff to previous 1.8
Move the wrapper module to _statgrab, and then add a module to interface
to the user with correct function names.

Revision 1.8 - (view) (annotate) - [select for diffs]
Sat Mar 20 19:45:23 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Package should be pystatgrab, not statgrab.
Add ChangeLog to MANIFEST.

Revision 1.7 - (view) (annotate) - [select for diffs]
Sat Mar 20 19:25:02 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.6: +41 -4 lines
Diff to previous 1.6
Modify setup.py to do more exhaustive testing.
Also create statgrab.c using pyrexc if it doesn't exist.

Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Mar 9 18:57:46 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Post release version increment.

Revision 1.5 - (view) (annotate) - [select for diffs]
Fri Feb 13 00:16:20 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
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.

Revision 1.4 - (view) (annotate) - [select for diffs]
Tue Feb 10 20:16:12 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Post release version increment.

Revision 1.3 - (view) (annotate) - [select for diffs]
Tue Feb 10 20:15:19 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Update version.

Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Feb 10 19:04:48 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.1: +13 -3 lines
Diff to previous 1.1
Make setup.py figure out compiler flags using pkg-config. This makes it
portable across platforms.

Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Feb 9 23:07:25 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
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.

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a