summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 1173-debug-mode1173-debug-modeGiampaolo Rodola2017-11-139-170/+127
|\
| * #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
* | do not print too muchGiampaolo Rodola2017-11-121-2/+0
* | properly print debug messageGiampaolo Rodola2017-11-121-0/+2
* | provide DEBUG info in psutil_raise_for_pid()Giampaolo Rodola2017-11-128-19/+27
* | change psutil_debug() signature so that it can accept variable num of argsGiampaolo Rodola2017-11-123-7/+9
* | enable PSUTIL_DEBUG for testsGiampaolo Rodola2017-11-121-0/+6
* | Merge branch 'master' into 1173-debug-modeGiampaolo Rodola2017-11-121-1/+0
|\ \ | |/
| * refactor winmake.pyGiampaolo Rodola2017-11-121-1/+0
* | add psutil_debug() utility functionGiampaolo Rodola2017-11-122-0/+11
* | implement PSUTIL_DEBUG from C moduleGiampaolo Rodola2017-11-122-0/+4
|/
* 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
* 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
|\