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
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor all functions around SE DEBUG; we weren't checking errors (did we ev...
Giampaolo Rodola
2019-02-24
2
-158
/
+68
*
remove useless function
Giampaolo Rodola
2019-02-24
1
-15
/
+2
*
#1428 in case of error, show the C syscall which caused it
Giampaolo Rodola
2019-02-24
4
-99
/
+146
*
Merge branch 'master' of github.com:giampaolo/psutil
Giampaolo Rodola
2019-02-24
6
-78
/
+128
|
\
|
*
fix compilation warning
Giampaolo Rodola
2019-02-24
1
-0
/
+2
|
*
revert previous change
Giampaolo Rodola
2019-02-21
1
-2
/
+2
|
*
remove deprecated WSAAddressToStringA causing a compiler warning and use UNIC...
Giampaolo Rodola
2019-02-21
1
-10
/
+9
|
*
move custom object defs from ntextapi.h to global.h
Giampaolo Rodola
2019-02-21
2
-45
/
+42
|
*
set Windows version constants globally; get rid of deprecated GetVersionEx
Giampaolo Rodola
2019-02-21
4
-26
/
+78
*
|
fix #1427: [OSX] Process cmdline() and environ() may erroneously raise OSErro...
Giampaolo Rodola
2019-02-24
1
-2
/
+2
|
/
*
Windows / speeup: dynamically load libraries on startup and never again (#1422)
Giampaolo Rodola
2019-02-21
7
-395
/
+522
*
fix #1419: Process.environ() raise NotImplementedError for 32-bit-WoW process
Giampaolo Rodola
2019-02-19
1
-64
/
+14
*
Windows / refactoring: utility functions for LoadLibraryA and GetProcAddress ...
Giampaolo Rodola
2019-02-19
4
-107
/
+63
*
Merge branch 'master' of github.com:giampaolo/psutil
Giampaolo Rodola
2019-02-15
1
-2
/
+3
|
\
|
*
Fix #1408: add missing header that defines m_len on AIX 64-bit mode (#1409)
wiggin15
2019-02-14
1
-2
/
+3
*
|
#1398 #1348 / win / cmdline: refactor code so that the 2 cmdline() implementa...
Giampaolo Rodola
2019-02-15
1
-19
/
+8
|
/
*
win / cmdline: add free() and CloseHandle() calls
Giampaolo Rodola
2019-02-04
1
-3
/
+10
*
#1348: give CREDITS to @EccoTheFlinstones + some minor style changes
Giampaolo Rodola
2019-02-03
1
-30
/
+32
*
Starting from windows 8.1, get commandline content using NtQueryInformationPr...
EccoTheFlintstone
2019-02-03
2
-25
/
+183
*
#1376 Windows: check if variable is NULL before free()ing it
Giampaolo Rodola
2018-12-10
1
-5
/
+8
*
fix #1370: improper usage of CloseHandle() may lead to override the original ...
Giampaolo Rodola
2018-12-08
1
-1
/
+1
*
(Windows) use PROCESS_QUERY_LIMITED_INFORMATION access rights (#1376)
Giampaolo Rodola
2018-12-08
2
-16
/
+4
*
give CREDITS to @amanusk for #1369 / #1352 and update doc
Giampaolo Rodola
2018-12-01
1
-3
/
+7
*
Add CPU frequency support for FreeBSD (#1369)
Alex Manuskin
2018-12-01
2
-0
/
+34
*
FreeBSD adding temperature sensors (WIP) (#1350)
Alex Manuskin
2018-11-03
2
-0
/
+37
*
OSX / SMC / sensors: revert #1284 (#1325)
Giampaolo Rodola
2018-08-14
2
-317
/
+0
*
revert file renaming of macos files; get them back to 'osx' prefix
Giampaolo Rodola
2018-06-29
4
-3
/
+3
*
Rename OSX to macOS (#1298)
Giampaolo Rodola
2018-06-26
4
-3
/
+3
*
#1284: give credits to @amanusk + some minor adjustments
Giampaolo Rodola
2018-06-26
1
-2
/
+4
*
Osx temps (#1284)
Alex Manuskin
2018-06-26
2
-0
/
+315
*
fix freebsd compilation warning
Giampaolo Rodola
2018-05-22
1
-2
/
+0
*
771 Windows CPU count (#1257)
Giampaolo Rodola
2018-04-13
1
-41
/
+0
*
#1255 adjust style + give CREDITS to @href
Giampaolo Rodola
2018-03-29
1
-6
/
+9
*
Fixes swap_memory not returning bytes on FreeBSD (#1260)
Denis Krienbühl
2018-03-29
1
-4
/
+6
*
Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)
Giampaolo Rodola
2017-11-24
5
-17
/
+17
*
1173 debug mode (#1176)
Giampaolo Rodola
2017-11-14
5
-8
/
+8
*
refactor winmake.py
Giampaolo Rodola
2017-11-12
1
-1
/
+0
*
use a C global variable to figure out whether we're in testing mode
Giampaolo Rodola
2017-11-12
1
-2
/
+3
*
rename C func
Giampaolo Rodola
2017-11-12
1
-2
/
+2
*
AIX: implement num_ctx_switches (#1164)
wiggin15
2017-10-31
5
-71
/
+127
*
first pass (#1133)
Max Bélanger
2017-09-28
1
-4
/
+8
*
AIX support (#1123)
wiggin15
2017-09-26
5
-0
/
+650
*
fix #1105: can't compile psutil on freebsd 12
Giampaolo Rodola
2017-09-08
1
-0
/
+36
*
1044 osx zombies (#1100)
Giampaolo Rodola
2017-06-07
1
-14
/
+12
*
fix C compiler warning
Giampaolo Rodola
2017-05-30
2
-4
/
+9
*
Windows: fix wrapper around OpenProcess (pid_exists() no longer lies) (#1094)
Giampaolo Rodola
2017-05-28
2
-26
/
+161
*
Fix 1091 nitpicks (#1097)
Giampaolo Rodola
2017-05-28
2
-104
/
+121
*
Add environment parsing (#1091)
Oleksii Shevchuk
2017-05-21
2
-0
/
+407
*
win process_info.c: move declarations at the top of the module
Giampaolo Rodola
2017-05-19
1
-141
/
+144
*
Fix https://github.com/giampaolo/psutil/issues/1077 (#1081)
Oleksii Shevchuk
2017-05-18
2
-7
/
+7
[next]