summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* #918: [NetBSD] all memory metrics were wrong.Giampaolo Rodola2016-10-133-36/+33
* bsd: skip test if sysctl cmd is not availableGiampaolo Rodola2016-10-131-0/+2
* fix py2.6 failureGiampaolo Rodola2016-10-131-1/+3
* fix testsGiampaolo Rodola2016-10-131-2/+2
* avoid raising psutil-related exceptions in procinfo.py scriptGiampaolo Rodola2016-10-131-8/+17
* disable osx test failing on travisGiampaolo Rodola2016-10-121-0/+1
* fix osx testsGiampaolo Rodola2016-10-122-12/+26
* fix linux testGiampaolo Rodola2016-10-121-0/+1
* #916: [OSX] fix many compilation warnings.Giampaolo Rodola2016-10-124-4/+9
* #916: [OSX] fix many compilation warnings.Giampaolo Rodola2016-10-124-14/+15
* unix files on OSX cann't be deleted due to perm errGiampaolo Rodola2016-10-111-5/+6
* on make build don't also do cleanGiampaolo Rodola2016-10-111-1/+4
* fix netbsd compilationGiampaolo Rodola2016-10-112-1/+2
* add screenshots to READMEGiampaolo Rodola2016-10-1011-5/+13
* openbsd / cmdline(): return [] instead of None on PID 0Giampaolo Rodola2016-10-081-1/+1
* rephrase and standardize test skip messagesGiampaolo Rodola2016-10-073-3/+3
* rephrase and standardize test skip messagesGiampaolo Rodola2016-10-0710-120/+106
* OSX: fix compiler warningGiampaolo Rodola2016-10-071-1/+4
* add test for PSS memory < TOTALGiampaolo Rodola2016-10-071-4/+11
* change wording when raising RuntimeError from C (add 'syscall' term)Giampaolo Rodola2016-10-059-35/+56
* do the best we can in order to check errors on proc_regionfilename()Giampaolo Rodola2016-10-051-2/+6
* check return value of proc_regionfilename(); this possibly addresses #514: [O...Giampaolo Rodola2016-10-052-1/+7
* Merge pull request #909 from giampaolo/osx-proc-pidinfo-refactGiampaolo Rodola2016-10-054-87/+44
|\
| * proc_pidinfo() check return value as <= 0 instead of == 0Giampaolo Rodola2016-10-051-8/+8
| * fix Process.connections() which may raise OSError() with no exception set if ...Giampaolo Rodola2016-10-052-33/+16
| * fix open_files() which may raise OSError() with no exception set if process i...Giampaolo Rodola2016-10-052-30/+13
| * enforce return value contract for proc_pidinfo()Giampaolo Rodola2016-10-052-8/+9
| * proc_pidinfo(); also check return sizeGiampaolo Rodola2016-10-051-1/+1
| * have proc_pidinfo() guess the right error/exceptionGiampaolo Rodola2016-10-051-15/+4
| * change psutil_proc_pidinfo() signatureGiampaolo Rodola2016-10-053-9/+10
|/
* add hack to make unittest print full test paths; also remove nose as a depGiampaolo Rodola2016-10-053-9/+18
* update commentsGiampaolo Rodola2016-10-051-6/+15
* minor changeGiampaolo Rodola2016-10-051-1/+1
* Merge pull request #908 from giampaolo/refactor-c-pid-existsGiampaolo Rodola2016-10-0514-186/+119
|\
| * update HISTORYGiampaolo Rodola2016-10-051-0/+5
| * Merge branch 'master' into refactor-c-pid-existsGiampaolo Rodola2016-10-052-3/+2
| |\ | |/ |/|
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-10-051-1/+1
|\ \
| * | fix Makefile for SunOSGiampaolo Rodola2016-10-052-3/+2
* | | adjust Makefile to work on sunosGiampaolo Rodola2016-10-051-2/+1
|/ /
| * C pid_exists(): only FreeBSD has not PID 0Giampaolo Rodola2016-10-051-4/+2
| * remove old definitionsrefactor-c-pid-existsGiampaolo Rodola2016-10-051-2/+0
| * fix task_for_pid err handling on OSXGiampaolo Rodola2016-10-051-5/+14
| * fix psutil_raise_ad_or_nsp() so that it raises an exception which makes more ...Giampaolo Rodola2016-10-057-16/+36
| * Merge branch 'master' into refactor-c-pid-existsGiampaolo Rodola2016-10-042-2/+9
| |\ | |/ |/|
* | fix #907: [FreeBSD] Process.exe() may fail with OSError(ENOENT).Giampaolo Rodola2016-10-042-2/+9
| * refactor osx codeGiampaolo Rodola2016-10-053-47/+0
| * bsd: move pid_exists() and raise_ad_or_nsp out of bsd C modulesGiampaolo Rodola2016-10-049-124/+74
|/
* remove unused C headerGiampaolo Rodola2016-10-041-2/+0
* freebsd: remove unused header fileGiampaolo Rodola2016-10-041-1/+0
* fix #906 / disk_partitions(): ignore 'all' parameter and return all partitionsGiampaolo Rodola2016-10-043-7/+11