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

fix travis failures

github.com/giampaolo/psutil - 546d6df9ddc43e7cf16dfd63be3ad780e901ae50 authored about 7 years ago
try to use PYTHON_EXE instead of sys.executable

github.com/giampaolo/psutil - 4d785835929d5e95089b42fd31c8534ff21e71a3 authored about 7 years ago
#1177: give credits to @wiggin15

github.com/giampaolo/psutil - b0c1b9f1d7e23ff32df5e500e22cc400387f9a8d authored about 7 years ago
OSX: implement sensors_battery (#1177)

github.com/giampaolo/psutil - 3a3598e433adec73e2a9c4d5f08e658516fb1d32 authored about 7 years ago
improve error msg for old windows systems #811

github.com/giampaolo/psutil - e0df5da398abfc0fc773736a3dfcc553d2eaa40d authored about 7 years ago
add debug messages

github.com/giampaolo/psutil - 67c73ad93a748972bfe528e66117c766f05a4859 authored about 7 years ago
do not mention apt-get as method of installation as it's not recommended

github.com/giampaolo/psutil - 36b3a2b00aafa9a2e3c31533a7897aa83e8c4d01 authored about 7 years ago
syntax highlight in doc files

github.com/giampaolo/psutil - d56f2a9dcc8b532b0f0d4bda78aa2f227d38a2d1 authored about 7 years ago
syntax highlight in doc files

github.com/giampaolo/psutil - a7e7b4e83f66576f507ca5fa2759f092cffc18b7 authored about 7 years ago
fix doc indentation

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

github.com/giampaolo/psutil - 845e57ebe94c0f168c4446136f4824aa626a523f authored about 7 years ago
1173 debug mode (#1176)

* implement PSUTIL_DEBUG from C module

* update doc

* add psutil_debug() utility function
...

github.com/giampaolo/psutil - 26c77800591a09718064d3bcea4b04c9a8544dd1 authored about 7 years ago
update MANIFEST

github.com/giampaolo/psutil - 4d3f5ba337c5a91efa642699cc96331718889b4f authored about 7 years ago
#1174: use TimeoutExpired in wait_pid()

github.com/giampaolo/psutil - 40573cbe58407a3f8dfcb0c3b71237444b10fc0a authored about 7 years ago
sort imports by name

github.com/giampaolo/psutil - 100391f880ef2a2c5b124bba4b0722623f3edb3e authored about 7 years ago
Move exceptions to separate file (#1174)

github.com/giampaolo/psutil - fe68b30dacec3255b023fcefac5c9095d96a692f authored about 7 years ago
appveyor: enable python warnings when running tests

github.com/giampaolo/psutil - 1c3a15f637521ba5c0031283da39c733fda53e4c authored about 7 years ago
refactor winmake.py

github.com/giampaolo/psutil - 083f711e577764a7de82394469aa790a20ca058a authored about 7 years ago
use a C global variable to figure out whether we're in testing mode

github.com/giampaolo/psutil - a8dd6ac992152dc84e0fdf87655355085f465c6f authored about 7 years ago
fix unicode err

github.com/giampaolo/psutil - 39c40cb155c0dfd463178dbeb26778f4c446c650 authored about 7 years ago
define a setup() function which is called on import by all C modules

github.com/giampaolo/psutil - 128f38dc84bc0fc2f2f50c255e8a431edf3930cc authored about 7 years ago
move PyUnicode compt fun definition up in the file

github.com/giampaolo/psutil - ca73eebc911ebfb3db0f1bcc9305d3270524519d authored about 7 years ago
rename C func

github.com/giampaolo/psutil - c11c6ab12886283200b0ae5897d12fe64255a824 authored about 7 years ago
re-enable test on appveyor; remove unused C code

github.com/giampaolo/psutil - d32973d145bd50f22407d4b8d936f1da6be7313c authored about 7 years ago
refactor PSUTIL_TESTING C APIs

github.com/giampaolo/psutil - 0797f32c20b2b722cfb93752359fc4e67d5bdd88 authored about 7 years ago
inspect PSUTIL_TESTING env var from C again

github.com/giampaolo/psutil - 9383be7bf0bde4d4f4a7425ee3db8aaab0337a30 authored about 7 years ago
#1152: (DeviceIOControl), skip disk on ERROR_INVALID_FUNCTION and ERROR_NOT_SUPPORTED

github.com/giampaolo/psutil - 988dcd737da2855bc3eb10904f46e6456a664f83 authored about 7 years ago
#1152 / win / disk_io_counters(): DeviceIOControl errors were ignored; che return value and retry call on ERROR_INSUFFICIENT_BUFFER

github.com/giampaolo/psutil - ab90e4e6ac73c249cf7aea7e92aec2b6a07ef041 authored about 7 years ago
upgrade dist cmds

github.com/giampaolo/psutil - 672253e844933e8cd88535d1da8e0b9402ce0be1 authored about 7 years ago
change make cmds

github.com/giampaolo/psutil - 53fb242fbb7025ac892abf615b3bdf5acc5a6156 authored about 7 years ago
disable IPv6 tests if IPv6 is not supported

github.com/giampaolo/psutil - 500b80bcf7deb77ceeaa9165fa538e0f7ad134c8 authored about 7 years ago
travis / OSX: run py 3.6 instead of 3.4

github.com/giampaolo/psutil - b77021bc220b046de6d4d449ab8101885de1b6a0 authored about 7 years ago
fix #1169: (Linux) users() hostname returns username instead

github.com/giampaolo/psutil - 666cf81bd916aa14a9c363ab4933472b1622ad20 authored about 7 years ago
update README, bump up version

github.com/giampaolo/psutil - 159cb8c55254048c797816b0bc6a7f26b84146ac authored about 7 years ago
get rid of PSUTIL_TESTING env var: it must be necessarily set from cmdline, hence 'python -m psutil.tests' won't work out of the box

github.com/giampaolo/psutil - 0662915f58949a4084f9fb0c278d143708cf3ede authored about 7 years ago
try to set PSUTIL_TESTING env var from python before failing

github.com/giampaolo/psutil - ffde3264f09c5412ce3987617130f2c9d5d7a22b authored about 7 years ago
skip cpu_freq tests if not available (#1170)

cpu_freq is not always available on Linux

github.com/giampaolo/psutil - 02e25d765040d3f36ecc66249700a8777b175c7a authored about 7 years ago
#1053: drop python 3.3 support

github.com/giampaolo/psutil - 810498c36895e03a1b4e947659a2b30d8188557b authored about 7 years ago
try to fix appveyor failure; also refactor generate_manifest.py

github.com/giampaolo/psutil - c95f317d586bbd4313f705c5618f0fd5477cb210 authored about 7 years ago
#1167 give CREDITS to @matray

github.com/giampaolo/psutil - 0c25f9a6b20e11059805f55928cec5bcd18fbf6b authored about 7 years ago
Including non-unicast packets in packet count calculation (#1167)

github.com/giampaolo/psutil - e3f911e6ab90be10a37edf00c5da2c204513c242 authored about 7 years ago
fix #1166 (doc mistake)

github.com/giampaolo/psutil - 62c845a7d97eea0c2740b8f488a62b6c08eb4331 authored about 7 years ago
provide a 'make help' command

github.com/giampaolo/psutil - bbab187d20908cca7a51ee3ca0267ab69f7c8c9d authored about 7 years ago
ifconfig.py humanize bytes

github.com/giampaolo/psutil - a0a196e8e08f426fc83a3ffea20e1d5158a60b31 authored about 7 years ago
try to limit false positives on appveyor/windows

github.com/giampaolo/psutil - e73ddf4057ed9ea07747b633bf539f6553366049 authored about 7 years ago
reap_children() in a finally block in order to limit false positives

github.com/giampaolo/psutil - 02d1d199e6a439d423165320b88a5955561ddc76 authored about 7 years ago
unicode tests: use different name for test dir

github.com/giampaolo/psutil - 657d028799ee071be2c2ad50e2526f53e0dfdc9f authored about 7 years ago
fix failure on osx/travis

github.com/giampaolo/psutil - a2957e6a4a95ffee461c5b4d37a4b16c3d13c7d2 authored about 7 years ago
update Makefile

github.com/giampaolo/psutil - 3f74e32f0c97e67e4647903df6f400c0e1491445 authored about 7 years ago
#1164 give CREDITS to @wiggin15

github.com/giampaolo/psutil - 90847b3e9d3f9a0ae39accea4597e408c4e80bbf authored about 7 years ago
AIX: implement num_ctx_switches (#1164)

* small changes

* AIX: implement num_ctx_switches

github.com/giampaolo/psutil - 65a52341b55faaab41f68ebc4ed31f18f0929754 authored about 7 years ago
use new PYTHON_EXE

github.com/giampaolo/psutil - 1781c243e590d4dfdb3abff9a658fdc8bbec80b4 authored about 7 years ago
improve logic to determine python exe location

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

github.com/giampaolo/psutil - 04087b9f0e182dc5bbd36c42f295888a408c6c00 authored about 7 years ago
add DEVNOTES file; move TODO.aix into _psutil_aix.c

github.com/giampaolo/psutil - b30bef830aaa0adb0f3904ed805aa3174aaa2d49 authored about 7 years ago
Fix test_emulate_energy_full_not_avail (#1163)

The value may come from two different files, must mock both.

github.com/giampaolo/psutil - fe53d1a582a8174204ae08b5e301a3dcfdf09901 authored about 7 years ago
update README

github.com/giampaolo/psutil - d6c54a02431d7ad6408231bcc7c8b1a3534c788b authored about 7 years ago
try to limit occasional appveyor failure

github.com/giampaolo/psutil - 35bd6fdfd752e61da41ca4325bc30bc85de1cbce authored about 7 years ago
Remove trove classifiers for untested and unsupported platforms (#1162)

Helps library users know, at a glance, what platforms are tested and
supported. This helps user...

github.com/giampaolo/psutil - 4789fb72315d6ed102762673232189b4e42af5fb authored about 7 years ago
Fix #1154: remove 'threads' method on older AIX (#1156)

github.com/giampaolo/psutil - 21e323f51d05cc95eb129704f8eb1c27a47a697d authored about 7 years ago
give CREDITS to @adpag for #1159, #1160 and #1161

github.com/giampaolo/psutil - 20bb2e7ac54ecd0fd22d13aac3a3890da19d2d63 authored about 7 years ago
Fix test asserts due to leftover test subprocesses (#1161)

* Reap test subprocess.

The leftover child process was triggering an assert in a later test:
...

github.com/giampaolo/psutil - 5c51581f1ea80b3d3ab5652ac0d904f8cb65fd77 authored about 7 years ago
Fix network tests for newer ifconfig versions. (#1160)

Arch Linux and Ubuntu 17.10 use a newer ifconfig version than other distributions and that chang...

github.com/giampaolo/psutil - 3cec63006e0f3f3498862310268d2ca6e21af39d authored about 7 years ago
Fix pre-commit hook for python 3.x. (#1159)

sh() return value is a string due to Popen(universal_newlines=True).

Traceback (most recent c...

github.com/giampaolo/psutil - be8abbdf9cbab6ea82a1b16ad144a55783c5f45b authored about 7 years ago
revert last commit

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

github.com/giampaolo/psutil - af59d7a138664bf80150d672215f9b1705bc3f30 authored over 7 years ago
print full mod representation when running test

github.com/giampaolo/psutil - 8d72368934542e78e7dcf1e31ecab3821677bbb2 authored over 7 years ago
Small changes (#1158)

* fix valid_types in memory_percent

pfullmem._fields is always added twice to valid_types so
...

github.com/giampaolo/psutil - f645d8f8b74b69933aa25fe673c7b2c8179937e6 authored over 7 years ago
try to fix appveyor

github.com/giampaolo/psutil - 5ed29588e0f8d95ffac21cf3128489383691961b authored over 7 years ago
update history for #1151

github.com/giampaolo/psutil - d24d73840d2ff0dccbdb1c7b55e3477c1466f508 authored over 7 years ago
automatically set PSUTIL_TEST env var during tests

github.com/giampaolo/psutil - 5444c5b548650d6c3550fca2cfb324109b8fa4aa authored over 7 years ago
#1150 give credits to @akosthekiss

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

github.com/giampaolo/psutil - dd80a8b94b3e5135b11700a5ef9e4665d76db1fd authored over 7 years ago
Terminate Windows processes with SIGTERM code rather than 0 (#1150)

If the TerminateProcess WinAPI function is called with 0, then the
exit code of the terminated ...

github.com/giampaolo/psutil - 548656a636da14636c44fd1ce64c677dbcb6e15d authored over 7 years ago
fix or skip remaining AIX unit tests (#1145)

* create_exe should use default code if c_code is True

* fix or skip remaining AIX unit tests

github.com/giampaolo/psutil - 3e5e9b780c9e2809f7552f6218e5ae86cbd35e28 authored over 7 years ago
make pre-release is deleting wheels

github.com/giampaolo/psutil - 2fd5679f6b61cb8cc5b358a2d298f6338c1c915b authored over 7 years ago
#1127: give credits to @jakub-bacic

github.com/giampaolo/psutil - 1d8399a9a0822e0f2216409f316aa1f2e966efc6 authored over 7 years ago
#1127 Fix reference counting bug in open_files impl on OSX (#1144)

github.com/giampaolo/psutil - 9c75262c01266a3e2e31cd09d5d9c710d0270e18 authored over 7 years ago
work around travis failure

github.com/giampaolo/psutil - 632dac16e9a3d8cb79270dabe7033143b0b112ba authored over 7 years ago
investigat travis failure

github.com/giampaolo/psutil - ad4b22f51b064c4dcc07f3f3c019a46c63e35119 authored over 7 years ago
investigat travis failure

github.com/giampaolo/psutil - 5e33068e2a515efe5a434a7771b316b61519cc2d authored over 7 years ago
investigate travis failure

github.com/giampaolo/psutil - 241109c51a02709612ba275e410532ac06ea3b65 authored over 7 years ago
#1012: properly convert to ms

github.com/giampaolo/psutil - f6b064e930ad771187f2fefb1fdfefe892d76521 authored over 7 years ago
fix #1012: disk_io_counters()'s read_time and write_time were expressed in tens of micro seconds instead of milliseconds

github.com/giampaolo/psutil - beda43bea5e64c28e3e6e1367761b28a112253be authored over 7 years ago
#1129, #1133: give CREDITS

github.com/giampaolo/psutil - 9a7af565ebd0df2bab15e18b2f70f61025377fd9 authored over 7 years ago
first pass (#1133)

github.com/giampaolo/psutil - cbbf1bdfd163af486fb4975445edd777c75cb758 authored over 7 years ago
#1141: sensors_fans / linux: skip unreadable _input label for first

github.com/giampaolo/psutil - 9632fb1969c526129eec63a267a6bcf91010228d authored over 7 years ago
1129: have sensors_fans() on Linux skip entry on IOError (#1141)

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

github.com/giampaolo/psutil - ffa1c64accf8ee1505dd7d1634a33ca6d96ad754 authored over 7 years ago
1129: have sensors_temperatures() on Linux skip entry on IOError

github.com/giampaolo/psutil - 943367f969ac3a49cae2da3186500a68cc3ea6ae authored over 7 years ago
Fix #1136: check PID in AIX in procfs (#1137)

The 'kill' method to check whether processes exist doesn't
work on 'wait' processes in AIX. All...

github.com/giampaolo/psutil - da68e02d1f84de6821b0468aaaa3e7475c6d0e49 authored over 7 years ago
#1138: update HISTORY

github.com/giampaolo/psutil - 12109ee217c247cf68735589fa55e6c721e463fc authored over 7 years ago
fix error on REHL 5.0: expected specifier-qualifier-list before ‘__u3 (#1139)

github.com/giampaolo/psutil - 6acb8d71e1db4b01ef298408c7423950c867f1c3 authored over 7 years ago
PEP8-ify code

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