Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1174: use TimeoutExpired in wait_pid() | Giampaolo Rodola | 2017-11-13 | 1 | -8/+4 |
| | |||||
* | refactoring | Giampaolo Rodola | 2017-05-04 | 1 | -13/+15 |
| | |||||
* | add docstrings | Giampaolo Rodola | 2017-02-03 | 1 | -0/+3 |
| | |||||
* | #fix 960 / Popen.wait: return negative exit code if process is killed by a ↵ | Giampaolo Rodola | 2017-01-31 | 1 | -1/+1 |
| | | | | signal | ||||
* | doc indentation | Giampaolo Rodola | 2016-06-06 | 1 | -3/+3 |
| | |||||
* | fix #829: disk_usage().percent takes reserved root space into account | Giampaolo Rodola | 2016-06-05 | 1 | -5/+25 |
| | |||||
* | update comment | Giampaolo Rodola | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | move stuff around | Giampaolo Rodola | 2016-06-04 | 1 | -0/+4 |
| | |||||
* | imorove test coverage | Giampaolo Rodola | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | sort imports | Giampaolo Rodola | 2015-10-24 | 1 | -2/+5 |
| | |||||
* | Merge pull request #573 from tomprince/remove-shebang-linesEvinceMoi-fix-net_io_counter-overflow | Giampaolo Rodola' | 2015-09-03 | 1 | -2/+0 |
|\ | | | | | Modules aren't scripts. | ||||
| * | Modules aren't scripts. | Tom Prince | 2015-01-08 | 1 | -2/+0 |
| | | | | | | | | They shouldn't have shebang lines. | ||||
* | | fix #587: re-apply the relative import changes and use setup.py build_ext -i ↵ | Giampaolo Rodola | 2015-02-09 | 1 | -2/+2 |
| | | | | | | | | in order to fix the import error when using the interactive interpreter from within the root directory | ||||
* | | revert changes introduced in #584 because relative imports no longer works ↵ | Giampaolo Rodola | 2015-02-09 | 1 | -2/+2 |
| | | | | | | | | if we run the interactive interpreter from within psutil installation directory | ||||
* | | merge | Giampaolo Rodola | 2015-02-07 | 1 | -2/+2 |
| | | |||||
* | | fix flake8 complaints | Giampaolo Rodola | 2015-02-07 | 1 | -2/+4 |
|/ | |||||
* | some refactoring | Giampaolo Rodola | 2014-11-08 | 1 | -2/+2 |
| | |||||
* | #521 remove python 2.4 and 2.5 support | Giampaolo Rodola | 2014-11-01 | 1 | -6/+3 |
| | |||||
* | github migration | Giampaolo Rodola' | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | fix issue #479: kill error.py and _error.py long deprecated modules; ↵ | Giampaolo Rodola' | 2014-02-16 | 1 | -2/+5 |
| | | | | exception classes now live in 'psutil' namespace only | ||||
* | Fix issue 461 [Linux]: namedtuples are not pickle-able. | Giampaolo Rodola' | 2013-12-30 | 1 | -2/+2 |
| | |||||
* | fix remaining stuff on OSX | Giampaolo Rodola' | 2013-12-27 | 1 | -1/+7 |
| | |||||
* | yet another big renaming in the name of consistency | Giampaolo Rodola' | 2013-12-26 | 1 | -1/+1 |
| | |||||
* | TimeoutExpired exception: pass the original timeout so that the error ↵ | Giampaolo Rodola' | 2013-12-17 | 1 | -1/+1 |
| | | | | message is more informative | ||||
* | fix issue 457: [POSIX] pid_exists() always return True for PID 0. | Giampaolo Rodola' | 2013-12-17 | 1 | -3/+2 |
| | |||||
* | namedtuples renaming | Giampaolo Rodola' | 2013-12-14 | 1 | -2/+2 |
| | |||||
* | pep8ify | Giampaolo Rodola' | 2013-11-21 | 1 | -3/+6 |
| | |||||
* | (POSIX / pid_exists()) - as a follow up of ↵ | Giampaolo Rodola' | 2013-10-09 | 1 | -2/+13 |
| | | | | http://stackoverflow.com/questions/568271/how-to-check-if-there-exists-a-process-with-a-given-pid/6940314#comment11929962_6940314 be more explicit in handing os.kill() error codes and raise exception if errcode not in (ESRCH, EPERM) | ||||
* | pylint | Giampaolo Rodola' | 2013-10-03 | 1 | -1/+0 |
| | |||||
* | Fix issue 416 (Linux): try to encode() the path name in case statvfs() raise ↵ | Giampaolo Rodola' | 2013-08-09 | 1 | -1/+16 |
| | | | | UnicodeEncodeError and then retry; also add unit tests for unicode path names passed to disk_usage() | ||||
* | update psutil project ownership | Giampaolo Rodola' | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | Fix issue #246: rename psutil.error module into psutil._error and raise a ↵ | Giampaolo Rodola' | 2013-04-10 | 1 | -1/+1 |
| | | | | DeprecationWarning if imported. | ||||
* | On python 3.3 use time.monotonic() instead of time.time() in order to not be ↵ | Giampaolo Rodola' | 2013-04-09 | 1 | -2/+3 |
| | | | | affected by system clock updates; same as https://code.google.com/p/pyftpdlib/issues/detail?id=247 | ||||
* | Remove "$Id$" occurrences from source code files. They were used by svn ↵ | Giampaolo Rodola' | 2013-03-26 | 1 | -3/+1 |
| | | | | propset functionnality which no longer applies now that we're using Mercurial. | ||||
* | remove unnecessary type check in pid_exits() as per issue 352; also make ↵ | Giampaolo Rodola' | 2013-02-22 | 1 | -2/+0 |
| | | | | sure pid is a positive integer and raise TypeError or ValueError in accordance. | ||||
* | Fix issue 341: (Linux) psutil might crash on import due to error in ↵ | Giampaolo Rodola' | 2012-12-12 | 1 | -2/+8 |
| | | | | retrieving system terminals map. | ||||
* | fix issue 220: implement get_connections() in C on BSD - get rid of the old ↵ | Giampaolo Rodola' | 2012-07-04 | 1 | -211/+1 |
| | | | | lsof parser | ||||
* | fix some failing tests including a fix for issue 270 | Giampaolo Rodola' | 2012-06-10 | 1 | -0/+2 |
| | |||||
* | ntuple_* variables renaming | Giampaolo Rodola' | 2012-06-03 | 1 | -2/+2 |
| | |||||
* | fix issue #274: rewrite code in an idiom which works with both python 2.x ↵ | Giampaolo Rodola' | 2012-06-03 | 1 | -6/+8 |
| | | | | and 3.x avoiding the 2to3 run at installation time | ||||
* | pass 'pid' to TimeoutExpired exception | Giampaolo Rodola' | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | Fix #245: Process.wait() - increases the sleep delay incrementally. | Giampaolo Rodola' | 2012-01-20 | 1 | -7/+14 |
| | |||||
* | Fix issue 244: always call time.sleep() in check_interval() function, no ↵ | Giampaolo Rodola' | 2012-01-19 | 1 | -4/+2 |
| | | | | matter what the provided timeout is. If we get there, it means the process isn't gone at the first os.waitpid() call, therefore we are already into the busy loop. | ||||
* | get_users(): implementations across different POSIX platforms are too ↵ | Giampaolo Rodola' | 2011-11-09 | 1 | -14/+0 |
| | | | | different; move get_users() code from _psutil_posix.c to _psutil_linux.c | ||||
* | Issue 229 - psutil.get_users(): initial implementation for UNIX systems, ↵ | Giampaolo Rodola' | 2011-11-09 | 1 | -0/+14 |
| | | | | currently tested on Linux only. | ||||
* | Fix #221: (BSD) Process.get_open_files has been rewritten in C and no longer ↵ | Giampaolo Rodola' | 2011-10-14 | 1 | -0/+1 |
| | | | | relies on lsof | ||||
* | Fix #212 | Giampaolo Rodola' | 2011-10-05 | 1 | -0/+3 |
| | | | | | Add license header in all source files to pass google chromium license checkers. Also removed Dave Daeschler from contributors and added some missing docstrings. | ||||
* | Fixx issue 198: (posix) make Process.wait(timeout=0) return immediately | Giampaolo Rodola' | 2011-08-19 | 1 | -2/+2 |
| | |||||
* | fix test failure on linux, py 3 | Giampaolo Rodola' | 2011-07-04 | 1 | -2/+0 |
| | |||||
* | usage_percent() utility function: rename 'round' argument in '_round' as it ↵ | Giampaolo Rodola' | 2011-06-27 | 1 | -1/+1 |
| | | | | collides with round builtin (does not work on pypy) |