<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/setup.py, branch travis-experiments</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>#1053: drop python 3.3 support</title>
<updated>2017-11-08T13:15:15+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-11-08T13:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=810498c36895e03a1b4e947659a2b30d8188557b'/>
<id>810498c36895e03a1b4e947659a2b30d8188557b</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>Remove trove classifiers for untested and unsupported platforms (#1162)</title>
<updated>2017-10-29T18:51:11+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-10-29T18:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=4789fb72315d6ed102762673232189b4e42af5fb'/>
<id>4789fb72315d6ed102762673232189b4e42af5fb</id>
<content type='text'>
Helps library users know, at a glance, what platforms are tested and
supported. This helps users know if the library is suitable for
integration in an existing project.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Helps library users know, at a glance, what platforms are tested and
supported. This helps users know if the library is suitable for
integration in an existing project.</pre>
</div>
</content>
</entry>
<entry>
<title>AIX support (#1123)</title>
<updated>2017-09-26T11:52:42+00:00</updated>
<author>
<name>wiggin15</name>
<email>wiggin15@yahoo.com</email>
</author>
<published>2017-09-26T11:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=1ebe625e5aa21b33e9de5652c305d1d0a2147059'/>
<id>1ebe625e5aa21b33e9de5652c305d1d0a2147059</id>
<content type='text'>
* AIX support

* AIX support

* AIX support

* AIX support - use get_procfs_path() instead of /proc

* AIX support - group sections like in other modules

* AIX support

* AIX support

* AIX support

* AIX support - remove unnecessary dict copy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* AIX support

* AIX support

* AIX support

* AIX support - use get_procfs_path() instead of /proc

* AIX support - group sections like in other modules

* AIX support

* AIX support

* AIX support

* AIX support - remove unnecessary dict copy
</pre>
</div>
</content>
</entry>
<entry>
<title>update doc</title>
<updated>2017-09-05T07:34:54+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-09-05T07:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=a893f767794cd2fab75a342861e841831e8402f8'/>
<id>a893f767794cd2fab75a342861e841831e8402f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 1091 nitpicks (#1097)</title>
<updated>2017-05-28T19:45:36+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-05-28T19:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=94fca1d2ea8f35f999286e74211cc5a4b4255bf1'/>
<id>94fca1d2ea8f35f999286e74211cc5a4b4255bf1</id>
<content type='text'>
* rename C module

* rename C file

* fix compilation error

* small refactoring

* small refactoring

* raise AccessDenied if info.pr_envp is empty, see https://github.com/giampaolo/psutil/pull/1091#issuecomment-304530771

* fix envs with no equal sign

* style

* update doc

* style
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rename C module

* rename C file

* fix compilation error

* small refactoring

* small refactoring

* raise AccessDenied if info.pr_envp is empty, see https://github.com/giampaolo/psutil/pull/1091#issuecomment-304530771

* fix envs with no equal sign

* style

* update doc

* style
</pre>
</div>
</content>
</entry>
<entry>
<title>Add environment parsing (#1091)</title>
<updated>2017-05-21T19:27:38+00:00</updated>
<author>
<name>Oleksii Shevchuk</name>
<email>alxchk@gmail.com</email>
</author>
<published>2017-05-21T19:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=68e04def9b1f04462fa8f2eefcc5287b1b943cfe'/>
<id>68e04def9b1f04462fa8f2eefcc5287b1b943cfe</id>
<content type='text'>
* Add common functions to extract information from SunOS process address space

* SunOS feature: Add .environ()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add common functions to extract information from SunOS process address space

* SunOS feature: Add .environ()
</pre>
</div>
</content>
</entry>
<entry>
<title>give CREDITS to @alxchk; update HISTORY</title>
<updated>2017-05-18T16:22:35+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-05-18T16:22:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=135ce35ad95f70b8fcc0d0769d16c8fc7ee18ad4'/>
<id>135ce35ad95f70b8fcc0d0769d16c8fc7ee18ad4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix https://github.com/giampaolo/psutil/issues/1077 (#1081)</title>
<updated>2017-05-18T16:06:47+00:00</updated>
<author>
<name>Oleksii Shevchuk</name>
<email>alxchk@gmail.com</email>
</author>
<published>2017-05-18T16:06:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=6a79a37d6b9a2c0edc1bf695eff34b130cf92768'/>
<id>6a79a37d6b9a2c0edc1bf695eff34b130cf92768</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix win C warnings</title>
<updated>2017-05-16T20:14:09+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-05-16T20:14:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=2899b4ca814aea82f9190a8a40837dfda897d854'/>
<id>2899b4ca814aea82f9190a8a40837dfda897d854</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
