<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/psutil/_psbsd.py, branch parallel-build</title>
<subtitle>github.com: giampaolo/psutil.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/'/>
<entry>
<title>OpenBSD fixes (#1673)</title>
<updated>2020-01-27T00:20:51+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-27T00:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=0e8e5a983ac7e346224cfaa45856738628c1bdc5'/>
<id>0e8e5a983ac7e346224cfaa45856738628c1bdc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CI testing for FreeBSD (#1671)</title>
<updated>2020-01-24T20:56:15+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-24T20:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=634572caf7f65f2e0c749c52f7cdec2e5303a704'/>
<id>634572caf7f65f2e0c749c52f7cdec2e5303a704</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://trove.baserock.org/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>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://trove.baserock.org/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>fix various tests</title>
<updated>2019-06-14T11:04:46+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-06-14T11:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=e0bdcd75894b2d7c117c747197785b6e9ae17bfc'/>
<id>e0bdcd75894b2d7c117c747197785b6e9ae17bfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#1536: better detection of zombie proc</title>
<updated>2019-06-14T10:27:45+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-06-14T10:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=0301cb44137a358b37101a254fb0532a276988a2'/>
<id>0301cb44137a358b37101a254fb0532a276988a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[NetBSD] cmdline() raise ZombieProcess when unable to decode chars (#1536)</title>
<updated>2019-06-14T08:53:17+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-06-14T08:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=6bb5a30dbf8335db8d9b8c4e81d652f055deea6a'/>
<id>6bb5a30dbf8335db8d9b8c4e81d652f055deea6a</id>
<content type='text'>
* bug #1536 / NetBSD / cmdline: treat EINVAL as 'return []'

This happens with unicode test, meaning the C routine it's
unable to decode the unicode chars.
Also, fix a bug introduced in 1530 (C impl of cwd()) which does not take
ENOENT into account.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bug #1536 / NetBSD / cmdline: treat EINVAL as 'return []'

This happens with unicode test, meaning the C routine it's
unable to decode the unicode chars.
Also, fix a bug introduced in 1530 (C impl of cwd()) which does not take
ENOENT into account.
</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://trove.baserock.org/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>Implement psutil_proc_cwd for NetBSD (#1530)</title>
<updated>2019-06-12T04:38:40+00:00</updated>
<author>
<name>Kamil Rytarowski</name>
<email>krytarowski@users.noreply.github.com</email>
</author>
<published>2019-06-12T04:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=c2f30702a4db0f4dfbf88842c07532cc187daf5a'/>
<id>c2f30702a4db0f4dfbf88842c07532cc187daf5a</id>
<content type='text'>
Pick KERN_PROC_CWD that is available in 8.99.43 and fallback for
older versions to readlink("/proc/$PID/cwd").</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pick KERN_PROC_CWD that is available in 8.99.43 and fallback for
older versions to readlink("/proc/$PID/cwd").</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://trove.baserock.org/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>
</feed>
