<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/psutil/_pssunos.py, branch parallel-build</title>
<subtitle>github.com: giampaolo/psutil.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/'/>
<entry>
<title>fix #1650 [Linux] sensors_temperatures() no longer emit warnings on file not found (print debug msg instead)</title>
<updated>2020-02-09T20:07:45+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-02-09T20:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=13cf7d7ab356233c3bb8dc34f1143e7bb0c2c088'/>
<id>13cf7d7ab356233c3bb8dc34f1143e7bb0c2c088</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #1674, SunOS: disk_partitions() may raise OSError.</title>
<updated>2020-02-07T17:49:45+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-02-07T17:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=fe481ed53fae8b9ce814edf224ffbf14aa2cbbcc'/>
<id>fe481ed53fae8b9ce814edf224ffbf14aa2cbbcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move custom exceptions in _common.py</title>
<updated>2020-01-02T17:45:29+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-02T17:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=19f87b14f83669fd450e032e35d5b328b9acc118'/>
<id>19f87b14f83669fd450e032e35d5b328b9acc118</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SunOS, fix #1642: PID 0 raises FileNotFoundError</title>
<updated>2019-12-18T13:50:09+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-12-18T13:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=c1202c28f547d2a1e81749cc6adabfa361c51d6b'/>
<id>c1202c28f547d2a1e81749cc6adabfa361c51d6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP-3151: backport FS exceptions to Python 2 (#1544)</title>
<updated>2019-06-28T13:12:56+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-06-28T13:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=c10df5aa04e1ced58d19501fa42f08c1b909b83d'/>
<id>c10df5aa04e1ced58d19501fa42f08c1b909b83d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Connection family/type are not converted to enums (#1535)</title>
<updated>2019-06-14T08:11:14+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-06-14T08:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=5f4287d17fc6aa2643c4c6e3589c12abd0f1ded9'/>
<id>5f4287d17fc6aa2643c4c6e3589c12abd0f1ded9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #1486: add wraps() decorator around wrap_exceptions</title>
<updated>2019-04-25T03:05:06+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-04-25T03:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=3d6b084a281ed72ae4d31218ed949d7046e7e841'/>
<id>3d6b084a281ed72ae4d31218ed949d7046e7e841</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor/move some utilities into _common.py</title>
<updated>2019-04-11T22:54:11+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-04-11T22:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=c0aba35a78649c453f0c89ab163a58a8efb4639e'/>
<id>c0aba35a78649c453f0c89ab163a58a8efb4639e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!)</title>
<updated>2019-03-03T21:40:12+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-03-03T21:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=95244de84f59f4793bc806196b383fbd217aa639'/>
<id>95244de84f59f4793bc806196b383fbd217aa639</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>_assert_alive() refactor (linux)</title>
<updated>2019-02-27T01:01:10+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-27T01:01:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=a5d179e0d97eeeb8112ca2bf72f846bd1ca2b161'/>
<id>a5d179e0d97eeeb8112ca2bf72f846bd1ca2b161</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
