summaryrefslogtreecommitdiff
path: root/psutil/_pssunos.py
Commit message (Expand)AuthorAgeFilesLines
* fix #1650 [Linux] sensors_temperatures() no longer emit warnings on file not ...Giampaolo Rodola2020-02-091-1/+3
* fix #1674, SunOS: disk_partitions() may raise OSError.Giampaolo Rodola2020-02-071-1/+5
* move custom exceptions in _common.pyGiampaolo Rodola2020-01-021-7/+3
* SunOS, fix #1642: PID 0 raises FileNotFoundErrorGiampaolo Rodola2019-12-181-0/+3
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-27/+23
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-0/+1
* fix #1486: add wraps() decorator around wrap_exceptionsGiampaolo Rodola2019-04-251-1/+2
* refactor/move some utilities into _common.pyGiampaolo Rodola2019-04-121-10/+1
* fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!)Giampaolo Rodola2019-03-031-4/+4
* _assert_alive() refactor (linux)Giampaolo Rodola2019-02-271-8/+10
* fix #1402: move psutil exceptions back into __init__.pyGiampaolo Rodola2019-02-041-3/+7
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-131-7/+7
* rename function argGiampaolo Rodola2018-03-241-2/+2
* Solaris 10 Fixes (#1248)Georg Sauthoff2018-03-171-25/+25
* #1174: use TimeoutExpired in wait_pid()Giampaolo Rodola2017-11-131-5/+1
* sort imports by nameGiampaolo Rodola2017-11-121-2/+2
* Move exceptions to separate file (#1174)wiggin152017-11-121-6/+4
* #928: fix possible TypeErrorGiampaolo Rodola2017-08-011-2/+4
* fix #928: turn connections()' 'laddr' and 'raddr' into named tuplesGiampaolo Rodola2017-06-231-0/+5
* Add environment parsing (#1091)Oleksii Shevchuk2017-05-211-0/+4
* add notes about #1082Giampaolo Rodola2017-05-181-2/+7
* refactor sunos py codeGiampaolo Rodola2017-05-181-7/+20
* in psutil_users() move pid to the backAlexander Hasselhuhn2017-04-251-1/+1
* make users() include pid into suser tupleAlexander Hasselhuhn2017-04-251-2/+2
* cosmetic changesGiampaolo Rodola2017-02-141-13/+13
* add docstringsGiampaolo Rodola2017-02-031-1/+5
* #357: implement proc cpu_num() on SunOSGiampaolo Rodola2017-01-241-0/+4
* merge from masterGiampaolo Rodola2016-10-251-0/+5
|\
| * fix #925: [OSX/BSD/SUNOS] ZombieProcess may be erroneously raised for PID 0Giampaolo Rodola2016-10-181-0/+5
* | fix conflictsGiampaolo Rodola2016-10-071-1/+1
|\ \ | |/
| * fix Makefile for SunOSGiampaolo Rodola2016-10-051-1/+1
* | merge from masterGiampaolo Rodola2016-08-051-2/+38
|\ \ | |/
| * #857: also threads() and memory_maps() may raise EOVERFLOWGiampaolo Rodola2016-08-061-3/+25
| * fix #857: [SunOS] Process.cpu_times() may raise RuntimeError if attempting to...Giampaolo Rodola2016-08-061-1/+15
* | #799 - oneshot: solaris implementation 1.37x speedupGiampaolo Rodola2016-08-051-15/+29
* | merge from masterGiampaolo Rodola2016-06-271-35/+85
|\ \ | |/
| * move stuff aroundGiampaolo Rodola2016-06-041-8/+8
| * prettyfy codeGiampaolo Rodola2016-06-031-37/+87
* | merge from masterGiampaolo Rodola2016-05-011-1/+2
|\ \ | |/
| * set ppidGiampaolo Rodola2016-05-011-1/+2
* | implement oneshot() ctx managerGiampaolo Rodola2016-04-301-0/+6
|/
* pep8 fixesGiampaolo Rodola2016-04-301-0/+1
* unify cpu stats by getting rid of some infoGiampaolo Rodola2016-03-121-3/+3
* #792 / cpu_stats: sunos implGiampaolo Rodola2016-02-021-0/+8
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-02-021-2/+4
|\
| * osx / bsd: set children user/sys time to 0Giampaolo Rodola2016-03-011-1/+2
| * #779 / proc cpu times: sunos implGiampaolo Rodola2016-02-021-2/+3
* | fix AttributeErrorGiampaolo Rodola2016-02-021-0/+1
|/
* fix solaris issueGiampaolo Rodola2016-02-011-1/+1
* rename memory_addrspace_info -> memory_full_infoGiampaolo Rodola2016-02-171-0/+2