| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix typoc-mod-init | Giampaolo Rodola | 2019-10-17 | 1 | -2/+2 |
| | | |||||
| * | port _psutil_osx | Giampaolo Rodola | 2019-10-17 | 1 | -73/+70 |
| | | |||||
| * | port _psutil_bsd | Giampaolo Rodola | 2019-10-17 | 1 | -87/+76 |
| | | |||||
| * | port _psutil_posix.c module | Giampaolo Rodola | 2019-10-17 | 2 | -61/+39 |
| | | |||||
| * | check return value of PyModule_AddIntConstant | Giampaolo Rodola | 2019-10-17 | 1 | -27/+28 |
| | | |||||
| * | port _psutil_linux | Giampaolo Rodola | 2019-10-17 | 1 | -47/+22 |
| | | |||||
| * | update doc | Giampaolo Rodola | 2019-10-17 | 1 | -7/+9 |
| | | |||||
| * | fix more CentOS failures | Giampaolo Rodola | 2019-10-10 | 2 | -29/+9 |
| | | |||||
| * | fix some failing tests on CentOS | Giampaolo Rodola | 2019-10-09 | 2 | -5/+4 |
| | | |||||
| * | test_system: relax test_disk_partitions asserts on mountpoints (#1600) | Riccardo Magliocchetti | 2019-10-08 | 1 | -5/+2 |
| | | | | | | | As on at least Solaris and modern Linux systems they can be files too. On linux bind mounts may commonly be used with containers. Fix #1573 | ||||
| * | setup.py; rm temp dir | Giampaolo Rodola | 2019-09-30 | 1 | -6/+4 |
| | | |||||
| * | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-09-30 | 2 | -5/+4 |
| |\ | |||||
| | * | Don't pollute tree with temporary configure test files (#1597) | Anthony Ramine | 2019-09-30 | 2 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The docs for CCompiler.compile say: > If output_dir is given, object files will be put under it, while retaining their > original path component. That is, foo/bar.c normally compiles to foo/bar.o (for a > Unix implementation); if output_dir is build, then it would compile to build/foo/bar.o. What they forget to say is that path components are also retained if output_dir is not specified, it just means it will do so in the current directory. So if you compile a temporary C file /tmp/foo.c, it will produce a ./tmp/foo.o file relative to the current directory. This commit fixes that issue by passing an explicit output_dir itself located in a temporary directory. | ||||
| * | | #1594: set a limit for eligible CPUs combinations | Giampaolo Rodola | 2019-09-26 | 1 | -0/+2 |
| | | | |||||
| * | | update HISTORY | Giampaolo Rodola | 2019-09-26 | 2 | -0/+6 |
| |/ | |||||
| * | Fix #1563 - do not try to close invalid socket file descriptor (#1585) | Athos Ribeiro | 2019-09-26 | 1 | -11/+6 |
| | | |||||
| * | Removed a typo/copy'n'paste mistake Linux->Windows (#1588) | Bastian Ebeling | 2019-09-18 | 1 | -1/+1 |
| | | |||||
| * | fix #1578: 'perf' lib was renamed to 'pyperf' | Giampaolo Rodola | 2019-09-18 | 3 | -4/+4 |
| | | |||||
| * | update HISTORY | Giampaolo Rodola | 2019-09-15 | 1 | -0/+2 |
| | | |||||
| * | Correct loadavg constants for 5 and 15 minutes. Fixes #1552 (#1583) | Ammar Askar | 2019-09-15 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-09-15 | 2 | -5/+5 |
| |\ | |||||
| | * | broken links fix docs/index.rst (#1555) | SteveMoto | 2019-08-27 | 1 | -3/+3 |
| | | | |||||
| | * | typo fix docs/index.rst (#1553) | SteveMoto | 2019-08-27 | 1 | -1/+1 |
| | | | |||||
| | * | typo fix scripts/internal/print_timeline.py (#1556) | SteveMoto | 2019-08-27 | 1 | -1/+1 |
| | | | |||||
| * | | update getloadavg doc | Giampaolo Rodola | 2019-09-15 | 2 | -9/+18 |
| | | | |||||
| * | | update README and issue templates | Giampaolo Rodola | 2019-09-14 | 3 | -3/+1 |
| | | | |||||
| * | | fix #1527: Linux process CPU iowait time | Giampaolo Rodola | 2019-09-07 | 5 | -7/+42 |
| | | | |||||
| * | | add script to help fix flake8 issues | Giampaolo Rodola | 2019-06-29 | 2 | -0/+188 |
| | | | |||||
| * | | fix #1546: usage percent may be rounded to 0 on Python 2. | Giampaolo Rodola | 2019-06-28 | 2 | -4/+5 |
| | | | |||||
| * | | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-06-28 | 14 | -214/+249 |
| |\ \ | |/ | |||||
| | * | PEP-3151: backport FS exceptions to Python 2 (#1544) | Giampaolo Rodola | 2019-06-28 | 16 | -218/+254 |
| | | | |||||
| * | | use SO_REUSEADDR on UNIX only | Giampaolo Rodola | 2019-06-26 | 2 | -2/+3 |
| | | | |||||
| * | | version bump + fix typo | Giampaolo Rodola | 2019-06-19 | 2 | -2/+2 |
| |/ | |||||
| * | rename class names | Giampaolo Rodola | 2019-06-14 | 1 | -7/+8 |
| | | |||||
| * | fix FreeBSD tests | Giampaolo Rodola | 2019-06-14 | 2 | -21/+25 |
| | | |||||
| * | fix various tests | Giampaolo Rodola | 2019-06-14 | 5 | -5/+16 |
| | | |||||
| * | #1536: better detection of zombie proc | Giampaolo Rodola | 2019-06-14 | 1 | -3/+16 |
| | | |||||
| * | [NetBSD] cmdline() raise ZombieProcess when unable to decode chars (#1536) | Giampaolo Rodola | 2019-06-14 | 3 | -5/+9 |
| | | | | | | | | | | * bug #1536 / NetBSD / cmdline: treat EINVAL as 'return []' This happens with unicode test, meaning the C routine it's unable to decode the unicode chars. Also, fix a bug introduced in 1530 (C impl of cwd()) which does not take ENOENT into account. | ||||
| * | Connection family/type are not converted to enums (#1535) | Giampaolo Rodola | 2019-06-14 | 13 | -272/+263 |
| | | |||||
| * | fix bsd test | Giampaolo Rodola | 2019-06-13 | 1 | -1/+1 |
| | | |||||
| * | add pip install --trusted-host opt | Giampaolo Rodola | 2019-06-13 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-06-12 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix #1528: [AIX] use correct definition of size of procbuf (#1533) | wiggin15 | 2019-06-12 | 1 | -2/+2 |
| | | | |||||
| * | | credits to @wiggin15 for #1528 | Giampaolo Rodola | 2019-06-12 | 3 | -3/+8 |
| | | | |||||
| * | | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-06-12 | 1 | -3/+2 |
| |\ \ | |/ | |||||
| | * | Revert "Add handling of missing space in meminfo output (#1517)" (#1531) | Giampaolo Rodola | 2019-06-12 | 1 | -3/+2 |
| | | | | | | | This reverts commit 6b994c625db2abaaadf58a0425f9daaf3e4ad9e5. | ||||
| * | | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-06-12 | 2 | -4/+3 |
| |\ \ | |/ | |||||
| | * | Add handling of missing space in meminfo output (#1517) | xiaclo | 2019-06-12 | 1 | -2/+3 |
| | | | |||||
| | * | Travis CI: The sudo tag is now deprecated in Travis (#1521) | cclauss | 2019-06-12 | 1 | -2/+0 |
| | | | |||||
| * | | update docs / HISTORY / CREDITS / @krytarowski for #1530 | Giampaolo Rodola | 2019-06-12 | 3 | -1/+12 |
| |/ | |||||
