summaryrefslogtreecommitdiff
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
* Fixed typoJay Loden2009-05-061-1/+1
* Renamed variables in cpu_percent()Jay Loden2009-05-061-13/+14
* Updated html documentation.Giampaolo Rodola'2009-05-062-21/+79
* Code cleanup.Giampaolo Rodola'2009-05-068-43/+52
* Added cpu_percent tests to memory leaks script and added newline to end of th...Jay Loden2009-05-061-1/+4
* Found error in cpu_percent() where sometimes delta_time was < the idle time d...Jay Loden2009-05-062-5/+9
* Improved cpu_times() and cpu_percent() test cases.Giampaolo Rodola'2009-05-061-15/+19
* Updated HISTORY file with 0.1.2 release notesJay Loden2009-05-061-0/+19
* updated doc string on CPUTimes and returned FreeBSD to irq instead of interru...Jay Loden2009-05-062-3/+2
* updated cpu_percent() doc string and moved functions for more logical placement.Jay Loden2009-05-061-32/+35
* Implemented cpu_percent and fixed OS X typo in C code. cpu_percent now just r...Jay Loden2009-05-062-13/+17
* Corrected various errors left behind in the last commit.Giampaolo Rodola'2009-05-068-28/+27
* CPUTimes now gets a dict from each _ps platform module with only relevant CPU...Jay Loden2009-05-058-30/+20
* typos (missing/misplace commas) in C codeJay Loden2009-05-051-2/+2
* Removed no longer needed common.py and updated platform modules to have get_s...Jay Loden2009-05-055-54/+10
* CPU times tuple implementation for all platforms for use with CPUTimesJay Loden2009-05-054-7/+39
* Put CPUTimes into _psutil.py and implement cpu_times in _psutil.py instead of...Jay Loden2009-05-053-3/+53
* Modified cpu_times() which now returns a CPUTimes class instance (Linux and W...Giampaolo Rodola'2009-05-055-16/+65
* Improved performance in cpu_percentyanraber2009-05-041-11/+11
* Added cpu_percent() tests.Giampaolo Rodola'2009-05-041-0/+9
* Fixed cpu_percent() which was raising ZeroDivisionError.Giampaolo Rodola'2009-05-041-10/+15
* Added cpu_percent (works correctly only on windows). Modified get_system_cpu_...yanraber2009-05-022-4/+28
* A little C code clean up.Giampaolo Rodola'2009-04-307-189/+280
* Removed _WIN32_WINNT define in _psutil_mswindows.c and put back changes in se...Jay Loden2009-04-302-7/+12
* Reverting changes applied in r351 and r352 and roll back to r350.yanraber2009-04-302-84/+91
* Added _AVAIL_WINVER_ to distutils setup script, and also modified _WIN32_WINN...Jay Loden2009-04-292-4/+9
* Changed GetSystemTimes() usage to be conditionally compiled instead of checke...Jay Loden2009-04-291-84/+78
* Modified Windows cpu_times() which now supports Windows XP < SP1 by condition...yanraber2009-04-291-23/+112
* Fixed minor issue in cpu_times() test case.Giampaolo Rodola'2009-04-241-1/+1
* Added tests for cpu_times().Giampaolo Rodola'2009-04-242-0/+10
* Implemented CPU times on OS XJay Loden2009-04-244-1/+25
* Implemented cpu_times() on Windows.Giampaolo Rodola'2009-04-183-0/+46
* Implemented cpu_times() on Linux.Giampaolo Rodola'2009-04-171-0/+9
* system cpu times now returned as floats representing seconds instead of as cl...Jay Loden2009-04-171-3/+3
* Avoid to cast to long in get_system_cpu_times()'s Py_BuildValue()Giampaolo Rodola'2009-04-171-3/+3
* Implemented get_cpu_times() on FreeBSD.Giampaolo Rodola'2009-04-173-1/+29
* Modified memory info functions on Linux to use Swap* instead of Vmalloc* valu...Giampaolo Rodola'2009-04-072-5/+9
* Added memory leak tests for system memory functionsGiampaolo Rodola'2009-04-071-0/+15
* implemented avail_virtmem on FreeBSD so avail/total virtmem is now availableJay Loden2009-04-072-0/+28
* Added missing get_avail_virtmem() function for OS X and implemented total/ava...Jay Loden2009-04-072-0/+25
* Modified BSD and OS X .py files to call proper C memory functions.Giampaolo Rodola'2009-04-072-8/+29
* Enabled system memory tests on all platforms.Giampaolo Rodola'2009-04-072-41/+32
* Fixed the following warnings on FreeBSD:Giampaolo Rodola'2009-03-311-5/+0
* Renamed used_mem() and avail_mem() functions to used_phymem() and avail_phyme...Giampaolo Rodola'2009-03-316-21/+22
* Added used/avail memory function tests.Giampaolo Rodola'2009-03-301-11/+29
* Modified memory implementation on Windows so that the C code now provides a g...Giampaolo Rodola'2009-03-303-15/+28
* Implemented used_mem() and avail_mem() on OS XJay Loden2009-03-292-0/+29
* Fixed constant back to TOTAL_PHYMEM instead of TOTAL_MEM for clarity and to m...Jay Loden2009-03-291-1/+1