summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* #1395 - disk_io_counters() - linux: mimick iostat behaviorlinux-disk-io-partitionsGiampaolo Rodola2018-07-223-58/+64
|
* fix #1279: catch and skip ENODEV in net_if_stat()Giampaolo Rodola2018-07-166-20/+49
|
* appveyor: retire 3.5, add 3.7Giampaolo Rodola2018-07-152-19/+8
|
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-2913-40/+40
|
* winmake: add upload-wheels cmdGiampaolo Rodola2018-06-292-1/+8
|
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-2640-229/+245
| | | rename OSX to macOS
* apveyor: reset py 3.4 and remove 3.7 (not available yet)Giampaolo Rodola2018-06-271-8/+8
|
* try to fix occasional children() failure on Win: ↵Giampaolo Rodola2018-06-271-0/+1
| | | | https://ci.appveyor.com/project/giampaolo/psutil/build/job/je3qyldbb86ff66h
* appveyor: remove py 3.4 and add 3.7Giampaolo Rodola2018-06-261-8/+8
|
* #1284: give credits to @amanusk + some minor adjustmentsGiampaolo Rodola2018-06-266-39/+42
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-06-268-5/+535
|\
| * Osx temps (#1284)Alex Manuskin2018-06-268-5/+535
| | | | | | OSX: add temperatures() and fans()
* | little refactoringGiampaolo Rodola2018-06-261-1/+1
|/
* give CREDITs to @nikhilm for #1278Giampaolo Rodola2018-06-152-0/+6
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-06-151-2/+4
|\
| * Add seconds to thread run times on MacOS. (#1292)Nikhil Marathe2018-06-151-2/+4
| | | | | | | | Add seconds to thread run times on MacOS (fix #1278)
* | OSX / pids(): append() pid 0 in pos 0Giampaolo Rodola2018-06-151-2/+2
|/
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-06-154-38/+82
|\
| * OSX - wrapper around task_for_pid() (#1296)Giampaolo Rodola2018-06-144-35/+79
| | | | | | | | (OSX) wrapper around task_for_pid() fix #1181, fix #1209, fix #1291
| * Update Python 2 docs URLs to Python 3 (#1293)Jon Dufresne2018-06-101-4/+4
| | | | | | | | The Python3 docs are more actively maintained and are the future of the Python project.
* | import ssl only if necessaryGiampaolo Rodola2018-06-121-1/+1
|/
* pre-releaserelease-5.4.6Giampaolo Rodola2018-06-073-2/+6
|
* update HISTORY and CREDITSGiampaolo Rodola2018-06-072-0/+6
|
* Fix Windows crash on proc_username(), happens when WinAPI calls fail, ↵Jean-Luc Migot2018-06-071-3/+3
| | | | | leading to "goto error" (#1289) This will prevent deallocation of random memory not initialized (by the way you should stop using "goto"...)
* fix freebsd compilation warningGiampaolo Rodola2018-05-221-2/+0
|
* fix #1274 / Process.children / Linux: do not swallow AccessDeniedGiampaolo Rodola2018-05-083-10/+7
|
* minor refactoringGiampaolo Rodola2018-05-041-2/+2
|
* remove outdated linux testGiampaolo Rodola2018-05-041-14/+0
|
* #1273 net_if_addr() namedtuple name has been renamed from "snic" to "snicaddr".Giampaolo Rodola2018-05-048-17/+28
|
* #1270: migrate URLs to new pypi siteGiampaolo Rodola2018-04-256-80/+80
|
* fix docGiampaolo Rodola2018-04-181-1/+1
|
* #1268: fix setup.py's extra_requirerelease-5.4.5Giampaolo Rodola2018-04-134-9/+29
|
* pre-releaserelease-5.4.4Giampaolo Rodola2018-04-132-2/+6
|
* 771 Windows CPU count (#1257)Giampaolo Rodola2018-04-1310-149/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use GetLogicalProcessorInformation() to get logical cpu_count() * return None if cpu_count() is undetermined + add mock test * style * factor out logical CPU num fun * remove unused code * psutil_get_num_cpus(): provide an option to fail on err * add comments * reuse get_num_cpus() function * error out if get_num_cpus() fail * use GetLogicalProcessorInformationEx to get phys CPU num * on win vista/xp just return None for phys CPU count * rename vars * fix C compiler warnings + remove mingw workarounds * return None if phys cpu count cant' be determined; update HISTORY * update HISTORY * update doc * add WMI tests * refactor tests * print debug msg for cpu phys returning None on win < 7 * try to fix win test * appveyor debug * fix typo * adjust appveyor 64 bit versions * debug msg * fix for loop * re-enable python versions * (maybe) finally fix GetLogicalProcessorInformationEx return len
* fix some compilation warns on winGiampaolo Rodola2018-04-131-1/+1
|
* fix some compilation warns on winGiampaolo Rodola2018-04-131-2/+3
|
* adust winmake individual testsGiampaolo Rodola2018-04-131-7/+7
|
* remove incorrect test assumption that proc cpu percent on windows is ↵Giampaolo Rodola2018-04-121-4/+0
| | | | supposed to be <= 100, see https://ci.appveyor.com/project/giampaolo/psutil/build/1477/job/w1e0u92xrgg91ye3
* and another oneGiampaolo Rodola2018-04-122-2/+6
|
* another appveyor adjustmentGiampaolo Rodola2018-04-121-1/+1
|
* adjust win depsGiampaolo Rodola2018-04-122-8/+9
|
* have safe_rmpath() on windows retry for 1 sec in case of failure as a ↵Giampaolo Rodola2018-04-111-4/+26
| | | | workaround for orphaned open handles
* #1255 adjust style + give CREDITS to @hrefGiampaolo Rodola2018-03-294-23/+28
|
* Fixes swap_memory not returning bytes on FreeBSD (#1260)Denis Krienbühl2018-03-292-4/+40
|
* appveyor: use a pywin32 version which works with python 3.4Giampaolo Rodola2018-03-291-1/+1
|
* try to fix appveyor failureGiampaolo Rodola2018-03-291-1/+1
|
* try to fix appveyor / setuptoolsGiampaolo Rodola2018-03-291-0/+1
|
* fix appveyor.yml syntaxGiampaolo Rodola2018-03-292-19/+19
|
* add oshi projectGiampaolo Rodola2018-03-291-0/+1
|
* try to fix appveyorGiampaolo Rodola2018-03-281-2/+0
|