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

Sandro Tosi morph at moszumanska.debian.org
Sat Jun 11 20:17:31 UTC 2016


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

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

      from  2c309eb   Import python-psutil_4.1.0.orig.tar.gz
       new  52757aa   Import python-psutil_4.2.0.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:
 .ci/appveyor/download_exes.py      |  92 ++++++++
 .ci/appveyor/run_with_compiler.cmd |  71 ++++--
 DEVGUIDE.rst                       |  12 ++
 HISTORY.rst                        |  21 ++
 IDEAS                              |  18 +-
 INSTALL.rst                        |   4 +-
 Makefile                           |   9 +
 PKG-INFO                           |  29 ++-
 README.rst                         |  27 ++-
 appveyor.yml                       |  26 ++-
 docs/index.rst                     |  79 ++++++-
 make.bat                           |   7 +
 psutil.egg-info/PKG-INFO           |  29 ++-
 psutil.egg-info/SOURCES.txt        |   6 +-
 psutil/__init__.py                 |  39 +++-
 psutil/_common.py                  |   2 +-
 psutil/_psbsd.py                   |   3 +-
 psutil/_pslinux.py                 | 197 +++++++++--------
 psutil/_psosx.py                   |   3 +-
 psutil/_pssunos.py                 |   4 +-
 psutil/_psutil_linux.c             |   7 +-
 psutil/_psutil_windows.c           |  43 +++-
 psutil/_pswindows.py               | 201 ++++++++++++++++-
 psutil/arch/windows/services.c     | 431 +++++++++++++++++++++++++++++++++++++
 psutil/arch/windows/services.h     |  17 ++
 psutil/tests/__init__.py           |   2 +-
 psutil/tests/test_linux.py         | 104 +++++----
 psutil/tests/test_memory_leaks.py  |  23 +-
 psutil/tests/test_misc.py          |  10 +
 psutil/tests/test_osx.py           |   2 +-
 psutil/tests/test_windows.py       |  89 +++++++-
 scripts/winservices.py             |  56 +++++
 setup.py                           |   1 +
 33 files changed, 1463 insertions(+), 201 deletions(-)
 create mode 100755 .ci/appveyor/download_exes.py
 create mode 100644 psutil/arch/windows/services.c
 create mode 100644 psutil/arch/windows/services.h
 create mode 100755 scripts/winservices.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