summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * merge from masterGiampaolo Rodola2017-01-2332-334/+840
| | |\
| | * \ Merge branch 'master' into 357-proc-cpu-numGiampaolo Rodola2016-11-304-31/+79
| | |\ \
| | * \ \ Merge branch 'master' into 357-proc-cpu-numGiampaolo Rodola2016-11-263-10/+12
| | |\ \ \
| | * | | | #357: does not support cpu_num() on Net and Open BSDGiampaolo Rodola2016-11-264-6/+18
| | * | | | Merge branch 'master' into 357-proc-cpu-numGiampaolo Rodola2016-11-251-0/+1
| | |\ \ \ \
| | * | | | | #357: add test which compares cpu_num() against cpu_affinity()Giampaolo Rodola2016-11-251-0/+7
| | * | | | | #357: implement process cpu_num() on FreeBSDGiampaolo Rodola2016-11-253-4/+27
| | * | | | | #357: implement process cpu_num() on LinuxGiampaolo Rodola2016-11-254-0/+38
| * | | | | | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-01-240-0/+0
| |\ \ \ \ \ \
| | * | | | | | sunos: specific test for cpu_count()Giampaolo Rodola2017-01-241-0/+4
| | | |_|_|_|/ | | |/| | | |
| * | | | | | sunos: specific test for cpu_count()Giampaolo Rodola2017-01-241-0/+4
| |/ / / / /
| * | | | | Merge pull request #952 from giampaolo/941-cpu-freqGiampaolo Rodola2017-01-2314-2/+261
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '941-cpu-freq' of github.com:giampaolo/psutil into 941-cpu-freqGiampaolo Rodola2017-01-232-3/+5
| | |\ \ \ \ \
| | | * | | | | fix win test941-cpu-freqGiampaolo Rodola2017-01-231-2/+2
| | | * | | | | Merge branch '941-cpu-freq' of https://github.com/giampaolo/psutil into 941-c...Giampaolo Rodola2017-01-238-22/+77
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' into 941-cpu-freqGiampaolo Rodola2017-01-231-1/+3
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | winmake uninstall: make it a bit smarterGiampaolo Rodola2017-01-231-1/+3
| | * | | | | | | update docGiampaolo Rodola2017-01-231-0/+1
| | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge branch '941-cpu-freq' of github.com:giampaolo/psutil into 941-cpu-freqGiampaolo Rodola2017-01-201-0/+6
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | add windows specific testGiampaolo Rodola2017-01-201-0/+6
| | * | | | | | #941: add docGiampaolo Rodola2017-01-208-22/+77
| | |/ / / / /
| | * | | | | #941: cpu frequency - windows implementationGiampaolo Rodola2017-01-205-2/+82
| | * | | | | Merge branch 'master' into 941-cpu-freqGiampaolo Rodola2017-01-2011-56/+122
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #950 from PierreF/windows-cpu-percentGiampaolo Rodola2017-01-193-7/+9
| |\ \ \ \ \ \
| | * | | | | | Fix Process cpu_percent on WindowsPierre Fersing2017-01-193-7/+9
| |/ / / / / /
| | * | | | | Merge branch 'master' into 941-cpu-freqGiampaolo Rodola2017-01-1019-274/+434
| | |\ \ \ \ \
| | * | | | | | update OSX notesGiampaolo Rodola2016-12-031-0/+5
| | * | | | | | #941: implement cpu_freq() for OSXGiampaolo Rodola2016-12-035-3/+53
| | * | | | | | debug print to figure out failure on travisGiampaolo Rodola2016-12-022-2/+4
| | * | | | | | #941: implement cpu_freq() for LinuxGiampaolo Rodola2016-12-024-0/+60
* | | | | | | | Merge branch 'master' into 371-temperaturesGiampaolo Rodola2017-01-1824-361/+653
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | comment out unreliable linux testGiampaolo Rodola2017-01-151-2/+3
| * | | | | | | refactor /proc/pid/status tests and put them in their own classGiampaolo Rodola2017-01-151-47/+69
| * | | | | | | CI integration: add python 3.6Giampaolo Rodola2017-01-153-1/+13
| * | | | | | | make.bat: fix invalid cmdlineGiampaolo Rodola2017-01-151-2/+2
| * | | | | | | make.bat: att build_exe and build_wheel cmdsGiampaolo Rodola2017-01-152-1/+16
| * | | | | | | update doc + add linux specific testGiampaolo Rodola2017-01-154-4/+18
| | |/ / / / / | |/| | | | |
| * | | | | | ignore meGiampaolo Rodola2017-01-101-5/+7
| * | | | | | fix #873: fix typo in INSTALLGiampaolo Rodola2017-01-091-1/+1
| * | | | | | #687: [Linux] pid_exists() no longer returns True if passed a process thread IDGiampaolo Rodola2017-01-095-13/+56
| * | | | | | minor refactoringGiampaolo Rodola2017-01-041-1/+1
| * | | | | | fix #948: cannot install psutil with PYTHONOPTIMIZE=2Giampaolo Rodola2017-01-043-3/+12
| * | | | | | add make doc commandGiampaolo Rodola2016-12-212-1/+7
| * | | | | | pre releaserelease-5.0.1Giampaolo Rodola2016-12-211-1/+1
| * | | | | | pre releaseGiampaolo Rodola2016-12-212-1/+2
| * | | | | | update docGiampaolo Rodola2016-12-201-1/+2
| * | | | | | fix #944: [OpenBSD] psutil.pids() was omitting PID 0Giampaolo Rodola2016-12-202-1/+22
| * | | | | | #609: fix compilation issue on SunOS 10Giampaolo Rodola2016-12-201-1/+2
| * | | | | | refactor C macrosGiampaolo Rodola2016-12-201-22/+17
| * | | | | | refactor C macrosGiampaolo Rodola2016-12-203-63/+59