[Python-modules-commits] [python-psutil] branch upstream updated (0d4af09 -> 714e49e)
Sandro Tosi
morph at moszumanska.debian.org
Mon Dec 11 02:14:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch upstream
in repository python-psutil.
from 0d4af09 Import python-psutil_5.4.1.orig.tar.gz
new 714e49e Import python-psutil_5.4.2.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CREDITS | 6 +-
DEVGUIDE.rst | 58 ++++++---
HISTORY.rst | 26 ++++
INSTALL.rst | 59 +++++----
MANIFEST.in | 1 +
Makefile | 57 ++++----
PKG-INFO | 5 +-
README.rst | 3 +-
docs/index.rst | 25 +++-
psutil.egg-info/PKG-INFO | 5 +-
psutil.egg-info/SOURCES.txt | 1 +
psutil/__init__.py | 261 +++++++++++++------------------------
psutil/_common.py | 4 +-
psutil/_exceptions.py | 94 +++++++++++++
psutil/_psaix.py | 17 +--
psutil/_psbsd.py | 14 +-
psutil/_pslinux.py | 50 +++++--
psutil/_psosx.py | 55 ++++++--
psutil/_psposix.py | 12 +-
psutil/_pssunos.py | 14 +-
psutil/_psutil_aix.c | 8 +-
psutil/_psutil_bsd.c | 8 +-
psutil/_psutil_common.c | 99 ++++++++------
psutil/_psutil_common.h | 14 +-
psutil/_psutil_linux.c | 8 +-
psutil/_psutil_osx.c | 141 +++++++++++++++++---
psutil/_psutil_posix.c | 15 ++-
psutil/_psutil_sunos.c | 8 +-
psutil/_psutil_windows.c | 149 +++++++++++++--------
psutil/_pswindows.py | 11 +-
psutil/arch/freebsd/proc_socks.c | 2 +-
psutil/arch/freebsd/specific.c | 14 +-
psutil/arch/netbsd/specific.c | 10 +-
psutil/arch/openbsd/specific.c | 10 +-
psutil/arch/osx/process_info.c | 8 +-
psutil/arch/windows/process_info.c | 10 +-
psutil/tests/__init__.py | 54 +++++---
psutil/tests/test_aix.py | 0
psutil/tests/test_connections.py | 2 +
psutil/tests/test_contracts.py | 24 +++-
psutil/tests/test_linux.py | 20 +++
psutil/tests/test_misc.py | 27 ++--
psutil/tests/test_osx.py | 13 ++
psutil/tests/test_posix.py | 11 +-
psutil/tests/test_process.py | 48 ++++---
psutil/tests/test_system.py | 4 +-
scripts/internal/print_announce.py | 7 +-
scripts/internal/winmake.py | 42 ++++--
48 files changed, 968 insertions(+), 566 deletions(-)
create mode 100644 psutil/_exceptions.py
mode change 100644 => 100755 psutil/tests/test_aix.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-psutil.git
More information about the Python-modules-commits
mailing list