summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* copy cPython implementation of sched_setaffinityosx-wheels-debugGiampaolo Rodola2017-12-101-39/+66
* more printfsGiampaolo Rodola2017-12-102-0/+11
* debug printGiampaolo Rodola2017-12-101-0/+1
* debug printsGiampaolo Rodola2017-12-091-0/+4
* Merge branch 'master' into osx-wheels-debugGiampaolo Rodola2017-12-091-2/+19
|\
| * add test for cpu_affinityGiampaolo Rodola2017-12-091-2/+19
* | debugging printfsGiampaolo Rodola2017-12-091-0/+2
|/
* what a stupid bug! (#1190)Giampaolo Rodola2017-12-073-4/+12
* update docGiampaolo Rodola2017-12-071-1/+1
* pre releaserelease-5.4.2Giampaolo Rodola2017-12-071-3/+3
* pre-release; also get rid of PSUTIL_DEBUG doc instructions (it's kinda useles...Giampaolo Rodola2017-12-073-32/+13
* Use FutureWarning instead of DeprecationWarning (#1188)Giampaolo Rodola2017-12-073-2/+21
* fix testGiampaolo Rodola2017-12-051-3/+3
* refactor environ() testGiampaolo Rodola2017-12-041-21/+15
* Fix OSX pid 0 bug (#1187)Giampaolo Rodola2017-12-043-5/+26
* 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