summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* skip failing test on OSX + TRAVIS which started failing all of the suddendebug-travis-osxGiampaolo Rodola2017-12-031-1/+5
* fix pid 0 bugGiampaolo Rodola2017-12-032-16/+15
* work around pid 0 on osxGiampaolo Rodola2017-12-033-4/+25
* more debug infoGiampaolo Rodola2017-12-031-0/+2
* change travis confGiampaolo Rodola2017-12-031-0/+3
* debugGiampaolo Rodola2017-12-032-10/+1
* change assert in testGiampaolo Rodola2017-12-021-5/+1
* refactor Process.__repr__Giampaolo Rodola2017-12-021-13/+28
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-12-021-20/+20
|\
| * Faster Process.children(recursive=True) (#1186)Antoine Pitrou2017-12-021-20/+20
* | merge form masterGiampaolo Rodola2017-12-024-42/+68
|\ \ | |/
| * Speedup Process.children() (#1185)Giampaolo Rodola2017-12-014-47/+72
* | update docGiampaolo Rodola2017-11-301-4/+3
* | update HISTORYGiampaolo Rodola2017-11-301-2/+2
|/
* fix #1179 / linux / cmdline: handle processes erroneously overwriting /proc/p...Giampaolo Rodola2017-11-283-2/+27
* 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
* 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
* | 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