summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Pass python_requires argument to setuptools (#1208)Jon Dufresne2018-01-111-0/+1
* | add StackOverflow linkGiampaolo Rodola2018-02-021-0/+1
|/
* #1152: fix doc to mention CLI command necessary to enable disk_io_counters() ...Giampaolo Rodola2018-01-011-0/+2
* pre releaserelease-5.4.3Giampaolo Rodola2018-01-011-0/+1
* pre releaseGiampaolo Rodola2018-01-011-1/+0
* pre releaseGiampaolo Rodola2018-01-011-1/+1
* pre-releaseGiampaolo Rodola2018-01-013-5/+9
* fix #1201: document that timeout kwarg is expressed in secondsGiampaolo Rodola2018-01-011-8/+9
* Add mount points to disk_partitions() in Windows (#775) (#1192)Jake Omann2017-12-123-2/+45
* add test for cpu_affinityGiampaolo Rodola2017-12-091-2/+19
* 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