summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update versionrelease-0.7.1Giampaolo Rodola'2013-05-032-2/+3
* Fix issue 325 (BSD - virtual_mem() raises SystemError with no exc set): canno...Giampaolo Rodola'2013-04-063-2/+14
* update patch creditsGiampaolo Rodola'2013-05-022-3/+3
* fix issue 370 (BSD): get_connections() requires root - patch by bsdknifeGiampaolo Rodola'2013-04-044-180/+187
* fix issue 372 (BSD): I forgot to pass the pid argument to psutil_raise_ad_or_...Giampaolo Rodola'2013-04-042-5/+13
* fetch all test: in case function raises NSP make sure the pid does not exists...Giampaolo Rodola'2013-04-301-0/+7
* 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