summaryrefslogtreecommitdiff
path: root/psutil/error.py
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #246: rename psutil.error module into psutil._error and raise a Dep...Giampaolo Rodola'2013-04-101-65/+13
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-261-3/+1
* Fix #212Giampaolo Rodola'2011-10-051-1/+4
* Fix some compiler warnings on Windows and fix a failing test.Giampaolo Rodola'2011-02-221-4/+4
* Issue 116: provide a 'timeout' parameter for Process.wait() and define a new ...Giampaolo Rodola'2011-02-181-2/+21
* OS X now passes test cases.. modified name to accept 'Python' for theJay Loden2010-10-271-3/+3
* move exception __str__ method code in the constructor so that 'msg' attribute...Giampaolo Rodola'2010-10-151-17/+16
* Fix issue 113: adds 'name' attribute to base exception classes and provide a ...Giampaolo Rodola'2010-10-071-7/+18
* make UDP sockets status field always be an empty string; make AccessDenied's ...Giampaolo Rodola'2010-08-061-1/+1
* some fixes after passing the code through pylint: removed unused imports etc...Giampaolo Rodola'2010-07-201-1/+0
* remove old comments which are no longer valid; update some docstring; yupdate...Giampaolo Rodola'2010-07-021-3/+12
* set svn:propsetGiampaolo Rodola'2010-06-121-1/+1
* fix issue 95: prvided pid and msg attributes for psutil exception classesGiampaolo Rodola'2010-06-121-2/+28
* Code cleanup (removed unused imports, limited docstrings and comments length ...Giampaolo Rodola'2009-03-241-2/+0
* Removed need for import of psutil module in platform specific modules by:Jay Loden2009-03-131-0/+9