summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Makefile: define num CPUs for parallel workersGiampaolo Rodola2023-03-311-5/+6
|/
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2023-03-293-68/+107
|\
| * [Linux] guess `available` virtual_memory() if kernel says it's 0 (#2052)Giampaolo Rodola2023-03-293-68/+107
* | fix C compilation warning on Linux + Python 2Giampaolo Rodola2023-03-291-1/+8
|/
* fix linux testsGiampaolo Rodola2023-03-281-3/+0
* update HISTORYGiampaolo Rodola2023-03-281-0/+2
* update HISTORY/CREDITS for #2216 / @mayeutGiampaolo Rodola2023-03-272-1/+3
* When raising warning, always use stacklevel=2Giampaolo Rodola2023-03-273-6/+6
* Win: fix running tests in a virtual environment (#2216)Matthieu Darbois2023-03-276-72/+42
* typo (#2055)Gerardwx2023-03-181-1/+1
* Makefile: set PSUTIL_SCRIPTS_DIR for 'test' target (re. to #2211)Giampaolo Rodola2023-03-181-1/+1
* CI: fix TestScripts tests failing due to ambiguous SCRIPTS_DIR (#2211)Matthieu Darbois2023-03-182-12/+6
* setup.py: on failure, give suggestion about PYPY installationGiampaolo Rodola2023-03-071-3/+5
* fix exec() compatibility with PYPY (closes #2198)Giampaolo Rodola2023-03-071-1/+6
* Fix license: extra open quote. (#2197)SnoopProject2023-01-261-1/+1
* Clearer tracebacks in case of chained exceptions (#2196)Giampaolo Rodola2023-01-242-3/+36
* disable flaky test + small Makefile refactGiampaolo Rodola2023-01-247-23/+20
* #2191 / disk_partitions(): if all=True, do not unnecessarily list disk partit...Giampaolo Rodola2023-01-091-10/+11
* fix make test-coverage targetGiampaolo Rodola2022-12-304-5/+5
* update shields/badgesGiampaolo Rodola2022-12-271-2/+2
* give CREDITS to @sunpoet for #2186Giampaolo Rodola2022-12-272-1/+2
* Fix build with Clang 15 (#2186)Po-Chuan Hsieh2022-12-271-1/+1
* fix flake8 configGiampaolo Rodola2022-12-271-6/+12
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-12-271-1/+1
|\
| * Fixed typo in debug message (#2187)Daniel Lockyer2022-12-271-1/+1
* | fix CI linters run + add @robusta-dev to list of supportersGiampaolo Rodola2022-12-272-5/+1
|/
* write extensive test suite for @memoize decoratorGiampaolo Rodola2022-12-153-7/+114
* update build.ymlGiampaolo Rodola2022-11-142-21/+24
* improve and rename print_wheels.py scriptGiampaolo Rodola2022-11-113-22/+47
* use argparse module in 3 scripts/internal scriptsGiampaolo Rodola2022-11-111-1/+9
* fix long_description on Windows (see: #2168)Giampaolo Rodola2022-11-114-18/+12
* make.bat: use default 'python' exe; get rid of hard-coded python pathGiampaolo Rodola2022-11-111-9/+7
* fix: long-description on Windows (#2168)Matthieu Darbois2022-11-102-1/+16
* GH actions: update actions' deps to latest versionGiampaolo Rodola2022-11-101-15/+6
* use argparse module in 3 scripts/internal scriptsGiampaolo Rodola2022-11-103-18/+30
* setup.py: provide better err msg if can't compileGiampaolo Rodola2022-11-102-34/+51
* #2164: fix compilation failures on linux < 2.6.27 / CentOS 5 (#2171)Giampaolo Rodola2022-11-105-3/+16
* update and fix issue/PR labeler script (CI)Giampaolo Rodola2022-11-082-14/+27
* revert previous commitGiampaolo Rodola2022-11-071-15/+113
* remove HTML from README so that I can build wheels on winGiampaolo Rodola2022-11-071-61/+0
* remove HTML from README so that I can build wheels on winGiampaolo Rodola2022-11-071-54/+17
* minor fixes to pypi upload machineryrelease-5.9.4Giampaolo Rodola2022-11-073-8/+6
* pre releaseGiampaolo Rodola2022-11-072-5/+5
* add windows test for free physical mem #2074Giampaolo Rodola2022-10-212-2/+41
* fix OSX tests broken by accidentGiampaolo Rodola2022-10-211-2/+2
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-10-211-1/+2
|\
| * build fix for Mac OS, Apple Silicon (#2010)Lawrence D'Anna2022-10-211-1/+2
* | update HISTORY + give CREDITS for @arossert, @smoofra, @mayeut for #2102, #21...Giampaolo Rodola2022-10-215-6/+24
|/
* Linux: fix missing SPEED_UNKNOWN definition (#2156)Amir Rossert2022-10-211-0/+5
* Use system-level values for Windows virtual memory (#2077)Daniel Widdis2022-10-214-13/+32