<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/psutil/_psutil_windows.c, 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>#1693: also increase precision of users()'s login time</title>
<updated>2020-02-14T04:32:42+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-02-14T04:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=c67ab01eddd0cce391aeeb315d1fac8984cb2fba'/>
<id>c67ab01eddd0cce391aeeb315d1fac8984cb2fba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactoring: get rid of duplicated code; use one function to return (user, sys, create time)</title>
<updated>2020-02-13T22:10:25+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-02-13T21:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=7ce6c3c1626bd7101f69031e36b980639ca591d6'/>
<id>7ce6c3c1626bd7101f69031e36b980639ca591d6</id>
<content type='text'>
rename method

remove unnecessary wrap_exceptions deco

bind cpu_times() and create_time() with oneshot()

rename var

remove cache for proc_times(): unnecessary because create_time() is already cached
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rename method

remove unnecessary wrap_exceptions deco

bind cpu_times() and create_time() with oneshot()

rename var

remove cache for proc_times(): unnecessary because create_time() is already cached
</pre>
</div>
</content>
</entry>
<entry>
<title>[Windows] increase precision of boot_time() and proc create_time() (#1693)</title>
<updated>2020-02-13T21:29:14+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-02-13T21:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=b0cff82c6b91f99d2962f10d8d61d64853296e36'/>
<id>b0cff82c6b91f99d2962f10d8d61d64853296e36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for PyPy on Windows (#1686)</title>
<updated>2020-02-11T22:04:38+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-02-11T22:04:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=9e2ca978b211993066b0dc41da9aa63429655406'/>
<id>9e2ca978b211993066b0dc41da9aa63429655406</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Windows] use NtQuerySystemInformation to determine process exe()  (#1677)</title>
<updated>2020-02-01T02:44:51+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-02-01T02:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=96cc7ea40d6f4f08e86677434213cef119cf1748'/>
<id>96cc7ea40d6f4f08e86677434213cef119cf1748</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle PID type in C (#1672)</title>
<updated>2020-01-28T23:08:14+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-28T23:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=994c429c010049a6a0556ce3b0d1af1f86f27867'/>
<id>994c429c010049a6a0556ce3b0d1af1f86f27867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #1662: QueryFullProcessImageNameW may fail with error code = 0 (Win API bug?)</title>
<updated>2020-01-14T21:02:55+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-14T21:02:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=efaa9e0169e790310e19cea1c4d8389395387c0d'/>
<id>efaa9e0169e790310e19cea1c4d8389395387c0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>properly cleanup C thread</title>
<updated>2020-01-14T20:49:26+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-14T20:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=bc0168ad4a5467ab369f120e646fda811175b210'/>
<id>bc0168ad4a5467ab369f120e646fda811175b210</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check MALLOC_ZERO ret code</title>
<updated>2020-01-14T12:06:52+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-14T12:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=346999344bf94084e9bed09457abe18260d3bfd1'/>
<id>346999344bf94084e9bed09457abe18260d3bfd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>print/set syscall origin when raising NSP or AD</title>
<updated>2020-01-14T11:09:25+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-14T11:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=5140642a7ac95889222cbcc2a8118ca803f0ae3d'/>
<id>5140642a7ac95889222cbcc2a8118ca803f0ae3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
