summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* #1018: enable 'python -m psutil.tests' to run tests1018-test-refactoringGiampaolo Rodola2017-04-2410-70/+81
* update READMEGiampaolo Rodola2017-04-241-0/+2
* update READMEGiampaolo Rodola2017-04-242-2/+17
* improve test coverageGiampaolo Rodola2017-04-242-12/+26
* improve test coverageGiampaolo Rodola2017-04-241-7/+31
* improve test coverageGiampaolo Rodola2017-04-241-2/+24
* improve test coverageGiampaolo Rodola2017-04-244-20/+45
* add UNIX test case for name()s longer than 15 charsGiampaolo Rodola2017-04-231-0/+36
* fix travis failureGiampaolo Rodola2017-04-231-1/+1
* fix travis failureGiampaolo Rodola2017-04-233-7/+2
* try to re-enable some travis teststGiampaolo Rodola2017-04-233-6/+6
* assume AF_INET6 is always availableGiampaolo Rodola2017-04-234-9/+7
* really provide a unicode test for disk_usage() (we were doing it wrong)Giampaolo Rodola2017-04-232-8/+2
* some refactoringGiampaolo Rodola2017-04-231-7/+2
* provide an actual test for sensors_temperatures(fahrenheit=True)Giampaolo Rodola2017-04-231-3/+11
* fix failure on travisGiampaolo Rodola2017-04-231-7/+7
* increase test coverage on travisGiampaolo Rodola2017-04-231-15/+26
* increase test coverageGiampaolo Rodola2017-04-232-3/+34
* fix #1017 / net_io_counters(): do not raise RuntimeError in case no NICs are ...Giampaolo Rodola2017-04-232-2/+2
* fix #1016: do not raise RuntimeError in case no disks are installedGiampaolo Rodola2017-04-232-2/+1
* increase test coverageGiampaolo Rodola2017-04-231-0/+20
* add test case for Process.parent()Giampaolo Rodola2017-04-231-1/+14
* restore travis config to original statusGiampaolo Rodola2017-04-233-67/+80
* attempt to fix travis + osxGiampaolo Rodola2017-04-232-17/+18
* attempt to fix travis + osxGiampaolo Rodola2017-04-231-6/+6
* attempt to fix travis + osxGiampaolo Rodola2017-04-231-0/+1
* attempt to fix travis + osxGiampaolo Rodola2017-04-232-34/+37
* attempt to fix travis + osxGiampaolo Rodola2017-04-232-23/+27
* refactoringGiampaolo Rodola2017-04-232-8/+9
* increase test coverage for sensors_temperatures() + refactor test constants +...Giampaolo Rodola2017-04-235-48/+51
* try to make coveralls show the right resultsGiampaolo Rodola2017-04-233-7/+7
* try to make coveralls show the right resultsGiampaolo Rodola2017-04-231-9/+1
* try to make coveralls show the right resultsGiampaolo Rodola2017-04-232-6/+12
* try to make coveralls show the right resultsGiampaolo Rodola2017-04-231-0/+1
* try to make coveralls show the right resultsGiampaolo Rodola2017-04-231-6/+7
* skip test on OSXGiampaolo Rodola2017-04-231-0/+1
* refactor testGiampaolo Rodola2017-04-231-9/+9
* #1015: add test case which makes sure sysinfo() syscall is used as a fallback...Giampaolo Rodola2017-04-221-1/+29
* #1015: fix python3 failure https://travis-ci.org/giampaolo/psutil/jobs/224770921Giampaolo Rodola2017-04-221-2/+2
* fix #1015 / linux: have swap_memory() rely on /proc fs instead of sysinfo() s...Giampaolo Rodola2017-04-227-24/+64
* test case for #1014Giampaolo Rodola2017-04-211-0/+18
* fix #1014: Linux can mask legitimate ENOENT exceptions as NoSuchProcess.Giampaolo Rodola2017-04-213-7/+23
* update READMEGiampaolo Rodola2017-04-132-4/+4
* small refactoringGiampaolo Rodola2017-04-133-6/+8
* pre-releaserelease-5.2.2Giampaolo Rodola2017-04-102-1/+2
* fix #1010 / linux: virtual_memory() may raise ValueErrorGiampaolo Rodola2017-04-102-2/+7
* disable unreliable tests on travisGiampaolo Rodola2017-04-091-0/+2
* fix #1009: sensors_temperatures() may raise OSError.Giampaolo Rodola2017-04-093-2/+30
* fix sensors.py script on python 3 + fix linux testGiampaolo Rodola2017-04-082-2/+5
* fix #1006 / linux / cpu_freq(): do not define the function if not available i...Giampaolo Rodola2017-04-064-2/+305