index
:
delta/python-packages/psutil.git
0-wiz-0-master
1018-test-refactoring
1040-fix-unicode
1044-osx-zombies
1053-drop-py26-test-support
1058-enable-fix-warnings
1102-proc-bitness
1124-win-wait
1151-PSUTIL_TESTING_env_var
1173-debug-mode
1183-proc-children-speedup
357-proc-cpu-num
371-temperatures
5.7.3
5.9.0-py3.6-wheels
613-thread-names
655-windows-unicode
663-ptp-ifaces
720-sysinfo
722-net-io-ext
756-disk-io-busy-time
771-win-cpu-count
772-net-io-counters-ext
777-linux-files-pos-mode
779-proc-cpu-children-times
792-cpu-stats
795-win-services
802-wrap-numbers
887-linux-free-mem-standardization
887-linux-free-mem-standardization-2
922-if-flags
930-netbsd-connections-segfault
941-cpu-freq
941-cpu-info
955-battery-sensors
EvinceMoi-fix-net_io_counter-overflow
alxchk-master
appveyor
appveyor-debug
appveyor-experiments
black
bsebi-master
c-excs-refact
c-mod-init
central-testcase-class
ci-tests
connections-refactoring
cpu-freq-sparc
cpu-info
cpu-temp
cygwin
debug-c-macro
debug-travis-osx
disk-part-ext
disk-swaps
download_stats
dragonfly-bsd
drop-win-xp-support
fbenkstein-non-unicode
fix-ci
fix-ntext.h
fix-tests
fix-win-set-debug
fix-workflow
freebsd-ci
freebsd-rlimit
fs-exceptions
get_open_files_thread
github-actions
history-urls
ipv6-zone-id
label-old-issues
landryb-openbsd
linux-cat-bcat
linux-disk-io-partitions
linux-mem
linux-zombie-proc
malloc-info
master
mem-refactoring
mem-refactoring-2
memleak-adjust
memleak-fluctuation
memleaks-refact
mindw-move_extension_2_pkg
net-if-flags
new-cpu-count
nicolargo-fansensor
nicstats-250
numfds-test-case-class
oneshot
oneshot-win
openbsd-fixes
osx-failure
osx-ionice
osx-kern-procargs2
osx-list-fds-refact
osx-mem-maps-segfault
osx-move-proc-funcs
osx-temps-alternate
osx-travis-failure
osx-wheels-debug
parallel-build
parallel-tests
pr-1036
pre-release
print-leftover
prlimit
proc-iter-fix
proc-namespace
psutil-test-flag
psutil-testing-envvar
py3.10-deprecation-warn
pyobj-refact
pypy
pypy2-win
read-whole-proc-files-2
readme-update
reap-children
refactor-c-pid-exists
release-gil
revert-1493-fix_cpu_freq
revert-888-887-linux-free-mem-standardization
revert-popen
revive-environ-windows
rich-exceptions
root-fs-device
set_procfs_path
shared-mem
skip-osx-py27
spacewander-patch-1
sync-test-primitives
test-fetch-all-parallel
testfn
thread-safety
thread-safety-2
tidelift
travis-experiments
upload-action
utils-refact
virtualization
wait-exit-code
wheel4
wheel5
wheels2
wheels3
wheels6
wifi
win-alternate-exe-api
win-c-refact
win-cons-speedup
win-cpu-times-refact
win-getloadavg
win-loadlib-refact
win-ntstatus-errs
win-open-files-fixes
win-open-files2
win-openprocess-fix-2
win-pid-type
win-pid-type2
win-proc-exe
win-proc-resources
win-refact
win-swap-usage-via-pagefiles
win-time-precision
win-uss-mem
winerr-0
winerr-handling
winloadlib
xxx
github.com: giampaolo/psutil.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
HISTORY
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge heads
release-0.7.0
Giampaolo Rodola'
2013-04-12
1
-3
/
+5
|
\
|
*
update HISTORY
Giampaolo Rodola'
2013-04-12
1
-4
/
+5
*
|
Fix issue 351 (Windows): disk_io_counters() can file with RuntimeError if psu...
Giampaolo Rodola'
2013-04-12
1
-2
/
+4
|
/
*
Issue 366: thinking back it's not a great idea to check for PID reuse on wait...
Giampaolo Rodola'
2013-03-16
1
-2
/
+0
*
Fix issue 366 (BSD): get_memory_maps(), get_num_fds(), get_open_files() and g...
Giampaolo Rodola'
2013-03-16
1
-0
/
+2
*
Issue 365 / wait(): cannot make the PID reuse check on Windows as we can dete...
Giampaolo Rodola'
2013-04-11
1
-2
/
+4
*
Fix issue 356 - Process.parent: make parent's creation time <= self
Giampaolo Rodola'
2013-04-11
1
-0
/
+2
*
use @_assert_is_running() also for set_nice()
Giampaolo Rodola'
2013-04-11
1
-1
/
+2
*
Fix issue 365: Process.wait() should check PID has not been reused by another...
Giampaolo Rodola'
2013-04-11
1
-0
/
+1
*
update version to 0.7.0
Giampaolo Rodola'
2013-04-11
1
-1
/
+1
*
Fix issue 321: do not cache process' ppid on UNIX as it may change to 1 by ke...
Giampaolo Rodola'
2013-04-10
1
-0
/
+3
*
Fix issue #246: rename psutil.error module into psutil._error and raise a Dep...
Giampaolo Rodola'
2013-04-10
1
-0
/
+3
*
Fix issue 362: add cpu_times_percent()
Giampaolo Rodola'
2013-04-08
1
-0
/
+1
*
Fix issue 361: [Linux] psutil.cpu_times() now includes new 'steal', 'guest' a...
Giampaolo Rodola'
2013-03-25
1
-0
/
+3
*
Fix issue 359: add psutil.get_boot_time() function superseding psutil.BOOT_TIME.
Giampaolo Rodola'
2013-03-19
1
-0
/
+1
*
fix issue #331: no longer cache cmdline as it may change. Also update HISTORY...
Giampaolo Rodola'
2013-02-27
1
-0
/
+3
*
fix issue 353: get_users() return an empty list on OSX 10.8
Giampaolo Rodola'
2013-02-24
1
-0
/
+1
*
fix issue 315: (OSX) fix some compilation warnings
Giampaolo Rodola'
2013-02-24
1
-0
/
+1
*
Fix issue 338: [Linux] disk_io_counters() fails to find some disks.
Giampaolo Rodola'
2013-02-24
1
-0
/
+1
*
README reformatting
Giampaolo Rodola'
2012-12-14
1
-316
/
+316
*
Issue 323: (OSX) disk_io_counters()'s read_time and write_time parameters wer...
Giampaolo Rodola'
2012-12-13
1
-0
/
+6
*
Fix issue 317: (Windows) cannot set process CPU affinity above 31 cores.
Giampaolo Rodola'
2012-12-13
1
-0
/
+1
*
Fux issue 264: (Win) psutil.disk_partitions() can cause a message box to appear.
Giampaolo Rodola'
2012-12-13
1
-0
/
+2
*
Revert r1548 (issue 340): ignoring files with handle.GrantedAccess == 0x00120...
Giampaolo Rodola'
2012-12-13
1
-1
/
+0
*
Fix issue 328: implement process IO nice on Windows
Giampaolo Rodola'
2012-12-13
1
-0
/
+4
*
(Linux) wording of some error messages
Giampaolo Rodola'
2012-12-12
1
-0
/
+3
*
Fix issue 341: (Linux) psutil might crash on import due to error in retrievin...
Giampaolo Rodola'
2012-12-12
1
-0
/
+2
*
Issue 344: (FreeBSD) swap_memory() might return incorrect results due to kvm_...
Giampaolo Rodola'
2012-12-11
1
-0
/
+2
*
Fix issue 340: (Windows) Process.get_open_files() might hang forever.
Giampaolo Rodola'
2012-11-24
1
-0
/
+1
*
Fix issue 339: get_pid_list() can allocate all the memory on system.
Giampaolo Rodola'
2012-11-18
1
-0
/
+1
*
Updated HISTORY file for Issue #333
Jay Loden
2012-09-27
1
-0
/
+1
*
Fix issue 313 (Linux): when calculating system memory stats don't raise excep...
Giampaolo Rodola'
2012-08-17
1
-1
/
+5
*
Fix 319: (Linux) process get_memory_maps() raises KeyError 'Anonymous' on Deb...
Giampaolo Rodola'
2012-08-17
1
-0
/
+9
*
Fix issue 318: reintroduce python 2.4 compatibility which was accidentally br...
Giampaolo Rodola'
2012-08-16
1
-1
/
+2
*
fix issue 316 - process exe: do a better work at guessing exe from cmdline + ...
Giampaolo Rodola'
2012-08-14
1
-0
/
+17
*
set version 0.6.0 in HISTORY file plus use comments to specify API sections i...
Giampaolo Rodola'
2012-08-13
1
-1
/
+1
*
Fix issue 314 / get_children(): exclude children with creation time > self, m...
Giampaolo Rodola'
2012-08-06
1
-0
/
+1
*
Issue 312 (Linux): network_io_counters() - add dropped/error packets support
Giampaolo Rodola'
2012-07-25
1
-0
/
+3
*
Issue 311: merge memory branch back to trunk
Giampaolo Rodola'
2012-07-24
1
-5
/
+27
*
Fix issue 309: introduce a isfile_strict() function as a replacement for os.p...
Giampaolo Rodola'
2012-07-21
1
-0
/
+2
*
Issue 256 (LINUX): swapmem - also provide pswpin / pswpout counters
Giampaolo Rodola'
2012-07-20
1
-3
/
+4
*
update HISTORY
Giampaolo Rodola'
2012-07-19
1
-0
/
+3
*
Fix 256: rename psutil.virtmem_usage() to psutil.swapmem_usage(); also, on Wi...
Giampaolo Rodola'
2012-07-19
1
-2
/
+8
*
Fix issue 308: (BSD) return actual swap memory info instead of virtual memory
Giampaolo Rodola'
2012-07-19
1
-0
/
+2
*
Fix issue 307 (BSD): values returned by psutil.network_io_counters() are wron...
Giampaolo Rodola'
2012-07-19
1
-0
/
+1
*
Fix issue 305: psutil couldn't compile on FreeBSD 9 due to removal of utmp.h
Giampaolo Rodola'
2012-07-19
1
-0
/
+1
*
Issue 306: (Windows) check return code of Py* related functions
Giampaolo Rodola'
2012-07-18
1
-2
/
+2
*
Issue 306: (Linux) check return code of Py* related functions
Giampaolo Rodola'
2012-07-17
1
-0
/
+3
*
Fix issue 305: add examples/netstat.py script
Giampaolo Rodola'
2012-07-14
1
-0
/
+1
*
When calculating 'name' property ignore AccessDenied while trying to get a mo...
Giampaolo Rodola'
2012-07-14
1
-0
/
+1
[next]