summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 1173-debug-mode1173-debug-modeGiampaolo Rodola2017-11-1311-171/+129
|\
| * update MANIFESTGiampaolo Rodola2017-11-131-0/+1
| * #1174: use TimeoutExpired in wait_pid()Giampaolo Rodola2017-11-137-37/+10
| * 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
* | update appveyor.ymlGiampaolo Rodola2017-11-121-1/+1
* | enable PSUTIL_DEBUG for testsGiampaolo Rodola2017-11-123-1/+8
* | Merge branch '1173-debug-mode' of github.com:giampaolo/psutil into 1173-debug...Giampaolo Rodola2017-11-120-0/+0
|\ \
| * \ Merge branch 'master' into 1173-debug-modeGiampaolo Rodola2017-11-123-14/+30
| |\ \ | | |/
* | | Merge branch 'master' into 1173-debug-modeGiampaolo Rodola2017-11-123-14/+30
|\ \ \ | |/ / |/| / | |/
| * appveyor: enable python warnings when running testsGiampaolo Rodola2017-11-121-1/+1
| * refactor winmake.pyGiampaolo Rodola2017-11-122-13/+29
* | update docGiampaolo Rodola2017-11-121-3/+4
* | add psutil_debug() utility functionGiampaolo Rodola2017-11-122-0/+11
* | update docGiampaolo Rodola2017-11-122-0/+27
* | 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-122-29/+41
* upgrade dist cmdsGiampaolo Rodola2017-11-111-9/+19
* change make cmdsGiampaolo Rodola2017-11-112-7/+7
* disable IPv6 tests if IPv6 is not supportedGiampaolo Rodola2017-11-112-1/+4
* travis / OSX: run py 3.6 instead of 3.4Giampaolo Rodola2017-11-111-14/+3
* fix #1169: (Linux) users() hostname returns username insteadGiampaolo Rodola2017-11-113-1/+7
* update README, bump up versionGiampaolo Rodola2017-11-112-1/+10
* 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-112-19/+22
* skip cpu_freq tests if not available (#1170)wiggin152017-11-112-1/+10
* update docGiampaolo Rodola2017-11-083-8/+13
* pre-releaserelease-5.4.1Giampaolo Rodola2017-11-082-1/+5
* #1053: drop python 3.3 supportGiampaolo Rodola2017-11-086-13/+5
* try to fix appveyor failure; also refactor generate_manifest.pyGiampaolo Rodola2017-11-082-3/+7
* #1167 give CREDITS to @matrayGiampaolo Rodola2017-11-083-2/+7
* Including non-unicast packets in packet count calculation (#1167)Matthew Long2017-11-081-4/+4
* fix #1166 (doc mistake)Giampaolo Rodola2017-11-072-3/+3
* provide a 'make help' commandGiampaolo Rodola2017-11-062-75/+42
* ifconfig.py humanize bytesGiampaolo Rodola2017-11-061-18/+38
* 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