Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #43462

ANN: psutil 0.7.0 released

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <g.rodola@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'svn': 0.05; 'filing': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; '===': 0.09; 'deprecated': 0.09; 'enhancements': 0.09; 'mercurial': 0.09; 'url:googlecode': 0.09; 'bug': 0.12; 'windows': 0.15; 'cached': 0.16; 'folks,': 0.16; 'to:addr:python-announce-list': 0.16; 'to:name:python list': 0.16; 'url:gz': 0.16; 'url:tar': 0.16; 'module': 0.19; 'advance.': 0.19; '---': 0.24; 'source': 0.25; 'to:2**1': 0.27; 'properties': 0.29; 'url:code': 0.29; 'returned': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'url:wiki': 0.31; 'linux': 0.33; 'announce': 0.33; 'problem': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'scheduled': 0.36; 'thanks': 0.36; 'list': 0.37; 'to:addr:python- list': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'release': 0.40; 'new': 0.61; 'first': 0.61; 'here:': 0.62; 'complete': 0.62; 'high': 0.63; 'url:p': 0.64; 'url:0': 0.67; 'removal': 0.74; 'get/set': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=/4mnIALVpUi4dAnaqOH07KteCQpuLDC1aQU2ilgUvco=; b=v2AuRMCwL8aYUSWaYvSwrAtMWmbruJrBPm1e5w+MaxNy6sBHyKaTtG96RfSQnMUAn6 Zb/SxFvfDV0I8HSWL1wbsD5zaLqoK/KcoVe5qhoox1PYRjXcJhyjlPJZpzsr1A5j0rpf RgkPOkr9dq94MDkb1wEupNzcT9kJzvsjYJQGcvLxOTXE2JGic0O5pJbyb+U6Er+lkTYO AM53DDYLmhdasl5LkLhwk7LDHgjRMg/pxfYHpZdmJF7Wo4Octpkgc6ngLL+Ckt/DasJq Gp2z4Uh+rVs/jFbBLJiRqwkZSufXVd8/j3VsDZqYfHyUgmn2Sxm38NfJeUvyZpWgnJ9B EUbg==
X-Received by 10.152.3.137 with SMTP id c9mr5589667lac.5.1365778883078; Fri, 12 Apr 2013 08:01:23 -0700 (PDT)
MIME-Version 1.0
From Giampaolo RodolĂ  <g.rodola@gmail.com>
Date Fri, 12 Apr 2013 17:01:03 +0200
Subject ANN: psutil 0.7.0 released
To python-announce-list@python.org, Python List <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.525.1365778885.3114.python-list@python.org> (permalink)
Lines 41
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1365778885 news.xs4all.nl 2669 [2001:888:2000:d::a6]:35014
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:43462

Show key headers only | View raw


Hi there folks,
I'm pleased to announce the 0.7.0 release of psutil:
http://code.google.com/p/psutil/

This is mainly a bugfix release addressing a couple of high priority
issues on Linux and FreeBSD.
Complete list of bugfixes and enhancements is here:
https://psutil.googlecode.com/hg/HISTORY

=== New features ===

- psutil.get_boot_time()
- get/set process IO priority on Windows
- psutil.cpu_times() on Linux now includes new 'steal', 'guest' and
guest_nice' fields available on recent kernels
- psutil.cpu_times_percent() which provides utilization percentages
for each specific CPU time as is returned by cpu_times()
- source code has been migrated from SVN to Mercurial

=== Compatitility notes ===

- Process cmdline and ppid properties are no longer cached after first access
- psutil.error module is deprecated and scheduled for removal

=== Links ===

- Home: http://code.google.com/p/psutil
- Sources: http://psutil.googlecode.com/files/psutil-0.7.0.tar.gz
- Docs: http://code.google.com/p/psutil/wiki/Documentation


Please try out this new release and let me know if you experience any
problem by filing issues on the bug tracker.
Thanks in advance.


--- Giampaolo Rodola'

http://code.google.com/p/pyftpdlib/
http://code.google.com/p/psutil/
http://code.google.com/p/pysendfile/

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

ANN: psutil 0.7.0 released Giampaolo RodolĂ  <g.rodola@gmail.com> - 2013-04-12 17:01 +0200
  Re: ANN: psutil 0.7.0 released Roy Smith <roy@panix.com> - 2013-04-12 11:33 -0400
    Re: ANN: psutil 0.7.0 released Stefan Behnel <stefan_ml@behnel.de> - 2013-04-12 17:57 +0200

csiph-web