Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump versioncygwin | Giampaolo Rodola | 2019-12-29 | 1 | -1/+2 |
| | |||||
* | update/fix wait_procs() doc | Giampaolo Rodola | 2019-12-29 | 1 | -3/+3 |
| | |||||
* | lint | Giampaolo Rodola | 2019-12-28 | 2 | -1/+4 |
| | |||||
* | credits for #1648 | Giampaolo Rodola | 2019-12-28 | 3 | -0/+10 |
| | |||||
* | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-12-28 | 1 | -0/+1 |
|\ | |||||
| * | sensors_temperatures: also search /sys/devices/platform/coretemp.* for ↵ | Javad Karabi | 2019-12-28 | 1 | -0/+1 |
| | | | | | | | | temperatures (#1648) | ||||
* | | setup.py: print instructions if C compiler is not installed | Giampaolo Rodola | 2019-12-28 | 2 | -3/+79 |
| | | |||||
* | | update HISTORY for #1646 | Giampaolo Rodola | 2019-12-21 | 2 | -0/+7 |
|/ | |||||
* | Fix Process on FreeBSD 12.0+ i386 (#1646) | Po-Chuan Hsieh | 2019-12-21 | 1 | -1/+5 |
| | | | | | FreeBSD 12.0+ change ki_tdev from 32 bits to 64 bits. Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242543 | ||||
* | HERE: use realpath() instead of abspath() because of failures seen in ↵ | Giampaolo Rodola | 2019-12-18 | 2 | -2/+7 |
| | | | | https://github.com/giampaolo/psutil/pull/1638#issuecomment-567013054 | ||||
* | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-12-18 | 1 | -1/+1 |
|\ | |||||
| * | Fix simple typo: whish -> wish (#1640) | Tim Gates | 2019-12-17 | 1 | -1/+1 |
| | | | | | | Closes #1639 | ||||
* | | SunOS, fix #1642: PID 0 raises FileNotFoundError | Giampaolo Rodola | 2019-12-18 | 2 | -1/+4 |
|/ | |||||
* | [Solaris] Fix #1637 (#1638) | vser1 | 2019-12-17 | 5 | -7/+41 |
| | |||||
* | Readme tidelift update (#1636) | Giampaolo Rodola | 2019-12-05 | 2 | -14/+16 |
| | |||||
* | total physical memory (exclusive swap). (#1634) | Thomas Güttler | 2019-12-05 | 1 | -1/+1 |
| | | | fix #1633 | ||||
* | update docrelease-5.6.7 | Giampaolo Rodola | 2019-11-26 | 2 | -10/+42 |
| | |||||
* | fix #1630: can't compile source distribution on Windows | Giampaolo Rodola | 2019-11-26 | 3 | -2/+12 |
| | |||||
* | pre releaserelease-5.6.6 | Giampaolo Rodola | 2019-11-25 | 2 | -1/+5 |
| | |||||
* | revert #1595 | Giampaolo Rodola | 2019-11-22 | 2 | -13/+1 |
| | |||||
* | updat HISTORY | Giampaolo Rodola | 2019-11-22 | 3 | -3/+6 |
| | |||||
* | linux, cmdline(), fix for #1179, comment 552984549: sometimes string ends ↵ | Giampaolo Rodola | 2019-11-22 | 2 | -1/+16 |
| | | | | with null byte but args are separated by spaces | ||||
* | use PROCESS_QUERY_LIMITED_INFORMATION | Giampaolo Rodola | 2019-11-22 | 1 | -2/+1 |
| | |||||
* | #1595: use psutil_pid_is_running() instead of GetExitCodeProcess | Giampaolo Rodola | 2019-11-20 | 1 | -14/+6 |
| | |||||
* | #fix #1595 / windows: kill() may not raise AccessDenied | Giampaolo Rodola | 2019-11-20 | 3 | -8/+25 |
| | |||||
* | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-11-20 | 1 | -0/+2 |
|\ | |||||
| * | release gil around users()/BSD (#1425) | Giampaolo Rodola | 2019-11-20 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-11-20 | 3 | -2/+10 |
|\ \ | |/ | |||||
| * | travis/appveyor: add support for Python 3.8 (#1625) | Hugo van Kemenade | 2019-11-20 | 3 | -2/+10 |
| | | |||||
* | | update CREDITS | Giampaolo Rodola | 2019-11-20 | 2 | -0/+7 |
| | | |||||
* | | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-11-20 | 2 | -12/+12 |
|\ \ | |/ | |||||
| * | Run slower jobs first so they don't hold up the CI (#1626) | Hugo van Kemenade | 2019-11-20 | 1 | -7/+7 |
| | | |||||
| * | psutil/_psutil_posix.c: better clear variables to ensure they are NULL (#1624) | Riccardo Schirone | 2019-11-18 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-11-13 | 6 | -101/+97 |
|\ \ | |/ | |||||
| * | Use Py_CLEAR instead of Py_DECREF to also set the variable to NULL (#1616) | Riccardo Schirone | 2019-11-13 | 6 | -101/+97 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | These files contain loops that convert system data into python objects and during the process they create objects and dereference their refcounts after they have been added to the resulting list. However, in case of errors during the creation of those python objects, the refcount to previously allocated objects is dropped again with Py_XDECREF, which should be a no-op in case the paramater is NULL. Even so, in most of these loops the variables pointing to the objects are never set to NULL, even after Py_DECREF is called at the end of the loop iteration. This means, after the first iteration, if an error occurs those python objects will get their refcount dropped two times, resulting in a possible double-free. | ||||
* | | update HISTORY | Giampaolo Rodola | 2019-11-12 | 3 | -1/+15 |
|/ | |||||
* | Fix _psutil_bsd.c compile error on OpenBSD (#1619) | Nathan Houghton | 2019-11-12 | 1 | -1/+1 |
| | |||||
* | #1615, 1614: remove pyproject.tomlrelease-5.6.5 | Giampaolo Rodola | 2019-11-06 | 1 | -1/+0 |
| | |||||
* | #1615, 1614: remove pyproject.toml | Giampaolo Rodola | 2019-11-06 | 4 | -7/+14 |
| | |||||
* | pre-releaserelease-5.6.4 | Giampaolo Rodola | 2019-11-04 | 4 | -2/+513 |
| | |||||
* | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-11-04 | 3 | -2/+9 |
|\ | |||||
| * | add PEP 517/8 build backend and requirements specification (#1565) | Bernát Gábor | 2019-11-04 | 2 | -0/+7 |
| | | |||||
| * | docs: fix TypeError in example (#1580) | Jérome Perrin | 2019-11-04 | 1 | -2/+2 |
| | | | | | | | | | | | | Terminate my children example had some error: log("process {} survived SIGTERM; trying SIGKILL" % p) TypeError: not all arguments converted during string formatting | ||||
* | | fix #1568: [Linux] use CC compiler env var if defined | Giampaolo Rodola | 2019-11-04 | 3 | -1/+10 |
|/ | |||||
* | Fix variable declaration (#1607) | vser1 | 2019-11-04 | 1 | -2/+2 |
| | | | | | In plain old C, variables shall be declared above Fix #1606 | ||||
* | fix #875, win, cwd/environ/cmdline(): retry with incremental timeout in case ↵ | Giampaolo Rodola | 2019-11-03 | 3 | -17/+60 |
| | | | | of ERROR_PARTIAL_COPY | ||||
* | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-11-01 | 1 | -0/+7 |
|\ | |||||
| * | add Tidelift security contact | Giampaolo Rodola | 2019-10-31 | 1 | -0/+7 |
| | | |||||
* | | fix #875: convert ERROR_PARTIAL_COPY from ReadProcessMemory to AccessDenied | Giampaolo Rodola | 2019-11-01 | 3 | -19/+29 |
|/ | |||||
* | revert last appveyor change for 3.8 | Giampaolo Rodola | 2019-10-24 | 2 | -9/+9 |
| |