summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* add set_procfs_pathset_procfs_pathGiampaolo Rodola2017-12-073-5/+42
* Use FutureWarning instead of DeprecationWarning (#1188)Giampaolo Rodola2017-12-072-2/+19
* fix testGiampaolo Rodola2017-12-051-3/+3
* refactor environ() testGiampaolo Rodola2017-12-041-21/+15
* Fix OSX pid 0 bug (#1187)Giampaolo Rodola2017-12-042-5/+25
* change assert in testGiampaolo Rodola2017-12-021-5/+1
* refactor Process.__repr__Giampaolo Rodola2017-12-021-13/+28
* Faster Process.children(recursive=True) (#1186)Antoine Pitrou2017-12-021-20/+20
* Speedup Process.children() (#1185)Giampaolo Rodola2017-12-012-41/+65
* fix #1179 / linux / cmdline: handle processes erroneously overwriting /proc/p...Giampaolo Rodola2017-11-282-2/+24
* set x bit to test_aix.pyGiampaolo Rodola2017-11-261-0/+0
* fix #1181: raise AD if task_for_pid() fails with 5 and errno == ENOENTGiampaolo Rodola2017-11-241-2/+10
* fix posix failureGiampaolo Rodola2017-11-241-0/+1
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-2412-48/+50
* fix travis failure https://travis-ci.org/giampaolo/psutil/jobs/306424509Giampaolo Rodola2017-11-241-0/+4
* be smarter in searching python exeGiampaolo Rodola2017-11-231-7/+22
* do not test platf specific modules on wheelhouseGiampaolo Rodola2017-11-232-6/+8
* try to fix travis failureGiampaolo Rodola2017-11-231-14/+9
* fix travis failuresGiampaolo Rodola2017-11-231-0/+8
* try to use PYTHON_EXE instead of sys.executableGiampaolo Rodola2017-11-221-2/+2
* OSX: implement sensors_battery (#1177)wiggin152017-11-196-3/+129
* improve error msg for old windows systems #811Giampaolo Rodola2017-11-181-1/+2
* add debug messagesGiampaolo Rodola2017-11-181-1/+11
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-11-1411-20/+51
|\
| * 1173 debug mode (#1176)Giampaolo Rodola2017-11-1411-20/+51
* | code styleGiampaolo Rodola2017-11-131-11/+7
|/
* #1174: use TimeoutExpired in wait_pid()Giampaolo Rodola2017-11-136-36/+9
* sort imports by nameGiampaolo Rodola2017-11-127-13/+13
* Move exceptions to separate file (#1174)wiggin152017-11-128-139/+123
* refactor winmake.pyGiampaolo Rodola2017-11-121-1/+0
* use a C global variable to figure out whether we're in testing modeGiampaolo Rodola2017-11-123-20/+13
* fix unicode errGiampaolo Rodola2017-11-121-1/+5
* define a setup() function which is called on import by all C modulesGiampaolo Rodola2017-11-128-11/+29
* move PyUnicode compt fun definition up in the fileGiampaolo Rodola2017-11-121-20/+21
* rename C funcGiampaolo Rodola2017-11-123-5/+4
* re-enable test on appveyor; remove unused C codeGiampaolo Rodola2017-11-122-13/+3
* refactor PSUTIL_TESTING C APIsGiampaolo Rodola2017-11-129-24/+12
* inspect PSUTIL_TESTING env var from C againGiampaolo Rodola2017-11-121-3/+15
* #1152: (DeviceIOControl), skip disk on ERROR_INVALID_FUNCTION and ERROR_NOT_S...Giampaolo Rodola2017-11-122-2/+25
* #1152 / win / disk_io_counters(): DeviceIOControl errors were ignored; che re...Giampaolo Rodola2017-11-121-29/+40
* 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