<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/psutil/error.py, branch cpu-temp</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>Fix issue #246: rename psutil.error module into psutil._error and raise a DeprecationWarning if imported.</title>
<updated>2013-04-10T18:42:57+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2013-04-10T18:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=39f16ce477d1756bf427a42c8e6584dea47dd4b7'/>
<id>39f16ce477d1756bf427a42c8e6584dea47dd4b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "$Id$" occurrences from source code files. They were used by svn propset functionnality which no longer applies now that we're using Mercurial.</title>
<updated>2013-03-26T12:04:21+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2013-03-26T12:04:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=f1af1a435467a526254465648f4a771258e4385a'/>
<id>f1af1a435467a526254465648f4a771258e4385a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #212</title>
<updated>2011-10-05T18:45:49+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-10-05T18:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=b7c4dbeb1bd430a232a1044e627df33636c128de'/>
<id>b7c4dbeb1bd430a232a1044e627df33636c128de</id>
<content type='text'>
Add license header in all source files to pass google chromium license checkers.
Also removed Dave Daeschler from contributors and added some missing docstrings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add license header in all source files to pass google chromium license checkers.
Also removed Dave Daeschler from contributors and added some missing docstrings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some compiler warnings on Windows and fix a failing test.</title>
<updated>2011-02-22T04:10:46+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-02-22T04:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=9c7f421e19a21b1b633f06eefec6462c0f704461'/>
<id>9c7f421e19a21b1b633f06eefec6462c0f704461</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 116: provide a 'timeout' parameter for Process.wait() and define a new TimeoutExpired exception.</title>
<updated>2011-02-18T00:17:55+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-02-18T00:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=886710dafd1b5052867427b72de62609870e68ab'/>
<id>886710dafd1b5052867427b72de62609870e68ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OS X now passes test cases.. modified name to accept 'Python' for the</title>
<updated>2010-10-27T22:42:42+00:00</updated>
<author>
<name>Jay Loden</name>
<email>jloden@gmail.com</email>
</author>
<published>2010-10-27T22:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=1a53624fd5005923da6d5b4ba441e2469f7ab4d6'/>
<id>1a53624fd5005923da6d5b4ba441e2469f7ab4d6</id>
<content type='text'>
name of the python process (see Issue #121) for now.

Also identified errors being thrown in test_fetch_all when PID 0 throws
AccessDenied - the error.AccessDenied logic was checking "if pid" to build
the err message string, and if pid==0 it evaluated to false and skipped
creating an error message, leading to a test failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
name of the python process (see Issue #121) for now.

Also identified errors being thrown in test_fetch_all when PID 0 throws
AccessDenied - the error.AccessDenied logic was checking "if pid" to build
the err message string, and if pid==0 it evaluated to false and skipped
creating an error message, leading to a test failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>move exception __str__ method code in the constructor so that 'msg' attribute gets automatically filled if not specified by the raiser</title>
<updated>2010-10-15T15:02:56+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2010-10-15T15:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=e683d99fb19f39e7b6c02261eaf0bde4f38e7452'/>
<id>e683d99fb19f39e7b6c02261eaf0bde4f38e7452</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue 113: adds 'name' attribute to base exception classes and provide a more detailed error string including process pid and name when raising exceptions.</title>
<updated>2010-10-07T23:22:18+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2010-10-07T23:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=b5d6f44b14d08792d89272b41acc47a4ec182f58'/>
<id>b5d6f44b14d08792d89272b41acc47a4ec182f58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make UDP sockets status field always be an empty string; make AccessDenied's pid arg optional as AD might be raised also for tasks which are unrelated with processess (e.g. memory stats)</title>
<updated>2010-08-06T11:10:21+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2010-08-06T11:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=17eeef304033429ee19a6d9a6e8acea820c2cda4'/>
<id>17eeef304033429ee19a6d9a6e8acea820c2cda4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some fixes after passing the code through pylint: removed unused imports etc...</title>
<updated>2010-07-20T17:22:11+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2010-07-20T17:22:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=564d0925a1672beb763570318c5cddb0120576af'/>
<id>564d0925a1672beb763570318c5cddb0120576af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
