<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git, branch thread-safety</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>bug #1111: try to make oneshot() thread safe</title>
<updated>2018-12-08T11:47:43+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-12-08T11:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=225ca259dcb45c66e0661c74787d44adae31edce'/>
<id>225ca259dcb45c66e0661c74787d44adae31edce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug #1111: try to make oneshot() thread safe</title>
<updated>2018-12-08T11:41:49+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-12-08T11:41:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=455a460139aa35578e72b7ad21cd643f27fdf3a7'/>
<id>455a460139aa35578e72b7ad21cd643f27fdf3a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#1111 make Process.oneshot() thread-safe</title>
<updated>2018-12-08T11:32:31+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-12-08T11:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=5398c48047d424af97644879fb4eaa7aad432f58'/>
<id>5398c48047d424af97644879fb4eaa7aad432f58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sort HISTORY</title>
<updated>2018-12-05T10:32:31+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-12-05T10:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=c0f6b1d6514bad029995305e68dd127206e82864'/>
<id>c0f6b1d6514bad029995305e68dd127206e82864</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>give CREDITS to @EccoTheFlintstone for #1368</title>
<updated>2018-12-03T12:53:02+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-12-03T12:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=9f44b6aa4b759c9c4f41dc9cd7df135a013f27ed'/>
<id>9f44b6aa4b759c9c4f41dc9cd7df135a013f27ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix ionice set not working on windows x64 due to LENGTH_MISMATCH  (#1368)</title>
<updated>2018-12-03T12:51:01+00:00</updated>
<author>
<name>EccoTheFlintstone</name>
<email>32797240+EccoTheFlintstone@users.noreply.github.com</email>
</author>
<published>2018-12-03T12:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=b2dbcbc407920a39a0e0087ef3f507e6dab747cb'/>
<id>b2dbcbc407920a39a0e0087ef3f507e6dab747cb</id>
<content type='text'>
Fix Process().ionice(0/1/2) length mismatch on Windows</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix Process().ionice(0/1/2) length mismatch on Windows</pre>
</div>
</content>
</entry>
<entry>
<title>make flake8 happy</title>
<updated>2018-12-01T18:29:19+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-12-01T18:29:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=3ea94c1b8589891a8d1a5781f0445cb5080b7c3e'/>
<id>3ea94c1b8589891a8d1a5781f0445cb5080b7c3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>give CREDITS to @amanusk for #1369 / #1352 and update doc</title>
<updated>2018-12-01T18:28:02+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-12-01T18:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=fd0b6d76a6c3319119f9ae932a965ac06c5855c4'/>
<id>fd0b6d76a6c3319119f9ae932a965ac06c5855c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:giampaolo/psutil</title>
<updated>2018-12-01T18:15:36+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-12-01T18:15:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=b560cad6ebcef0d0708cb2322a6c8020a1a6dd2f'/>
<id>b560cad6ebcef0d0708cb2322a6c8020a1a6dd2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CPU frequency support for FreeBSD (#1369)</title>
<updated>2018-12-01T18:14:53+00:00</updated>
<author>
<name>Alex Manuskin</name>
<email>amanusk@protonmail.com</email>
</author>
<published>2018-12-01T18:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=459556dd1e2979cdee22177339ced0761caf4c83'/>
<id>459556dd1e2979cdee22177339ced0761caf4c83</id>
<content type='text'>
Add CPU frequency support for FreeBSD (patch by @amanusk)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add CPU frequency support for FreeBSD (patch by @amanusk)
</pre>
</div>
</content>
</entry>
</feed>
