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
/
psutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix memleak
win-openprocess-fix-2
Giampaolo Rodola
2017-05-20
1
-1
/
+4
*
Merge branch 'master' into win-openprocess-fix-2
Giampaolo Rodola
2017-05-20
2
-16
/
+3
|
\
|
*
fix TypeError
Giampaolo Rodola
2017-05-20
1
-1
/
+3
|
*
Merge branch 'master' of github.com:giampaolo/psutil
Giampaolo Rodola
2017-05-20
1
-141
/
+144
|
|
\
|
*
|
remove dead code
Giampaolo Rodola
2017-05-19
1
-15
/
+0
*
|
|
check pid_is_running -1 return value in proc_connections(); also refactor som...
Giampaolo Rodola
2017-05-20
2
-38
/
+37
*
|
|
re-enable windows test which now passes
Giampaolo Rodola
2017-05-20
1
-3
/
+0
*
|
|
refactoring
Giampaolo Rodola
2017-05-20
1
-39
/
+59
*
|
|
define a reusable check_phandle() C function which checks whether the process...
Giampaolo Rodola
2017-05-20
1
-16
/
+35
*
|
|
GetExitCodeProces() return code was not checked
Giampaolo Rodola
2017-05-20
1
-6
/
+29
*
|
|
small refactoring
Giampaolo Rodola
2017-05-20
1
-5
/
+9
*
|
|
check if pid is actually gone in psutil_handle_from_pid_waccess
Giampaolo Rodola
2017-05-19
2
-3
/
+13
*
|
|
set an error str
Giampaolo Rodola
2017-05-19
1
-6
/
+10
*
|
|
merge from master
Giampaolo Rodola
2017-05-19
1
-142
/
+144
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
win process_info.c: move declarations at the top of the module
Giampaolo Rodola
2017-05-19
1
-141
/
+144
|
|
/
*
|
Merge branch 'master' into win-openprocess-fix-2
Giampaolo Rodola
2017-05-19
4
-8
/
+22
|
\
\
|
|
/
|
*
Fix #1055, fix #1085, fix #1087.
Giampaolo Rodola
2017-05-19
3
-6
/
+19
|
*
fix #1085: cpu_count() return value is now checked and forced to None if <= 1
Giampaolo Rodola
2017-05-19
1
-3
/
+6
|
*
remove useless line
Giampaolo Rodola
2017-05-18
1
-2
/
+0
*
|
windows / C: add assert to make sure pid_is_running() is correct
Giampaolo Rodola
2017-05-19
1
-1
/
+61
|
/
*
PSUTIL_TESTING env var (#1083)
Giampaolo Rodola
2017-05-18
10
-27
/
+90
*
add notes about #1082
Giampaolo Rodola
2017-05-18
2
-12
/
+20
*
refactor sunos py code
Giampaolo Rodola
2017-05-18
1
-7
/
+20
*
#1082: disable unreliable ps niceness test on SunOS
Giampaolo Rodola
2017-05-18
1
-0
/
+5
*
remove useless posix cwd test
Giampaolo Rodola
2017-05-18
2
-7
/
+2
*
Merge branch 'master' of github.com:giampaolo/psutil
Giampaolo Rodola
2017-05-18
3
-27
/
+47
|
\
|
*
give CREDITS to @alxchk; update HISTORY
Giampaolo Rodola
2017-05-18
1
-4
/
+4
|
*
Fix https://github.com/giampaolo/psutil/issues/1077 (#1081)
Oleksii Shevchuk
2017-05-18
3
-27
/
+47
*
|
skip UNIX socket tests on SUNOS
Giampaolo Rodola
2017-05-18
2
-0
/
+4
|
/
*
skip failing connection tests on solaris
Giampaolo Rodola
2017-05-18
1
-1
/
+4
*
sunos: fix som connections tests
Giampaolo Rodola
2017-05-18
2
-4
/
+4
*
fix travis
Giampaolo Rodola
2017-05-18
2
-2
/
+2
*
Fixes to net_connections() on FreeBSD. (#1079)
Gleb Smirnoff
2017-05-18
3
-19
/
+17
*
Merge branch 'master' of https://github.com/giampaolo/psutil
Giampaolo Rodola
2017-05-17
1
-29
/
+56
|
\
|
*
skip signal.CTRL_ test on py 2.6
Giampaolo Rodola
2017-05-17
1
-1
/
+1
|
*
add Popen test for making sure NSP is raised on kill() and terminate()
Giampaolo Rodola
2017-05-17
1
-9
/
+24
|
*
move psutil.Popen tests in their own class
Giampaolo Rodola
2017-05-17
1
-29
/
+41
*
|
small refactoring
Giampaolo Rodola
2017-05-17
1
-1
/
+4
|
/
*
reap_children(): enforce checks to make sure the process is gone
Giampaolo Rodola
2017-05-17
1
-3
/
+4
*
Merge branch 'master' of https://github.com/giampaolo/psutil
Giampaolo Rodola
2017-05-17
3
-42
/
+82
|
\
|
*
test utils refactoring
Giampaolo Rodola
2017-05-17
1
-5
/
+16
|
*
test utils refactoring
Giampaolo Rodola
2017-05-17
2
-40
/
+39
|
*
pass cwd and env to get_test_subprocess; reason: try to figure this out https...
Giampaolo Rodola
2017-05-17
2
-1
/
+3
|
*
smarter appveyor commit files filtering
Giampaolo Rodola
2017-05-17
1
-1
/
+0
|
*
Ignore arcane safe_rmpath error on APPVEYOR.
Giampaolo Rodola
2017-05-17
2
-1
/
+30
*
|
Merge branch 'master' of https://github.com/giampaolo/psutil
Giampaolo Rodola
2017-05-17
4
-22
/
+40
|
\
\
|
|
/
|
*
fix supports_ipv6 test
Giampaolo Rodola
2017-05-16
1
-3
/
+7
|
*
fix supports_ipv6 test
Giampaolo Rodola
2017-05-16
1
-0
/
+6
|
*
#1076: fix UPDv4 address
Giampaolo Rodola
2017-05-16
1
-1
/
+1
|
*
define a new HAS_CONNECTIONS_UNIX constant
Giampaolo Rodola
2017-05-16
3
-4
/
+9
[next]