<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/docs, branch 1173-debug-mode</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>update doc</title>
<updated>2017-11-12T03:04:59+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-11-12T03:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=589e1c52e2ee2a5bd45fe27fe95cb212e743fd9e'/>
<id>589e1c52e2ee2a5bd45fe27fe95cb212e743fd9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update doc</title>
<updated>2017-11-12T02:29:34+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-11-12T02:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=8f2b5a1a2d281056afdc06e5edf190703ca205ef'/>
<id>8f2b5a1a2d281056afdc06e5edf190703ca205ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update doc</title>
<updated>2017-11-08T14:13:39+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-11-08T14:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=b0209d0acd50fd95723a30bf24e7d06b9378835e'/>
<id>b0209d0acd50fd95723a30bf24e7d06b9378835e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pre-release</title>
<updated>2017-11-08T13:49:51+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-11-08T13:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=147de27ff4a1f9f078b7e3783dae48a8c9eb8da6'/>
<id>147de27ff4a1f9f078b7e3783dae48a8c9eb8da6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #1166 (doc mistake)</title>
<updated>2017-11-07T10:23:04+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-11-07T10:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=62c845a7d97eea0c2740b8f488a62b6c08eb4331'/>
<id>62c845a7d97eea0c2740b8f488a62b6c08eb4331</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AIX: implement num_ctx_switches (#1164)</title>
<updated>2017-10-31T09:46:08+00:00</updated>
<author>
<name>wiggin15</name>
<email>wiggin15@yahoo.com</email>
</author>
<published>2017-10-31T09:46:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=65a52341b55faaab41f68ebc4ed31f18f0929754'/>
<id>65a52341b55faaab41f68ebc4ed31f18f0929754</id>
<content type='text'>
* small changes

* AIX: implement num_ctx_switches
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* small changes

* AIX: implement num_ctx_switches
</pre>
</div>
</content>
</entry>
<entry>
<title>Small changes (#1158)</title>
<updated>2017-10-26T14:55:03+00:00</updated>
<author>
<name>wiggin15</name>
<email>wiggin15@yahoo.com</email>
</author>
<published>2017-10-26T14:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=f645d8f8b74b69933aa25fe673c7b2c8179937e6'/>
<id>f645d8f8b74b69933aa25fe673c7b2c8179937e6</id>
<content type='text'>
* fix valid_types in memory_percent

pfullmem._fields is always added twice to valid_types so
the message about invalid memtype lists the types twice too.
pfullmem is available on all platforms and is always the
same as or a superset of pmem. We can look at its fields
only to get all valid_types.
Also we can check whether to use memory_full_info or not
by checking the fields of pfullmem vs. pmem instead of
using hard coded mem types.

* remove workaround made for Solaris on AIX

The problem described in the comment doesn't apply for AIX

* update "oneshot" table in documentation

* Removed "nice" and "ionice" which are not boosted
* Removed "~Process." prefix which was only on a few
methods and not others
* Added AIX

Fixes #1157

* small AIX additions to docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix valid_types in memory_percent

pfullmem._fields is always added twice to valid_types so
the message about invalid memtype lists the types twice too.
pfullmem is available on all platforms and is always the
same as or a superset of pmem. We can look at its fields
only to get all valid_types.
Also we can check whether to use memory_full_info or not
by checking the fields of pfullmem vs. pmem instead of
using hard coded mem types.

* remove workaround made for Solaris on AIX

The problem described in the comment doesn't apply for AIX

* update "oneshot" table in documentation

* Removed "nice" and "ionice" which are not boosted
* Removed "~Process." prefix which was only on a few
methods and not others
* Added AIX

Fixes #1157

* small AIX additions to docs
</pre>
</div>
</content>
</entry>
<entry>
<title>#1150 give credits to @akosthekiss</title>
<updated>2017-10-20T07:56:52+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-10-20T07:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=d286ac5eef2a41fc1e34bb122d583892aaf432ce'/>
<id>d286ac5eef2a41fc1e34bb122d583892aaf432ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pre release</title>
<updated>2017-10-12T07:20:50+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-10-12T07:20:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=38f43df717386e767de0b1e044bb17510b0b1a6c'/>
<id>38f43df717386e767de0b1e044bb17510b0b1a6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update doc</title>
<updated>2017-09-27T06:43:08+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-09-27T06:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=7ab8b570e758f9ef899b1041beafede489847ccb'/>
<id>7ab8b570e758f9ef899b1041beafede489847ccb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
