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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes to debug() function:
Giampaolo Rodola
2021-10-14
1
-0
/
+31
*
[Linux] convert /dev/root device to real path (fixes #1999) (#2000)
Giampaolo Rodola
2021-10-14
1
-0
/
+64
*
remove dead windows code
Giampaolo Rodola
2021-10-14
1
-14
/
+0
*
tests: move per-module imports at the top of the file(s)
Giampaolo Rodola
2021-10-14
4
-12
/
+17
*
Use assertEqual instead of assertEquals for Python 3.11 compatibility. (#1995)
Karthikeyan Singaravelan
2021-10-08
1
-1
/
+1
*
move/rename tests re. to #1955
Giampaolo Rodola
2021-10-05
1
-22
/
+13
*
Handle ENAMETOOLONG on Linux (#1940) (#1955)
Nikita Radchenko
2021-10-05
1
-0
/
+35
*
use ThreadTask as a ctx manager
Giampaolo Rodola
2021-10-05
1
-5
/
+1
*
Improve custom error tracebacks and messages (#1992)
Giampaolo Rodola
2021-10-03
3
-33
/
+60
*
Add tolerance to test_linux.TestSystemVirtualMemory.test_total (#1935)
Miro Hrončok
2021-04-15
1
-1
/
+2
*
Speed up cpu_frequncy() on Linux systems (#1851) (#1852)
marxin
2021-01-07
1
-4
/
+0
*
Rename cpu_count_physical() to cpu_count_cores()
Giampaolo Rodola
2020-12-21
5
-15
/
+15
*
update INSTALL.rst + fix CI failures
Giampaolo Rodola
2020-12-19
2
-0
/
+7
*
fix around macos failure on CI
release-5.8.0
Giampaolo Rodola
2020-12-19
1
-1
/
+2
*
[macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...
Giampaolo Rodola
2020-12-17
4
-19
/
+26
*
workaround for environ() on CI + MACOS
Giampaolo Rodola
2020-12-14
1
-1
/
+10
*
[Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)
Giampaolo Rodola
2020-12-14
1
-2
/
+6
*
Remove Travis and Cirrus, use GH also for FreeBSD (#1880)
Giampaolo Rodola
2020-11-15
11
-119
/
+51
*
Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)
Giampaolo Rodola
2020-11-15
10
-148
/
+227
*
OSX: put sysctl() + KERN_PROCARGS2 in its own function
Giampaolo Rodola
2020-11-11
3
-17
/
+14
*
Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)
Giampaolo Rodola
2020-10-31
2
-2
/
+6
*
disk_partitions() maxfile and maxpath (#1863)
Giampaolo Rodola
2020-10-24
2
-6
/
+16
*
[FreeBSD] process resource limits (#1859) (#809)
Giampaolo Rodola
2020-10-23
3
-15
/
+21
*
add battery test; increase coverage
Giampaolo Rodola
2020-10-17
1
-0
/
+23
*
linux / cpu_count phys: take depreated */thread_siblings_list into
Giampaolo Rodola
2020-10-17
1
-0
/
+8
*
increase test coverage
Giampaolo Rodola
2020-10-17
1
-0
/
+2
*
skip GH action tests on osx + pypy
Giampaolo Rodola
2020-10-17
2
-13
/
+1
*
add linux tests for broadcast and netmask addresses
Giampaolo Rodola
2020-10-05
1
-0
/
+34
*
remove faulty test
Giampaolo Rodola
2020-09-27
2
-14
/
+1
*
add IPv6 address test
Giampaolo Rodola
2020-09-24
1
-1
/
+26
*
Use IFF_RUNNING instead of IFF_UP for Linux (#1831)
Chris
2020-09-21
1
-2
/
+1
*
add Linux specific test for NIC MTU
Giampaolo Rodola
2020-09-21
1
-0
/
+5
*
If the batery is not available set it to false (#1717)
Tomáš Chvátal
2020-08-13
2
-1
/
+3
*
Implement Process.environ() on *BSD family (#1800) (patch by Armin Gruner)
Armin Gruner
2020-08-13
2
-2
/
+3
*
give CREDITS for #1768 and #1781
Giampaolo Rodola
2020-07-05
2
-4
/
+2
*
update personal site URL
Giampaolo Rodola
2020-06-16
1
-3
/
+2
*
Sort results in test_cpu_affinity_all_combinations (#1769)
Michał Górny
2020-05-26
1
-1
/
+1
*
Build wheel2 (#1762)
Grzegorz Bokota
2020-05-25
2
-0
/
+3
*
[macOS] Fix zombie leak detection on (#1766)
Giampaolo Rodola
2020-05-25
3
-0
/
+9
*
fix conn combos failure of #1762
Giampaolo Rodola
2020-05-23
1
-17
/
+16
*
Wheels 3 (#1764)
Giampaolo Rodola
2020-05-23
8
-129
/
+88
*
some fixes to help #1762
Giampaolo Rodola
2020-05-18
5
-46
/
+65
*
memleak test: retries 10 times on CI instead of 5
Giampaolo Rodola
2020-05-18
1
-2
/
+2
*
refactor FetchAll test
Giampaolo Rodola
2020-05-18
1
-8
/
+4
*
fix occasional false positives
Giampaolo Rodola
2020-05-18
2
-2
/
+4
*
Wheels2 (#1761)
Giampaolo Rodola
2020-05-18
9
-82
/
+135
*
Have GitHub build wheels on commit (#1758)
Grzegorz Bokota
2020-05-16
3
-3
/
+8
*
#1758: fix github failures
Giampaolo Rodola
2020-05-15
6
-21
/
+12
*
better #ifdef detection for prlimit() availbility
Giampaolo Rodola
2020-05-15
1
-22
/
+19
*
shorter testfn
Giampaolo Rodola
2020-05-15
1
-3
/
+1
[next]