summaryrefslogtreecommitdiff
path: root/examples/process_detail.py
Commit message (Expand)AuthorAgeFilesLines
* fix #594: remove all deprecated APIsGiampaolo Rodola2015-02-191-2/+1
* fix #428: properly handle zombie processes on UNIXGiampaolo Rodola2015-02-171-6/+12
* #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-2/+2
* fix a printing bugAaron Shan2014-06-301-1/+1
* example scripts: show output in the docstringsGiampaolo Rodola'2014-02-271-1/+21
* turn process properties into methods for consistency. this is the most destru...Giampaolo Rodola'2013-12-311-7/+11
* rename old APIsGiampaolo Rodola'2013-12-261-1/+1
* Makefile: also take python 2.4 and 2.5 into accountGiampaolo Rodola'2013-12-071-1/+1
* updaet Makefile and pep8ifyGiampaolo Rodola'2013-12-071-3/+3
* pep8ifyGiampaolo Rodola'2013-11-211-17/+21
* pylintGiampaolo Rodola'2013-10-031-2/+2
* get_connections(): rename 'local_address' and 'remote_addres' fields to 'ladd...Giampaolo Rodola'2013-07-101-3/+3
* update psutil project ownershipGiampaolo Rodola'2013-06-081-1/+1
* (sunos) add special case for PIDs 2 and 3: getpriority() and setpriority() er...Giampaolo Rodola'2012-06-081-3/+5
* (sunos) fix some example scripts not working on solarisGiampaolo Rodola'2012-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 props...Giampaolo Rodola'2013-03-261-3/+1
* Issue 311: merge memory branch back to trunkGiampaolo Rodola'2012-07-241-0/+2
* Fix 278: add Process.as_dict()Giampaolo Rodola'2012-06-101-39/+43
* fix bytes2human(): in case of n < 1024 we were always returning '0'; we now r...Giampaolo Rodola'2011-12-131-4/+2
* fix 228: some example scripts are not working with python 3Giampaolo Rodola'2011-11-031-1/+3
* last minute cleanups + update HISTORYrelease-0.4.0Giampaolo Rodola'2011-10-291-1/+0
* fix printing on WindowsGiampaolo Rodola'2011-10-221-1/+1
* fix compatibility with py 2.4Giampaolo Rodola'2011-10-221-1/+7
* fix examples script not working on OSX and WindowsGiampaolo Rodola'2011-10-141-1/+2
* 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
* fix disk_usage.py string formatting; no longer use print() statements - give ...Giampaolo Rodola'2011-06-271-3/+1
* use py3's print() statementGiampaolo Rodola'2011-06-181-5/+6
* add process_detail.py example scriptGiampaolo Rodola'2011-06-181-0/+117