summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* feature: use ABI3 for cp36+ (#2102)Matthieu Darbois2022-10-217-165/+120
* fix py2 compatibilityGiampaolo Rodola2022-10-201-2/+5
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-10-203-3/+6
|\
| * fix: linter issues from #2146 (#2155)Matthieu Darbois2022-10-183-3/+6
* | improve API speed benchmark script #2102Giampaolo Rodola2022-10-201-29/+118
|/
* chore: skip test_cpu_freq on macOS arm64 (#2146)Matthieu Darbois2022-10-184-0/+12
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-10-181-1/+1
|\
| * Fix a typo (#2047)iam-py-test2022-10-181-1/+1
* | pre-release + give CREDITS to @mayeut (PR #2040) and @eallrich (new supporter)release-5.9.3Giampaolo Rodola2022-10-183-4/+10
|/
* move isort and coverage config into pyproject.tomlGiampaolo Rodola2022-10-188-48/+47