| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Properly handle PID type in C (#1672) | Giampaolo Rodola | 2020-01-29 | 2 | -14/+14 |
| | | |||||
| * | print/set syscall origin when raising NSP or AD | Giampaolo Rodola | 2020-01-14 | 1 | -3/+3 |
| | | |||||
| * | get rid of globals.c; move stuff in _psutil_common.c | Giampaolo Rodola | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | OSX move is_zombie() function in process_info.c | Giampaolo Rodola | 2019-02-25 | 2 | -0/+13 |
| | | |||||
| * | #1428 in case of error, show the C syscall which caused it | Giampaolo Rodola | 2019-02-24 | 1 | -14/+23 |
| | | |||||
| * | fix #1427: [OSX] Process cmdline() and environ() may erroneously raise ↵ | Giampaolo Rodola | 2019-02-24 | 1 | -2/+2 |
| | | | | | OSError on failed malloc(). | ||||
| * | OSX / SMC / sensors: revert #1284 (#1325) | Giampaolo Rodola | 2018-08-14 | 2 | -317/+0 |
| | | | | | | | | | | | | | * setup.py: add py 3.7 * Revert OSX sensors code due to copyright constraints It turns out code contributed in PR #1284 was using parts of a source code released by Apple [1] which uses GPL license which is incompatible with psutil's license (BSD). [1] https://gist.github.com/edvakf/4049362 | ||||
| * | revert file renaming of macos files; get them back to 'osx' prefix | Giampaolo Rodola | 2018-06-29 | 4 | -0/+695 |
| | | |||||
| * | Rename OSX to macOS (#1298) | Giampaolo Rodola | 2018-06-26 | 4 | -695/+0 |
| | | | | rename OSX to macOS | ||||
| * | #1284: give credits to @amanusk + some minor adjustments | Giampaolo Rodola | 2018-06-26 | 1 | -2/+4 |
| | | |||||
| * | Osx temps (#1284) | Alex Manuskin | 2018-06-26 | 2 | -0/+315 |
| | | | | OSX: add temperatures() and fans() | ||||
| * | Arguments for NoSuchProcess and AccessDenied for the C ext (#1180) | Giampaolo Rodola | 2017-11-24 | 1 | -3/+3 |
| | | | | | | | * change NoSuchProcess and AccessDenied C exceptions signatures * fix arg call on win | ||||
| * | 1173 debug mode (#1176) | Giampaolo Rodola | 2017-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * implement PSUTIL_DEBUG from C module * update doc * add psutil_debug() utility function * update doc * enable PSUTIL_DEBUG for tests * update appveyor.yml * change psutil_debug() signature so that it can accept variable num of args * provide DEBUG info in psutil_raise_for_pid() * properly print debug message * do not print too much | ||||
| * | 1044 osx zombies (#1100) | Giampaolo Rodola | 2017-06-07 | 1 | -14/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | * small refactoring * #1044: define a separate ctx manager which handles zombie processes * add create_zombie_proc utility function * disable test on windows * #1044: cmdline() was incorrectly raising AD instead of ZombieProcess * #1044: environ() was incorrectly raising AD instead of ZombieProcess * #1044: memory_maps() was incorrectly raising AD instead of ZombieProcess * #1044: threads() was incorrectly raising AD instead of ZombieProcess * enhance test * fix threads() | ||||
| * | #1040: add replacement for PyUnicode_DecodeFSDefaultAndSize on Python 2; ↵ | Giampaolo Rodola | 2017-05-01 | 1 | -2/+2 |
| | | | | | also get rid of the pstuil_ prefix and use the original Python names | ||||
| * | #1040: add alias for psutil_PyUnicode_DecodeFSDefaultAndSize | Giampaolo Rodola | 2017-05-01 | 1 | -6/+1 |
| | | |||||
| * | #1040 fix unicode for memory_maps() on osx | Giampaolo Rodola | 2017-05-01 | 1 | -6/+2 |
| | | |||||
| * | move psutil_pid_exists() and psutil_raise_for_pid() from _psutil_common.c to ↵ | Giampaolo Rodola | 2017-04-30 | 1 | -1/+1 |
| | | | | | _psutil_posix.c | ||||
| * | #910: [OSX / BSD] in case of error, psutil.pids() raised RuntimeError ↵ | Giampaolo Rodola | 2016-10-19 | 1 | -6/+5 |
| | | | | | instead of the original OSError exception. | ||||
| * | fix #926: [OSX] Process.environ() on Python 3 can crash interpreter if ↵ | Giampaolo Rodola | 2016-10-18 | 1 | -3/+8 |
| | | | | | process environ has an invalid unicode string. | ||||
| * | osx: fix compiler warnings | Giampaolo Rodola | 2016-10-18 | 1 | -1/+1 |
| | | |||||
| * | osx: fix compiler warnings | Giampaolo Rodola | 2016-10-17 | 2 | -3/+3 |
| | | |||||
| * | fix compilation warns on OSX | Giampaolo Rodola | 2016-10-18 | 2 | -3/+3 |
| | | |||||
| * | #916: [OSX] fix many compilation warnings. | Giampaolo Rodola | 2016-10-12 | 1 | -1/+1 |
| | | |||||
| * | #916: [OSX] fix many compilation warnings. | Giampaolo Rodola | 2016-10-12 | 2 | -5/+5 |
| | | |||||
| * | enforce return value contract for proc_pidinfo() | Giampaolo Rodola | 2016-10-05 | 1 | -2/+3 |
| | | |||||
| * | proc_pidinfo(); also check return size | Giampaolo Rodola | 2016-10-05 | 1 | -1/+1 |
| | | |||||
| * | have proc_pidinfo() guess the right error/exception | Giampaolo Rodola | 2016-10-05 | 1 | -15/+4 |
| | | |||||
| * | change psutil_proc_pidinfo() signature | Giampaolo Rodola | 2016-10-05 | 2 | -3/+4 |
| | | |||||
| * | refactor osx code | Giampaolo Rodola | 2016-10-05 | 2 | -33/+0 |
| | | |||||
| * | revive Process.environ on OSX | Frank Benkstein | 2016-01-25 | 2 | -0/+119 |
| | | | | | | Revive Process.environ on OSX. The data is right behind the command line so the new function psutil_get_environ is mostly a copy of psutil_get_cmdline. | ||||
| * | #743: fix unicode on all bsd platforms | Giampaolo Rodola | 2016-01-24 | 1 | -0/+4 |
| | | |||||
| * | fix failing test on OSX | Giampaolo Rodola | 2015-06-14 | 1 | -0/+5 |
| | | |||||
| * | C refactoring | Giampaolo Rodola | 2015-09-12 | 1 | -10/+17 |
| | | |||||
| * | C: var names -> add py_ prefix | Giampaolo Rodola | 2015-09-03 | 2 | -13/+14 |
| | | |||||
| * | C styling | Giampaolo Rodola | 2015-08-06 | 1 | -12/+6 |
| | | |||||
| * | C styling: if unification | Giampaolo Rodola | 2015-03-01 | 1 | -26/+14 |
| | | |||||
| * | order declarations in header files | Giampaolo Rodola' | 2013-12-14 | 1 | -2/+3 |
| | | |||||
| * | c style | Giampaolo Rodola' | 2013-12-10 | 2 | -7/+2 |
| | | |||||
| * | fix test failing every once in a while | Giampaolo Rodola' | 2013-12-10 | 1 | -1/+1 |
| | | |||||
| * | Makefile: provide .PHONY directive; it seems to be necessary for make to ↵ | Giampaolo Rodola' | 2013-12-10 | 1 | -2/+2 |
| | | | | | work on OSX | ||||
| * | C style: replace '/* comment */' with '// comment | Giampaolo Rodola' | 2013-12-09 | 1 | -11/+11 |
| | | |||||
| * | C style: turn '//foo' into '// foo' | Giampaolo Rodola' | 2013-12-09 | 1 | -1/+1 |
| | | |||||
| * | truncate lines > 80 chars | Giampaolo Rodola' | 2013-12-09 | 1 | -6/+5 |
| | | |||||
| * | C restyling | Giampaolo Rodola' | 2013-12-02 | 1 | -1/+2 |
| | | |||||
| * | issue 354 / OSX: add a 'psutil_' prefix to C internal functions | Giampaolo Rodola' | 2013-04-11 | 2 | -13/+13 |
| | | |||||
| * | Remove "$Id$" occurrences from source code files. They were used by svn ↵ | Giampaolo Rodola' | 2013-03-26 | 2 | -4/+0 |
| | | | | | propset functionnality which no longer applies now that we're using Mercurial. | ||||
| * | Issue 306: (OSX) check return code of Py* related functions | Giampaolo Rodola' | 2012-07-18 | 1 | -10/+20 |
| | | |||||
| * | Fix issue 299 (OSX): Py_DECREF every time we use PyList_New(0) | Giampaolo Rodola' | 2012-07-04 | 1 | -1/+3 |
| | | |||||
| * | fix compiler warning | Giampaolo Rodola' | 2012-06-30 | 2 | -2/+2 |
| | | |||||
