aa681c21b6
5.7.2 ===== Bug fixes - wheels for 2.7 were inadvertently deleted. 5.7.1 ===== Enhancements - 1729_: parallel tests on UNIX (make test-parallel). They're twice as fast! - 1741_: "make build/install" is now run in parallel and it's about 15% faster on UNIX. - 1747_: `Process.wait()` on POSIX returns an enum, showing the negative signal which was used to terminate the process:: >>> import psutil >>> p = psutil.Process(9891) >>> p.terminate() >>> p.wait() <Negsignal.SIGTERM: -15> - 1747_: `Process.wait()` return value is cached so that the exit code can be retrieved on then next call. - 1747_: Process provides more info about the process on str() and repr() (status and exit code):: >>> proc psutil.Process(pid=12739, name='python3', status='terminated', exitcode=<Negsigs.SIGTERM: -15>, started='15:08:20') - 1757_: memory leak tests are now stable. - 1768_: [Windows] added support for Windows Nano Server. Bug fixes - 1726_: [Linux] cpu_freq() parsing should use spaces instead of tabs on ia64. - 1760_: [Linux] Process.rlimit() does not handle long long type properly. - 1766_: [macOS] NoSuchProcess may be raised instead of ZombieProcess. - 1781_: fix signature of callback function for getloadavg().
93 lines
3.5 KiB
Text
93 lines
3.5 KiB
Text
@comment $NetBSD: PLIST,v 1.14 2020/07/16 11:16:21 adam Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/psutil/__init__.py
|
|
${PYSITELIB}/psutil/__init__.pyc
|
|
${PYSITELIB}/psutil/__init__.pyo
|
|
${PYSITELIB}/psutil/_common.py
|
|
${PYSITELIB}/psutil/_common.pyc
|
|
${PYSITELIB}/psutil/_common.pyo
|
|
${PYSITELIB}/psutil/_compat.py
|
|
${PYSITELIB}/psutil/_compat.pyc
|
|
${PYSITELIB}/psutil/_compat.pyo
|
|
${PYSITELIB}/psutil/_psaix.py
|
|
${PYSITELIB}/psutil/_psaix.pyc
|
|
${PYSITELIB}/psutil/_psaix.pyo
|
|
${PYSITELIB}/psutil/_psbsd.py
|
|
${PYSITELIB}/psutil/_psbsd.pyc
|
|
${PYSITELIB}/psutil/_psbsd.pyo
|
|
${PYSITELIB}/psutil/_pslinux.py
|
|
${PYSITELIB}/psutil/_pslinux.pyc
|
|
${PYSITELIB}/psutil/_pslinux.pyo
|
|
${PYSITELIB}/psutil/_psosx.py
|
|
${PYSITELIB}/psutil/_psosx.pyc
|
|
${PYSITELIB}/psutil/_psosx.pyo
|
|
${PYSITELIB}/psutil/_psposix.py
|
|
${PYSITELIB}/psutil/_psposix.pyc
|
|
${PYSITELIB}/psutil/_psposix.pyo
|
|
${PYSITELIB}/psutil/_pssunos.py
|
|
${PYSITELIB}/psutil/_pssunos.pyc
|
|
${PYSITELIB}/psutil/_pssunos.pyo
|
|
${PYSITELIB}/psutil/_psutil_${SYSTEM}.so
|
|
${PYSITELIB}/psutil/_psutil_posix.so
|
|
${PYSITELIB}/psutil/_pswindows.py
|
|
${PYSITELIB}/psutil/_pswindows.pyc
|
|
${PYSITELIB}/psutil/_pswindows.pyo
|
|
${PYSITELIB}/psutil/tests/__init__.py
|
|
${PYSITELIB}/psutil/tests/__init__.pyc
|
|
${PYSITELIB}/psutil/tests/__init__.pyo
|
|
${PYSITELIB}/psutil/tests/__main__.py
|
|
${PYSITELIB}/psutil/tests/__main__.pyc
|
|
${PYSITELIB}/psutil/tests/__main__.pyo
|
|
${PYSITELIB}/psutil/tests/runner.py
|
|
${PYSITELIB}/psutil/tests/runner.pyc
|
|
${PYSITELIB}/psutil/tests/runner.pyo
|
|
${PYSITELIB}/psutil/tests/test_aix.py
|
|
${PYSITELIB}/psutil/tests/test_aix.pyc
|
|
${PYSITELIB}/psutil/tests/test_aix.pyo
|
|
${PYSITELIB}/psutil/tests/test_bsd.py
|
|
${PYSITELIB}/psutil/tests/test_bsd.pyc
|
|
${PYSITELIB}/psutil/tests/test_bsd.pyo
|
|
${PYSITELIB}/psutil/tests/test_connections.py
|
|
${PYSITELIB}/psutil/tests/test_connections.pyc
|
|
${PYSITELIB}/psutil/tests/test_connections.pyo
|
|
${PYSITELIB}/psutil/tests/test_contracts.py
|
|
${PYSITELIB}/psutil/tests/test_contracts.pyc
|
|
${PYSITELIB}/psutil/tests/test_contracts.pyo
|
|
${PYSITELIB}/psutil/tests/test_linux.py
|
|
${PYSITELIB}/psutil/tests/test_linux.pyc
|
|
${PYSITELIB}/psutil/tests/test_linux.pyo
|
|
${PYSITELIB}/psutil/tests/test_memleaks.py
|
|
${PYSITELIB}/psutil/tests/test_memleaks.pyc
|
|
${PYSITELIB}/psutil/tests/test_memleaks.pyo
|
|
${PYSITELIB}/psutil/tests/test_misc.py
|
|
${PYSITELIB}/psutil/tests/test_misc.pyc
|
|
${PYSITELIB}/psutil/tests/test_misc.pyo
|
|
${PYSITELIB}/psutil/tests/test_osx.py
|
|
${PYSITELIB}/psutil/tests/test_osx.pyc
|
|
${PYSITELIB}/psutil/tests/test_osx.pyo
|
|
${PYSITELIB}/psutil/tests/test_posix.py
|
|
${PYSITELIB}/psutil/tests/test_posix.pyc
|
|
${PYSITELIB}/psutil/tests/test_posix.pyo
|
|
${PYSITELIB}/psutil/tests/test_process.py
|
|
${PYSITELIB}/psutil/tests/test_process.pyc
|
|
${PYSITELIB}/psutil/tests/test_process.pyo
|
|
${PYSITELIB}/psutil/tests/test_sunos.py
|
|
${PYSITELIB}/psutil/tests/test_sunos.pyc
|
|
${PYSITELIB}/psutil/tests/test_sunos.pyo
|
|
${PYSITELIB}/psutil/tests/test_system.py
|
|
${PYSITELIB}/psutil/tests/test_system.pyc
|
|
${PYSITELIB}/psutil/tests/test_system.pyo
|
|
${PYSITELIB}/psutil/tests/test_testutils.py
|
|
${PYSITELIB}/psutil/tests/test_testutils.pyc
|
|
${PYSITELIB}/psutil/tests/test_testutils.pyo
|
|
${PYSITELIB}/psutil/tests/test_unicode.py
|
|
${PYSITELIB}/psutil/tests/test_unicode.pyc
|
|
${PYSITELIB}/psutil/tests/test_unicode.pyo
|
|
${PYSITELIB}/psutil/tests/test_windows.py
|
|
${PYSITELIB}/psutil/tests/test_windows.pyc
|
|
${PYSITELIB}/psutil/tests/test_windows.pyo
|