summaryrefslogtreecommitdiff
path: root/psutil/tests
Commit message (Expand)AuthorAgeFilesLines
* fix flake8win-proc-exeGiampaolo Rodola2020-02-011-2/+0
* handle the case where Buffer is NULLGiampaolo Rodola2020-01-311-0/+2
* fix testGiampaolo Rodola2020-01-311-2/+5
* add comments + testGiampaolo Rodola2020-01-313-5/+13
* remove proc_name()Giampaolo Rodola2020-01-313-47/+4
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-297-24/+26
* fix Cirrus failureGiampaolo Rodola2020-01-242-3/+5
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-248-42/+40
* Add *new_only* parameter for process_iter() (#1667)Giampaolo Rodola2020-01-181-1/+17
* AD script: print AD percentage + elapsed timeGiampaolo Rodola2020-01-161-1/+1
* properly cleanup C threadGiampaolo Rodola2020-01-141-1/+1
* [Windows] rewrite of open_files() (#1660)Giampaolo Rodola2020-01-091-1/+1
* add more types testsGiampaolo Rodola2020-01-071-10/+51
* add contract tests for IOPRIO_ win constantsGiampaolo Rodola2020-01-071-7/+18
* refactoring test_contracts.pyGiampaolo Rodola2020-01-071-24/+27
* fix some win testsGiampaolo Rodola2020-01-062-2/+5
* fix #1656: [Windows] Process.memory_full_info() raises AccessDenied even for ...Giampaolo Rodola2020-01-061-1/+1
* fix open_files() tests broken on windows due to case sensitivenessGiampaolo Rodola2020-01-032-11/+13
* small refactoringGiampaolo Rodola2020-01-021-6/+3
* credits for #1648Giampaolo Rodola2019-12-281-0/+1
* HERE: use realpath() instead of abspath() because of failures seen in https:/...Giampaolo Rodola2019-12-181-2/+3
* Fix simple typo: whish -> wish (#1640)Tim Gates2019-12-171-1/+1
* updat HISTORYGiampaolo Rodola2019-11-221-0/+2
* linux, cmdline(), fix for #1179, comment 552984549: sometimes string ends wit...Giampaolo Rodola2019-11-221-0/+8
* fix #875, win, cwd/environ/cmdline(): retry with incremental timeout in case ...Giampaolo Rodola2019-11-031-0/+10
* 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 #1527: Linux process CPU iowait timeGiampaolo Rodola2019-09-072-0/+6
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-287-34/+30
* rename class namesGiampaolo Rodola2019-06-141-7/+8
* fix FreeBSD testsGiampaolo Rodola2019-06-141-20/+24
* fix various testsGiampaolo Rodola2019-06-143-3/+15
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-144-171/+203
* fix bsd testGiampaolo Rodola2019-06-131-1/+1
* skip pure-python mem test on linuxGiampaolo Rodola2019-05-301-0/+1
* update CREDITS + small style fixGiampaolo Rodola2019-05-081-5/+0
* Fix some tests on AIX (#1507)wiggin152019-05-081-3/+17
* Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari)wiggin152019-05-071-1/+1
* Fix #1276: [AIX] use getargs to get process cmdline (#1500) (patch by @wiggi...wiggin152019-05-061-0/+16
* Fix cpu freq (#1496)David Brochart2019-04-262-7/+25
* Update cpu_freq to return 0 for max/min if not available (#1487)Alex Manuskin2019-04-251-4/+4
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-114-0/+31
* Linux / CPU freq, fixes #1481Alex Manuskin2019-04-051-34/+47
* move bytes2human() into psutil._common and reused it from scripts dirGiampaolo Rodola2019-04-051-19/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-051-7/+15
|\
| * fix windows failure re. py 2 vs. 3Giampaolo Rodola2019-04-051-7/+15
* | fix linux testsfix-testsGiampaolo Rodola2019-04-051-2/+2
|/
* remove outdated testsGiampaolo Rodola2019-04-051-4/+0