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

Special case Process.exe for PID 0 & 4

Solves issue #528 and #414

37f56ffa74b560361f42d73c2d18306dbdfdcd84 authored over 10 years ago
Fix C90 compilation issue

4be391d93bcde42aaf8fd2168d5aae8e6c3c9f87 authored over 10 years ago
Fix C90 compilation issue

772021ce8bb7cdf0183bd6d6f81373d12c672c47 authored over 10 years ago
Fix python 3.3 incompatibility

e34c60bd9eeaf296156b01fceaabb31385ed66ef authored over 10 years ago
Commit dynamically allocating version of psutil_proc_cpu_affinity_get based on the os_sched_getaffinity_impl in newer versions of python. However, this one returns a list of integers instead of a set of longs, and has an optimization in the CPU list building loop

1d1d8fcde336c09be5cc3d4031fe8b8550197e47 authored over 10 years ago
Remove import of xrange which is no longer used

309631ffab71a29d12c36344a6d7af624646959a authored over 10 years ago
Move declaration of the return list to the top of the function for C90

57f1422e1f934adbde495075354a88c4b18f7dc0 authored over 10 years ago
Also move the declaration of 'i' to the top for C90

545a8226ad3d017ae46541271002631d5571b822 authored over 10 years ago
Move declarations for C90 support and cleanup

cdfc73380aa19f5f863de2978b9a91a6dae4fc0c authored over 10 years ago
CPU_COUNT returns the number of active CPUs in the set. Do not use its return value to base the CPU counting loop on

aaac9b8680558ce65c1526f3e9e29a321bd479ac authored over 10 years ago
Fix get_affinity for linux

f2205d01fe589057d14b5b311599d651bdd84836 authored over 10 years ago
test Process.cpu_affinity() against os.sched_getaffinity() if available

733b8930c1b0e7fb95b3da917fd299b0c9472a6f authored over 10 years ago
update HISTORY

2d30d1d7ce878f7e2ec06489476942cc9e3924d2 authored over 10 years ago
Merge pull request #519 from mrjefftang/master

Fix error checking to avoid calling NtQueryObject on bad objects

ab08172d95dc0f14b9e567383ea76aaea2b732d0 authored over 10 years ago
Update process_handles.c

726daaa4fb71a46aa88f3fcb1ed0003419d42e8f authored over 10 years ago
Update process_handles.c

20127990ab6d9eb2acbbe6fd0b122a3064728166 authored over 10 years ago
Merge pull request #516 from aaron0769/patch-1

fix a printing bug

84171a34b489fb77631233b14060222c2975ab12 authored over 10 years ago
fix a printing bug

time format %M stand for minute. %m stand for month which is what it should be.

ccf590b5fc118a3a47de562a512e89c27a482b20 authored over 10 years ago
merge conflicts

7d9da4173d5aea1acdae42cea3b52ec90806b423 authored over 10 years ago
fix #511: add examples/ps.py script

926c277358ae512649cdb658fea11fe41c24af45 authored over 10 years ago
#505 / make.bat: provide commands to build and upload wheel binaries for Windows on PYPI

58d549bd4a31522942a6625fb2296a8b3557d1af authored over 10 years ago
re-establish python 3 compatibility

96167b28666bc108e9c67f753c18d431dac646a5 authored over 10 years ago
#250: implement 'iconfig' on Linux (port from old mercurial branch)

6bb8093e6b7bad7be22303120598a968b83ca106 authored over 10 years ago
minor doc and tox fixes

f7f2080fb96a065a7c2ae925f72086a5a4eeef13 authored over 10 years ago
add make command to tag a new release

b9a967397965920cda71ebd862afd210e403b260 authored over 10 years ago
fix travis error on python 3.2; use flake8 in tox; make tox test also python 3.2

710fccca62d099574330f0c4d06ec2228cf6e8a1 authored over 10 years ago
templating

6fe394f3dcfae6e8c2aa96ef9166840715a8b664 authored over 10 years ago
templating

44b00b48f6c933c24a27ce7ca6ac9a1e6c1e5709 authored over 10 years ago
fix travis

9e748683988e0facf6ded01ff80e7d93ac1fff2c authored over 10 years ago
make some tests more robust

96c23f7490be7391a209140dc443e2ec46e89490 authored over 10 years ago
attempt to fix travis

2fede7d70baaebc0d9ea414d04d493b99c5e249d authored over 10 years ago
HISTORY formatting

c5143d6fe1d6cff3ccdd828fa035beea14e9aa17 authored over 10 years ago
fix travis issue

dd0cd5d2bf3317eb4b73fe8905c16dbcf54ba6d1 authored over 10 years ago
travis: install psutil before starting tests

952c6e8604fb3a6683f3f84afb228c75faf60639 authored over 10 years ago
github migration

a6ecb26350231a9da4bf456d37c79cf1a6d03eb8 authored over 10 years ago
ignore me

37b8f69c26e058de83407bc7d13423b5b0c4eaf1 authored over 10 years ago
rename README -> README.rst; update MANIFEST.in

c234ebce1965f3495bbcf0336e7616ee4a9e294b authored over 10 years ago
travis: progress

cafe4710b3f961364a94457c9941e78843eac647 authored over 10 years ago
add travis file (provisional)

9ded9fc98345082d1f44e24106e60bd93b44363d authored over 10 years ago
add tox.ini to MANIFEST file

189c9ddf7a141975f95cf593db8a34e31106dd79 authored over 10 years ago
fix issue 492: add tox script to test psutil on multiple python versions (patch by msabramo); also add a 'make test-memleaks' command to Makefile

7c2743ee138ff91e5f1840ff79a8dca536154b3a authored over 10 years ago
Fix issue 504: can't build RPM packages on Linux

653ef91e05a9be77a7ff3a35c39ea4b20bf52d34 authored over 10 years ago
fix issue 503 [Linux]: catch ESRCH and translate it into NSP

fdd4fd0531498944278ff70ca1c890dfb7890a92 authored almost 11 years ago
Added tag release-2.1.1 for changeset 2fc1cdf8fba1

3a52ea8be355ddb8c0b00393dda5622ad9fd5452 authored almost 11 years ago
fix issue 460: [Windows] net_io_counters() wraps after 4G.

50bd135bbbd17c970afc4882b0829900e3d9bb4c authored almost 11 years ago
fix issue which was introduced in revision be986f2c2867 / issue 466 on Linux: the process exe can still have ' (deleted)' appended at the end of the string; get rid of that.

297aa1b5d48c6da2c2814a7bb6fffc1b396b5137 authored almost 11 years ago
update CREDITS

34fe9246f8395b61b8f5163b8563832603094356 authored almost 11 years ago
fix issue 446 (Windows): fix encoding error with net_io_counters() on Python 3 (patch by sziget.gabor.niif)

b795add6abb04184ea640aba6123412787ad74fb authored almost 11 years ago
fix issue 491: [Linux] psutil.net_connections() exceptions. (patch by Alexander Grothe)

bf378ea7c7ad64954e2a3fee2cb25307206184b2 authored almost 11 years ago
update some doc

d52561a9677eac84bc86afe7525bc7f40ed80490 authored almost 11 years ago
use python -m to invoke nose

58ce077a95409a990859e74004cba0626a0e5608 authored almost 11 years ago
Makefile: improve command to run a specific test given a name

2905ccdbe72477e1d942cca873a0e65f13295093 authored almost 11 years ago
provide doc favicon + add a 'make upload-doc' command which uploads doc on pythonhosted.org

c1987d049648549a8511f63ff7e0a185bd275c4c authored almost 11 years ago
fix doc version

d6e6ede30c4011af9b11b23a49c6a4016e8e550a authored almost 11 years ago
Added tag release-2.1.0 for changeset a79ee71a0b35

e204980b942ae6f20a1a2cbe45217dafdd057913 authored almost 11 years ago
last-minute pre release updates

41a3d90f01ad4e4b9cf30fb12b9f31a71713be71 authored almost 11 years ago
merge netstat3 branch

7e2c47de08143400e85a289d5e2319e6c63038fe authored almost 11 years ago
fix issue 387 (OSX): implement system-wide network connections; unfortunately we'll get AD unless running as root

2321410adf184805e617c78879e232b7a67ab9b6 authored almost 11 years ago
fix doc typo

bf8197493f891f24057f3f9d93f89f7845e54037 authored almost 11 years ago
provide doc for new net_connections()

842ec86a4a345d46b3acb0ebd0087249140fa527 authored almost 11 years ago
fix issue 387 (Solaris): implement system-wide network connections

824400b02161ac76cd99f5413dc4a9db1af7a7c8 authored almost 11 years ago
fix issue 387 (Windows): implement system-wide network connections

ea86eb9c9ecb0dc4d2780d158875d86770ac97bd authored almost 11 years ago
fix doc typo

aec154f7f084d96967c65a7e8dd33c7662e3b3eb authored almost 11 years ago
add tests for net_connections()

ff6a942f937a15630b6ed4c355fa83494aedcfdb authored almost 11 years ago
document Error exception

6fd7140e87bfb7e2dbe75eb0b904935b4705dec4 authored almost 11 years ago
fix issue #489: [Linux] psutil.disk_partitions() return an empty list.

6bdcb15a22bad2027616df805601507e38f5d4ea authored almost 11 years ago
fix issue 387 (BSD) implement system-wide network connections

ce88388386803e9f13313b6fa74db5dfc6c093aa authored almost 11 years ago
fix issue 387 (Linux): implement system-wide network connections

4c7154582fb467e0ac51467f28850a929c7b32ef authored almost 11 years ago
minor fix

29d2f16dddd5dcad8eb0604b693bbebd321edf78 authored almost 11 years ago
merge hgeads

c048574aa563a650bc716339fe1c959530c04a8e authored almost 11 years ago
(linux) process connections refactoring

698456954c035dba2a37dc36839cecf35cc62bd9 authored almost 11 years ago
erroneously committed a patch against OSX instead of Solaris

6d554f5d2ce02b427479eec0875e31a6a7419460 authored almost 11 years ago
fix issue 421: [OSX] psutil does not compile on OSX 10.5 (patch by Naveed Roudsari)

d01362bbabf624df9d0405ed06cc62260a3f0952 authored almost 11 years ago
update README

fb817916d880b261009c20643045030902e97a01 authored almost 11 years ago
Added tag release-2.0.0 for changeset 33e7503137a8

a3d01b3538a27ac55e37ca15dfdee9db2bf536d4 authored almost 11 years ago
fix links

98a0329039404421cc3a1e0b0c08e6d478029ba8 authored almost 11 years ago
fix typo

2085f36ac9a8dab2a636f71f3a390434d43e53e7 authored almost 11 years ago
update doc url

8c01aac6072ec54be66d3da3fc6422a89d10d1bd authored almost 11 years ago
do not check process is running on wait() as it breaks tests on windows

2976de4ac82fdcfdd83f84b16c82166d882cba4b authored almost 11 years ago
update date

46236374e3065de1ccce59f4410166bdfa386161 authored almost 11 years ago
resolve conflict between heads

3840298b69a4c598834ed82af58a37caa6570ab9 authored almost 11 years ago
resolve conflict between heads

2db872a9487cb40cb0c02357a7dc87b6af85648f authored almost 11 years ago
resolve conflict between heads

db9ddebc4031cd7b80c6673ba38a94a1594e2787 authored almost 11 years ago
check process is_running() on wait()

51b434fd085dcce3116622179ada1ab1d5fcd741 authored almost 11 years ago
merge

0ac1ed210d62bd8d0f7679d472be7996275a5ea2 authored almost 11 years ago
update doc

6dfbe5fd140cadbdaeed74484019a50ce60fd583 authored almost 11 years ago
Fix long time issue #340: get_open_files() hangs on Windows (patch by [email protected])

e892d8fab85deac96276b04393136a9bda2b770e authored almost 11 years ago
update INSTALL file

2cb8f8bc1c8b44eb3835b7ff763d2092d77b99cc authored almost 11 years ago
fix windows test failures

f95c3d75b5713b5dd8d7ce7ef3382d880681cb1c authored almost 11 years ago
(doc) force 2.0.0 version as an attempt to fix https://github.com/rtfd/readthedocs.org/issues/717

f3b687e4b95472791739f5f422c00625fe6562e5 authored almost 11 years ago
(doc) get rid of domain indices

bf400eb503304858293e27afdfd53240b7a5c5f8 authored almost 11 years ago
(doc) fix sphinx warnings; also provide a better routine to retrieve psutil version

ea763a5021b337ddc4ca5c93306dd80d0a124d96 authored almost 11 years ago
add pypip images

3702674841b437447f049575dd6564700a8c65cb authored almost 11 years ago
update doc

59d819720fde46e7afd6eb41aae05ef2bf9d96d6 authored almost 11 years ago
example scripts: show output in the docstrings

3b8c231d9777e0193f3d0c5a7f764ae14943eb77 authored almost 11 years ago
update IDEAS

fa7c36fed7f2022c1374f20e18877b3651b10e2a authored almost 11 years ago
get rid of redundant Process docstrings

82fb6c6078e0e5fe4825fb95719f3905ed39ddae authored almost 11 years ago
remove no longer used cached_property() decorator

34909b97ed93cc6c249ffd52174e86d51b8715e2 authored almost 11 years ago
support private module import

6e659a709c4ba134145c9988498ee7a312401ddf authored almost 11 years ago
support private module import

31e5f0992f512add05c896aa808097a6ef28224f authored almost 11 years ago