summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Issue 371: implement CPU temperature on Linux by parsing files in /sys/class/...cpu-tempGiampaolo Rodola'2013-04-271-0/+11
* (Windows) fix ionice mem leak testGiampaolo Rodola'2013-04-111-1/+5
* fix some failing tests on OSXGiampaolo Rodola'2013-04-111-2/+3
* change fetch all test suite so that it does not exit at the first failure; in...Giampaolo Rodola'2013-04-111-5/+18
* Fix issue #246: rename psutil.error module into psutil._error and raise a Dep...Giampaolo Rodola'2013-04-101-0/+1
* re-establish py 2.4 compatibilityGiampaolo Rodola'2013-04-101-3/+2
* fix children duplicates testGiampaolo Rodola'2013-04-101-1/+1
* fix some test failures on WindowsGiampaolo Rodola'2013-04-101-3/+12
* fix some tests on OSXGiampaolo Rodola'2013-04-102-3/+4
* fix some test failures on BSDGiampaolo Rodola'2013-03-142-11/+22
* merge headsGiampaolo Rodola'2013-03-141-1/+1
|\
| * (linux) close unclosed fd plus silence stderr during testsGiampaolo Rodola'2013-04-091-1/+1
* | fix ignore_access_denied() decorator; it was broken as it didn't execute the ...Giampaolo Rodola'2013-03-142-12/+13
|/
* update docstringsGiampaolo Rodola'2013-04-081-4/+2
* Fix issue 362: add cpu_times_percent()Giampaolo Rodola'2013-04-081-11/+31
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-267-21/+7
* Fix issue 361: [Linux] psutil.cpu_times() now includes new 'steal', 'guest' a...Giampaolo Rodola'2013-03-252-0/+23
* Fix issue 359: add psutil.get_boot_time() function superseding psutil.BOOT_TIME.Giampaolo Rodola'2013-03-191-2/+6
* add a test which checks all APIs which are supposed to be public are listed i...Giampaolo Rodola'2013-03-191-0/+13
* fix issue #331: no longer cache cmdline as it may change. Also update HISTORY...Giampaolo Rodola'2013-02-271-1/+3
* Fix issue 338: [Linux] disk_io_counters() fails to find some disks.Giampaolo Rodola'2013-02-241-0/+8
* remove unnecessary type check in pid_exits() as per issue 352; also make sure...Giampaolo Rodola'2013-02-221-2/+1
* Fix issue 328: implement process IO nice on WindowsGiampaolo Rodola'2012-12-131-31/+51
* make test_fetch_all/create_time test more verbose as it sporadically fails on...Giampaolo Rodola'2012-12-051-1/+1
* Fix failing tests on Windows with Python 3.3Giampaolo Rodola'2012-08-231-10/+14
* fix RuntimeWarning in test suiteGiampaolo Rodola'2012-08-171-1/+2
* Further fix to restore compatibility with python 2.4 and 3.2 on Windows.release-0.6.1Giampaolo Rodola'2012-08-161-5/+12
* Fix issue 318: reintroduce python 2.4 compatibility which was accidentally br...Giampaolo Rodola'2012-08-161-1/+8
* fix issue 316 - process exe: do a better work at guessing exe from cmdline + ...Giampaolo Rodola'2012-08-141-4/+8
* yet another small test refactoring + CREDITS file updateGiampaolo Rodola'2012-08-091-4/+5
* another small refactoring + test fix on OSXGiampaolo Rodola'2012-08-091-12/+12
* small test refactoring which fixes some failures on OSXGiampaolo Rodola'2012-08-091-13/+25
* Issue 312 (Linux): network_io_counters() - add dropped/error packets supportGiampaolo Rodola'2012-07-252-2/+10
* Issue 311: merge memory branch back to trunkGiampaolo Rodola'2012-07-245-92/+264
* test refactoring: introduce a new 'wait' arg for get_test_subprocess() so tha...Giampaolo Rodola'2012-07-201-70/+70
* Issue 256 (LINUX): swapmem - also provide pswpin / pswpout countersGiampaolo Rodola'2012-07-201-0/+2
* Fix 256: rename psutil.virtmem_usage() to psutil.swapmem_usage(); also, on Wi...Giampaolo Rodola'2012-07-193-7/+8
* Fix issue 308: (BSD) return actual swap memory info instead of virtual memoryGiampaolo Rodola'2012-07-191-37/+0
* OSX - virtmem test: take into account that OSX uses multiple swap files as pe...Giampaolo Rodola'2012-07-191-1/+7
* fix some failing tests on FreeBSD 9Giampaolo Rodola'2012-07-191-6/+8
* Issue 306: (Windows) check return code of Py* related functionsGiampaolo Rodola'2012-07-181-3/+3
* Issue 306: (OSX) check return code of Py* related functionsGiampaolo Rodola'2012-07-181-2/+2
* Give some tolerance to memory testGiampaolo Rodola'2012-07-131-3/+8
* Issue 303 - Windows/get_memory_info(): use NtQuerySystemInformation() as fall...Giampaolo Rodola'2012-07-132-4/+9
* Issue 303 - Windows/get_io_counters(): use NtQuerySystemInformation() as fall...Giampaolo Rodola'2012-07-132-1/+5
* Issue 303 - Windows/get_num_handles(): use NtQuerySystemInformation() as fall...Giampaolo Rodola'2012-07-131-58/+73
* Issue 303 - Windows/get_create_time(): use NtQuerySystemInformation() as fall...Giampaolo Rodola'2012-07-131-0/+14
* Issue 303 - Windows/get_cpu_times: use NtQuerySystemInformation() as fallback...Giampaolo Rodola'2012-07-131-0/+66
* issue 302: (Linux) process num of ctx switchesGiampaolo Rodola'2012-07-111-0/+11
* test suite refactoringGiampaolo Rodola'2012-07-113-30/+29