summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move disk/net functions in their own C fileswin-refactGiampaolo Rodola2020-01-026-782/+857
* #1652: also drop support for Windows Server 2003Giampaolo Rodola2020-01-025-15/+5
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-01-026-106/+8
|\
| * Drop windows XP support (#1652)Giampaolo Rodola2020-01-018-108/+11
* | move custom exceptions in _common.pyGiampaolo Rodola2020-01-029-154/+129
* | small refactoringGiampaolo Rodola2020-01-022-7/+3
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-01-0210-741/+853
|\ \ | |/
| * highlight cmd.exe warnings/errs from VSGiampaolo Rodola2019-12-301-1/+53
| * win: split code into new process_utils.cGiampaolo Rodola2019-12-308-279/+303
| * windows: move net_connections() in socks.cGiampaolo Rodola2019-12-304-462/+498
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-12-3015-37/+225
| |\
| * | fix compilation err on winGiampaolo Rodola2019-11-221-1/+1
* | | bump versioncygwinGiampaolo Rodola2019-12-291-1/+2
* | | update/fix wait_procs() docGiampaolo Rodola2019-12-291-3/+3
* | | lintGiampaolo Rodola2019-12-282-1/+4
| |/ |/|
* | credits for #1648Giampaolo Rodola2019-12-283-0/+10
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-12-281-0/+1
|\ \
| * | sensors_temperatures: also search /sys/devices/platform/coretemp.* for temper...Javad Karabi2019-12-281-0/+1
* | | setup.py: print instructions if C compiler is not installedGiampaolo Rodola2019-12-282-3/+79
* | | update HISTORY for #1646Giampaolo Rodola2019-12-212-0/+7
|/ /
* | Fix Process on FreeBSD 12.0+ i386 (#1646)Po-Chuan Hsieh2019-12-211-1/+5
* | HERE: use realpath() instead of abspath() because of failures seen in https:/...Giampaolo Rodola2019-12-182-2/+7
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-12-181-1/+1
|\ \
| * | Fix simple typo: whish -> wish (#1640)Tim Gates2019-12-171-1/+1
* | | SunOS, fix #1642: PID 0 raises FileNotFoundErrorGiampaolo Rodola2019-12-182-1/+4
|/ /
* | [Solaris] Fix #1637 (#1638)vser12019-12-175-7/+41
* | Readme tidelift update (#1636)Giampaolo Rodola2019-12-052-14/+16
* | total physical memory (exclusive swap). (#1634)Thomas Güttler2019-12-051-1/+1
* | update docrelease-5.6.7Giampaolo Rodola2019-11-262-10/+42
* | fix #1630: can't compile source distribution on WindowsGiampaolo Rodola2019-11-263-2/+12
* | pre releaserelease-5.6.6Giampaolo Rodola2019-11-252-1/+5
|/
* revert #1595Giampaolo Rodola2019-11-222-13/+1
* updat HISTORYGiampaolo Rodola2019-11-223-3/+6
* linux, cmdline(), fix for #1179, comment 552984549: sometimes string ends wit...Giampaolo Rodola2019-11-222-1/+16
* use PROCESS_QUERY_LIMITED_INFORMATIONGiampaolo Rodola2019-11-221-2/+1
* #1595: use psutil_pid_is_running() instead of GetExitCodeProcessGiampaolo Rodola2019-11-201-14/+6
* #fix #1595 / windows: kill() may not raise AccessDeniedGiampaolo Rodola2019-11-203-8/+25
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-11-201-0/+2
|\
| * release gil around users()/BSD (#1425)Giampaolo Rodola2019-11-201-0/+2
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-11-203-2/+10
|\ \ | |/
| * travis/appveyor: add support for Python 3.8 (#1625)Hugo van Kemenade2019-11-203-2/+10
* | update CREDITSGiampaolo Rodola2019-11-202-0/+7
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-11-202-12/+12
|\ \ | |/
| * Run slower jobs first so they don't hold up the CI (#1626)Hugo van Kemenade2019-11-201-7/+7
| * psutil/_psutil_posix.c: better clear variables to ensure they are NULL (#1624)Riccardo Schirone2019-11-181-5/+5
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-11-136-101/+97
|\ \ | |/
| * Use Py_CLEAR instead of Py_DECREF to also set the variable to NULL (#1616)Riccardo Schirone2019-11-136-101/+97
* | update HISTORYGiampaolo Rodola2019-11-123-1/+15
|/
* Fix _psutil_bsd.c compile error on OpenBSD (#1619)Nathan Houghton2019-11-121-1/+1
* #1615, 1614: remove pyproject.tomlrelease-5.6.5Giampaolo Rodola2019-11-061-1/+0