<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/psutil/_psosx.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>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>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>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>
<entry>
<title>#1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSX</title>
<updated>2019-02-28T22:49:29+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-28T22:49:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=4a283d62b687b849b89991a03a4099c53fd9f125'/>
<id>4a283d62b687b849b89991a03a4099c53fd9f125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#1291 / OSX: mark memory_maps() as deprecated and make it alwats raise AccessDenied</title>
<updated>2019-02-27T13:32:21+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-27T13:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=b31f3bf778004f1eae6ac552dd8eb8419664ac73'/>
<id>b31f3bf778004f1eae6ac552dd8eb8419664ac73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #1402: move psutil exceptions back into __init__.py</title>
<updated>2019-02-04T15:04:02+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-04T15:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=584914306e50aec251476014ac3934810039e7b5'/>
<id>584914306e50aec251476014ac3934810039e7b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#1373: different approach to oneshot() cache (pass Process instances around - which is faster)</title>
<updated>2018-12-13T14:54:37+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-12-13T14:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=2cdf81db322822ba8fb23ed67523aacb6539da95'/>
<id>2cdf81db322822ba8fb23ed67523aacb6539da95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #1277 / osx / virtual_memory: 'available' and 'used' memory were not calculated properly</title>
<updated>2018-10-16T18:28:34+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-10-16T18:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=2f9dcf3c7b37d4da155df62bc835ddbdfe10b24f'/>
<id>2f9dcf3c7b37d4da155df62bc835ddbdfe10b24f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OSX / SMC / sensors: revert #1284 (#1325)</title>
<updated>2018-08-13T23:37:17+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-08-13T23:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=2820f92554cbce52afdab3710413e26975cddd5e'/>
<id>2820f92554cbce52afdab3710413e26975cddd5e</id>
<content type='text'>
* setup.py: add py 3.7

* Revert OSX sensors code due to copyright constraints

It turns out code contributed in PR #1284 was using parts of a source
code released by Apple [1] which uses GPL license which is incompatible with
psutil's license (BSD).

[1] https://gist.github.com/edvakf/4049362
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* setup.py: add py 3.7

* Revert OSX sensors code due to copyright constraints

It turns out code contributed in PR #1284 was using parts of a source
code released by Apple [1] which uses GPL license which is incompatible with
psutil's license (BSD).

[1] https://gist.github.com/edvakf/4049362
</pre>
</div>
</content>
</entry>
</feed>
