summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pypy' of https://github.com/giampaolo/psutil into pypypypyGiampaolo Rodola2020-02-112-3/+3
|\
| * Merge branch 'master' into pypyGiampaolo Rodola2020-02-112-3/+3
| |\
| | * try to fix travis testGiampaolo Rodola2020-02-111-0/+3
| | * fix #1576: remove code duplicate for create_time / boot_timeGiampaolo Rodola2020-02-111-3/+0
* | | remove pdbGiampaolo Rodola2020-02-111-5/+1
|/ /
* | update HISTORYGiampaolo Rodola2020-02-113-7/+6
* | skip PYPY testsGiampaolo Rodola2020-02-112-2/+6
* | NtQuerySystemInformation on on PYPY often fails with ERROR_TOO_MANY_OPEN_FILE...Giampaolo Rodola2020-02-113-3/+22
* | skip all win tests on pypyGiampaolo Rodola2020-02-111-9/+16
* | skip some testsGiampaolo Rodola2020-02-111-3/+4
* | skip some tests for PYPYGiampaolo Rodola2020-02-111-0/+3
* | copyload_shaRED_LIB HACK TO SUPPORT pypyGiampaolo Rodola2020-02-111-1/+4
* | replace PyErr_SetFromWindowsErrWithFilename missing on PYPYGiampaolo Rodola2020-02-112-11/+41
* | psutil didn't compile on PYPYGiampaolo Rodola2020-02-116-16/+49
* | windows: convert pid_t to DWORDGiampaolo Rodola2020-02-111-2/+2
* | merge from masterGiampaolo Rodola2020-02-111-0/+5
* | Merge branch 'master' of https://github.com/giampaolo/psutilGiampaolo Rodola2020-02-1117-114/+178
|\ \ | |/
| * fix #1627: [Linux] Process.memory_maps() can raise KeyErrorGiampaolo Rodola2020-02-112-1/+2
| * small refactGiampaolo Rodola2020-02-112-4/+3
| * fix #1681 / linux / disk_partitions: show swapGiampaolo Rodola2020-02-114-0/+47
| * skip memleak tests on PyPy: they are unreliable probably because of the JITGiampaolo Rodola2020-02-105-23/+16
| * Enable PyPy3 on CI (#1682)johnthagen2020-02-091-1/+1
| * 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-093-22/+5
| * fix #1650 [Linux] sensors_temperatures() no longer emit warnings on file not ...Giampaolo Rodola2020-02-093-5/+15
| * update docGiampaolo Rodola2020-02-071-1/+1
| * fix #1674, SunOS: disk_partitions() may raise OSError.Giampaolo Rodola2020-02-072-2/+7
| * Reference exact CVE in HISTORY for 5.6.6 (#1653)Adam Johnson2020-02-051-1/+3
| * [Windows] speedup connections (#1679)Giampaolo Rodola2020-02-052-49/+60
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-02-042-93/+73
| |\
| * | #1610: clarify in the doc what cpu_count meansGiampaolo Rodola2020-02-041-2/+4
* | | Merge branch 'master' of https://github.com/giampaolo/psutilGiampaolo Rodola2020-02-031-92/+72
|\ \ \ | | |/ | |/|
| * | [Windows] connections() refactoring (#1678)Giampaolo Rodola2020-02-012-93/+73
| |/
* | print-ad.py: double sortGiampaolo Rodola2020-02-011-1/+1
|/
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-0110-121/+104
* small C refactoringGiampaolo Rodola2020-02-012-21/+5
* update HISTORYGiampaolo Rodola2020-01-301-0/+1
* 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-2932-245/+301
* OpenBSD fixes (#1673)Giampaolo Rodola2020-01-277-115/+69
* run py2 tests on cirrusGiampaolo Rodola2020-01-241-2/+2
* Cirrus: enable python 2Giampaolo Rodola2020-01-241-2/+17
* fix Cirrus failureGiampaolo Rodola2020-01-243-5/+7
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-2414-45/+68
* Remove links to abandoned psutil ports in readme (#1669)Caleb Bassi2020-01-191-2/+0
* [Windows] psutil_handle_from_pid() refactoring (#1668)Giampaolo Rodola2020-01-181-160/+52
* set proper NTSTATUS error codeGiampaolo Rodola2020-01-181-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-01-184-26/+42
|\
| * Add *new_only* parameter for process_iter() (#1667)Giampaolo Rodola2020-01-185-26/+48