<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/examples/iotop.py, branch cpu-temp</title>
<subtitle>github.com: giampaolo/psutil.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/'/>
<entry>
<title>set +x bit for scripts in examples directory</title>
<updated>2013-04-10T18:49:19+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2013-04-10T18:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=3c1ba5e48f8491939514764a6cc5a19bb20db71e'/>
<id>3c1ba5e48f8491939514764a6cc5a19bb20db71e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "$Id$" occurrences from source code files. They were used by svn propset functionnality which no longer applies now that we're using Mercurial.</title>
<updated>2013-03-26T12:04:21+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2013-03-26T12:04:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=f1af1a435467a526254465648f4a771258e4385a'/>
<id>f1af1a435467a526254465648f4a771258e4385a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bytes2human(): in case of n &lt; 1024 we were always returning '0'; we now return '%(num)sB' instead</title>
<updated>2011-12-13T19:00:35+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-12-13T19:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=e809dd911735a20e8861540936d9d77798316bdb'/>
<id>e809dd911735a20e8861540936d9d77798316bdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump up version number + some minor fixes</title>
<updated>2011-10-29T12:29:40+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-10-29T12:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=2760d226415234472169f57b27525ac8792ea92b'/>
<id>2760d226415234472169f57b27525ac8792ea92b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>last minute cleanups + update HISTORY</title>
<updated>2011-10-29T03:30:41+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-10-29T03:30:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=3d2a976a1c61174ac0d46b9f1b020ca0cd9d6110'/>
<id>3d2a976a1c61174ac0d46b9f1b020ca0cd9d6110</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>example scripts refactoring</title>
<updated>2011-10-28T19:58:18+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-10-28T19:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=7412c40e18f31e79123c9973d7a3b1eb4cd5fd29'/>
<id>7412c40e18f31e79123c9973d7a3b1eb4cd5fd29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>iotop.py refactoring</title>
<updated>2011-10-28T19:51:04+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-10-28T19:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=9314ed9fecd28bf2fd5d3fc7182f071b815cd704'/>
<id>9314ed9fecd28bf2fd5d3fc7182f071b815cd704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix compatibility with py 2.4</title>
<updated>2011-10-22T16:05:11+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-10-22T16:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=e92b780cf88af50122a694c84998f9819aad7347'/>
<id>e92b780cf88af50122a694c84998f9819aad7347</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix examples script not working on OSX and Windows</title>
<updated>2011-10-14T18:50:36+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-10-14T18:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=8bb5ad9faa70d667fdb5ad5788f6df8760ce301a'/>
<id>8bb5ad9faa70d667fdb5ad5788f6df8760ce301a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add license header also in example scripts</title>
<updated>2011-10-05T19:11:59+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-10-05T19:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=5ac031c46747e605ca702b515e00bbbaad7f0c84'/>
<id>5ac031c46747e605ca702b515e00bbbaad7f0c84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
