Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from master | Giampaolo Rodola | 2020-04-25 | 1 | -6/+2 |
|\ | |||||
| * | Get rid of TESTFN global variable (#1734) | Giampaolo Rodola | 2020-04-24 | 1 | -5/+0 |
| | | |||||
| * | Backport python 3 super() (#1733) | Giampaolo Rodola | 2020-04-24 | 1 | -1/+2 |
| | | |||||
* | | merge from master | Giampaolo Rodola | 2020-02-16 | 1 | -19/+0 |
|\ \ | |/ | |||||
| * | remove deprecation test: it fails intermittently because warnings uses a ↵ | Giampaolo Rodola | 2020-02-16 | 1 | -17/+0 |
| | | | | | | | | global state | ||||
* | | use @serial deco where needed | Giampaolo Rodola | 2020-02-16 | 1 | -0/+2 |
| | | |||||
* | | add run_from_name() util | Giampaolo Rodola | 2020-02-16 | 1 | -2/+2 |
|/ | |||||
* | point all shebangs to python 3 | Giampaolo Rodola | 2020-02-15 | 1 | -1/+1 |
| | |||||
* | [Windows] use NtQuerySystemInformation to determine process exe() (#1677) | Giampaolo Rodola | 2020-02-01 | 1 | -0/+2 |
| | |||||
* | Properly handle PID type in C (#1672) | Giampaolo Rodola | 2020-01-29 | 1 | -1/+2 |
| | |||||
* | Add CI testing for FreeBSD (#1671) | Giampaolo Rodola | 2020-01-24 | 1 | -7/+2 |
| | |||||
* | AD script: print AD percentage + elapsed time | Giampaolo Rodola | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | [Windows] rewrite of open_files() (#1660) | Giampaolo Rodola | 2020-01-09 | 1 | -1/+1 |
| | |||||
* | add more types tests | Giampaolo Rodola | 2020-01-07 | 1 | -10/+51 |
| | |||||
* | add contract tests for IOPRIO_ win constants | Giampaolo Rodola | 2020-01-07 | 1 | -7/+18 |
| | |||||
* | refactoring test_contracts.py | Giampaolo Rodola | 2020-01-07 | 1 | -24/+27 |
| | |||||
* | Connection family/type are not converted to enums (#1535) | Giampaolo Rodola | 2019-06-14 | 1 | -18/+12 |
| | |||||
* | Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari) | wiggin15 | 2019-05-07 | 1 | -1/+1 |
| | |||||
* | [Win] return value is not properly handled for undocumented NT* Windows ↵ | Giampaolo Rodola | 2019-04-04 | 1 | -2/+5 |
| | | | | APIs. (#1477) | ||||
* | test runner refactoring (avoid code duplication) | Giampaolo Rodola | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | Coloured tests (#1459) | Giampaolo Rodola | 2019-03-13 | 1 | -1/+1 |
| | | | Fixes #1458. | ||||
* | test refactoring | Giampaolo Rodola | 2019-03-10 | 1 | -47/+57 |
| | |||||
* | Fix #1329: [AIX] disable some functions based on availability in libperfstat ↵ | wiggin15 | 2019-03-05 | 1 | -0/+2 |
| | | | | (#1349) | ||||
* | #1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSX | Giampaolo Rodola | 2019-02-28 | 1 | -9/+2 |
| | |||||
* | #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise ↵ | Giampaolo Rodola | 2019-02-27 | 1 | -1/+9 |
| | | | | AccessDenied | ||||
* | Add Process.parents() method (#1433) | Giampaolo Rodola | 2019-02-25 | 1 | -1/+2 |
| | |||||
* | Add CPU frequency support for FreeBSD (#1369) | Alex Manuskin | 2018-12-01 | 1 | -1/+1 |
| | | | | Add CPU frequency support for FreeBSD (patch by @amanusk) | ||||
* | FreeBSD adding temperature sensors (WIP) (#1350) | Alex Manuskin | 2018-11-03 | 1 | -2/+2 |
| | | | FreeBSD: add temperature sensors | ||||
* | fix different travis failures | Giampaolo Rodola | 2018-10-12 | 1 | -1/+2 |
| | |||||
* | OSX / SMC / sensors: revert #1284 (#1325) | Giampaolo Rodola | 2018-08-14 | 1 | -2/+2 |
| | | | | | | | | | | | | * setup.py: add py 3.7 * Revert OSX sensors code due to copyright constraints It turns out code contributed in PR #1284 was using parts of a source code released by Apple [1] which uses GPL license which is incompatible with psutil's license (BSD). [1] https://gist.github.com/edvakf/4049362 | ||||
* | fix failing linux tests | Giampaolo Rodola | 2018-08-13 | 1 | -14/+4 |
| | |||||
* | Rename OSX to macOS (#1298) | Giampaolo Rodola | 2018-06-26 | 1 | -10/+12 |
| | | | rename OSX to macOS | ||||
* | Osx temps (#1284) | Alex Manuskin | 2018-06-26 | 1 | -2/+2 |
| | | | OSX: add temperatures() and fans() | ||||
* | Revert "Move tests out of package to top level directory (#1232)" (#1242) | Giampaolo Rodola | 2018-03-11 | 1 | -0/+650 |
| | | | This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581. | ||||
* | Move tests out of package to top level directory (#1232) | Jon Dufresne | 2018-03-09 | 1 | -650/+0 |
| | | | | | | | | Cleanly separates tests from the package itself. Prevents the tests being installed to site-packages. Tests are still distributed with the source distribution by MANIFEST.in. Avoids installing tests in production environments, leading to less total code in the environment. | ||||
* | Remove additional workarounds and support for Python 3.2 & 3.3 (#1228) | Jon Dufresne | 2018-03-04 | 1 | -1/+0 |
| | | | | | | Support for Python 3.3 was dropped in version 5.4.1. Support for Python 3.2 was dropped earlier. Remove all references to these unsupported versions including documentation, scripts, workarounds, etc. Eases maintenance as fewer workarounds are used for unsupported environments. | ||||
* | Use FutureWarning instead of DeprecationWarning (#1188) | Giampaolo Rodola | 2017-12-07 | 1 | -0/+17 |
| | | | | | | | | * make Process.memory_info_ex() raise FutureWarning instead of DeprecationWarning because the latter is suppressed by default * update HISTORY * add test case | ||||
* | OSX: implement sensors_battery (#1177) | wiggin15 | 2017-11-19 | 1 | -1/+1 |
| | |||||
* | skip cpu_freq tests if not available (#1170) | wiggin15 | 2017-11-11 | 1 | -1/+4 |
| | | | cpu_freq is not always available on Linux | ||||
* | AIX: implement num_ctx_switches (#1164) | wiggin15 | 2017-10-31 | 1 | -1/+1 |
| | | | | | | * small changes * AIX: implement num_ctx_switches | ||||
* | AIX support (#1123) | wiggin15 | 2017-09-26 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | | | | | | * AIX support * AIX support * AIX support * AIX support - use get_procfs_path() instead of /proc * AIX support - group sections like in other modules * AIX support * AIX support * AIX support * AIX support - remove unnecessary dict copy | ||||
* | skip UNIX socket tests on SUNOS | Giampaolo Rodola | 2017-05-18 | 1 | -0/+2 |
| | |||||
* | fix #1069 / freebsd: cpu_num() may return 255; now returns -1 | Giampaolo Rodola | 2017-05-14 | 1 | -1/+3 |
| | |||||
* | fix failing test | Giampaolo Rodola | 2017-05-05 | 1 | -1/+0 |
| | |||||
* | fix ionice test on windows + update ionice doc | Giampaolo Rodola | 2017-05-03 | 1 | -3/+4 |
| | |||||
* | fix contract test | Giampaolo Rodola | 2017-05-01 | 1 | -1/+1 |
| | |||||
* | #1022 / users(): PID cannot be determined on OpenBSD so we set it to None | Giampaolo Rodola | 2017-05-01 | 1 | -0/+1 |
| | |||||
* | use HAS_ support constants in tests | Giampaolo Rodola | 2017-04-30 | 1 | -2/+2 |
| | |||||
* | define support constants to check availability of functionalities | Giampaolo Rodola | 2017-04-30 | 1 | -3/+4 |
| | |||||
* | avoid to use @skipUnless in tests; always use @skipIf (a lot clearer) | Giampaolo Rodola | 2017-04-30 | 1 | -4/+4 |
| |