summaryrefslogtreecommitdiff
path: root/HISTORY.rst
Commit message (Expand)AuthorAgeFilesLines
...
* update HISTORYGiampaolo Rodola2019-09-151-0/+2
* fix #1527: Linux process CPU iowait timeGiampaolo Rodola2019-09-071-0/+5
* fix #1546: usage percent may be rounded to 0 on Python 2.Giampaolo Rodola2019-06-281-0/+1
* [NetBSD] cmdline() raise ZombieProcess when unable to decode chars (#1536)Giampaolo Rodola2019-06-141-0/+2
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-4/+2
* credits to @wiggin15 for #1528Giampaolo Rodola2019-06-121-0/+5
* update docs / HISTORY / CREDITS / @krytarowski for #1530Giampaolo Rodola2019-06-121-0/+9
* update HISTORY - pre releaserelease-5.6.3Giampaolo Rodola2019-06-111-3/+5
* add more badgesGiampaolo Rodola2019-05-281-2/+2
* fix #1501: handle the case where NtQueryInformationProcess fails when dealing...Giampaolo Rodola2019-05-141-0/+3
* update CREDITS + small style fixGiampaolo Rodola2019-05-081-0/+13
* fix history syntaxGiampaolo Rodola2019-04-291-8/+8
* pre releaserelease-5.6.2Giampaolo Rodola2019-04-261-0/+2
* fix #1493: [Linux] cpu_freq(): handle the case where /sys/devices/system/cpu/...Giampaolo Rodola2019-04-261-0/+2
* merge from masterGiampaolo Rodola2019-04-251-0/+2
|\
| * Update cpu_freq to return 0 for max/min if not available (#1487)Alex Manuskin2019-04-251-0/+2
* | give CREDITS to @agnewee for #1491Giampaolo Rodola2019-04-251-0/+2
|/
* fix #1486: add wraps() decorator around wrap_exceptionsGiampaolo Rodola2019-04-251-0/+2
* update HISTORYGiampaolo Rodola2019-04-111-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-111-0/+2
|\
| * Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-111-0/+2
* | give credits to @amanusk for #1472Giampaolo Rodola2019-04-051-0/+1
|/
* fix #1474: fix formatting of psutil.tests() which mimicks 'ps aux' outputGiampaolo Rodola2019-04-051-0/+1
* give CREDITS for #1480Giampaolo Rodola2019-04-051-0/+2
* [Win] Process IO priority constants + high priority (#1479 / #1476)Giampaolo Rodola2019-04-051-0/+3
* fix #1478: add make command to re-run tests failed on last runGiampaolo Rodola2019-04-051-0/+1
* [Win] return value is not properly handled for undocumented NT* Windows APIs....Giampaolo Rodola2019-04-041-0/+2
* update HISTORY for #1475Giampaolo Rodola2019-04-041-0/+2
* give CREDITS to Daniel Beer for #1471Giampaolo Rodola2019-04-021-4/+6
* give CREDITS for #1470Giampaolo Rodola2019-03-281-1/+3
* update HISTORY / CREDITS, fix some C warningsGiampaolo Rodola2019-03-171-0/+1
* fix #1463: cpu_distribution.py script is brokenGiampaolo Rodola2019-03-171-0/+1
* issue #1404 / linux / phys CPUs countGiampaolo Rodola2019-03-141-0/+3
* Big docfix (#1464)Giampaolo Rodola2019-03-141-0/+6
* test runner: show errors on KeyboardInterruptGiampaolo Rodola2019-03-131-0/+6
* pre-releaserelease-5.6.1Giampaolo Rodola2019-03-111-0/+4
* #1448: fix Wine support due to missing rtlIpv6AddressToStringAGiampaolo Rodola2019-03-051-0/+2
* update HISTORYGiampaolo Rodola2019-03-051-0/+8
* bump up version, fix some doc issuesGiampaolo Rodola2019-03-051-0/+2
* pre-releaseGiampaolo Rodola2019-03-051-2/+5
* fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!)Giampaolo Rodola2019-03-031-1/+3
* move doc; rephrase it a bitGiampaolo Rodola2019-03-011-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-281-3/+0
|\
| * Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)Giampaolo Rodola2019-02-281-3/+0
* | #1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSXGiampaolo Rodola2019-02-281-3/+3
|/
* fix #1442: use python3 as Makefile defaultGiampaolo Rodola2019-02-271-0/+1
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...Giampaolo Rodola2019-02-271-0/+5
* fix NetBSD: Process.connections() may return incomplete results if using ones...Giampaolo Rodola2019-02-271-0/+2
* fix #1437: return pids() in sorted orderGiampaolo Rodola2019-02-261-0/+1
* #1353: make process_iter() thread-safeGiampaolo Rodola2019-02-261-0/+1