summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* move disk/net functions in their own C fileswin-refactGiampaolo Rodola2020-01-025-782/+855
* #1652: also drop support for Windows Server 2003Giampaolo Rodola2020-01-023-10/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-01-023-103/+4
|\
| * Drop windows XP support (#1652)Giampaolo Rodola2020-01-015-105/+7
* | 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-028-738/+796
|\ \ | |/
| * win: split code into new process_utils.cGiampaolo Rodola2019-12-307-279/+302
| * windows: move net_connections() in socks.cGiampaolo Rodola2019-12-303-460/+495
* | bump versioncygwinGiampaolo Rodola2019-12-291-1/+2
* | lintGiampaolo Rodola2019-12-282-1/+4
|/
* credits for #1648Giampaolo Rodola2019-12-281-0/+1
* 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-281-1/+35
|/
* 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-181-2/+3
* 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-181-0/+3
|/
* [Solaris] Fix #1637 (#1638)vser12019-12-172-5/+15
* fix #1630: can't compile source distribution on WindowsGiampaolo Rodola2019-11-262-2/+2
* revert #1595Giampaolo Rodola2019-11-221-12/+1
* updat HISTORYGiampaolo Rodola2019-11-222-3/+4
* 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-201-7/+23
* 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-201-5/+5
|\ \ | |/
| * 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-121-1/+1
|/
* Fix _psutil_bsd.c compile error on OpenBSD (#1619)Nathan Houghton2019-11-121-1/+1
* #1615, 1614: remove pyproject.tomlGiampaolo Rodola2019-11-061-1/+1
* Fix variable declaration (#1607)vser12019-11-041-2/+2
* fix #875, win, cwd/environ/cmdline(): retry with incremental timeout in case ...Giampaolo Rodola2019-11-033-17/+60
* fix #875: convert ERROR_PARTIAL_COPY from ReadProcessMemory to AccessDeniedGiampaolo Rodola2019-11-012-19/+27
* fix compiler warningsGiampaolo Rodola2019-10-241-2/+3
* Refactor C modules init (#1603)Giampaolo Rodola2019-10-214-294/+234
* Fixes #1570: raise the NTSTATUS returned by NtWow64* syscalls (#1602)Erwan Le Pape2019-10-111-23/+26
* fix #1126: cpu_affinity() segfaults on CentOS 5Giampaolo Rodola2019-10-102-78/+44
* fix more CentOS failuresGiampaolo Rodola2019-10-102-29/+9
* fix some failing tests on CentOSGiampaolo Rodola2019-10-091-4/+3
* test_system: relax test_disk_partitions asserts on mountpoints (#1600)Riccardo Magliocchetti2019-10-081-5/+2
* #1594: set a limit for eligible CPUs combinationsGiampaolo Rodola2019-09-261-0/+2
* Fix #1563 - do not try to close invalid socket file descriptor (#1585)Athos Ribeiro2019-09-261-11/+6
* Correct loadavg constants for 5 and 15 minutes. Fixes #1552 (#1583)Ammar Askar2019-09-151-3/+3