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

fix #968 / Linux: disk_io_counters() is broken on python 3

bde7f7bac923f83cc675c526cca791b9abc9baac authored about 8 years ago
win: small optimization

8e7760b3c76097c669ddb235fb076ce0d6dad36a authored about 8 years ago
update README

9eb8f85fab0784b2fc23d4a1522f9b70427a0101 authored about 8 years ago
download_exes.py; show file size

7200a7c06af21aeb24adf28f4186f467ceb7314c authored about 8 years ago
makefile: remove upload-doc (outdated)

0efe637c5e6370f142da2f6ba54122015ca7dcc3 authored about 8 years ago
update doc

b83c45b56512301976f57edbaf6aae789791a149 authored about 8 years ago
be more cautious when converting to int()

fef8ef01f016b2fbc7e89ebbf02b2da964ca466c authored about 8 years ago
pre release

9ad0590f4d801cfbb0224da33127dc56dbd55130 authored about 8 years ago
#966: add more sensors_battery() linux specific testst

65037c09c73c8ea789965afc03cfff0f7f9d5e1e authored about 8 years ago
#966: sensors_battery().power_plugged may lie if AC0/online is not there; fallback on using /BAT0/status instead

0a02bdcf7b3fcfe9ab328148187ed9f4b9f93a00 authored about 8 years ago
#966: catch IOError: [Errno 19] No such device

1f30d13ced7faec37946b0eb7f8127b86fed4116 authored about 8 years ago
update HISTORY

24964038e109799c890b71b0232a268fc3ed7358 authored about 8 years ago
#966: sensors_battery() fails with no such file error

4157e6fe5a6f25400342f8c89b44456cc566ac9d authored about 8 years ago
fix broken test

11150d2588f47ec4b335ab2ec3591662fc6e88d7 authored about 8 years ago
fix #965: disk_io_counters() may miscalculate sector size and report the wrong number of bytes read and written

8815aac2673a623dc144474ed20706f9343a704d authored about 8 years ago
fix fialing test on travis

892a55b4f8b4b5ae1d7a2ea37b10fb2089d952d6 authored about 8 years ago
adjust as_dict() tests

dc4faf1d7f50e1021f926c956361a6072c7db6f2 authored about 8 years ago
add test for as_dict()

26af8bf2f1e883fb0a1f2bbebce828ac2205d7c1 authored about 8 years ago
refactor test runner

547a6a6ff4be8bff9d14fca24b68a95a96743f1b authored about 8 years ago
update README

d1e46249b769a44cc58c0da7b2c9749650aa5138 authored about 8 years ago
update README

9060f675702ccc7d56a89d44e9a5167d7ad35a41 authored about 8 years ago
Merge branch 'master' of github.com:giampaolo/psutil

7180c33c570ea0552da06bb9322a72218e9cc143 authored about 8 years ago
fix test failing on travis

53ccd9a56b20b25c627820b3ce66b86875e79e6d authored about 8 years ago
fix #964: windows Process.username() / psutil.users() may return badly encoded chars on python 3

c2d77bf3536da1c862da32ca8025b60845079a48 authored about 8 years ago
update readme

cbd83bf3087ba83f27f0454ac6ee40084ca3d092 authored about 8 years ago
pre release

84e706afcfa5e24523d6768579d0a11979cd15d8 authored about 8 years ago
try to debug win failure

5dfb92a434ef97bdf39895e76fcfaee6400adf9b authored about 8 years ago
fix windows test

55ac1de8f1a322fc982d7deec75f04b06acf3bc5 authored about 8 years ago
make sensors_temperatures() always available and return {} if appropriate; also fix tests

80d34325fe2e91990e635c6594052f7f42bc88e8 authored about 8 years ago
update doc

673029e1cab61b215e5836039f2c7adfabb0d7a4 authored about 8 years ago
update IDEAS

b8901419275d1111e13165f62528e89938cd228e authored about 8 years ago
update README / HISTORY

1800329c0dc931bc66b6b504d3f4cc32e62d29f8 authored about 8 years ago
Merge pull request #963 from giampaolo/955-battery-sensors

955 battery sensors

42ccf3da203f4cfeb2f2ec74042e61f73298931c authored about 8 years ago
merge from master

3fb929dbb61f1437c5876de723978f98006a6511 authored about 8 years ago
fix memleaks test

ed0975dec40434b0e40bf8681325ffdaa8c5858d authored about 8 years ago
update HISTORY / README

cba54bcfd8c0e618d087e5079f33b6be7d518a37 authored about 8 years ago
Merge pull request #962 from giampaolo/371-temperatures

371 temperatures

c019b2ecc9207327922c6b8b591fa358418bd186 authored about 8 years ago
Merge branch 'master' into 955-battery-sensors

0f7d22656de9a6c51da3a22d52ab876c36bf74ed authored about 8 years ago
merge from master

2b59a12cc00e0b0f593547b9b56350400f9fdfc8 authored about 8 years ago
fix win service description (again)

b934815fbb8b4aadbed43d807dc8bc3caec13df6 authored about 8 years ago
fix #961: [Windows] WindowsService.description() may fail with ERROR_MUI_FILE_NOT_FOUND.

b524439056484e81a17407dc31cfcea1ff81715b authored about 8 years ago
Merge branch '371-temperatures' of github.com:giampaolo/psutil into 371-temperatures

86fc3ee3acb2d2ae0e8186b1ae8a55567417759a authored about 8 years ago
win: fix unicode decode error

f49c29bc22ce323c8965d342b15e824d91d59227 authored about 8 years ago
fix #961 / Windows / WindowsService.description(): catch ERROR_MUI_FILE_NOT_FOUND and return an empty string

69a273209a41f3c51bdc22d12c9f833ccc68dd55 authored about 8 years ago
fix windows test failure

48ec7777fb03afeed826bceb71d72652ac15373e authored about 8 years ago
fix test

db7a18a25facf8651844b84df946a7cf7997a346 authored about 8 years ago
#fix 960 / Popen.wait: return negative exit code if process is killed by a signal

88e96ffaafb8422121cd98775a408cd13bdbd572 authored about 8 years ago
try to fix occasional windows failure

8291347dd0f89131800983e6412b534911df695c authored about 8 years ago
fix osx test

d717b45eb5559dceead926de62a2bf42ca690fbb authored about 8 years ago
fix py3 type issue

89a729e63db9a10e4e45b15b2c5994f3e9e295b9 authored about 8 years ago
update HISTORY

b04cf1f4186b1181a7aec23c0f0dbaca68f896e0 authored about 8 years ago
#956: cpu_affinity([]) can now be used as an alias to set affinity against all eligible CPUs.

8b57f42f0453804ae6d3bab7ef34d3a49f5cb6f1 authored about 8 years ago
#959: update HISTORY / CREDITS

53be3ab5de8212e0164030bfd44f835b63ea82c0 authored about 8 years ago
Merge pull request #959 from bolaum/master

Allow exception pickling.

6a545cf89c263daecdc32e8ce50eca38b04561cb authored about 8 years ago
fix exception pickling

42ff4afe8ba81e16efe802466c63dcc3de8ee30f authored about 8 years ago
small refactoring

c0728d6c4f75ddd669ee19ece3f49ee455b33a2e authored about 8 years ago
BSD: expose sensors_batter() for FreeBSD only

2cd73cafee4548e2b73d0797ca8a1f7b06ccddae authored about 8 years ago
Merge branch 'master' into 955-battery-sensors

5eb96175589c593df6dbb5834d686ea6ed7abbe3 authored about 8 years ago
update doc

2c6f48cc4d1d8b2b3da179a9059d5df13aed1608 authored about 8 years ago
update doc

549ae3d423278fb8eba2a2fca0238682bde57f91 authored about 8 years ago
update doc; fix tests

2f1e3e5b8d66f1d347b042e0509d82484d8fd8fb authored about 8 years ago
#955: add battery.py example script

32cec3e427621b77fa2f267ffe416f89cd120536 authored about 8 years ago
update doc

e462e7b3b3966a90e0430584fa43ffdc71078f90 authored about 8 years ago
#955: win / bttery - implement power plugged

2033bf7409c6599dd36e3241c4d299f8eefa2c09 authored about 8 years ago
#955: freebsd / battery: implement power_plugged field

bfc5e528574e14485d61ddad7e9a57850b9fb93e authored about 8 years ago
#955: add power_plugged info

90b261aef4c94e364596f07711565ea250f3a10e authored about 8 years ago
update doc

78f8a41eb902c144dd31a9e4bafe63c25fea3c76 authored about 8 years ago
#955: sensors_batter() freebsd impl

022cf0a05d34f4274269d4f8002ee95b9f3e32d2 authored about 8 years ago
#955: sensors_battery() / linux: implement secsleft

e2d8f58a1833686024b013de707c4786abce1279 authored about 8 years ago
Merge branch '955-battery-sensors' of github.com:giampaolo/psutil into 955-battery-sensors

cc8d31c07378ed69b0cf7eaf4deef529c63ad177 authored about 8 years ago
#955: battery windows specific tests

a120b1e94322b17bf5ae41bb885faf3d17b991cd authored about 8 years ago
winmake: add pyreadline to list of deps

cec84ca48352a8f412c21f88054f8fac361f003e authored about 8 years ago
Merge branch 'master' into 955-battery-sensors

0684302e8e24dbebf536f4c8530475b21355f7c3 authored about 8 years ago
fix travis failure

783395e70b631201cf6a3c4f77ba0565f354300a authored about 8 years ago
debug travis failure

e5fa0038ba8ab1dc09cb3befe1a78ee1fc3eca0a authored about 8 years ago
#955: sensors_batter() win impl

109f873ea81b28c9f82142a556f75e68256dbaa5 authored about 8 years ago
#955: sensors_batter() linux impl

13114eefc8da22a7b18a8e7f0b877044ac0e1897 authored about 8 years ago
change variable name

df9250cdee1c241324e71e7f68e1602eaf82d2c9 authored about 8 years ago
move function up

6943870e4501db28d4dffb134a20b5af08a30d56 authored about 8 years ago
small refactoring

eb4b66c9553ebf6137e28f87d6729c11375e1144 authored about 8 years ago
modify test

ea919d5bf74fb776a4535c2d6bb40967e77803d4 authored about 8 years ago
#371 add sensors.py example script

e6e24354854c18f38a4671cc63c98374d6082404 authored about 8 years ago
refactoring

77a8df098f354b990832b33f324577fa24ad16e6 authored about 8 years ago
#371: update doc

62b92a1d569f40ca06ff45cb8b00f58b233cfbe6 authored about 8 years ago
#371 add sensors.py example script

a17a6d6c0de3a9804452b13881eb544fc726b2d6 authored about 8 years ago
#371: temperatures: change returned data type from list to dict

b64b87943b2e1d5955db90a94de611bf2c4bad2a authored about 8 years ago
Merge branch 'master' into 371-temperatures

1818df036f4ab4b851e8cc0dd15f0bf28d8640f8 authored about 8 years ago
fix TypeError

8e81948e711e693536d98c229158cbda2c080bca authored about 8 years ago
fiz ZeroDivionError on cpu_freq()

167e3938c15f3b1dcc7b20685f73df3d3077f276 authored about 8 years ago
fix test; add debug print for failing test on travis

de07c1c88c8650dd1c5db9fecfa79d93e247e9fa authored about 8 years ago
memleaks test: add test to grant coverage of all psutil system functions

f61e0024d73bf8a65deb44225bcd197daee21a66 authored about 8 years ago
memleaks test: add test to grant coverage of all Process methods

1389d031809f82226fc139f32e6bc938d5372a38 authored about 8 years ago
rename function

c69f2591f07341681cc56dbf93cf08cbb3cba48a authored about 8 years ago
make temperatures() available only if /sys/class/hwmon exists

ff1547b98bbda585e65654bed7c938d8060478ef authored about 8 years ago
merge from master

276c0bc05d8e45c9e80361011eed77654a438ee4 authored about 8 years ago
remove useless test

232b6910b0c14ff2c91da44f39bc20158b68e999 authored about 8 years ago
add linux specifc test for cpu_count()

1fd9d80c374382d010ee7e44944bcd0bde4bbb41 authored about 8 years ago
update HISTORY

de2bce900d5c4be75091ffc50ab99abb1d77f387 authored about 8 years ago
update HISTORY / README

903d7b7635847296478404bafe2f74445c6a5379 authored about 8 years ago
Merge pull request #954 from giampaolo/357-proc-cpu-num

357 proc cpu num

07d09c64ca4a7650f56537bbeac65f53e2a52117 authored about 8 years ago