<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git, branch fix-win-set-debug</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>instead of raising exception print DEBUG message (we can't crash on import)</title>
<updated>2019-02-24T23:22:56+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-24T23:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=c7def9e57fabcb6da48d30f77e5d40aa490c7076'/>
<id>c7def9e57fabcb6da48d30f77e5d40aa490c7076</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add cmd for winmake</title>
<updated>2019-02-24T22:14:12+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-24T22:14:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=961a5ac2363c41282f1a89b87a261a6d15a8c278'/>
<id>961a5ac2363c41282f1a89b87a261a6d15a8c278</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add script to print process' AD</title>
<updated>2019-02-24T22:11:41+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-24T22:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=c35d4b0c582180bb870cc88b113674deb0c569d2'/>
<id>c35d4b0c582180bb870cc88b113674deb0c569d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor all functions around SE DEBUG; we weren't checking errors (did we ever set SE DEBUG at all?) - if SE DEBUG can't be set we now raise an exception on import; that's bad  - I'll change it later, and I will probably replace it with a warning</title>
<updated>2019-02-24T22:07:31+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-24T22:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=1a0c0446cbeb93b7efd15cd1512212e8ddead0c7'/>
<id>1a0c0446cbeb93b7efd15cd1512212e8ddead0c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove useless function</title>
<updated>2019-02-24T18:06:21+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-24T18:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=d1ecb5f552577afea267968f00358be9f9dac6ce'/>
<id>d1ecb5f552577afea267968f00358be9f9dac6ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#1428 in case of error, show the C syscall which caused it</title>
<updated>2019-02-24T17:55:52+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-24T17:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=7a2572268168e96c8841ca83ab1a89735ec02c3a'/>
<id>7a2572268168e96c8841ca83ab1a89735ec02c3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #1424: workaround for subprocess bug on Windows returnin ERROR_INVALID_HANDLE on terminate()</title>
<updated>2019-02-24T16:04:02+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-24T16:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=88beee9e0d169e979a3027bf9e61c59ccc1ad6e3'/>
<id>88beee9e0d169e979a3027bf9e61c59ccc1ad6e3</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>2019-02-24T16:00:11+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-24T16:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=ab6277ba38636359dc66c04a12515c6f8fe2571c'/>
<id>ab6277ba38636359dc66c04a12515c6f8fe2571c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win connections refactoring</title>
<updated>2019-02-24T15:25:54+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-24T15:25:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=a96bbdf2e84c737f2b80f5a9af9ac0ca46b93526'/>
<id>a96bbdf2e84c737f2b80f5a9af9ac0ca46b93526</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win connections refactoring</title>
<updated>2019-02-24T15:21:21+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-24T15:21:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=8c4d4c21d08a573a25cbbe3d6c3e2ec20008e215'/>
<id>8c4d4c21d08a573a25cbbe3d6c3e2ec20008e215</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
