| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #521 remove python 2.4 and 2.5 support | Giampaolo Rodola | 2014-11-01 | 1 | -4/+3 |
| | | |||||
| * | example scripts: show output in the docstrings | Giampaolo Rodola' | 2014-02-27 | 1 | -0/+7 |
| | | |||||
| * | pep8ify line > 80 chars | Giampaolo Rodola' | 2013-12-08 | 1 | -1/+2 |
| | | |||||
| * | pep8ify | Giampaolo Rodola' | 2013-11-21 | 1 | -8/+10 |
| | | |||||
| * | Fix issue #411: [Windows] examples/disk_usage.py may pop-up a GUI error. | Giampaolo Rodola' | 2013-07-26 | 1 | -3/+6 |
| | | |||||
| * | (windows) fix examples/disk_usage.py: it can raise ENOENT In case we're ↵ | Giampaolo Rodola' | 2013-07-09 | 1 | -0/+4 |
| | | | | | inspecting a cdrom drive and there's no cdrom in it | ||||
| * | update psutil project ownership | Giampaolo Rodola' | 2013-06-08 | 1 | -1/+1 |
| | | |||||
| * | set +x bit for scripts in examples directory | Giampaolo Rodola' | 2013-04-10 | 1 | -0/+0 |
| | | |||||
| * | Remove "$Id$" occurrences from source code files. They were used by svn ↵ | Giampaolo Rodola' | 2013-03-26 | 1 | -3/+1 |
| | | | | | propset functionnality which no longer applies now that we're using Mercurial. | ||||
| * | add 'print_' function as 2/3 compatibility layer | Giampaolo Rodola' | 2012-06-09 | 1 | -5/+1 |
| | | |||||
| * | add who.py example script | Giampaolo Rodola' | 2012-04-16 | 1 | -0/+1 |
| | | |||||
| * | fix bytes2human(): in case of n < 1024 we were always returning '0'; we now ↵ | Giampaolo Rodola' | 2011-12-13 | 1 | -10/+13 |
| | | | | | return '%(num)sB' instead | ||||
| * | fix 228: some example scripts are not working with python 3 | Giampaolo Rodola' | 2011-11-03 | 1 | -3/+8 |
| | | |||||
| * | add license header also in example scripts | Giampaolo Rodola' | 2011-10-05 | 1 | -0/+5 |
| | | |||||
| * | add svn propset to example scripts | Giampaolo Rodola' | 2011-07-04 | 1 | -1/+1 |
| | | |||||
| * | add svn propset to example scripts | Giampaolo Rodola' | 2011-07-04 | 1 | -0/+1 |
| | | |||||
| * | adds disk test specific for Linux comparing psutil results with 'df' | Giampaolo Rodola' | 2011-07-02 | 1 | -1/+1 |
| | | |||||
| * | remove df test; it's not reliable across platforms :-( | Giampaolo Rodola' | 2011-06-27 | 1 | -1/+1 |
| | | |||||
| * | still some formatting | Giampaolo Rodola' | 2011-06-27 | 1 | -3/+3 |
| | | |||||
| * | fix disk_usage.py string formatting; no longer use print() statements - give ↵ | Giampaolo Rodola' | 2011-06-27 | 1 | -9/+10 |
| | | | | | precedence to python 2 rather than 3 | ||||
| * | use py3's print() statement | Giampaolo Rodola' | 2011-06-18 | 1 | -3/+4 |
| | | |||||
| * | add disk_usage.py example script | Giampaolo Rodola' | 2011-06-18 | 1 | -0/+35 |
