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 #623: [Linux] process or system connections raises ValueError if IPv6 is not supported by the system.

30901a64605f8ab2ed3c20be1bd246da8e182e79 authored over 9 years ago
FreeBSD: little refactoring + fix test

e079f3c8feeeec70c1ea32491cf39721c1c82d15 authored over 9 years ago
C: removed unused function on FreeBSD

389bd8ce69102cbcbdd0adeb1b13e849b105bc98 authored over 9 years ago
C refactoring

d3c53ca3fb847b6ad3950ea9249797d3fd4ab95d authored over 9 years ago
fix appveyor failure

343a8f2e214ef44a0187ffca4001afd7fe3693c6 authored over 9 years ago
Fallback on using which(cmdline()[0]) since exe() does not exist on

OpenBSD

c83bca37349952a5d5c0d437d1649afb78c9a0ca authored over 9 years ago
make the code more similar to master

2b1695943b9b24947e2d099d8da140e3ac18b18f authored over 9 years ago
fix some tests

32c3db968ee2bbea2aef446fd054d16c832a9068 authored over 9 years ago
merge with latest code

1da9d09f9816af94258652a905a0239dfb89a043 authored over 9 years ago
update TODO + GIT pre-commit script

16bcae4cdcd28396380638efd3369553a0e96d13 authored over 9 years ago
#678_ setup.py error on linux

af403501e1cad8d89e8dec98ed87c118b7c31620 authored over 9 years ago
Merge pull request #681 from Infinidat/test_fixes

Test fixes

608abb1a9a7506817ac7dac3cd639eba9e5a917b authored over 9 years ago
reverse change - don't call safe_remove on APPVEYOR

5712a0a3b65e643694c2ed4db627af52eb8b180e authored over 9 years ago
Merge pull request #680 from Infinidat/517

Fix #517 (net_io_counters on Solaris 10)

41550ff8b5fd49d8d30d69a254d7b81225e7b000 authored over 9 years ago
fix review comments

5fed050ae9236efa0eaf2f219e44a83d23dddb05 authored over 9 years ago
update history and credits

c18e61eaef2d66a8e5bcc7e8aec57c2ed4d8d1e1 authored over 9 years ago
#517 The data type retrurned from kstat is interface dependent

and not system dependent

_INT64_TYPE may be defined but kstat may still return
the IO counters i...

9fc4b0e7612306b22189f9ec94d31001b9c60244 authored over 9 years ago
Fix #517 by testing ksp->ks_name is a network interface

instead of testing ksp->ks_module is 'link'

9f394c7a94c55f7d5c26ee6486996c67978b8e15 authored over 9 years ago
Fix test_memory_leaks

Replacing psutil.cpu_count affects other tests.
Calling the "parent function" will test this bet...

284c3683d7f630611344b14e4f5b22b295dd4d87 authored over 9 years ago
TestUnicode: Instead of using Python's executable, compile one if possible

Some environments don't support running 'python' outside of its directory.
There is already a te...

158d60f082448bf9a22d53d940990eb4aeb0580f authored over 9 years ago
avoid name cutoff in tests

In POSIX systems, process name from psinfo is limited to 15 chars.
There can be a unicode charac...

360433e5ae22455f95a108de9bd605a8e4eb13c7 authored over 9 years ago
use os.path.normcase for Windows exe tests

e506a81919b293cb0e5613355410957ad57af39d authored over 9 years ago
Merge pull request #610 from Infinidat/master

fix build and tests on Solaris 10

7ca207df86ae6a1d4454f9e443c83b6e408d8776 authored over 9 years ago
Code review fixes

e91f722d671e38a4c0a301d0439b0c68f2881993 authored over 9 years ago
Merge pull request #679 from Infinidat/607

move DUPLEX_UNKOWN fix outside of #if PSUTIL_HAVE_IOPRIO

95625f10d867cb6b88f8b17fbe76611152166a9b authored over 9 years ago
fix test on Solaris

d7df8437d2a8dfb0d91894628117a958bfdc6c0d authored over 9 years ago
fix test on Solaris

5cba1ef72caef295276e6c27b3ac415b4570a826 authored over 9 years ago
fix test on Solaris

5103137e2a35df8ce3173fac81c0bcdd99a8a777 authored over 9 years ago
fix test on Solaris

os.path.exists will fail if the link is broken. see comment about errno.ENOENT
in memory_maps in...

7845393617bf61ae58b04478edc81306cd474e83 authored over 9 years ago
swap -k is not supported in Solaris 10

5fac9633d8e9e651f625747da41b0a6642b8585b authored over 9 years ago
Add ifaddrs.c for Solaris 10

ifaddrs doesn't exist on this platform, so I added an
implementation of it for use in _psutil_po...

69a4efef63a2410097722bca00bc54cccebc86e6 authored over 9 years ago
move DUPLEX_UNKOWN fix outside of #if PSUTIL_HAVE_IOPRIO

this fixes the build on Centos 4.8

342b533361350bc50043034bf112e5f91aad609d authored over 9 years ago
Fix get mtu on Solaris 10

cba4c5d58a7c98f0a48ee12663e1cb33bee8c84b authored over 9 years ago
Merge pull request #573 from tomprince/remove-shebang-lines

Modules aren't scripts.

2cf3b9d08d5c3772cd7d613ed6a1785633b772a3 authored over 9 years ago
make.bat clean: remove *obj files

99f6abf9bcff3abff815b8e93c8cd2fbe26487a2 authored over 9 years ago
bump up version

f6e987914080fc75685977489cbed30ceefd4729 authored over 9 years ago
Merge branch 'master' of github.com:giampaolo/psutil

4db3b1afb6a5e9a3916845ee471eb0f8cd33d39b authored over 9 years ago
disable failing test + rename C vars

3c50abb7d2678fb1490b2d36bcee15f2a60069e4 authored over 9 years ago
fix windows compilation errors

7ff62e32aa3a72000962511b075d37c56b245fee authored over 9 years ago
#677: [Linux] can't install psutil due to bug in setup.py.

e538b2309d00e533dac9312cc11400862776556f authored over 9 years ago
C: var names -> add py_ prefix

311287c30fceeeb7d4d381869763b191f7060ef1 authored over 9 years ago
pre-release updates

6a5f980a23ecda2b7bbe9ea95bc165df6a6951ad authored over 9 years ago
try to fix appveyor failure

d91b07921af1578a2c73667917baa993beae4bed authored over 9 years ago
refactor setup.py + fix Makefile

650c839f8e270f25e17eb44c2aa4127570a2e6ca authored over 9 years ago
linux / setup.py: do not print warnings

8d66475bbeaa04aa6c4064ceadf0f4f176f5e03d authored over 9 years ago
#675: [Linux] net_connections(); UnicodeDecodeError may occur when listing UNIX sockets

98befb0bc43751219ccd5489eb37ae2aedb7266e authored over 9 years ago
move unicode tests so that they are executed on all platforms

d905793f6c8382e8070dc57624ffdf83a7274991 authored over 9 years ago
skip failing test on appveyor

bafd7f4f6c189c9a35c72386839f8c2fd72c5fd6 authored over 9 years ago
try to fix appveyor failure

3601942df655a1b1462d2e141b0cacb07d37d91a authored over 9 years ago
test refactoring+

83cd32591febc41a3d8057c17bbf0cc80513c460 authored over 9 years ago
try to fix appveyor failures

4afbb27273d7485550bbafd1f1b129a4b0632a73 authored over 9 years ago
open files by using sys.getfilesystemencoding() + refactor stuff

77119ebe737b2ab562e20aa4980faba4d7624fbb authored over 9 years ago
#675: try to fix encoding issue

e229dbe546cb87e9aa4579fa83b79065ef8ab26f authored over 9 years ago
fix python 3 compilation error

aaea8bea6c7cb5cfce119e7896b71582af9cdf84 authored over 9 years ago
#659: [Linux] compilation error on Suse 10. (patch by maozguttman)

b8adcd733d35d4e2351aee2cb7e6ac120c835825 authored over 9 years ago
Merge branch 'master' of github.com:giampaolo/psutil

55c3e01b6f4c845142d27047efaaf035b5150b00 authored over 9 years ago
make flake8 happy

62f9c4de4d4f4194d1338615f5ea3b5c7b8177c1 authored over 9 years ago
fix #644: add support for CTRL_* signals on Windows

2c16ca797d286ab550726ea6c82a7378a10d6910 authored over 9 years ago
Merge pull request #676 from giampaolo/655-windows-unicode

655 windows unicode

a73272ab06e99947fb3cea59a650c7fb458a1f57 authored over 9 years ago
str-encode NIC names

c3bd8b90f66d1dec98c099cd651f3de3a0381b30 authored over 9 years ago
always return encoded strings instead of unicode

5176c50dc4b67de5d760636a70444ed21c807dc4 authored over 9 years ago
#650: make cmdline() handle unicode on python 2

b9823dbb3071d902753e713b0c32d027e73a7946 authored over 9 years ago
#650: Process.cwd() return unicode for non ASCII paths

d592453854a6742c2e9efff25b5203d544853d7a authored over 9 years ago
#650: stringify name and exe

8d946e075f5a2d760b083a7cfacd5d01bfb9f72d authored over 9 years ago
Merge branch 'master' into 655-windows-unicode

e907b34555c0c194559f026218f1910e62e78417 authored over 9 years ago
#655: have Process.name() fallback method return unicode instead of str

0847640d3ed3108051377042cdf1b1d811cd07c5 authored over 9 years ago
Merge branch 'master' into 655-windows-unicode

4d98b05b804d050263013d1d64321cc7f6e8eeff authored over 9 years ago
#655: fix net_if_stats unicode error

064e65ede4c6fe0cc35887c4593de99d0243b7b0 authored over 9 years ago
add unicode tests

9dd110bd406899ef9d2a0a49c7dad432e1f7c62b authored over 9 years ago
enable unicode tests

90072f4317f6a2050774dc3b0b13700534c3cf0b authored over 9 years ago
Merge branch 'master' into 655-windows-unicode

6ae9568fd52945f26c2f71681166461c528e460a authored over 9 years ago
#670: update HISTORY/CREDITS

58211221f70071531585665fcfa8ba4f21645d5f authored over 9 years ago
Merge branch 'master' into 655-windows-unicode

3091db092c10b60a3f37ca228f274d66815f846a authored over 9 years ago
Merge pull request #670 from sk6249/master

Fix bug: incorrect network interface returned by net_io_counters(True…

d8416fbe84b039564920fc896c3fb163b205091d authored over 9 years ago
#672: update HISTORY/CREDITS

0487bcf74aba7832e08eb04ca1df8d4135c49efa authored over 9 years ago
Merge branch 'master' of github.com:giampaolo/psutil

0bc22aa0cb1c7ae6a1d565f24665048dd62d964f authored over 9 years ago
Merge pull request #672 from stevenwinfield/master

Prevent enum clash when using Windows SDK v8.0

ac49006c9f7d2d51617fd25fc3b8d5aae0b04233 authored over 9 years ago
Prevent enum clash when using Windows SDK v8.0

ProcessDebugPort and ProcessImageFileName are defined in PROCESSINFOCLASS in winternl.h - use th...

e251555084b9837a7e813255c1c55632e4274e3e authored over 9 years ago
Fix bug: incorrect network interface returned by net_io_counters and net_if_addrs

[Bug description]
When network interface contains non-ansii characters, such as Chinese
characte...

1c3a695ddb1237b3af51d96d59862c06af48daca authored over 9 years ago
Fix bug: incorrect network interface returned by net_io_counters(True) and net_if_addrs()

[Bug description]
When network interface contains non-ansii characters, such as Chinese
characte...

e083f9ba768cf0843804378ca9f527cc0d5a837f authored over 9 years ago
fix appveyor

249db99d6c09bbfd7d640a7da675e0166302903e authored over 9 years ago
try to fix failure on py 3

3e5aa8a7646cbe31c88413df51c04c06864e25bf authored over 9 years ago
try to fix occasional appveyor failure

a347904947825a2da90422ebe29c437b17cc9f84 authored over 9 years ago
add test to make sure all example scripts are executable

9e224909f59efc1b8e52b0f07e7d25b5130ebd75 authored over 9 years ago
fix travis failure

75c8bf5d74a563db9e849e102cf1fcc5f9677098 authored over 9 years ago
yet another test for rlimit

e346655a5b750d31854641cad0baa92264c51a41 authored over 9 years ago
fix #513: [Linux] fixed integer overflow for RLIM_INFINITY.

3226e941cebd784f75af9bbc0d5ad13f635a1695 authored over 9 years ago
provide actual test for rlimit

5df3b81eb8383b2f533de37311e386aede444305 authored over 9 years ago
fix #603: [Linux] ionice_set value range is incorrect. (patch by spacewander)

8006cfb8beeaff436ec80193e0f57fb46c2bb0c7 authored over 9 years ago
fix net_if_addrs on Windows

681661ae3a1b082fbc72d4f4a5b611b2783422d0 authored over 9 years ago
update HISTORY - @mrjefftang

a633430279bb1ec7e078cb74afe1ee194f42d8ed authored over 9 years ago
Merge branch 'master' of github.com:giampaolo/psutil

3b03019a8be2207314b69ec5263ed386d80532cf authored over 9 years ago
try to fix compilation warning

68ae95cf87cb5111851ab774bc44fd8871e87940 authored over 9 years ago
make flake8 happy

c0204afa4849230cd4f31197ffe691f7a46b2423 authored over 9 years ago
C styling

38266d346b28b6df6da1d9b5155a31294e812dc3 authored over 9 years ago
C styling

f6ade0fe9b4f793b026a25a3df52c1715e1749d8 authored over 9 years ago
C styling

bf7ce346d8a1ffb4fa499a2a8d70bdcfc3b2b77e authored over 9 years ago
Merge pull request #668 from giampaolo/663-ptp-ifaces

663 ptp ifaces

cb5a5fa06fb25690e1117079535c2d60207efe80 authored over 9 years ago
#663: ptp addresses linux implementation

725dfb4faa3240fe5730e5abc72dfbb74efe66e9 authored over 9 years ago
Merge branch 'master' of github.com:giampaolo/psutil

11969913e6718cb7c40ed31be3a3c025815f0931 authored over 9 years ago