forked from giampaolo/psutil
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'giampaolo/master'
* giampaolo/master: (26 commits) try to fix failure on py 3 try to fix occasional appveyor failure add test to make sure all example scripts are executable fix travis failure yet another test for rlimit fix giampaolo#513: [Linux] fixed integer overflow for RLIM_INFINITY. provide actual test for rlimit fix giampaolo#603: [Linux] ionice_set value range is incorrect. (patch by spacewander) fix net_if_addrs on Windows update HISTORY - @mrjefftang try to fix compilation warning make flake8 happy fix failing test on OSX OSX try to fix swapmem test try to debug travis failure OSX: fix swap mem test use sysctlbyname to get cpu_count() logical and also add unit tests C styling C styling C styling ...
- Loading branch information
Showing
28 changed files
with
502 additions
and
544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ W: http://www.jayloden.com | |
|
||
N: Jeff Tang | ||
W: https://github.com/mrjefftang | ||
I: 340, 529, 616, 653, 654, 648 | ||
I: 340, 529, 616, 653, 654, 648, 641 | ||
|
||
N: Jeremy Whitlock | ||
E: [email protected] | ||
|
@@ -267,8 +267,9 @@ W: https://github.com/anders-chrigstrom | |
I: 496 | ||
|
||
N: spacewander | ||
W: https://github.com/spacewander | ||
E: [email protected] | ||
I: 561 | ||
I: 561, 603 | ||
|
||
N: Sylvain Mouquet | ||
E: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.