summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 802-wrap-numbers802-wrap-numbersGiampaolo Rodola2017-05-091-0/+10
|\
| * update DEVGUIDEGiampaolo 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
|\ \ | |/
| * update disk_io_counters() docGiampaolo 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
|/
* 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 ↵Giampaolo Rodola2017-05-083-1/+27
| | | | | | | | acceptable and return always the same value
* | #1007: add note about boot_time() on win whose is may not be the same across ↵Giampaolo Rodola2017-05-081-0/+5
|/ | | | different processes
* make ThreadTask a ctx managerGiampaolo Rodola2017-05-082-11/+10
|
* refactoringGiampaolo Rodola2017-05-081-6/+5
|
* enhance atexit functionsGiampaolo Rodola2017-05-082-18/+24
|
* relax compyload_shared_lib filteringGiampaolo Rodola2017-05-071-4/+5
|
* relax compyload_shared_lib filteringGiampaolo Rodola2017-05-071-2/+1
|
* add _cleanup_on_err decorator for subprocess test functionsGiampaolo Rodola2017-05-071-16/+23
|
* minor refactoringGiampaolo Rodola2017-05-071-3/+3
|
* prevent windows tests to open error dialogs/windowsGiampaolo Rodola2017-05-072-6/+22
|
* fix AttributeErrorGiampaolo Rodola2017-05-071-1/+1
|
* filter shared libs with looking for 'python' in their nameGiampaolo Rodola2017-05-072-4/+5
|
* fix AttributeErrorGiampaolo Rodola2017-05-071-1/+1
|
* FreeLibrary: catch return code and raise excGiampaolo Rodola2017-05-071-8/+9
|
* use ctypes WinDLL instead of CDLLGiampaolo Rodola2017-05-071-1/+1
|