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: (148 commits) update doc add DEVNOTES.rst Add import-time tests for psutil one import per line use with lock: set global cpu vars to None if they can't be determined at import time add more tests giampaolo#717: ignore everything after the first occurrence of '\x00' instead of replacing '\x00' for the whole string fix giampaolo#717: [Linux] Process.open_files fails if deleted files still visible. giampaolo#715: don't crash at import time if cpu_times() fail for some reason. safety measure for ZombieProcess exc giampaolo#718: process_iter() thread safety giampaolo#708: use buffering for open() only on Python 2; on Python 3 this does not have any effect so it's better to let python decide what to do little speedup for system connections fix giampaolo#708 [Linux]: speedup psutil.net_connections() and psutil.Process.connections() linux refactoring: use a wrapper around open() for binary files update doc raise no memory err if malloc() fails giampaolo#714: [OpenBSD] return shared virtual mem add test for vmem total on freebsd ...
- Loading branch information
Showing
43 changed files
with
3,993 additions
and
2,300 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
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
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.