summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update doc1183-proc-children-speedupGiampaolo Rodola2017-12-013-1/+5
|
* add ESRCH to err handlingGiampaolo Rodola2017-12-011-1/+2
|
* #1083 / #1084: implement linux-specific ppid_map() function speending things ↵Giampaolo Rodola2017-12-013-3/+24
| | | | up from 2x to 2.4x
* fix windows errGiampaolo Rodola2017-11-301-1/+1
|
* #1183: speedup Process.children() by 2.2xGiampaolo Rodola2017-11-302-41/+41
|
* update docGiampaolo Rodola2017-11-301-4/+3
|
* update HISTORYGiampaolo Rodola2017-11-301-2/+2
|
* fix #1179 / linux / cmdline: handle processes erroneously overwriting ↵Giampaolo Rodola2017-11-283-2/+27
| | | | /proc/pid/cmdline by using spaces instead of null bytes as args separator
* 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-242-2/+11
|
* fix posix failureGiampaolo Rodola2017-11-241-0/+1
|
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-2412-48/+50
| | | | | | * change NoSuchProcess and AccessDenied C exceptions signatures * fix arg call on win
* 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
|
* #1177: give credits to @wiggin15Giampaolo Rodola2017-11-213-1/+4
|
* 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
|
* do not mention apt-get as method of installation as it's not recommendedGiampaolo Rodola2017-11-181-16/+0
|
* syntax highlight in doc filesGiampaolo Rodola2017-11-181-19/+37
|
* syntax highlight in doc filesGiampaolo Rodola2017-11-182-19/+38
|
* fix doc indentationGiampaolo Rodola2017-11-181-2/+2
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-11-1416-22/+82
|\
| * 1173 debug mode (#1176)Giampaolo Rodola2017-11-1416-22/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implement PSUTIL_DEBUG from C module * update doc * add psutil_debug() utility function * update doc * enable PSUTIL_DEBUG for tests * update appveyor.yml * change psutil_debug() signature so that it can accept variable num of args * provide DEBUG info in psutil_raise_for_pid() * properly print debug message * do not print too much
* | code styleGiampaolo Rodola2017-11-131-11/+7
|/
* 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
|
* appveyor: enable python warnings when running testsGiampaolo Rodola2017-11-121-1/+1
|
* refactor winmake.pyGiampaolo Rodola2017-11-122-13/+29
|
* 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 ↵Giampaolo Rodola2017-11-122-2/+25
| | | | ERROR_NOT_SUPPORTED
* #1152 / win / disk_io_counters(): DeviceIOControl errors were ignored; che ↵Giampaolo Rodola2017-11-122-29/+41
| | | | return value and retry call on ERROR_INSUFFICIENT_BUFFER
* 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
|