summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update LICENSE so that it's recognized as BSD-3 by githubtideliftGiampaolo Rodola2019-05-301-1/+3
* skip pure-python mem test on linuxGiampaolo Rodola2019-05-301-0/+1
* add more badgesGiampaolo Rodola2019-05-292-21/+22
* #1515: document how to get a list of valid attrs names for as_dict()Giampaolo Rodola2019-05-291-0/+4
* add more badgesGiampaolo Rodola2019-05-281-1/+4
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-05-281-1/+1
|\
| * Update index.rst (#1516)Michael Yoo2019-05-281-1/+1
* | add more badgesGiampaolo Rodola2019-05-282-3/+11
|/
* fix #1501: handle the case where NtQueryInformationProcess fails when dealing...Giampaolo Rodola2019-05-142-0/+11
* small refactoringGiampaolo Rodola2019-05-143-3/+3
* refactor shieldsGiampaolo Rodola2019-05-081-15/+15
* README: add some badgesGiampaolo Rodola2019-05-081-0/+13
* update CREDITS + small style fixGiampaolo Rodola2019-05-086-10/+19
* Fix some tests on AIX (#1507)wiggin152019-05-082-4/+20
* Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari)wiggin152019-05-074-2/+80
* Fix #1276: [AIX] use getargs to get process cmdline (#1500) (patch by @wiggi...wiggin152019-05-063-33/+87
* Fix Process.ionice example using wrong keyword arg (#1504)Tongzhou Wang2019-05-061-2/+2
* fix history syntaxGiampaolo Rodola2019-04-291-8/+8
* remove catching IOError; let the test fail and adjust it laterGiampaolo Rodola2019-04-261-11/+5
* Fix cpu freq (#1496)David Brochart2019-04-263-12/+42
* pre releaserelease-5.6.2Giampaolo Rodola2019-04-263-0/+8
* fix #1493: [Linux] cpu_freq(): handle the case where /sys/devices/system/cpu/...Giampaolo Rodola2019-04-262-1/+3
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-261-7/+1
|\
| * Revert "Fix cpu_freq (#1493)" (#1495)Giampaolo Rodola2019-04-251-7/+1
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-251-1/+7
|\ \ | |/
| * Fix cpu_freq (#1493)David Brochart2019-04-251-1/+7
* | merge from masterGiampaolo Rodola2019-04-254-6/+8
|\ \ | |/
| * Update cpu_freq to return 0 for max/min if not available (#1487)Alex Manuskin2019-04-254-7/+9
* | give CREDITS to @agnewee for #1491Giampaolo Rodola2019-04-252-1/+8
|/
* SunOS / net_if_addrs(): free() ifap struct on error (#1491)agnewee2019-04-251-0/+1
* fix #1486: add wraps() decorator around wrap_exceptionsGiampaolo Rodola2019-04-253-2/+6
* refactor/move some utilities into _common.pyGiampaolo Rodola2019-04-125-36/+18
* update docGiampaolo Rodola2019-04-123-14/+10
* update HISTORYGiampaolo Rodola2019-04-112-1/+3
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-1117-61/+288
|\
| * Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-1115-12/+229
| * Linux / CPU freq, fixes #1481Alex Manuskin2019-04-053-49/+59
* | give credits to @amanusk for #1472Giampaolo Rodola2019-04-052-2/+3
|/
* improve pmap.py scriptGiampaolo Rodola2019-04-052-7/+8
* reuse ps.py script in psutil.test()Giampaolo Rodola2019-04-052-40/+51
* move get_terminal_size() in _compat.pyGiampaolo Rodola2019-04-053-42/+48
* improve ps.py scriptGiampaolo Rodola2019-04-051-25/+6
* improve ps.py scriptGiampaolo Rodola2019-04-051-27/+24
* move bytes2human() into psutil._common and reused it from scripts dirGiampaolo Rodola2019-04-0512-235/+106
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-052-8/+17
|\
| * fix windows failure re. py 2 vs. 3Giampaolo Rodola2019-04-051-7/+15
| * merge from masterGiampaolo Rodola2019-04-059-129/+230
| |\
| * \ Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-044-2/+43
| |\ \
| * \ \ Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-049-53/+133
| |\ \ \
| * | | | fix error on py 2.7 where OSError doesn't always have winerror attributeGiampaolo Rodola2019-04-041-1/+4