summaryrefslogtreecommitdiff
path: root/psutil/_pssunos.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | swap_memory: fix flake8 complaintFabian Groffen2015-04-171-1/+2
* | swap: fix finding the 'swap' utility on SunOSFabian Groffen2015-04-171-1/+2
* | fix sunos testsGiampaolo Rodola2015-02-121-1/+3
* | #428 / zombie process: provide a more informative exception msg providing als...Giampaolo Rodola2015-02-191-2/+3
* | fix #428: properly handle zombie processes on UNIXGiampaolo Rodola2015-02-171-2/+7
* | #250: Solaris implementationGiampaolo Rodola2015-02-121-0/+11
* | fix compilation issues on solarisGiampaolo Rodola2015-02-121-1/+1
* | merge from masterGiampaolo Rodola2015-02-091-10/+10
|\ \
| * | fix #587: re-apply the relative import changes and use setup.py build_ext -i ...Giampaolo Rodola2015-02-091-9/+9
* | | merge from masterGiampaolo Rodola2015-01-031-4/+7
|\ \ \ | |/ /
| * | net_connections(): make sure no duplicates are returnedGiampaolo Rodola2015-01-031-3/+3
| * | #578: another attempt to fix import failuresGiampaolo Rodola2015-02-091-2/+2
| * | fix imports on python 3Giampaolo Rodola2015-02-091-4/+4
| * | revert changes introduced in #584 because relative imports no longer works if...Giampaolo Rodola2015-02-091-7/+7
| * | fix tox issue by adding 'develop' option; also reindent imports as they were ...mindw-move_extension_2_pkgGiampaolo Rodola2015-02-071-2/+2
| * | mergeGiampaolo Rodola2015-02-071-7/+7
| * | fix #582: turn *connections() constants into enums on python 3.4+Giampaolo Rodola2015-02-071-1/+4
| |/
* | #376: unify AF_LINK constant across all platforms + update doc and testsGiampaolo Rodola2015-02-071-0/+1
* | #376: make net_if_addr() work on all other UNIX variants; also skip primary a...Giampaolo Rodola2015-01-021-0/+1
|/
* #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-15/+9
* github migrationGiampaolo Rodola'2014-05-231-2/+2
* fix issue 387 (Solaris): implement system-wide network connectionsGiampaolo Rodola'2014-04-071-18/+32
* support private module importGiampaolo Rodola'2014-02-241-0/+3
* support private module importGiampaolo Rodola'2014-02-241-0/+3
* fix issue #479: kill error.py and _error.py long deprecated modules; exceptio...Giampaolo Rodola'2014-02-161-2/+5
* little renameGiampaolo Rodola'2014-01-161-3/+2
* get_ext_memory_info() renamed to memory_info_ex()Giampaolo Rodola'2014-01-111-1/+1
* fix namedtuples on sunosGiampaolo Rodola'2013-12-311-20/+21
* rename _process_name in _nameGiampaolo Rodola'2013-12-271-9/+9
* renamingGiampaolo Rodola'2013-12-271-3/+3
* yet another renamingGiampaolo Rodola'2013-12-261-1/+1
* other renamingsGiampaolo Rodola'2013-12-261-23/+23
* fix naming errors found with pyflakesGiampaolo Rodola'2013-12-271-1/+1
* yet another big renaming in the name of consistencyGiampaolo Rodola'2013-12-261-9/+9
* rename all _ps*.py Process methods: remove the 'get' suffix in order to be co...Giampaolo Rodola'2013-12-261-20/+20
* always import platform specific C extension module as 'cext'Giampaolo Rodola'2013-12-261-51/+47
* fix psutil on solarisGiampaolo Rodola'2013-12-261-4/+4
* pep8ifyGiampaolo Rodola'2013-12-251-0/+1
* remove import *Giampaolo Rodola'2013-12-251-24/+30
* TimeoutExpired exception: pass the original timeout so that the error message...Giampaolo Rodola'2013-12-171-1/+1
* absolute C module imports do not really work after allGiampaolo Rodola'2013-12-171-2/+2
* give C modules in setup.py an absolute path so that from _ps*.py scripts we c...Giampaolo Rodola'2013-12-161-3/+2
* yet another renamingGiampaolo Rodola'2013-12-141-2/+2
* yet another renamingGiampaolo Rodola'2013-12-141-5/+5
* yet another renamingGiampaolo Rodola'2013-12-141-2/+2
* refactoringGiampaolo Rodola'2013-12-141-0/+2
* namedtuples refactoringGiampaolo Rodola'2013-12-141-3/+4
* namedtuples little refactoringGiampaolo Rodola'2013-12-141-4/+2