summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update doc941-cpu-infoGiampaolo Rodola2016-12-011-0/+2
* update docGiampaolo Rodola2016-11-301-10/+14
* fix #940 / linux / cpu_percent(): correctly take guest, guest_nice and iowait...Giampaolo Rodola2016-11-283-17/+63
* process cpu_times(): be unambiguous when sum()muing valuesGiampaolo Rodola2016-11-261-1/+2
* update READMEGiampaolo Rodola2016-11-261-3/+0
* GIT pre-commit script: exit if line ends with spaceGiampaolo Rodola2016-11-263-10/+12
* skip test which fails on travisGiampaolo Rodola2016-11-251-0/+1
* #693 / win / users(): use WTS_CURRENT_SERVER_HANDLE instead of WTSOpenServer()Giampaolo Rodola2016-11-191-10/+1
* update READMEGiampaolo Rodola2016-11-181-2/+2
* update READMEGiampaolo Rodola2016-11-151-2/+16
* update psutilGiampaolo Rodola2016-11-132-5/+19
* fix procsmem script which was not printing processesGiampaolo Rodola2016-11-131-1/+1
* try to fix tests on travisGiampaolo Rodola2016-11-132-2/+5
* try to fix tests on travisGiampaolo Rodola2016-11-133-3/+8
* OSX: fix compilation warningGiampaolo Rodola2016-11-132-0/+32
* #936: give credits to Max BĂ©langerGiampaolo Rodola2016-11-112-0/+8
* Merge pull request #936 from maxbelanger/fix-compiling-windowsGiampaolo Rodola2016-11-111-6/+3
|\
| * first passMax Belanger2016-11-031-6/+3
* | #811: move DLL check logic in _pswindows.pyGiampaolo Rodola2016-11-082-19/+20
* | winmake: use the right win slashesGiampaolo Rodola2016-11-081-1/+1
* | winmake: do not try to install GIT commit hook if this is not a GIT cloned dirGiampaolo Rodola2016-11-081-1/+2
* | #811: on Win XP let the possibility to install psutil from sources as it stil...Giampaolo Rodola2016-11-084-19/+32
* | #811: add a Q&A section in the doc; tell what Win versions are supportedGiampaolo Rodola2016-11-081-0/+8
* | #811: raise a meaningful error message if on Windows XPGiampaolo Rodola2016-11-084-0/+19
* | update doc; bump up versionGiampaolo Rodola2016-11-082-3/+7
* | #939: update MANIFEST to include only src files and not much elseGiampaolo Rodola2016-11-074-32/+27
* | update HISTORYrelease-5.0.0Giampaolo Rodola2016-11-062-1/+2
* | travis: execute mem leaks and flake8 tests only on py 2.7 and 3.5; no need to...Giampaolo Rodola2016-11-051-7/+7
* | bump up versionGiampaolo Rodola2016-11-053-4/+7
* | Merge pull request #937 from giampaolo/oneshotGiampaolo Rodola2016-11-0524-974/+1114
|\ \
| * | update version in doconeshotGiampaolo Rodola2016-11-051-1/+1
| * | add simple test case for oneshot() ctx managerGiampaolo Rodola2016-11-051-0/+20
| * | add simple test case for oneshot() ctx managerGiampaolo Rodola2016-11-051-0/+13
| * | speedup fetch all process test by using oneshotGiampaolo Rodola2016-11-051-16/+16
| * | #799 - oneshot / linux: speedup memory_full_info and memory_mapsGiampaolo Rodola2016-11-054-11/+11
| * | Merge branch 'master' into oneshotGiampaolo Rodola2016-11-051-1/+0
| |\ \ | |/ / |/| |
* | | fix flake8Giampaolo Rodola2016-11-051-1/+0
| |/ |/|
| * Merge branch 'master' into oneshotGiampaolo Rodola2016-11-052-2/+14
| |\ | |/ |/|
* | #943: better error message in case of version conflict on import.Giampaolo Rodola2016-11-022-2/+14
| * Merge branch 'master' into oneshotGiampaolo Rodola2016-10-292-22/+25
| |\ | |/ |/|
* | update docGiampaolo Rodola2016-10-292-22/+25
| * 799 onshot / win: no longer store the handle in python; I am now sure this is...Giampaolo Rodola2016-10-284-116/+97
| * Merge branch 'master' into oneshotGiampaolo Rodola2016-10-287-234/+291
| |\ | |/ |/|
* | (win) add memleak test for proc_info()Giampaolo Rodola2016-10-281-3/+17
* | move stuff aroundGiampaolo Rodola2016-10-281-22/+32
* | memleak: fix false positive on windowsGiampaolo Rodola2016-10-281-6/+17
* | #933 (win) fix memory leak in WindowsService.description()Giampaolo Rodola2016-10-282-1/+2
* | #933 (win) fix memory leak in cpu_stats() (missing free())Giampaolo Rodola2016-10-282-1/+5
* | refactoringGiampaolo Rodola2016-10-282-29/+27
* | fix numbersGiampaolo Rodola2016-10-281-10/+16