summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* Issue 371: implement CPU temperature on Linux by parsing files in /sys/class/...cpu-tempGiampaolo Rodola'2013-04-272-0/+51
* Fix issue 351 (Windows): disk_io_counters() can file with RuntimeError if psu...Giampaolo Rodola'2013-04-122-3/+21
* merge headsGiampaolo Rodola'2013-03-163-27/+27
|\
| * merge headsGiampaolo Rodola'2013-04-115-64/+66
| |\
| * | 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
|/
* merge headsGiampaolo Rodola'2013-03-161-1/+1
|\
| * fix some failing tests on OSXGiampaolo Rodola'2013-04-111-1/+1
* | Issue 366: thinking back it's not a great idea to check for PID reuse on wait...Giampaolo Rodola'2013-03-161-8/+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-163-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-111-6/+10
|/
* 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-111-3/+11
* small refactoringGiampaolo Rodola'2013-04-111-6/+4
* use @_assert_is_running() also for set_nice()Giampaolo Rodola'2013-04-111-0/+2
* 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-111-3/+6
* 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-111-1/+1
* 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-101-2/+13
* 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-108-71/+92
* 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
* fix some test failures on WindowsGiampaolo Rodola'2013-04-102-1/+3
* (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
* merge headsGiampaolo Rodola'2013-03-142-2/+4
|\
| * mergeGiampaolo Rodola'2013-04-092-1/+6
| |\
| * | On python 3.3 use time.monotonic() instead of time.time() in order to not be ...Giampaolo Rodola'2013-04-091-2/+3
| * | (linux) close unclosed fd plus silence stderr during testsGiampaolo Rodola'2013-04-091-0/+1
* | | fix get_boot_time() on BSD and WindowsGiampaolo Rodola'2013-03-143-1/+6
| |/ |/|
* | Fix get_boot_time() on OSXGiampaolo Rodola'2013-04-092-1/+6
|/
* update docstringsGiampaolo Rodola'2013-04-081-5/+29
* Fix issue 362: add cpu_times_percent()Giampaolo Rodola'2013-04-081-2/+67
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-2631-71/+9
* Fix issue 361: [Linux] psutil.cpu_times() now includes new 'steal', 'guest' a...Giampaolo Rodola'2013-03-253-12/+45
* Fix issue 359: add psutil.get_boot_time() function superseding psutil.BOOT_TIME.Giampaolo Rodola'2013-03-196-14/+14