lp:psutil

Created by psutil-dev and last modified
Get this branch:
bzr branch lp:psutil

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
psutil-dev
Project:
psutil
Status:
Development

Import details

Import Status: Failed

This branch is an import of the Subversion branch from http://psutil.googlecode.com/svn/trunk/.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 10 seconds — see the log
Import started on russkaya and finished taking 25 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log

Recent revisions

1310. By g.rodola

fix issue #331: no longer cache cmdline as it may change. Also update HISTORY and fix safe_remove() function in tests

1309. By g.rodola

Issue 234 (disk_io_counters() / Windows): attempt to fix the issue by assuming a max of 32 iterations (aka max 32 valid hard drives) also in case CreateFile() fails with INVALID_HANDLE_VALUE.

1308. By g.rodola

fix issue 353: get_users() return an empty list on OSX 10.8

1307. By g.rodola

fix issue 315: (OSX) fix some compilation warnings

1306. By g.rodola

Fix issue 338: [Linux] disk_io_counters() fails to find some disks.

1305. By g.rodola

FreeBSD / network_io_counters(): ignore usbus interfaces as per:
http://lists.freebsd.org/pipermail/freebsd-current/2011-October/028752.html
ifconfig -a' doesn't show them, nor do we.

1304. By g.rodola

remove unnecessary type check in pid_exits() as per issue 352; also make sure pid is a positive integer and raise TypeError or ValueError in accordance.

1303. By g.rodola

README reformatting

1302. By g.rodola

Issue 323: (OSX) disk_io_counters()'s read_time and write_time parameters were reporting microseconds not milliseconds. (patch by Gregory Szorc)

1301. By g.rodola

Fix issue 317: (Windows) cannot set process CPU affinity above 31 cores.

According to: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383751(v=vs.85).aspx#INT_PTR
...DWORD_PTR on 32bit should be an unsigned long while on 64bit it should be an unsigned long long.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers