summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* disable IPv6 tests if IPv6 is not supportedGiampaolo Rodola2017-11-112-1/+4
* fix #1169: (Linux) users() hostname returns username insteadGiampaolo Rodola2017-11-111-1/+1
* update README, bump up versionGiampaolo Rodola2017-11-111-1/+1
* get rid of PSUTIL_TESTING env var: it must be necessarily set from cmdline, h...psutil-test-flagGiampaolo Rodola2017-11-119-23/+38
* try to set PSUTIL_TESTING env var from python before failingGiampaolo Rodola2017-11-111-2/+4
* skip cpu_freq tests if not available (#1170)wiggin152017-11-112-1/+10
* try to fix appveyor failure; also refactor generate_manifest.pyGiampaolo Rodola2017-11-081-1/+1
* Including non-unicast packets in packet count calculation (#1167)Matthew Long2017-11-081-4/+4
* try to limit false positives on appveyor/windowsGiampaolo Rodola2017-11-041-8/+9
* reap_children() in a finally block in order to limit false positivesGiampaolo Rodola2017-11-041-1/+2
* unicode tests: use different name for test dirGiampaolo Rodola2017-11-041-5/+9
* fix failure on osx/travisGiampaolo Rodola2017-11-041-0/+4
* update MakefileGiampaolo Rodola2017-11-031-1/+1
* fix testGiampaolo Rodola2017-10-311-2/+2
* AIX: implement num_ctx_switches (#1164)wiggin152017-10-3113-88/+181
* use new PYTHON_EXEGiampaolo Rodola2017-10-303-12/+11
* improve logic to determine python exe locationGiampaolo Rodola2017-10-303-24/+36
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-10-301-1/+3
|\
| * Fix test_emulate_energy_full_not_avail (#1163)Jon Dufresne2017-10-291-1/+3
* | add DEVNOTES file; move TODO.aix into _psutil_aix.cGiampaolo Rodola2017-10-303-17/+23
|/
* try to limit occasional appveyor failureGiampaolo Rodola2017-10-291-1/+11
* Fix #1154: remove 'threads' method on older AIX (#1156)wiggin152017-10-285-23/+36
* give CREDITS to @adpag for #1159, #1160 and #1161Giampaolo Rodola2017-10-281-1/+3
* Fix test asserts due to leftover test subprocesses (#1161)Adrian Page2017-10-282-1/+2
* Fix network tests for newer ifconfig versions. (#1160)Adrian Page2017-10-281-9/+13
* revert last commitGiampaolo Rodola2017-10-261-4/+2
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-10-262-20/+3
|\
| * Small changes (#1158)wiggin152017-10-262-20/+3
* | print full mod representation when running testGiampaolo Rodola2017-10-261-2/+4
|/
* pep81151-PSUTIL_TESTING_env_varGiampaolo Rodola2017-10-201-0/+3
* automatically set PSUTIL_TEST env var during testsGiampaolo Rodola2017-10-201-1/+1
* Terminate Windows processes with SIGTERM code rather than 0 (#1150)Akos Kiss2017-10-202-6/+7
* fix or skip remaining AIX unit tests (#1145)wiggin152017-10-194-16/+30
* #1127 Fix reference counting bug in open_files impl on OSX (#1144)Jakub Bacic2017-10-111-1/+2
* work around travis failureGiampaolo Rodola2017-10-061-18/+3
* investigat travis failureGiampaolo Rodola2017-10-061-1/+2
* investigat travis failureGiampaolo Rodola2017-10-061-1/+4
* investigate travis failureGiampaolo Rodola2017-10-061-0/+3
* #1012: properly convert to msGiampaolo Rodola2017-10-061-2/+4
* fix #1012: disk_io_counters()'s read_time and write_time were expressed in te...Giampaolo Rodola2017-10-061-6/+5
* first pass (#1133)Max Bélanger2017-09-281-4/+8
* #1141: sensors_fans / linux: skip unreadable _input label for firstGiampaolo Rodola2017-09-281-6/+5
* 1129: have sensors_fans() on Linux skip entry on IOError (#1141)Sebastian Saip2017-09-281-1/+5
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-09-282-2/+1
|\
| * Fix #1136: check PID in AIX in procfs (#1137)wiggin152017-09-272-2/+1
* | 1129: have sensors_temperatures() on Linux skip entry on IOErrorGiampaolo Rodola2017-09-281-10/+11
|/
* fix error on REHL 5.0: expected specifier-qualifier-list before ‘__u3 (#1139)Prodesire2017-09-271-0/+1
* PEP8-ify codeGiampaolo Rodola2017-09-273-33/+23
* update docGiampaolo Rodola2017-09-271-2/+3
* AIX support (#1123)wiggin152017-09-2618-19/+2369