summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Issue 371: implement CPU temperature on Linux by parsing files in /sys/class/...cpu-tempGiampaolo Rodola'2013-04-273-0/+62
* Added tag release-0.7.0 for changeset 10be4cf74082Giampaolo Rodola'2013-04-120-0/+0
* merge headsrelease-0.7.0Giampaolo Rodola'2013-04-121-3/+5
|\
| * merge headsGiampaolo Rodola'2013-04-123-36/+38
| |\
| * | update HISTORYGiampaolo Rodola'2013-04-121-4/+5
* | | Fix issue 351 (Windows): disk_io_counters() can file with RuntimeError if psu...Giampaolo Rodola'2013-04-124-5/+29
| |/ |/|
* | merge headsGiampaolo Rodola'2013-03-163-27/+27
|\ \ | |/
| * merge headsGiampaolo Rodola'2013-04-116-65/+71
| |\
| * | issue 354 / OSX: add a 'psutil_' prefix to C internal functionsGiampaolo Rodola'2013-04-113-27/+27
* | | BSD: still some 'psutil_' prexix renameGiampaolo Rodola'2013-03-161-17/+17
* | | BSD: fix 2 compiler warningsGiampaolo Rodola'2013-03-161-2/+4
* | | issue 354 / BSD: add a 'psutil_' prefix to C internal functionsGiampaolo Rodola'2013-03-163-17/+17
| |/ |/|
* | issue 354 / windows: add a 'psutil_' prefix to C internal functionsGiampaolo Rodola'2013-04-115-64/+66
* | (Windows) fix ionice mem leak testGiampaolo Rodola'2013-04-111-1/+5
|/
* merge headsGiampaolo Rodola'2013-03-162-3/+4
|\
| * fix some failing tests on OSXGiampaolo Rodola'2013-04-112-3/+4
* | Issue 366: thinking back it's not a great idea to check for PID reuse on wait...Giampaolo Rodola'2013-03-162-10/+0
* | BSD: get_connections() may raise AD instead of NSPGiampaolo Rodola'2013-03-161-1/+1
* | Fix issue 366 (BSD): get_memory_maps(), get_num_fds(), get_open_files() and g...Giampaolo Rodola'2013-03-164-5/+20
|/
* change fetch all test suite so that it does not exit at the first failure; in...Giampaolo Rodola'2013-04-111-5/+18
* merge headsGiampaolo Rodola'2013-04-111-4/+6
|\
| * not sure exactly why but the frozenset change for as_dict() introduced in 105...Giampaolo Rodola'2013-04-111-4/+6
* | Issue 365 / wait(): cannot make the PID reuse check on Windows as we can dete...Giampaolo Rodola'2013-04-112-8/+14
|/
* rename @_assert_is_running to @_assert_pid_not_reused and update docstrings u...Giampaolo Rodola'2013-04-111-16/+23
* Fix issue 356 - Process.parent: make parent's creation time <= selfGiampaolo Rodola'2013-04-113-3/+17
* small refactoringGiampaolo Rodola'2013-04-111-6/+4
* use @_assert_is_running() also for set_nice()Giampaolo Rodola'2013-04-112-1/+4
* update docstrings to mention the 'reused PID problem' and how to deal with itGiampaolo Rodola'2013-04-111-0/+26
* Fix issue 365: Process.wait() should check PID has not been reused by another...Giampaolo Rodola'2013-04-112-3/+7
* update is_running() docstringGiampaolo Rodola'2013-04-111-1/+4
* update some docstringsGiampaolo Rodola'2013-04-111-9/+9
* refactor Process class so that it uses a decorator every time we need to make...Giampaolo Rodola'2013-04-111-22/+18
* update wrap_exceptions() docstringsGiampaolo Rodola'2013-04-114-11/+8
* update version to 0.7.0Giampaolo Rodola'2013-04-112-2/+2
* use functools.wraps() around wrap_exceptions() decoratorGiampaolo Rodola'2013-04-114-12/+16
* Fix issue 321: do not cache process' ppid on UNIX as it may change to 1 by ke...Giampaolo Rodola'2013-04-102-2/+16
* set +x bit for scripts in examples directoryGiampaolo Rodola'2013-04-1011-0/+0
* remove +x bit from _pslinux.py (probably set and committed by accident)Giampaolo Rodola'2013-04-101-0/+0
* Fix issue #246: rename psutil.error module into psutil._error and raise a Dep...Giampaolo Rodola'2013-04-1010-71/+96
* set self._gone if NSP is raised from within send_signal()Giampaolo Rodola'2013-04-101-0/+2
* (minor) move parent method upper so that it's grouped in the utility methosGiampaolo Rodola'2013-04-101-10/+14
* as_dict() use frozenset() instead of set() as it's slightly fasterGiampaolo Rodola'2013-04-101-3/+3
* 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-103-4/+15
* fix some tests on OSXGiampaolo Rodola'2013-04-102-3/+4
* (BSD) cast BOOT_TIME to a float so that tests expect it to be soGiampaolo Rodola'2013-03-141-1/+1
* (FreeBSD) fix BOOT_TIME: the time reported was wrong because we weren't passi...Giampaolo Rodola'2013-03-141-6/+4
* (freebsd / memory maps) remove spaces from address stringGiampaolo Rodola'2013-03-141-1/+13
* fix some test failures on BSDGiampaolo Rodola'2013-03-142-11/+22