<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/test, branch bsebi-master</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>merge from master</title>
<updated>2016-01-31T17:39:30+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2016-01-31T17:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=033a7e9502b1764a1aa364d9a0bf28dad25aebb3'/>
<id>033a7e9502b1764a1aa364d9a0bf28dad25aebb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try to prevent occasional failure on windows</title>
<updated>2016-01-31T16:54:52+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2016-01-31T16:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=75520ea96286f2c8683294ecab72298fc159be34'/>
<id>75520ea96286f2c8683294ecab72298fc159be34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>address 32bit/64bit confusion in psutil_get_parameters</title>
<updated>2016-01-27T13:18:59+00:00</updated>
<author>
<name>Frank Benkstein</name>
<email>frank.benkstein@sap.com</email>
</author>
<published>2016-01-25T13:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=cbccd44acbedb5e839f54b00243191d553ab8d36'/>
<id>cbccd44acbedb5e839f54b00243191d553ab8d36</id>
<content type='text'>
Replace the hard-coded offsets into compiler generated
ones by providing struct definitions for the data to be
fetched from the target process.  This allows a 64 bit
process to query both other 64 bit and 32 bit processes.
A 32 bit process currently can only query other 32 bit
processes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the hard-coded offsets into compiler generated
ones by providing struct definitions for the data to be
fetched from the target process.  This allows a 64 bit
process to query both other 64 bit and 32 bit processes.
A 32 bit process currently can only query other 32 bit
processes.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix net_if_stats on Windows wip</title>
<updated>2016-01-26T09:52:46+00:00</updated>
<author>
<name>Frank Benkstein</name>
<email>frank.benkstein@sap.com</email>
</author>
<published>2016-01-26T09:35:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=b2456eedb469f673e6234410f8c95bf6320920a9'/>
<id>b2456eedb469f673e6234410f8c95bf6320920a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revive Process.environ on OSX</title>
<updated>2016-01-25T09:15:53+00:00</updated>
<author>
<name>Frank Benkstein</name>
<email>frank.benkstein@sap.com</email>
</author>
<published>2016-01-25T09:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=c1090b88c33c5f43419bb63ed14b9c40c08b0afa'/>
<id>c1090b88c33c5f43419bb63ed14b9c40c08b0afa</id>
<content type='text'>
Revive Process.environ on OSX.  The data is right behind the command line so
the new function psutil_get_environ is mostly a copy of psutil_get_cmdline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revive Process.environ on OSX.  The data is right behind the command line so
the new function psutil_get_environ is mostly a copy of psutil_get_cmdline.
</pre>
</div>
</content>
</entry>
<entry>
<title>revive Process.environ on Linux</title>
<updated>2016-01-25T09:15:46+00:00</updated>
<author>
<name>Frank Benkstein</name>
<email>frank.benkstein@sap.com</email>
</author>
<published>2016-01-25T09:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=8f6f5653047115c3cbd9a9ac862a375a7ee5b13f'/>
<id>8f6f5653047115c3cbd9a9ac862a375a7ee5b13f</id>
<content type='text'>
Revive Process.environ on Linux.  Implemented by reading from
/proc/&lt;pid&gt;/environ.  Parsing is put into a helper function
parse_environ_block to be able to reuse it on other platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revive Process.environ on Linux.  Implemented by reading from
/proc/&lt;pid&gt;/environ.  Parsing is put into a helper function
parse_environ_block to be able to reuse it on other platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>#734: fix unicode issues on FreeBSD</title>
<updated>2016-01-13T22:50:30+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2016-01-13T22:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=89dbd1d1e5b17c03f1252eb734d0c1cd5b445a48'/>
<id>89dbd1d1e5b17c03f1252eb734d0c1cd5b445a48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try to fix occasional failure on win</title>
<updated>2016-01-23T08:51:25+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2016-01-23T08:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=94c37c17fa1d59e04edb2f5f79ec6a5814cffded'/>
<id>94c37c17fa1d59e04edb2f5f79ec6a5814cffded</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try to fix occasional appveyor failure</title>
<updated>2016-01-22T16:00:16+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2016-01-22T16:00:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=0255fb1bdb89eb3cc31dc4cc330ed7e406a1708c'/>
<id>0255fb1bdb89eb3cc31dc4cc330ed7e406a1708c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try to fix 'RuntimeError: No active exception to reraise'</title>
<updated>2016-01-22T15:48:31+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2016-01-22T15:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=873f8021346415b106492cfbbb08dbb3a22f0543'/>
<id>873f8021346415b106492cfbbb08dbb3a22f0543</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
