[Python-modules-commits] [python-psutil] branch upstream updated (52757aa -> fa474c3)

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Wed Jun 29 13:59:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

alvesadrian-guest pushed a change to branch upstream
in repository python-psutil.

      from  52757aa   Import python-psutil_4.2.0.orig.tar.gz
       new  fa474c3   Imported Upstream version 4.3.0

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:
 .ci/appveyor/download_exes.py     |   66 ++-
 .git-pre-commit                   |    2 +-
 CREDITS                           |    8 +
 DEVGUIDE.rst                      |   11 +-
 HISTORY.rst                       |   22 +
 Makefile                          |   62 ++-
 PKG-INFO                          |   11 +-
 README.rst                        |    9 +-
 appveyor.yml                      |    1 -
 docs/index.rst                    | 1078 +++++++++++++++++++------------------
 psutil.egg-info/PKG-INFO          |   11 +-
 psutil.egg-info/SOURCES.txt       |    1 +
 psutil/__init__.py                |    2 +-
 psutil/_common.py                 |  239 ++++----
 psutil/_compat.py                 |    3 +-
 psutil/_psbsd.py                  |  116 ++--
 psutil/_pslinux.py                |  315 ++++++-----
 psutil/_psosx.py                  |   80 ++-
 psutil/_psposix.py                |   40 +-
 psutil/_pssunos.py                |  120 +++--
 psutil/_psutil_bsd.c              |    4 +
 psutil/_psutil_windows.c          |   43 +-
 psutil/_pswindows.py              |  102 +++-
 psutil/arch/bsd/netbsd.c          |    1 +
 psutil/tests/__init__.py          |  403 ++++++++------
 psutil/tests/test_linux.py        |    9 +-
 psutil/tests/test_memory_leaks.py |    2 +-
 psutil/tests/test_posix.py        |   31 ++
 psutil/tests/test_process.py      |    8 +-
 psutil/tests/test_testutils.py    |   51 ++
 scripts/ps.py                     |   28 +-
 scripts/top.py                    |    8 +-
 32 files changed, 1778 insertions(+), 1109 deletions(-)
 create mode 100644 psutil/tests/test_testutils.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