summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* #1058: have Makefile use PYTHONWARNINGS=all by default for (almost) all commands1058-enable-fix-warningsGiampaolo Rodola2017-05-103-37/+35
* enable all python warnings by default during tests - re #1057Giampaolo Rodola2017-05-101-0/+5
* update docstringsGiampaolo Rodola2017-05-102-94/+109
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-05-097-26/+421
|\
| * Merge pull request #1056 from giampaolo/802-wrap-numbersGiampaolo Rodola2017-05-098-25/+434
| |\
| | * update docstringGiampaolo Rodola2017-05-091-4/+24
| | * update docstringsGiampaolo Rodola2017-05-091-3/+8
| | * update docGiampaolo Rodola2017-05-091-2/+2
| | * move tests aroundGiampaolo Rodola2017-05-092-20/+17
| | * #802: expose clear_cache and attach it to disk and net io primary function ob...Giampaolo Rodola2017-05-093-4/+36
| | * Merge branch 'master' into 802-wrap-numbers802-wrap-numbersGiampaolo Rodola2017-05-091-0/+10
| | |\
| | * | #802: update doc + apply wrap function to disk and net io functionsGiampaolo Rodola2017-05-096-20/+42
| | * | add testGiampaolo Rodola2017-05-091-0/+17
| | * | Merge branch 'master' into 802-wrap-numbersGiampaolo Rodola2017-05-091-0/+4
| | |\ \
| | * | | change var nameGiampaolo Rodola2017-05-091-7/+7
| | * | | add testGiampaolo Rodola2017-05-092-4/+22
| | * | | addd testGiampaolo Rodola2017-05-091-0/+13
| | * | | #802 add testsGiampaolo Rodola2017-05-092-2/+76
| | * | | avoid to unnecessarily populate reminder_keys dictGiampaolo Rodola2017-05-091-1/+1
| | * | | expose cache_info() methodGiampaolo Rodola2017-05-092-1/+8
| | * | | remove useless key itemGiampaolo Rodola2017-05-091-1/+1
| | * | | change var namesGiampaolo Rodola2017-05-091-8/+9
| | * | | refactoringGiampaolo Rodola2017-05-091-7/+14
| | * | | refactoringGiampaolo Rodola2017-05-091-7/+7
| | * | | #802: refactoringGiampaolo Rodola2017-05-091-13/+17
| | * | | #802: move everything into a classGiampaolo Rodola2017-05-091-30/+33
| | * | | #802: change algorithmGiampaolo Rodola2017-05-092-8/+26
| | * | | #802: remove entries from index dictGiampaolo Rodola2017-05-081-1/+12
| | * | | #802: further tests for disappearing keys (impl is still broken)Giampaolo Rodola2017-05-082-1/+12
| | * | | #802: add test for disappearing keys which wrapGiampaolo Rodola2017-05-081-0/+19
| | * | | rewordingGiampaolo Rodola2017-05-081-3/+4
| | * | | update testsGiampaolo Rodola2017-05-081-31/+34
| | * | | #802: handle the case where dict keys changes between callsGiampaolo Rodola2017-05-082-2/+16
| | * | | #802: finally start to get it right (tests pass)Giampaolo Rodola2017-05-081-41/+23
| | * | | test was not correctGiampaolo Rodola2017-05-081-4/+4
| | * | | #802: test driven development ;)Giampaolo Rodola2017-05-081-20/+12
| | * | | #802 more testsGiampaolo Rodola2017-05-081-7/+21
| | * | | #802: first PoC of (not working) wrap functionGiampaolo Rodola2017-05-082-0/+110
* | | | | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-05-091-1/+4
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | memleaks: warm up before startingGiampaolo Rodola2017-05-091-1/+4
| |/ /
* | | update DEVGUIDEGiampaolo Rodola2017-05-091-0/+10
| |/ |/|
* | update disk_io_counters() docGiampaolo Rodola2017-05-091-0/+4
|/
* fix typoGiampaolo Rodola2017-05-081-4/+4
* add docGiampaolo Rodola2017-05-081-0/+1
* #1007: add test for fluctuationGiampaolo Rodola2017-05-081-0/+10
* update docGiampaolo Rodola2017-05-081-4/+6
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-05-083-1/+27
|\
| * #1007 / boot_time() / win: consider 1 sec fluctuation between calls acceptabl...Giampaolo Rodola2017-05-083-1/+27
* | #1007: add note about boot_time() on win whose is may not be the same across ...Giampaolo Rodola2017-05-081-0/+5
|/
* make ThreadTask a ctx managerGiampaolo Rodola2017-05-082-11/+10