summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Added distutil's "keyword" argument.release-0.1.2Giampaolo Rodola'2009-05-061-0/+1
* updated version # in setupJay Loden2009-05-061-1/+1
* Code cleanup.Giampaolo Rodola'2009-05-061-1/+2
* Removed _WIN32_WINNT define in _psutil_mswindows.c and put back changes in se...Jay Loden2009-04-301-1/+8
* Reverting changes applied in r351 and r352 and roll back to r350.yanraber2009-04-301-6/+1
* Added _AVAIL_WINVER_ to distutils setup script, and also modified _WIN32_WINN...Jay Loden2009-04-291-1/+6
* Modified version in setup.py.Giampaolo Rodola'2009-03-061-5/+8
* Added $Id$ keyword to all source files.Jay Loden2009-03-051-1/+3
* Fixed a bunch of compiler warnings that turned up on FreeBSD if using gccJay Loden2009-02-251-1/+1
* BSD support added to psutil for all functions currently supported on OS X, Wi...Jay Loden2009-02-251-0/+7
* Split C source code files into architecture-specifc directories for all helperJay Loden2009-02-181-2/+2
* Added classifiers needed to provide useful info on PYPI.Giampaolo Rodola'2009-01-271-1/+21
* Avoided to call distutils.core.setup() twice which caused setup.py to generat...release-0.1.0Giampaolo Rodola'2009-01-271-40/+32
* Modified release version (0.1.0)Giampaolo Rodola'2009-01-271-1/+1
* Added LICENSE file (BSD).Giampaolo Rodola'2009-01-271-0/+1
* Merging with Jay's r63 commit I accidentally conflicted with.Giampaolo Rodola'2009-01-271-1/+1
* Code base cleanup (*.py files only).Giampaolo Rodola'2009-01-271-22/+26
* Fixed path in setup.py for OS X and moved infoTuple declaration to afterJay Loden2009-01-271-1/+1
* Added shell32.lib to libraries for linking, needed to compile usingJay Loden2009-01-261-1/+1
* removed unneeded include_dirs from setup.pyJay Loden2009-01-231-1/+0
* Temporary WMIC hack tested and verified functioning on XP, needs cleanup and ...Jay Loden2009-01-231-1/+1
* Ugly hack to use WMIC to get command line for nowJay Loden2009-01-231-1/+1
* Code for Win32 compiles but I'm getting a crash when attmepting to run itJay Loden2009-01-231-3/+4
* Fixed lib references in setup.py for Windows, and made changes to variableJay Loden2009-01-131-1/+1
* Removed psutil/ for windows build, breaks build process...Jay Loden2009-01-131-1/+1
* Test script problems appear to have been caused by setup.py building the CJay Loden2009-01-121-2/+2
* Fixed build problem. Slashes break distutils build and should not be used in...daveregs2008-07-211-2/+2
* - Added Linux preliminary support including get_pid_list(), kill_process() an...Giampaolo Rodola'2008-05-051-2/+6
* Moved setup script to main directory and added package data so the py filesJay Loden2008-05-051-0/+41
* Revert all code written.Giampaolo Rodola'2008-04-271-10/+0
* Initial code commit to start off some kind of direction to follow. It includes:Giampaolo Rodola'2008-04-261-1/+1
* - Move modules in the new psutil directoryGiampaolo Rodola'2008-04-261-0/+10