summaryrefslogtreecommitdiff
path: root/psutil/_psosx.py
Commit message (Expand)AuthorAgeFilesLines
...
* | merge from masterGiampaolo Rodola2016-06-271-22/+58
|\ \ | |/
| * doc indentationGiampaolo Rodola2016-06-061-1/+1
| * move stuff aroundGiampaolo Rodola2016-06-041-8/+8
| * prettyfy codeGiampaolo Rodola2016-06-031-21/+57
* | merge from masterGiampaolo Rodola2016-05-011-1/+2
|\ \ | |/
| * set ppidGiampaolo Rodola2016-05-011-1/+2
* | implement oneshot() ctx managerGiampaolo Rodola2016-04-301-0/+6
|/
* unify cpu stats by getting rid of some infoGiampaolo Rodola2016-03-121-5/+2
* #792 / cpu_stats: osx implGiampaolo Rodola2016-03-041-0/+10
* osx / bsd: set children user/sys time to 0Giampaolo Rodola2016-03-011-1/+2
* rename memory_addrspace_info -> memory_full_infoGiampaolo Rodola2016-02-171-3/+4
* last fixes (I hope)Giampaolo Rodola2016-02-041-1/+1
* still further fixesGiampaolo Rodola2016-02-041-1/+1
* fix osxGiampaolo Rodola2016-02-041-1/+1
* provide a new memory_addrspace_info() fun and deprecate memory_info_exGiampaolo Rodola2016-02-041-10/+4
* migrate OSXGiampaolo Rodola2016-02-041-4/+5
* osx/linux ignore AccessDenied when retrieving pss/ussGiampaolo Rodola2016-02-041-1/+6
* remove 'support for private module import' hackGiampaolo Rodola2016-02-041-7/+0
* Update per code reviewEric Rahm2016-02-031-1/+2
* Measure USS on OSXEric Rahm2016-01-271-3/+3
* revive Process.environ on OSXFrank Benkstein2016-01-251-0/+7
* #734: get rid of ENCODING_ERRORS_HANDLER; instead use surrogateescape by defa...Giampaolo Rodola2016-01-141-4/+2
* #734: fix unicode issues on FreeBSDGiampaolo Rodola2016-01-131-7/+1
* fix AttributeErrorGiampaolo Rodola2016-01-231-1/+1
* #733: try to pass ENCODING_ERRORS_HANDLER to the C extensionGiampaolo Rodola2016-01-221-1/+9
* 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
* | #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
* | issue #250: move BSD implementation in _psutil_posix.c 'cause it's common to ...Giampaolo Rodola2015-02-121-0/+12
* | 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-8/+8
* | | remove unused importsGiampaolo Rodola2015-01-031-1/+0
* | | merge from masterGiampaolo Rodola2015-01-031-1/+4
|\ \ \ | |/ /
| * | #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-6/+6
| * | 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-6/+6
| * | 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/+2
* | #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-5/+4
* fix issue 387 (OSX): implement system-wide network connections; unfortunately...Giampaolo Rodola'2014-04-081-0/+17
* get rid of redundant Process docstringsGiampaolo Rodola'2014-02-241-13/+0
* 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/+6
* get_ext_memory_info() renamed to memory_info_ex()Giampaolo Rodola'2014-01-111-1/+1