summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* integrate C linter in GIT commit hookGiampaolo Rodola2020-02-182-3/+3
* check missing space between keyword and parenthesisGiampaolo Rodola2020-02-181-1/+1
* fix no new line at EOFGiampaolo Rodola2020-02-188-10/+9
* revert process_iter() exactly how it was pre #1667Giampaolo Rodola2020-02-181-3/+2
* revert #1667 process_iter() new_only paramGiampaolo Rodola2020-02-182-21/+1
* #1053 fix syntax incompatible with py2.6Giampaolo Rodola2020-02-161-2/+1
* remove deprecation test: it fails intermittently because warnings uses a glob...Giampaolo Rodola2020-02-161-17/+0
* get rid of pip_install() code for py2; move everything in runner.pyGiampaolo Rodola2020-02-153-84/+17
* point all shebangs to python 3Giampaolo Rodola2020-02-1516-16/+16
* refactor print colors utilsGiampaolo Rodola2020-02-153-93/+85
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-02-152-11/+7
|\
| * Fix a compile error in _psutil_linux.c if PSUTIL_HAVE_IOPRIO is false (#1695)Anselm Kruis2020-02-151-1/+1
| * #1693: also increase precision of users()'s login timeGiampaolo Rodola2020-02-131-10/+6
* | update docGiampaolo Rodola2020-02-151-2/+3
|/
* divide test_system.py unit tests in multiple classesGiampaolo Rodola2020-02-141-183/+200
* fix testsGiampaolo Rodola2020-02-132-2/+6
* #1659: provide error message in case of bugged PYPY2 versionGiampaolo Rodola2020-02-142-4/+12
* small refactoringGiampaolo Rodola2020-02-141-6/+7
* #1681, revert 00a3398Giampaolo Rodola2020-02-132-44/+0
* refactoring: get rid of duplicated code; use one function to return (user, sy...Giampaolo Rodola2020-02-132-58/+20
* [Windows] increase precision of boot_time() and proc create_time() (#1693)Giampaolo Rodola2020-02-134-64/+58
* #1672: warning pre-processor directive don't work on win + py2; also if struc...Giampaolo Rodola2020-02-131-7/+4
* small refactoring to accomodate #1691Giampaolo Rodola2020-02-131-5/+6
* #1672: determine pid_t size at runtime in setup.pyGiampaolo Rodola2020-02-121-1/+4
* refactoringGiampaolo Rodola2020-02-122-44/+52
* fix pypy on LinuxGiampaolo Rodola2020-02-123-46/+42
* refactor docGiampaolo Rodola2020-02-121-5/+26
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-1113-40/+134
* fix #1627: [Linux] Process.memory_maps() can raise KeyErrorGiampaolo Rodola2020-02-111-1/+1
* small refactGiampaolo Rodola2020-02-111-3/+2
* fix #1681 / linux / disk_partitions: show swapGiampaolo Rodola2020-02-112-0/+43
* skip memleak tests on PyPy: they are unreliable probably because of the JITGiampaolo Rodola2020-02-102-5/+7
* Fix test errors for PYPY.Giampaolo Rodola2020-02-093-4/+8
* #1672, #1682: SIZEOF_INT is not available on pypy3; assume that on systems wh...Giampaolo Rodola2020-02-092-9/+16
* [Linux] disk_io_counters() ValueError when parsing /sys/block (#1684)Giampaolo Rodola2020-02-092-22/+3
* fix #1650 [Linux] sensors_temperatures() no longer emit warnings on file not ...Giampaolo Rodola2020-02-093-5/+15
* fix #1674, SunOS: disk_partitions() may raise OSError.Giampaolo Rodola2020-02-071-1/+5
* [Windows] speedup connections (#1679)Giampaolo Rodola2020-02-051-49/+59
* [Windows] connections() refactoring (#1678)Giampaolo Rodola2020-02-011-92/+72
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-018-119/+100
* small C refactoringGiampaolo Rodola2020-02-012-21/+5
* Add special case for psutil_proc_cwd/NetBSD (#1538)Kamil Rytarowski2020-01-301-1/+4
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-2927-235/+297
* OpenBSD fixes (#1673)Giampaolo Rodola2020-01-276-115/+67
* fix Cirrus failureGiampaolo Rodola2020-01-242-3/+5
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-249-42/+42
* [Windows] psutil_handle_from_pid() refactoring (#1668)Giampaolo Rodola2020-01-181-160/+52
* set proper NTSTATUS error codeGiampaolo Rodola2020-01-181-1/+1
* Add *new_only* parameter for process_iter() (#1667)Giampaolo Rodola2020-01-182-5/+25
* Future-proof disk_io_counters on Linux. (#1665)Mike Hommey2020-01-171-1/+2