Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; ';-)': 0.03; 'base.': 0.05; 'filing': 0.07; 'linux,': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; 'advance': 0.07; 'string': 0.09; '32-bit': 0.09; '===': 0.09; 'aliases': 0.09; 'converted': 0.09; 'enhancements': 0.09; 'reference:': 0.09; 'url:googlecode': 0.09; 'windows,': 0.09; 'api': 0.11; 'cc:addr :python-list': 0.11; 'python': 0.11; 'bug': 0.12; 'wrote': 0.14; '1.0.0': 0.16; '64-bit,': 0.16; 'backward': 0.16; 'cc:name:python list': 0.16; 'folks,': 0.16; 'justin': 0.16; 'portable': 0.16; 'renamed': 0.16; 'retrieving': 0.16; 'solaris,': 0.16; 'to:addr :python-announce-list': 0.16; 'url:detail': 0.16; 'url:gz': 0.16; 'url:issues': 0.16; 'url:tar': 0.16; 'module': 0.19; 'network,': 0.22; 'cc:addr:python.org': 0.22; 'prototype': 0.24; 'versions': 0.24; '---': 0.24; 'cc:2**0': 0.24; 'source': 0.25; 'url:code': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; "skip:' 10": 0.31; 'url:wiki': 0.31; 'constant': 0.31; 'names.': 0.31; 'though.': 0.31; 'interface': 0.32; 'running': 0.33; 'announce': 0.33; 'problem': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'thanks': 0.36; 'list': 0.37; 'thank': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'release': 0.40; 'new': 0.61; 'providing': 0.61; 'first': 0.61; 'here:': 0.62; 'complete': 0.62; 'information': 0.63; 'story': 0.63; 'field': 0.63; 'url:p': 0.64; 'finally': 0.65; 'url:0': 0.67; 'home': 0.69; 'wish': 0.70; 'freebsd': 0.84; '(full': 0.91; 'disks,': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=GU1hc4DkURYHbGrqB8PkmIMNOXuMMsJ8BydsEbef8lE=; b=Xf4fr/pdmYsEugPRtpKramAn1S/xqGMsUgFJS3QC/2REyTn0VtKJF5Iwfo9GmkjNo3 Gtg9j+wm01eX4mnUNNt2clhaCIg4kp+mitZafXggOe0K7fhLBjznSYoZIx8vmjqirsie PA3JBwe4RZEm5xmqyjkE6pYB0OYN1OF5HWYXAzPlUUCDHaWBvzAgltinwIwy/pHcCNr2 IsNTyNWi4TvfdO/M74vvKBSM+vJVsONel+J43Tbp2TGACBoLx7CRD1Msabsgk4ePdlbe t7Wiv/fDNm2cYFgZ/5TiWjHGJreWw8ayL1Wd+6V1nbONMQHK1zDmHWclQcWBp69v23iz 5ZcQ== X-Received: by 10.112.137.225 with SMTP id ql1mr15657729lbb.26.1373471193293; Wed, 10 Jul 2013 08:46:33 -0700 (PDT) MIME-Version: 1.0 From: "Giampaolo Rodola'" Date: Wed, 10 Jul 2013 17:46:13 +0200 Subject: ANN: psutil 1.0.0 released To: python-announce-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 54 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373471557 news.xs4all.nl 15989 [2001:888:2000:d::a6]:48985 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50367 Hi there folks, I'm pleased to announce the 1.0.0 release of psutil: http://code.google.com/p/psutil/ === About === psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory, disks, network, users) in a portable way by using Python. It currently supports Linux, Windows, OSX, FreeBSD and Sun Solaris, both 32-bit and 64-bit, with Python versions from 2.4 to 3.3 by using a single code base. === New features === This new release finally includes support for Sun Solaris systems! I wish to thank Justin Venus who first wrote a prototype in Cython which I then converted in C (full story here: https://code.google.com/p/psutil/issues/detail?id=18). Complete list of bugfixes and enhancements is here: https://psutil.googlecode.com/hg/HISTORY === Compatitility notes === There's a couple of things you may want to know in terms of backward compatibility: * Process.get_connections() 'status' field is no longer a string but a constant object (psutil.CONN_*) * Process.get_connections() 'local_address' and 'remote_address' fields have been renamed to 'laddr' and 'raddr' * psutil.network_io_counters() has been renamed to psutil.net_io_counters() There are still aliases for the old names. They will issue a DeprecationWarning though. === Links === * Home page: http://code.google.com/p/psutil * Source tarball: http://psutil.googlecode.com/files/psutil-1.0.0.tar.gz * API Reference: 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 and hooray for the new Solaris support! ;-) All the best, --- Giampaolo Rodola' http://code.google.com/p/pyftpdlib/ http://code.google.com/p/psutil/ http://code.google.com/p/pysendfile/