summaryrefslogtreecommitdiff
path: root/HISTORY
Commit message (Expand)AuthorAgeFilesLines
* merge headsrelease-0.7.0Giampaolo Rodola'2013-04-121-3/+5
|\
| * update HISTORYGiampaolo Rodola'2013-04-121-4/+5
* | Fix issue 351 (Windows): disk_io_counters() can file with RuntimeError if psu...Giampaolo Rodola'2013-04-121-2/+4
|/
* Issue 366: thinking back it's not a great idea to check for PID reuse on wait...Giampaolo Rodola'2013-03-161-2/+0
* Fix issue 366 (BSD): get_memory_maps(), get_num_fds(), get_open_files() and g...Giampaolo Rodola'2013-03-161-0/+2
* Issue 365 / wait(): cannot make the PID reuse check on Windows as we can dete...Giampaolo Rodola'2013-04-111-2/+4
* Fix issue 356 - Process.parent: make parent's creation time <= selfGiampaolo Rodola'2013-04-111-0/+2
* use @_assert_is_running() also for set_nice()Giampaolo Rodola'2013-04-111-1/+2
* Fix issue 365: Process.wait() should check PID has not been reused by another...Giampaolo Rodola'2013-04-111-0/+1
* update version to 0.7.0Giampaolo Rodola'2013-04-111-1/+1
* Fix issue 321: do not cache process' ppid on UNIX as it may change to 1 by ke...Giampaolo Rodola'2013-04-101-0/+3
* Fix issue #246: rename psutil.error module into psutil._error and raise a Dep...Giampaolo Rodola'2013-04-101-0/+3
* Fix issue 362: add cpu_times_percent()Giampaolo Rodola'2013-04-081-0/+1
* Fix issue 361: [Linux] psutil.cpu_times() now includes new 'steal', 'guest' a...Giampaolo Rodola'2013-03-251-0/+3
* Fix issue 359: add psutil.get_boot_time() function superseding psutil.BOOT_TIME.Giampaolo Rodola'2013-03-191-0/+1
* fix issue #331: no longer cache cmdline as it may change. Also update HISTORY...Giampaolo Rodola'2013-02-271-0/+3
* fix issue 353: get_users() return an empty list on OSX 10.8Giampaolo Rodola'2013-02-241-0/+1
* fix issue 315: (OSX) fix some compilation warningsGiampaolo Rodola'2013-02-241-0/+1
* Fix issue 338: [Linux] disk_io_counters() fails to find some disks.Giampaolo Rodola'2013-02-241-0/+1
* README reformattingGiampaolo Rodola'2012-12-141-316/+316
* Issue 323: (OSX) disk_io_counters()'s read_time and write_time parameters wer...Giampaolo Rodola'2012-12-131-0/+6
* Fix issue 317: (Windows) cannot set process CPU affinity above 31 cores.Giampaolo Rodola'2012-12-131-0/+1
* Fux issue 264: (Win) psutil.disk_partitions() can cause a message box to appear.Giampaolo Rodola'2012-12-131-0/+2
* Revert r1548 (issue 340): ignoring files with handle.GrantedAccess == 0x00120...Giampaolo Rodola'2012-12-131-1/+0
* Fix issue 328: implement process IO nice on WindowsGiampaolo Rodola'2012-12-131-0/+4
* (Linux) wording of some error messagesGiampaolo Rodola'2012-12-121-0/+3
* Fix issue 341: (Linux) psutil might crash on import due to error in retrievin...Giampaolo Rodola'2012-12-121-0/+2
* Issue 344: (FreeBSD) swap_memory() might return incorrect results due to kvm_...Giampaolo Rodola'2012-12-111-0/+2
* Fix issue 340: (Windows) Process.get_open_files() might hang forever.Giampaolo Rodola'2012-11-241-0/+1
* Fix issue 339: get_pid_list() can allocate all the memory on system.Giampaolo Rodola'2012-11-181-0/+1
* Updated HISTORY file for Issue #333Jay Loden2012-09-271-0/+1
* Fix issue 313 (Linux): when calculating system memory stats don't raise excep...Giampaolo Rodola'2012-08-171-1/+5
* Fix 319: (Linux) process get_memory_maps() raises KeyError 'Anonymous' on Deb...Giampaolo Rodola'2012-08-171-0/+9
* Fix issue 318: reintroduce python 2.4 compatibility which was accidentally br...Giampaolo Rodola'2012-08-161-1/+2
* fix issue 316 - process exe: do a better work at guessing exe from cmdline + ...Giampaolo Rodola'2012-08-141-0/+17
* set version 0.6.0 in HISTORY file plus use comments to specify API sections i...Giampaolo Rodola'2012-08-131-1/+1
* Fix issue 314 / get_children(): exclude children with creation time > self, m...Giampaolo Rodola'2012-08-061-0/+1
* Issue 312 (Linux): network_io_counters() - add dropped/error packets supportGiampaolo Rodola'2012-07-251-0/+3
* Issue 311: merge memory branch back to trunkGiampaolo Rodola'2012-07-241-5/+27
* Fix issue 309: introduce a isfile_strict() function as a replacement for os.p...Giampaolo Rodola'2012-07-211-0/+2
* Issue 256 (LINUX): swapmem - also provide pswpin / pswpout countersGiampaolo Rodola'2012-07-201-3/+4
* update HISTORYGiampaolo Rodola'2012-07-191-0/+3
* Fix 256: rename psutil.virtmem_usage() to psutil.swapmem_usage(); also, on Wi...Giampaolo Rodola'2012-07-191-2/+8
* Fix issue 308: (BSD) return actual swap memory info instead of virtual memoryGiampaolo Rodola'2012-07-191-0/+2
* Fix issue 307 (BSD): values returned by psutil.network_io_counters() are wron...Giampaolo Rodola'2012-07-191-0/+1
* Fix issue 305: psutil couldn't compile on FreeBSD 9 due to removal of utmp.hGiampaolo Rodola'2012-07-191-0/+1
* Issue 306: (Windows) check return code of Py* related functionsGiampaolo Rodola'2012-07-181-2/+2
* Issue 306: (Linux) check return code of Py* related functionsGiampaolo Rodola'2012-07-171-0/+3
* Fix issue 305: add examples/netstat.py scriptGiampaolo Rodola'2012-07-141-0/+1
* When calculating 'name' property ignore AccessDenied while trying to get a mo...Giampaolo Rodola'2012-07-141-0/+1