summaryrefslogtreecommitdiff
path: root/psutil/_psposix.py
Commit message (Expand)AuthorAgeFilesLines
* move isort and coverage config into pyproject.tomlGiampaolo Rodola2022-10-181-1/+2
* fix: disk usage report on macOS 12+ (#2152)Matthieu Darbois2022-10-051-0/+7
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-2/+3
* increase test coverageGiampaolo Rodola2020-10-171-2/+2
* Process wait() improvements (#1747)Giampaolo Rodola2020-05-031-39/+87
* move custom exceptions in _common.pyGiampaolo Rodola2020-01-021-5/+1
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-35/+28
* fix #1402: move psutil exceptions back into __init__.pyGiampaolo Rodola2019-02-041-1/+5
* rename function argGiampaolo Rodola2018-03-241-1/+1
* #1174: use TimeoutExpired in wait_pid()Giampaolo Rodola2017-11-131-8/+4
* refactoringGiampaolo Rodola2017-05-041-13/+15
* add docstringsGiampaolo Rodola2017-02-031-0/+3
* #fix 960 / Popen.wait: return negative exit code if process is killed by a si...Giampaolo Rodola2017-01-311-1/+1
* doc indentationGiampaolo Rodola2016-06-061-3/+3
* fix #829: disk_usage().percent takes reserved root space into accountGiampaolo Rodola2016-06-051-5/+25
* update commentGiampaolo Rodola2016-06-041-1/+1
* move stuff aroundGiampaolo Rodola2016-06-041-0/+4
* imorove test coverageGiampaolo Rodola2016-02-181-1/+1
* sort importsGiampaolo Rodola2015-10-241-2/+5
* Merge pull request #573 from tomprince/remove-shebang-linesEvinceMoi-fix-net_io_counter-overflowGiampaolo Rodola'2015-09-031-2/+0
|\
| * Modules aren't scripts.Tom Prince2015-01-081-2/+0
* | fix #587: re-apply the relative import changes and use setup.py build_ext -i ...Giampaolo Rodola2015-02-091-2/+2
* | revert changes introduced in #584 because relative imports no longer works if...Giampaolo Rodola2015-02-091-2/+2
* | mergeGiampaolo Rodola2015-02-071-2/+2
* | fix flake8 complaintsGiampaolo Rodola2015-02-071-2/+4
|/
* some refactoringGiampaolo Rodola2014-11-081-2/+2
* #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-6/+3
* github migrationGiampaolo Rodola'2014-05-231-1/+1
* fix issue #479: kill error.py and _error.py long deprecated modules; exceptio...Giampaolo Rodola'2014-02-161-2/+5
* Fix issue 461 [Linux]: namedtuples are not pickle-able.Giampaolo Rodola'2013-12-301-2/+2
* fix remaining stuff on OSXGiampaolo Rodola'2013-12-271-1/+7
* yet another big renaming in the name of consistencyGiampaolo Rodola'2013-12-261-1/+1
* TimeoutExpired exception: pass the original timeout so that the error message...Giampaolo Rodola'2013-12-171-1/+1
* fix issue 457: [POSIX] pid_exists() always return True for PID 0.Giampaolo Rodola'2013-12-171-3/+2
* namedtuples renamingGiampaolo Rodola'2013-12-141-2/+2
* pep8ifyGiampaolo Rodola'2013-11-211-3/+6
* (POSIX / pid_exists()) - as a follow up of http://stackoverflow.com/questions...Giampaolo Rodola'2013-10-091-2/+13
* pylintGiampaolo Rodola'2013-10-031-1/+0
* Fix issue 416 (Linux): try to encode() the path name in case statvfs() raise ...Giampaolo Rodola'2013-08-091-1/+16
* update psutil project ownershipGiampaolo Rodola'2013-06-081-1/+1
* Fix issue #246: rename psutil.error module into psutil._error and raise a Dep...Giampaolo Rodola'2013-04-101-1/+1
* On python 3.3 use time.monotonic() instead of time.time() in order to not be ...Giampaolo Rodola'2013-04-091-2/+3
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-261-3/+1
* remove unnecessary type check in pid_exits() as per issue 352; also make sure...Giampaolo Rodola'2013-02-221-2/+0
* Fix issue 341: (Linux) psutil might crash on import due to error in retrievin...Giampaolo Rodola'2012-12-121-2/+8
* fix issue 220: implement get_connections() in C on BSD - get rid of the old l...Giampaolo Rodola'2012-07-041-211/+1
* fix some failing tests including a fix for issue 270Giampaolo Rodola'2012-06-101-0/+2
* ntuple_* variables renamingGiampaolo Rodola'2012-06-031-2/+2
* fix issue #274: rewrite code in an idiom which works with both python 2.x and...Giampaolo Rodola'2012-06-031-6/+8
* pass 'pid' to TimeoutExpired exceptionGiampaolo Rodola'2012-02-081-1/+1