summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* properly check OSError.winerrorwinerr-handlingGiampaolo Rodola2019-04-042-49/+50
|
* refactor ionice() on LinuxGiampaolo Rodola2019-04-041-6/+3
|
* refactor ionice() on LinuxGiampaolo Rodola2019-04-042-59/+36
|
* ionice test refactoringGiampaolo Rodola2019-04-041-48/+50
|
* #1404: fix regression not returning CPUs > 9Giampaolo Rodola2019-04-021-1/+2
|
* give CREDITS to Daniel Beer for #1471Giampaolo Rodola2019-04-023-5/+11
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-023-7/+9
|\
| * Fix spurious exception when iterating processes on Solaris (#1471)Daniel Beer2019-04-021-1/+3
| |
| * Fix corner case when /etc/mtab doesn't exist and procfs=/proc (#1470)Cedric Lamoriniere2019-03-281-4/+4
| | | | | | | | | | | | | | | | | | | | In some Linux configurations the `/etc/mtab` does not exist but the procfs_path is equal to `/proc`. With the fix done for the issue #1307, the described configuration didn't work. This Commit introduce an additional check that verifies if the `/etc/mtab` file exists before using it, else it defaults to `<procfs_path>/self/mounts` Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
| * Typo fixed (#1469)ABDUL NIYAS P M2019-03-271-2/+2
| |
* | give CREDITS for #1470Giampaolo Rodola2019-03-282-1/+7
| |
* | update DEVNOTESGiampaolo Rodola2019-03-281-0/+11
|/
* #1458: implement colors on WindowsGiampaolo Rodola2019-03-181-7/+49
|
* update HISTORY / CREDITS, fix some C warningsGiampaolo Rodola2019-03-174-10/+6
|
* Make uptime type consitent to fix boot time error. (#1225)Xiaoling Bao2019-03-171-17/+8
|
* fix #1463: cpu_distribution.py script is brokenGiampaolo Rodola2019-03-172-7/+36
|
* update issue templateGiampaolo Rodola2019-03-142-7/+12
|
* issue #1404 / linux / phys CPUs countGiampaolo Rodola2019-03-143-6/+21
| | | | | determine CPUs from /sys/devices/system/cpu/cpu[0-9]/topology/core_id in case /proc/cpuinfo does not provide this info
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-03-140-0/+0
|\
| * Big docfix (#1464)Giampaolo Rodola2019-03-136-218/+217
| | | | | | | | | | | | | | | | * use https wherever possible * always point to python 3 doc * point to new MSDN urls * use RST references and avoid repetitions of URLs
* | Big docfix (#1464)Giampaolo Rodola2019-03-1416-345/+369
|/ | | | | | | * use https wherever possible * always point to python 3 doc * point to new MSDN urls * use RST references and avoid repetitions of URLs
* Make tests invariant to LANG setting (#1462)Benjamin Drung2019-03-131-3/+3
| | | | | | | When LANG is set to a non English locale (e.g. de_DE.UTF-8), free and vmstat will output the text translated and cause the test cases to fail. Therefore set LANG=C.UTF-8 when calling free or vmstat to always get the English output.
* test runner: show errors on KeyboardInterruptGiampaolo Rodola2019-03-133-4/+25
|
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-1317-57/+48
|
* Coloured tests (#1459)Giampaolo Rodola2019-03-1319-63/+144
| | | Fixes #1458.
* pre-releaserelease-5.6.1Giampaolo Rodola2019-03-112-0/+8
|
* [Windows] calculate USS memory by using NtQueryVirtualMemory (#1453)Giampaolo Rodola2019-03-116-68/+150
|
* fix version highlighting in docs/index (#1455)Evgeni Golov2019-03-111-1/+1
|
* fix version highlighting in README (#1454)Evgeni Golov2019-03-111-1/+1
|
* run win specific tests twice as fastGiampaolo Rodola2019-03-091-22/+10
|
* test refactoringGiampaolo Rodola2019-03-101-47/+57
|
* test: avoid failing at import timeGiampaolo Rodola2019-03-062-3/+2
|
* mention how to run tests in INSTALL guideGiampaolo Rodola2019-03-061-4/+6
|
* #1448: fix Wine support due to missing rtlIpv6AddressToStringAGiampaolo Rodola2019-03-053-7/+10
|
* update HISTORYGiampaolo Rodola2019-03-052-1/+10
|
* Fix #1329: [AIX] disable some functions based on availability in libperfstat ↵wiggin152019-03-058-18/+50
| | | | (#1349)
* bump up version, fix some doc issuesGiampaolo Rodola2019-03-054-4/+6
|
* fix ResourceWarningrelease-5.6.0Giampaolo Rodola2019-03-051-2/+2
|
* pre-releaseGiampaolo Rodola2019-03-055-52/+54
|
* fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!)Giampaolo Rodola2019-03-037-5/+17
|
* update doc + change git hook locationGiampaolo Rodola2019-03-026-18/+12
|
* update docGiampaolo Rodola2019-03-011-11/+16
|
* make pre-release checks/install src dist in a venvGiampaolo Rodola2019-03-013-17/+20
|
* add new make command to check tar.gz sanityGiampaolo Rodola2019-03-011-1/+9
|
* move doc; rephrase it a bitGiampaolo Rodola2019-03-017-53/+24
|
* add issue templates for 'bug' and 'enhancement' typesGiampaolo Rodola2019-03-013-0/+33
|
* remove issue template commited by accidentGiampaolo Rodola2019-03-012-49/+0
|
* Update issue templatesGiampaolo Rodola2019-03-012-0/+49
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-2810-112/+116
|\
| * Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)Giampaolo Rodola2019-02-288-62/+68
| |