Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/giampaolo/psutil

Cross-platform lib for process and system monitoring in Python
https://github.com/giampaolo/psutil

better skip msg on windows

37835ff9d591122866ca0acf5a2b9a5b85ee3e80 authored almost 10 years ago
fix #607: DUPLEX_UNKNOWN is not defined on old RedHat versions

1a5e238cac236e5cee66ad2004b3b6889340a288 authored almost 10 years ago
Rewrite get_open_files to use a worker thread

get_open_files spawns a worker thread to process calls to
NtQueryObject().

If the call timesout...

c813e6d62a0e7ff609809e592aba8ae105fbdc06 authored almost 10 years ago
fix #606: Process.parent() may swallow NoSuchProcess exceptions (#race-condition)

772d730a4a3e98cdfc4ef71bec8f5d1097ffabdb authored almost 10 years ago
#663: freebsd implementation

af732482e953249d4acd02774aa0a00c7a794771 authored almost 10 years ago
attempt to fix xargs on OSX

7f3e6502040ac7598d62734ce242c40e8ced95a3 authored almost 10 years ago
#602: move pre-commit hook into a separate file

ae6f1cd211c786a40bfff7f49c492d2a5d0ac116 authored almost 10 years ago
fix #602: add GIT pre-commit hook

012dab51959456a27e81be00f76f6aa04e9e8f4e authored almost 10 years ago
fix failing test on Windows

71bf18db0b10fc137c4487078840da39406e9b62 authored almost 10 years ago
C styling: if unification

39161251010503d6b087807c473f4fb648dfcbce authored almost 10 years ago
forgot to close the handle

f252bd0331c87704c378d3acb858db0bcc545465 authored almost 10 years ago
fix #599 (Windows): process name() can now be determined for all PIDs

29defce93d095d7babb74bb16c2f112ab5d6874e authored almost 10 years ago
add test

9c8fba0bad76d51756c0e6a653f72bbf72bd97f9 authored almost 10 years ago
windows: refactoring of the alternative process info implementation

08964b08700fcfc5a4917a01107009a3ee913341 authored almost 10 years ago
Merge pull request #598 from serge-v/master

fix typo in documentation

512909ba5be3dfa529c8cf576e73e9ffdc8afffe authored almost 10 years ago
fix typo in documentation

c15f83dff70fc49956a2597fa6c93d5f211b0485 authored almost 10 years ago
fix some tests on OSX

a2a1f326c12589b2f415b25993931a0bf1ba1a09 authored almost 10 years ago
merge

5ede3a8782e6dd18605e0c7e8b51b3e907748c71 authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

db9bf0d1ed609cc2a738cffa59238d038861c1c9 authored almost 10 years ago
connection tests refactoring

8d75a8db48ce10bf0cc4de6a60d1467655db9fd3 authored almost 10 years ago
fix failing tests on OSX

c52711d28af3728ada552328321838c277b75f39 authored almost 10 years ago
add new BSD specific tests

dc17e9adc749cabf46a541612b0bc5f06f56b8e6 authored almost 10 years ago
synchronization mechanism for sockets

1095bb62d07fdee7021c7eda21cd03359cb03b67 authored almost 10 years ago
proper indentation of C 'switch' clauses

37d99b8484bc2ec0afcc1933745a2e1a139e41c0 authored almost 10 years ago
fix travis failure

546799dea7b4fa998a4d910b35cdabecc0587206 authored almost 10 years ago
#428 / zombie process: provide a more informative exception msg providing also the PPID

9435a1b67497c0bff7049ec4104c9f0676c37ed9 authored almost 10 years ago
fix zombie process failing on travis due to ENOSYS

ad05e800b36f11b48ac58345b0ee329a8925ec82 authored almost 10 years ago
fix #594: remove all deprecated APIs

ab211934af0acf99091e4cd534fc5bbe7fd3b233 authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

7f27a9b42abbf612b4ad63bb42df6fdfc01334c3 authored almost 10 years ago
enforce zombie process tests

22bc4f411c95b41d006d9c47ca23ed84c6b33f0b authored almost 10 years ago
enforce test

6f8bc5405fbbe72123b23bf887ed567de235676b authored almost 10 years ago
net_if_addrs() / Linux: when family is a MAC address make repr() show AF_LINK rather than AF_PACKET

7f735d36028b6175ccfaebea3656e819ca9ef2d5 authored almost 10 years ago
provide a separate exception wrapper decorator for zombies

70b888f766908714f403f814770cda9c4ff523bc authored almost 10 years ago
some zombie process handling on linux was necessary after all

f46b32ebec9405a7949ee45cdd1484e9d496dd3d authored almost 10 years ago
fix test failing due to timing issues

75fa9f84439029e01389c53dfa43f633b6cd99b3 authored almost 10 years ago
make all test subprocesses sleep for at least 60 secs

7a99bbd980054549ce76894c8f8d6f2101083c88 authored almost 10 years ago
fix #512: [BSD] fix segfault in net_connections().

f37b720f6fe27ae579acca9a8ca523b1492c320b authored almost 10 years ago
BSD: fix invalid struct assignment

da628d61b70708ca71769c0be193aee0fa721f79 authored almost 10 years ago
skip failing open_files() test on BSD

b8f444d03f42f8b32f6743de36543326833c244a authored almost 10 years ago
fix compiler warning

4e6e3ddf3f32715dfaf6dbcf61216d1a93703531 authored almost 10 years ago
BSD: if can't determine num phys CPUs and logical are 1 return 1

36455fa091dab04070df4d36d840ee3f537b3232 authored almost 10 years ago
fix #428: properly handle zombie processes on UNIX

e4a72c97b7868cb4fdb5ec0fcfcf5ed089d746b3 authored almost 10 years ago
fix #593: Process.memory_maps() segfault

12349483df2a27331d38f6035ad84ab903e27721 authored almost 10 years ago
merge

119256bbc1da93fe9c9908b7542c507eb1b05dd9 authored almost 10 years ago
ifconfig.py: include NIC stats

13ed02a08d74ce3d23af0ba802ccbf11cae9760a authored almost 10 years ago
fix memory leak

81e6bb8dce8db2c873cbead1f3a5b34a313b2afd authored almost 10 years ago
Merge pull request #592 from giampaolo/nicstats-250

Nicstats 250

cd026a4ef16884c9f023a89d06846df6e62de6c3 authored almost 10 years ago
#250: return the same NIC names as the other net_* functions

9631bb7c0d0c18852efb6bdcbf7941e4dac051e7 authored almost 10 years ago
Merge branch 'master' into nicstats-250

f18f2c4c2c6df196ccd5567726136471e839403a authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

a09702e043daba14490604e74608186e8833c8d4 authored almost 10 years ago
Merge branch 'master' into nicstats-250

3042e9d27aa532a6474b3691aa804fb92065d5bf authored almost 10 years ago
fix segfault

9b72fb03cc5e508d653621b45070c43ff3f52a5e authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

9e36e9ffd7f89ae42b71043b0ef2195db4958239 authored almost 10 years ago
fix flake8 errors

30aa2d0357330745c031e85dc4e6c6fb2ba7997a authored almost 10 years ago
fix net_io_counters() segfault and make.bat test

96fe35168587e0d81673860fa1e79f6e97d6e264 authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

f3ff6c28ed81050ecf0bffabd031216791f136b7 authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

e4313b4aece4552175089b16362bb307b9491c4d authored almost 10 years ago
remove test failing on travis

f5c24399025cf801da8fce4c642e38d7e8e71380 authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

735ad82db4bf742ec055c4312c10cd03a5f8a295 authored almost 10 years ago
Update INSTALL.rst

963c245221de40d64ade66bddf1d93ab1b2ce22a authored almost 10 years ago
update doc [skip ci]

5471bd82b61e72c3add9ade4d61531da91dfda20 authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

d343dce7f9c001240d615bfc10629b663ae5f436 authored almost 10 years ago
update INSTALL

3eeb4b9b896e93e03742d3ed4a6909b9f7d4e077 authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

3a5bb33b6fa86980e64d5dcf3b26de8718e8bac2 authored almost 10 years ago
fix some compiler warnings on windows

62cdc6bc7096522e206adf18a8b56ba421f4c132 authored almost 10 years ago
refactoring

4fa3cca4a7f8c4adceb697f33019040e3e8d08eb authored almost 10 years ago
refactoring: put GetAdapterAddresses() call in a shared function

98f43e93ae1dc1f85de2a2458b11a22aaaf8a90a authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

107af6847274544baa18d6daf8725254629dcb8c authored almost 10 years ago
add some checks for PyList_New() which were missing

5feb9367551431c88165f9502d116ca98f6ca041 authored almost 10 years ago
some fixes to make.bat

756db4c1ec37742c844328d380fe9830b0e678b6 authored almost 10 years ago
#250: Windows implementation (still incomplete)

1999bd95aefbdee025a9f3eb41e409e803083791 authored almost 10 years ago
Merge branch 'master' into nicstats-250

d5271aed9a343ea3c34d56a8e4cd55499dfb950b authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

7dfa88dfc698ffa18c13244e1889ad30354a8c60 authored almost 10 years ago
improve make.bat

72be6f41da748901052e7bee9d706826347d1708 authored almost 10 years ago
improve make.bat

1365ce454935c4df2ca5143e3b96874996dd4831 authored almost 10 years ago
fix enum confusion on Windows

d685eaedd054504c7cddeb80d2139301588b701f authored almost 10 years ago
fix compilation error on windows + py3; fix a couple of other minor things

bcfdbdcd170eaff681890631222132294efc6782 authored almost 10 years ago
fix make.bat build

85c400d21181dc532f55c97d75fce2254731cd88 authored almost 10 years ago
make.bat: use build_ext -i; also fix a test

bfdd3543bd31d58febe9973b9d12847de2e25311 authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

dbaa3b98dac78ba439279a954d55661e928a082b authored almost 10 years ago
SUN: free memory if it's the case

c2ed8b081681d316acc22fd3148e9f38acf57536 authored almost 10 years ago
fix compilation error

44ff45c1d7c68090b2897645cf7b5d614fa407ae authored almost 10 years ago
fix sunos tests

a3b61bf335e0c3309c5020088dce1af2cbae0cb2 authored almost 10 years ago
issue #250: move BSD implementation in _psutil_posix.c 'cause it's common to OSX as well

dada6ef7c0a7e0e05a774e9b9d4397d5c9678492 authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

7e1493c139c61abcddf4de3823bc2199f1d539f4 authored almost 10 years ago
update doc

0d9d291e9996d03138eb4b28ad58e2125c81d01e authored almost 10 years ago
#250: fix memory leak

d03de6b6070791809ff0b9fdfba70fb8dbe33bf3 authored almost 10 years ago
Merge branch 'master' into nicstats-250

9ae9b8caff4dd59f8cb886b22b00cad39cb20ae8 authored almost 10 years ago
Merge branch 'nicstats-250' of github.com:giampaolo/psutil into nicstats-250

86ffc46023bd8419752a7c3d286a35a84ffe6480 authored almost 10 years ago
add new 'make test-memleaks-by-name' command; also fix some compilation warnings on SunOS

70d6ee518de750655934f350b2502251e41c6de9 authored almost 10 years ago
update .h file

093009e901d996018caa09da1a064488ab52afdb authored almost 10 years ago
#250: Solaris implementation

f8bad8c54f83028edef8faffe21d9d9ae308ad98 authored almost 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

e7664f51e814ecd1d01425cc8634cf17d7e3d2c2 authored almost 10 years ago
Merge branch 'nicstats-250' of github.com:giampaolo/psutil into nicstats-250

769f07703e61b5ebe2f1bdb586861b490f4ae3fb authored almost 10 years ago
Merge branch 'nicstats-250' of github.com:giampaolo/psutil into nicstats-250

97f15cacad395d0c4a8b399a5fcb3c76d5ff4e94 authored almost 10 years ago
remove failing test

dd280bd854ad0dbe2d2a3a7041c6aeb822a9e736 authored almost 10 years ago
#250: use int instead of PyObject

cc5d4885c8c3dca2c0aea8e6baf34cff7aa95e32 authored almost 10 years ago
Merge branch 'master' into nicstats-250

432586720f20e2155cbb5354497d00600f2d745a authored almost 10 years ago
fix compilation issues on solaris

3abb3a5fe0d23ef707baa6c687ce3cfb38b09edf authored almost 10 years ago
fix travis

3f016bf2dec467b5dfa51ceca887984349b4162e authored almost 10 years ago