summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* merge headsGiampaolo Rodola'2013-03-143-3/+5
|\
| * 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-092-1/+2
* | | fix ignore_access_denied() decorator; it was broken as it didn't execute the ...Giampaolo Rodola'2013-03-142-12/+13
* | | 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-082-9/+31
* Fix issue 362: add cpu_times_percent()Giampaolo Rodola'2013-04-083-13/+99
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-2649-125/+27
* Fix issue 361: [Linux] psutil.cpu_times() now includes new 'steal', 'guest' a...Giampaolo Rodola'2013-03-257-12/+76
* Fix issue 359: add psutil.get_boot_time() function superseding psutil.BOOT_TIME.Giampaolo Rodola'2013-03-198-16/+21
* re-set python3 compatibility accidentally brokenGiampaolo Rodola'2013-03-193-3/+3
* add a test which checks all APIs which are supposed to be public are listed i...Giampaolo Rodola'2013-03-192-4/+19
* catch exceptions occurring while setting up module constants in order to avoi...Giampaolo Rodola'2013-03-055-22/+90
* update tagsconvert-repo2013-02-270-0/+0
* fix issue #331: no longer cache cmdline as it may change. Also update HISTORY...Giampaolo Rodola'2013-02-273-2/+6
* Issue 234 (disk_io_counters() / Windows): attempt to fix the issue by assumin...Giampaolo Rodola'2013-02-261-8/+10
* fix issue 353: get_users() return an empty list on OSX 10.8Giampaolo Rodola'2013-02-242-27/+15
* fix issue 315: (OSX) fix some compilation warningsGiampaolo Rodola'2013-02-242-2/+3
* Fix issue 338: [Linux] disk_io_counters() fails to find some disks.Giampaolo Rodola'2013-02-243-1/+19
* FreeBSD / network_io_counters(): ignore usbus interfaces as per:Giampaolo Rodola'2013-02-231-0/+6
* remove unnecessary type check in pid_exits() as per issue 352; also make sure...Giampaolo Rodola'2013-02-224-7/+7
* README reformattingGiampaolo Rodola'2012-12-144-324/+326
* Issue 323: (OSX) disk_io_counters()'s read_time and write_time parameters wer...Giampaolo Rodola'2012-12-134-5/+14
* Fix issue 317: (Windows) cannot set process CPU affinity above 31 cores.Giampaolo Rodola'2012-12-134-4/+16
* Fux issue 264: (Win) psutil.disk_partitions() can cause a message box to appear.Giampaolo Rodola'2012-12-132-0/+9
* Revert r1548 (issue 340): ignoring files with handle.GrantedAccess == 0x00120...Giampaolo Rodola'2012-12-133-2/+1
* Disable get/set IO nice on Windows < Vista (forgot to commit this file).Giampaolo Rodola'2012-12-131-0/+4
* Disable get/set IO nice on Windows < Vista.Giampaolo Rodola'2012-12-132-13/+17
* Fix issue 328: implement process IO nice on WindowsGiampaolo Rodola'2012-12-138-58/+243
* (Linux) wording of some error messagesGiampaolo Rodola'2012-12-122-5/+11
* (Linux) every time a functionality is not available because it is not provide...Giampaolo Rodola'2012-12-121-5/+5
* (Linux) wheneever possible avoid to crash at import time. As such if BOOT_TIM...Giampaolo Rodola'2012-12-121-7/+12
* Fix issue 341: (Linux) psutil might crash on import due to error in retrievin...Giampaolo Rodola'2012-12-126-8/+20
* Issue 344: (FreeBSD) swap_memory() might return incorrect results due to kvm_...Giampaolo Rodola'2012-12-113-0/+20
* make test_fetch_all/create_time test more verbose as it sporadically fails on...Giampaolo Rodola'2012-12-051-1/+1
* Fix issue 340: (Windows) Process.get_open_files() might hang forever.Giampaolo Rodola'2012-11-243-1/+3
* Fix issue 339: get_pid_list() can allocate all the memory on system.Giampaolo Rodola'2012-11-182-2/+3
* Updated HISTORY file for Issue #333Jay Loden2012-09-271-0/+1
* Issue #333: Leak of Mach ports on OS XJay Loden2012-09-271-2/+16
* Issue 324: NameError: global name 'pid' is not definedJay Loden2012-09-131-1/+1
* Fix failing tests on Windows with Python 3.3Giampaolo Rodola'2012-08-231-10/+14
* (Windows): check return value of PyList_New() PyDict_New() and malloc() and r...Giampaolo Rodola'2012-08-234-32/+117
* (BSD) on failed malloc() raise MemoryError instead of OSErrorGiampaolo Rodola'2012-08-181-4/+2
* (BSD): check return value of PyList_New() PyDict_New() and malloc() and raise...Giampaolo Rodola'2012-08-181-21/+57
* (OSX/Linux): check return value of PyList_New() PyDict_New() and malloc() and...Giampaolo Rodola'2012-08-182-9/+62
* Fix issue 313 (Linux): when calculating system memory stats don't raise excep...Giampaolo Rodola'2012-08-173-3/+21
* fix RuntimeWarning in test suiteGiampaolo Rodola'2012-08-171-1/+2
* Fix 319: (Linux) process get_memory_maps() raises KeyError 'Anonymous' on Deb...Giampaolo Rodola'2012-08-174-7/+22