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

Merge branch 'master' of github.com:giampaolo/psutil

c8bf8c87b4c6990393349247010fcc8e87c9c0e5 authored almost 8 years ago
update doc

a0a07759e822feff76fbc769ce4b0b6d9e5c75ae authored almost 8 years ago
windows / c: refactor pid_is_running() code

f95e6df60fd3e75d204e18b45ef7a14f576cfe49 authored almost 8 years ago
windows / c: remove unused function

11461bd6e4623c6b3cc5734a96e23fd8dd0962be authored almost 8 years ago
windows / c: refactor pid_is_running() code

7694555905ab8aae4e66248cda54788a1c32388e authored almost 8 years ago
windows / c: refactor pid_is_running() code

0521043d953c83cf10986a52d27eeb14a59f199b authored almost 8 years ago
windows: remove unused C code

5c472ff7595cd58ad76189bdf7ff45d8f6fdb9f3 authored almost 8 years ago
windows: remove unused C code

07b8c2ea8f5c3070bf646e59407d50d04514c225 authored almost 8 years ago
fix windows test

f2286d4f92108f969f84d993b24badcc5823a17a authored almost 8 years ago
fix some windows tests

233a5674f3c924b3a88f9e40d6e625eccf5f92a0 authored almost 8 years ago
make sh() utility function also accept a list and be smart so that it sets shell=False in that case

2783709a217db87fd44bceb5c6dcc037d04f559b authored almost 8 years ago
docs/make.bat was wrong

c7d059d860d3457f602f08ad44e788421ecd80d5 authored almost 8 years ago
skip rlimit() test if not availalble

41a4fd641ff669fa59f67d5532ea3483df5f05ad authored almost 8 years ago
fix accidentally broken tests on osx

1a13c2769a40b0094fdc0f66a3a2e6b4f6479f52 authored almost 8 years ago
change sh() signature; also use sh() in the GIT pre-commit script instead of subprocess.check_output (not avalaible on py 2.6)

20a2976811ebaac95423df3dd4187f55a04a1ab3 authored almost 8 years ago
always use sh() instead of subprocess.Popen

c9babc9e87a8b0dd5561d1362550f72f32e9e2ce authored almost 8 years ago
update doc

ac61a5f9c80ae317167fdfb8787a7ea3a2c80e4c authored almost 8 years ago
update doc

f7194e669393b59e5146c608f33fd78f719c2a9e authored almost 8 years ago
#1026 / doc / recipes: add one-liners

aba3b3953a79d7c1b5ee4eef56ea17477ac3219d authored almost 8 years ago
#1026 / doc: add kill_proc_tree() recipe

5325aaf8c994744c6a2f2d3a88553199fa4a0293 authored almost 8 years ago
#1026 / doc: add recipes section

87a112858ee35e77ea4fe91f4b1dd945b0503754 authored almost 8 years ago
update doc

d214ea04e72d7132c9598e89a2a1dd84a3cd3ee3 authored almost 8 years ago
update doc

9e34798ece5f231cafdd0da215c8b568b4f82d09 authored almost 8 years ago
fix test; update doc

45fcea42c4236055d5eefc346b14b08c09871062 authored almost 8 years ago
#1025: take advantage of process_iter(attrs) in scripts

888eebfd4fecfaf936838a2055496485e2af8b65 authored almost 8 years ago
#1025: add process_iter(attrs, ad_value) test case

bde13c410bd0e266d49ad1e24ae3b78dba571e29 authored almost 8 years ago
#1025: implement process_iter(attrs, ad_value)

1c4019f1298eca752c1e6b85ca4c8c461ff488ea authored almost 8 years ago
update INSTALL instructions

3850cb84ce5cf7515487e6287895d2cc47f16ad6 authored almost 8 years ago
update INSTALL instructions

936a9194783f79e796519a80f5b088c01a767df4 authored almost 8 years ago
fix linux test

28d2add3a4e490ff0014a9fcf4e6aa134f043d43 authored almost 8 years ago
adjust who.py script formatting

a2f947fda49c42420967395246b1d334bcbe5b96 authored almost 8 years ago
#1022: fix users() on Linux; update doc; bump up version

3272d71d96f8275d1ecfd24eab9745ec73817788 authored almost 8 years ago
Merge pull request #1023 from alexanha/master

make users() include pid into suser tuple

4798febfe8198368ceb71ec4cbfd62c3c58e9fb4 authored almost 8 years ago
update CREDITS and HISTORY

427457a3763c2a631890703e40e2be0192c66c1e authored almost 8 years ago
in psutil_users() move pid to the back

b353b5fa58cfd996258f45691044e8fb95cd0444 authored almost 8 years ago
make users() include pid into suser tuple

a9e3effa73a31c6ca77356964f0563f8531e4467 authored almost 8 years ago
minor refactoring

77268aef6ae11408e41cd51bea2be19aa551f625 authored almost 8 years ago
reuse create_proc_children_pair

c218867050f5ec22d43171d73846330b77fc3399 authored almost 8 years ago
fix #1021 / linux / open_files: open_files() may erroneously raise NoSuchProcess instead of skipping a file which gets deleted while open files are retrieved

ef2e1b1868364f307645724cb615e1f80ad559bc authored almost 8 years ago
create_proc_children_pair: have the grandchild create the intermediate test file so that it has more time to initialize

9c192592076de7bf402ce6522b4ef2bd0727bb7e authored almost 8 years ago
update doc

fb9ae861cf3cf175c3da4a3cd4e558c6cbd6af91 authored almost 8 years ago
reuse create_proc_children_pair in tests

7666871497e930ff1a318d90bbcec93da851afbf authored almost 8 years ago
add utility to create a child, grandchild process pair

267de56fe0e424f86d3c615b2d770efefac2f35f authored almost 8 years ago
small refactoring

9ad2d0f09d14af999ca0e31d3a4ed77fe41c5b81 authored almost 8 years ago
fix some code smells

8ce574092408d7a697cb71eb27d57caa6abdcfdf authored almost 8 years ago
fix py3 failures

9b29a184bfcf5a8434b544a139440efe2003da1b authored almost 8 years ago
increase test coverage

477f47720fc87330e4041525ca4aa34140641444 authored almost 8 years ago
increase test coverage

e0a25e902a40faf13f6c20ad78e804bf20285106 authored almost 8 years ago
increase test coverage

5abb9a34c10e707a11f01f4025a643cc7fdf889c authored almost 8 years ago
increase test coverage

fe58626e3dd8ee352e2b4615c38c25167c80c253 authored almost 8 years ago
increase test coverage

1353533343ecfff505daec238bb309a5be05ae83 authored almost 8 years ago
update doc

38a1632b312e66d213b3ab665ed5736c9f379321 authored almost 8 years ago
update doc

1ab8a0bff56163956a2140142481b83ddbfc8f3c authored almost 8 years ago
#1020 / windows / open_files: update doc and inform that open_files() only lists files living in the C:\ drive

4f170f378cffe2dac03f591dcb31e74a48c64b5c authored almost 8 years ago
Merge pull request #1019 from giampaolo/1018-test-refactoring

1018 test refactoring

681686e09dedbdfbe6bfd9ea5c69ae0fb8431b36 authored almost 8 years ago
minor change

d491d8fb762bb20ad5b88254749940fbc3434d82 authored almost 8 years ago
fix travis

8e8aa1c62b44a725e0e7f8e1417ea4819591901d authored almost 8 years ago
#1018: add --install-deps opt

d6d90b1483c3f1233d043955111af2ecd7fd424e authored almost 8 years ago
#1018: enable 'python -m psutil.tests' to run tests

1da757c4408911dae34a707b7a63df89cc530727 authored almost 8 years ago
update README

1d6df8d52530c6143dcd0260bbcfd384d1315c8f authored almost 8 years ago
update README

ee722d4a14224e2331a8b7e44af0e5f6755c0c03 authored almost 8 years ago
improve test coverage

a2e36c9b7b6eecfefc204f1368033b7c22c9e219 authored almost 8 years ago
improve test coverage

c8c07eae02042715bc7a38f2f08a9e070e401131 authored almost 8 years ago
improve test coverage

8690a308216838be95e94eec0d298b4d97e66d9a authored almost 8 years ago
improve test coverage

b42ab4dddb295abf000a351f127004410eb31ed3 authored almost 8 years ago
add UNIX test case for name()s longer than 15 chars

f112ef9a0c7cc65e6604e4572de154e9cf27c95f authored almost 8 years ago
fix travis failure

76d36b417ab1f0c7fa9070a2887cbcdae1bea66c authored almost 8 years ago
fix travis failure

3ecc248a05cef8f62af572431dfe465c8ac0f3b4 authored almost 8 years ago
try to re-enable some travis testst

2577bd234219422d845bb1bf7f1bc43966596eaa authored almost 8 years ago
assume AF_INET6 is always available

fc66da427cb176355d9d7a2d34796ecdff5dc870 authored almost 8 years ago
really provide a unicode test for disk_usage() (we were doing it wrong)

027ec99c1291e0edeccbf5953e8c332cc0b320d6 authored almost 8 years ago
some refactoring

47060dbdff8645a2c35103230e7440ad4db50f61 authored almost 8 years ago
provide an actual test for sensors_temperatures(fahrenheit=True)

6926720e65693c2ba6e14b01e9485db4d8397c1c authored almost 8 years ago
fix failure on travis

0e14bcbb90200c3336e4a52c496a56cd4cf45323 authored almost 8 years ago
increase test coverage on travis

c9571a1ba020cfa9030fba05f886143f9a49f754 authored almost 8 years ago
increase test coverage

f3147652571589393b5a7fb4dfbbfa65aa684375 authored almost 8 years ago
fix #1017 / net_io_counters(): do not raise RuntimeError in case no NICs are installed

91068b52e21997b273e5ed678409bdefcd52a3f1 authored almost 8 years ago
fix #1016: do not raise RuntimeError in case no disks are installed

b499cc2ddce57d73d1af842a0abbd171cfe9a71c authored almost 8 years ago
increase test coverage

9f8f663941262f50ea84b9876ae2148567dc2043 authored almost 8 years ago
add test case for Process.parent()

d172d7ced683241d0be7e0111b6435757491ea17 authored almost 8 years ago
restore travis config to original status

6a59ad8825a2d18cc444b1149691f42980478cd4 authored almost 8 years ago
attempt to fix travis + osx

d82e725de0fa2a785db3225b4fd2a7c090681276 authored almost 8 years ago
attempt to fix travis + osx

1cb346ceb70c4da7b1c9a717a922ed9ce5ee4175 authored almost 8 years ago
attempt to fix travis + osx

6e4089bf8930fac22cf44fc02a29d67bef9d3a18 authored almost 8 years ago
attempt to fix travis + osx

74ca8a025f8b3c772512c9ce59831e7d73ddd90f authored almost 8 years ago
attempt to fix travis + osx

3b55e544fcc25e539b1e80907abe1eb1a4e9c823 authored almost 8 years ago
refactoring

684f04fc23f2397d46eec493321391d05a006d6a authored almost 8 years ago
increase test coverage for sensors_temperatures() + refactor test constants + bump travis tollerance during tests

b78f2f20128fb541b7808d8e96be68aa0e33def5 authored almost 8 years ago
try to make coveralls show the right results

8e291c35a11a8bad883cfeb2473d056e2c9d6e16 authored almost 8 years ago
try to make coveralls show the right results

1b23fda7b84debb27cf4f3ac6fb77e62869ace1f authored almost 8 years ago
try to make coveralls show the right results

e3583d87dec31be15df9a0b1627cc19d664b4c21 authored almost 8 years ago
try to make coveralls show the right results

098dcf9bc991826dd3dc0f251123c00076c7b8c9 authored almost 8 years ago
try to make coveralls show the right results

1392d4763724c8efdfd42d17bf77fe3c0bd327fa authored almost 8 years ago
skip test on OSX

0eee5698d7c80a05f67c39dc87ea456df40c034c authored almost 8 years ago
refactor test

30db86ce39a1aae677a5fb5735806f3380de2520 authored almost 8 years ago
#1015: add test case which makes sure sysinfo() syscall is used as a fallback in case /proc/meminfo provides no swap metrics

df64140292be0c740fb43eda1a47c6c4b214dd7d authored almost 8 years ago
#1015: fix python3 failure https://travis-ci.org/giampaolo/psutil/jobs/224770921

5608fff80bd077cef984935432e43de7dbfd3184 authored almost 8 years ago
fix #1015 / linux: have swap_memory() rely on /proc fs instead of sysinfo() syscall in order to be nice with Linux containers such as Docker and Heroku

9d24ec29c3f865bfb4849beb57cb95255dfb4c2b authored almost 8 years ago
test case for #1014

a115de4a07627cd7676a4c2da141a1c856d7af96 authored almost 8 years ago
fix #1014: Linux can mask legitimate ENOENT exceptions as NoSuchProcess.

22651a6ca3142aeb405b0c23b4f668ed6d3f1de3 authored almost 8 years ago