Ecosyste.ms: OpenCollective

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

psutil

Cross-platform lib for process and system monitoring in Python
Collective - Host: opensource - https://opencollective.com/psutil - Code: https://github.com/giampaolo/psutil

appveyor: try smarter filtering

github.com/giampaolo/psutil - 609a02a11a0f9f5c5a2fd3d77386c6b72b31e564 authored over 7 years ago
smarter appveyor commit files filtering

github.com/giampaolo/psutil - 76f567838a4b58a139500a5622db26ecad3dd162 authored over 7 years ago
Ignore arcane safe_rmpath error on APPVEYOR.

See:
https://ci.appveyor.com/project/giampaolo/psutil/build/job/jiq2cgd6stsbtn60
This is weird, ...

github.com/giampaolo/psutil - b26193933a8d68d278468ba331e357327d82f420 authored over 7 years ago
Merge branch 'master' of https://github.com/giampaolo/psutil

github.com/giampaolo/psutil - 3a8fc3f5b8cf0589dccf519ace25f70f88b914d0 authored over 7 years ago
Try to fix arcan appveyor err:

- https://ci.appveyor.com/project/giampaolo/psutil/build/1240/job/91n29tt3es7os2ut

github.com/giampaolo/psutil - 0a19931c05b9fdcd42bcd47cf1e1c5028116efeb authored over 7 years ago
fix supports_ipv6 test

github.com/giampaolo/psutil - 4938d05685e0d506f91196b3beb934853045b2dd authored over 7 years ago
fix supports_ipv6 test

github.com/giampaolo/psutil - a667eb13c13375b8ca492cd363e0670a3efcc769 authored over 7 years ago
#1076: fix UPDv4 address

github.com/giampaolo/psutil - da603cf9b996166d94b7dd2bf233cbc474916715 authored over 7 years ago
define a new HAS_CONNECTIONS_UNIX constant

github.com/giampaolo/psutil - 7d687e94c8244ac0634491405e1b197b80fac49e authored over 7 years ago
Some fixes to IPv6 testing. (#1076)

* Make test_multi_sockets_filtering not fail if kernel doesn't support IPv6.

* Fix test_udp_v...

github.com/giampaolo/psutil - 8d9aa7848e76544d54750e535b90027632876630 authored over 7 years ago
fix win C warnings

github.com/giampaolo/psutil - 2899b4ca814aea82f9190a8a40837dfda897d854 authored over 7 years ago
win: refactor net_if_addrs C code

github.com/giampaolo/psutil - ff8d4457dbc2df40604fd974b97df785abfbe967 authored over 7 years ago
refactor C win code

github.com/giampaolo/psutil - 36a9d1a32435d87a639f9eebfe2708f273943715 authored over 7 years ago
#1075 / win / net_if_addrs(): inet_ntop() return value isn't checked

github.com/giampaolo/psutil - cf57b3550aa1d0d3c5698f6bb1922ffb60242a7e authored over 7 years ago
win: fix C compiler warning

github.com/giampaolo/psutil - 2e05a1748b67ca4c24289ca72963679284e2344c authored over 7 years ago
win: fix C compiler warning

github.com/giampaolo/psutil - 68c7a70728a31d8b8b58f4be6c4c0baa2f449eda authored over 7 years ago
win: fix C compiler warning

github.com/giampaolo/psutil - 44d433db2de6c3834fbad79e0e657437c1bc7b99 authored over 7 years ago
win: fix C compiler warning

github.com/giampaolo/psutil - 7005b9310f155411c4d53c02c4701868c306964f authored over 7 years ago
win: fix C compiler warning

github.com/giampaolo/psutil - da35c14ae7bbaab35f1152f16d2ef01f1e713a7a authored over 7 years ago
speed up multi socks tests by waiting for multiple test files in parallel

github.com/giampaolo/psutil - e0ff6ee99f624a1d11a2ab6b833867fb7898d975 authored over 7 years ago
prevent AccessDenied on OSX

github.com/giampaolo/psutil - be82ee662cd5a983c246a97c70a7da664c2bb567 authored over 7 years ago
add extra assert

github.com/giampaolo/psutil - c964dc92424c19a588e348a6cbbb2d53fecec0b5 authored over 7 years ago
fix #1074: [FreeBSD] sensors_battery() raises OSError in case of no battery.

github.com/giampaolo/psutil - ee3b71211b40c97e0d8fcac4a323b18fabc7c080 authored over 7 years ago
declare PSUTIL_CONN_NONE as a static shared constant

github.com/giampaolo/psutil - 96e1881c535dc7518cb4dc211a0c26aee5ad2b1c authored over 7 years ago
Freebsd socks refactoring (#1073)

* freebsd: split socks.c into 2 separate files

* remove unused h files

* freebsd: split so...

github.com/giampaolo/psutil - 59749a716a18678a8296ce346652cf9bc8f75842 authored over 7 years ago
BSD: mv arch C files (#1072)

* move freebsd C arch files

* rename C file

* move openbsd C arch files

* move netbsd C...

github.com/giampaolo/psutil - 82760460d2f7f5dab3374b5e95a035cf69880ba8 authored over 7 years ago
give CREDITS to @glebius

github.com/giampaolo/psutil - 0bcd10144db472682b2bb0c0b3cba3e193094a0b authored over 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

github.com/giampaolo/psutil - e377211ae0f7254a46eb8809ff2bae112c3a1e65 authored over 7 years ago
Fix socket to PID translation on FreeBSD. (#1070)

This file was derived from FreeBSD usr.bin/sockstat/sockstat.c. The
logic of socket to PID tran...

github.com/giampaolo/psutil - 5b6463868f824e566d98d35ce62a4ccc6e1e3c33 authored over 7 years ago
write more tests for connections() filtering

github.com/giampaolo/psutil - f0c00548fcc02c46a4f1f7e95a6d13deb97f6af5 authored over 7 years ago
add another test case which exposes #1013

github.com/giampaolo/psutil - ec3e2efea85b95c42ab3eb497337e6e597e0f9b6 authored over 7 years ago
small refactoring

github.com/giampaolo/psutil - 029711d94d684cb92985666f91ecbd0889218e76 authored over 7 years ago
add test case which exposes #1013

github.com/giampaolo/psutil - e4bdc5932c12168720b45e5fe0abb14e8a38821f authored over 7 years ago
add connections tests

github.com/giampaolo/psutil - 2bf6c88fc3ed3b5ec9d67a9ab35d20bf2fd43d54 authored over 7 years ago
fix #1069 / freebsd: cpu_num() may return 255; now returns -1

github.com/giampaolo/psutil - fd2205bad09db0efab8958c359897fc1772dc187 authored over 7 years ago
fix #1042: psutil won't compile on FreeBSD 12; applied patch by @glebius

github.com/giampaolo/psutil - 06ded749e398c1dbec32548302d73b2832b1c5a2 authored over 7 years ago
fix appveyor build

github.com/giampaolo/psutil - 010e0c0ed99fce8ac6a403103af3e10b63f1b555 authored over 7 years ago
fix appveyor build

github.com/giampaolo/psutil - cedafdfed944d22f5c195293ca813a3134b6efdb authored over 7 years ago
memleaks tests: show extra proc memory

github.com/giampaolo/psutil - 41879e900901b371ec319eac6fddaad6e7d73930 authored over 7 years ago
#1068 / openbsd / net_connections(): free() mem if sysctl() fails

github.com/giampaolo/psutil - 90df05ccc3800cab3e5e313567237610b23761a1 authored over 7 years ago
update HISTORY

github.com/giampaolo/psutil - 0fad89c3448400229d5f94ea1952373e5246e87e authored over 7 years ago
fix #1067: cmdline() memleak on NetBSD

github.com/giampaolo/psutil - c0550c79cf304bd753f4199c40eaef45b8179bdd authored over 7 years ago
test-memleaks: skip memory_maps test if not supported by platform

github.com/giampaolo/psutil - e03113737ddd668be08b72bfcc3fde8b86ac7dee authored over 7 years ago
openbsd: skip memleak test failing because of access denied

github.com/giampaolo/psutil - 820179eeefcee1c74c7a39bb8a64555acc42dc1b authored over 7 years ago
fix #1065: cmdline() on OpenBSD may raise SystemError; also set a limit of retries to realloc() the space to store the cmdline to max 8k so that it won't loop forever

github.com/giampaolo/psutil - 2d0fb7ea58990a08834cfe07cf505676484bdc14 authored over 7 years ago
openbsd: fix compiler warning

github.com/giampaolo/psutil - e10a3c5f1ad110ba0832c5c50d2eaedbefefcf02 authored over 7 years ago
freebsd: fix compiler warning

github.com/giampaolo/psutil - 42ced547443877db7da9502d7d4ca8e3f3dd8594 authored over 7 years ago
#1064 / netbsd: swap_memory() may segfault as it does not in case of error

github.com/giampaolo/psutil - 137e7edf60918196e9338789f27a31fd5920a956 authored over 7 years ago
netbsd: fix compiler warnings

github.com/giampaolo/psutil - 0eeebc282dba7c3e2877c42698900da0e816d921 authored over 7 years ago
fix #1063 / NetBSD / net_connections: 'continue;' if family is not in AF_INET|6 or AF_UNIX

github.com/giampaolo/psutil - 8b0c184ec44c4f4e7d49708bb01c4db14d97d9ee authored over 7 years ago
netbsd: fix compiler warnings

github.com/giampaolo/psutil - 89962e2c719bdfd687f5587b036591491881ae86 authored over 7 years ago
setup.py: do not use setuptools opts if setuptools is not installed (avoid warnings)

github.com/giampaolo/psutil - 826c0bfbdf6675eb6be1db956cb8b6c2c6cc30ea authored over 7 years ago
netbsd: fix compiler warnings

github.com/giampaolo/psutil - 4d13160c9b1fabf49f6222414e981ccc95df189c authored over 7 years ago
fix windows test; also do make clean on CI services in order to show python warnings

github.com/giampaolo/psutil - 337e59331e4df84eeb57528a5cc95965220aaf3d authored over 7 years ago
fix failing tests on netbsd

github.com/giampaolo/psutil - 47379de2dde66d7aa3d64d920b5ab20998299c79 authored over 7 years ago
refactor ifdefs

github.com/giampaolo/psutil - 445c23e27eaf5f4ea899323abbd00f9a2bf2593b authored over 7 years ago
fix compilation err on netbsd

github.com/giampaolo/psutil - 33db0e996863ec5c044a8eb10404401bba017570 authored over 7 years ago
freebsd: fix memory leak in open_files()

github.com/giampaolo/psutil - 976ac81375a88274e6b6b7bb0aed4cccb2facd46 authored over 7 years ago
#1039 freebsd / connections() / UNIX: set laddr to empty string instead of None

github.com/giampaolo/psutil - b003ad50fed327ff65efd06f9181cec457b2b1e7 authored over 7 years ago
#1055: don't cache cpu_count()

github.com/giampaolo/psutil - fd59c26170519ad759040b559f33cdca1b5715fa authored over 7 years ago
broken links: also inspect generic files

github.com/giampaolo/psutil - c7251d25c63fb00f068f740d4138a0fdc53e4399 authored over 7 years ago
broken links: also inspect C and H files

github.com/giampaolo/psutil - bb6ffa8b7f2a0865c8ecda05c98f51794fcfef50 authored over 7 years ago
refactor broken links script

github.com/giampaolo/psutil - e988ae62abf8ea588046312f4935121643691ef7 authored over 7 years ago
parse comment blocks

github.com/giampaolo/psutil - 762fa897d2abe72412f9d16948ac2f172ce8b721 authored over 7 years ago
refactor broken links script

github.com/giampaolo/psutil - e80a005de6de339e1abad140c0ed2cfa0ef7dbaf authored over 7 years ago
fix broken link

github.com/giampaolo/psutil - 4fdfd4a45bf9d2187efed4c9453607fe3ed5a6e0 authored over 7 years ago
check broken links: use memoize decorator

github.com/giampaolo/psutil - 4563f78c34aa163722a0bdc148fbeaf2a9511cd3 authored over 7 years ago
check broken links: also inspect py files

github.com/giampaolo/psutil - 971d4ebcb0f8991f3eafdaf543589298f19dcf93 authored over 7 years ago
check_urls.py refactoring

github.com/giampaolo/psutil - ec6fbeb15cf5bf12352fde6ebcfbe3f74529f336 authored over 7 years ago
fix make check-broken-links

github.com/giampaolo/psutil - 63b43b31da9c90b77258fd69be9261591cd52b70 authored over 7 years ago
better way to check if there are uncommitted changes

github.com/giampaolo/psutil - fc5b475c1b70ee3198023aa9daf26d7fc285bc36 authored over 7 years ago
better way to check if there are uncommitted changes

github.com/giampaolo/psutil - 92d53d211c482fda49adf13db11dfca89cbc7a2b authored over 7 years ago
better way to check if there are uncommitted changes

github.com/giampaolo/psutil - 296d1a6e1a244eeb61ccd48015079f862d1dd57d authored over 7 years ago
exit make pre-release if there are uncommitted changes

github.com/giampaolo/psutil - 8de6ee7c645eac0814db66463267610301c89cc1 authored over 7 years ago
add make sdist

github.com/giampaolo/psutil - 75622070daeddbc5715e2c35480c2acd37695fe8 authored over 7 years ago
fix #1060: dynamically generate MANIFEST.in

github.com/giampaolo/psutil - 57bc1c55e891e09b5807c89586f629bbac275b26 authored over 7 years ago
#1058: enable warnings on make.bat, appveyor and travis

github.com/giampaolo/psutil - b258d829066c21869a8993535798122ab57812e6 authored over 7 years ago
Merge branch 'master' of https://github.com/giampaolo/psutil

github.com/giampaolo/psutil - 78742c763893cc2d11ec1c7201c920f8cef74fcf authored over 7 years ago
try to avoid failures on win

github.com/giampaolo/psutil - 8db7365fec353ed4465bc9b3a03b7a6ef0ea5991 authored over 7 years ago
fix 1062: avoid TypeError on disk|net_io_counters() if no disks or NICs are installed on the system

github.com/giampaolo/psutil - 2d32a26a257c7ce17806f0ec150bcbba5f39f914 authored over 7 years ago
add a script to print releases timeline in RST format; also show a diff between versions in the timeline section of the doc

github.com/giampaolo/psutil - 959bddc9da20c7d35e154c9eabc746b202dc0ec7 authored over 7 years ago
add a script to print releases timeline in RST format; also show a diff between versions in the timeline section of the doc

github.com/giampaolo/psutil - 80f43ab6595c63567ed55e1b56fda640f83a122f authored over 7 years ago
1058 enable fix warnings (#1059)

* #1058: have Makefile use PYTHONWARNINGS=all by default for (almost) all commands

* #1058 fi...

github.com/giampaolo/psutil - 58aef46d74ff577f60eb9e0478d6de3361c8a4e9 authored over 7 years ago
fix re, fix, flake 8, give CREDITS to @ygingras for #1057

github.com/giampaolo/psutil - 596b43381711248093caf1c1df3b5d93d0c70bb6 authored over 7 years ago
Merge pull request #1057 from ygingras/master

Marked regexp patterns as raw strings and bytes to address the invalid escape warning on Python ...

github.com/giampaolo/psutil - a2036385273efd0ca993d04a6f87dc7d05306717 authored over 7 years ago
enable all python warnings by default during tests - re #1057

github.com/giampaolo/psutil - 3ed70c10f263653b299575d28faded1a966eb629 authored over 7 years ago
update docstrings

github.com/giampaolo/psutil - 09a1277540db204d3925e612f7c99326848e4ad4 authored over 7 years ago
Merge /home/ygingras/src/psutil

github.com/giampaolo/psutil - 5e7c8595b129a8b965877db94759facf36b0e56c authored over 7 years ago
Marked regexp patterns as raw strings and bytes to address the invalid escape warning on Python 3.6+

github.com/giampaolo/psutil - d975b23a2f4f8d9d46939d238c381f31fdc72634 authored over 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

github.com/giampaolo/psutil - dff3034a4e91f52410e5f23c17b6dd5a527f2aee authored over 7 years ago
Merge pull request #1056 from giampaolo/802-wrap-numbers

#802 wrap numbers

github.com/giampaolo/psutil - 26bf47f8066dcff9946f01a0af514bbddb1c23ff authored over 7 years ago
update docstring

github.com/giampaolo/psutil - 50e95732be8bfe25ef6717b331939c664b8c2ecb authored over 7 years ago
update docstrings

github.com/giampaolo/psutil - 14d0d376af1ddf1694536084e63ab9096f3484b5 authored over 7 years ago
move tests around

github.com/giampaolo/psutil - 8009476329f56b2e85f4e4a4de6d602854139019 authored over 7 years ago
#802: expose clear_cache and attach it to disk and net io primary function objects

github.com/giampaolo/psutil - f647e5f0d3a561eddf7f2f2c598472ee1860f1d9 authored over 7 years ago