summaryrefslogtreecommitdiff
path: root/examples/disk_usage.py
Commit message (Collapse)AuthorAgeFilesLines
* #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-4/+3
|
* example scripts: show output in the docstringsGiampaolo Rodola'2014-02-271-0/+7
|
* pep8ify line > 80 charsGiampaolo Rodola'2013-12-081-1/+2
|
* pep8ifyGiampaolo Rodola'2013-11-211-8/+10
|
* Fix issue #411: [Windows] examples/disk_usage.py may pop-up a GUI error.Giampaolo Rodola'2013-07-261-3/+6
|
* (windows) fix examples/disk_usage.py: it can raise ENOENT In case we're ↵Giampaolo Rodola'2013-07-091-0/+4
| | | | inspecting a cdrom drive and there's no cdrom in it
* update psutil project ownershipGiampaolo Rodola'2013-06-081-1/+1
|
* set +x bit for scripts in examples directoryGiampaolo Rodola'2013-04-101-0/+0
|
* Remove "$Id$" occurrences from source code files. They were used by svn ↵Giampaolo Rodola'2013-03-261-3/+1
| | | | propset functionnality which no longer applies now that we're using Mercurial.
* add 'print_' function as 2/3 compatibility layerGiampaolo Rodola'2012-06-091-5/+1
|
* add who.py example scriptGiampaolo Rodola'2012-04-161-0/+1
|
* fix bytes2human(): in case of n < 1024 we were always returning '0'; we now ↵Giampaolo Rodola'2011-12-131-10/+13
| | | | return '%(num)sB' instead
* fix 228: some example scripts are not working with python 3Giampaolo Rodola'2011-11-031-3/+8
|
* add license header also in example scriptsGiampaolo Rodola'2011-10-051-0/+5
|
* add svn propset to example scriptsGiampaolo Rodola'2011-07-041-1/+1
|
* add svn propset to example scriptsGiampaolo Rodola'2011-07-041-0/+1
|
* adds disk test specific for Linux comparing psutil results with 'df'Giampaolo Rodola'2011-07-021-1/+1
|
* remove df test; it's not reliable across platforms :-(Giampaolo Rodola'2011-06-271-1/+1
|
* still some formattingGiampaolo Rodola'2011-06-271-3/+3
|
* fix disk_usage.py string formatting; no longer use print() statements - give ↵Giampaolo Rodola'2011-06-271-9/+10
| | | | precedence to python 2 rather than 3
* use py3's print() statementGiampaolo Rodola'2011-06-181-3/+4
|
* add disk_usage.py example scriptGiampaolo Rodola'2011-06-181-0/+35