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
/
test_contracts.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #2238 if cwd() cannot be determined always return "" instead of None
Giampaolo Rodola
2023-04-17
1
-7
/
+9
*
Fix #2237, OpenBSD, cwd(): return None instead of FileNotFoundError
Giampaolo Rodola
2023-04-16
1
-2
/
+1
*
fix some tests on BSD platforms
Giampaolo Rodola
2023-04-12
1
-2
/
+2
*
Fix pylint warnings / cleanup (#2218)
Giampaolo Rodola
2023-04-01
1
-1
/
+1
*
fix: linter issues from #2146 (#2155)
Matthieu Darbois
2022-10-18
1
-1
/
+2
*
chore: skip test_cpu_freq on macOS arm64 (#2146)
Matthieu Darbois
2022-10-18
1
-0
/
+3
*
#2084: document limitations of environ() on macOS Big Sur
Giampaolo Rodola
2022-09-20
1
-2
/
+3
*
#2104 / TestFetchAllProcesses: don't use process pool on CI (fix deadlock)
Giampaolo Rodola
2022-09-20
1
-4
/
+15
*
fix venv
release-5.9.2
Giampaolo Rodola
2022-09-04
1
-1
/
+1
*
Drop Python 2.6 support (#2099)
Hugo van Kemenade
2022-04-16
1
-1
/
+1
*
OpenBSD: add support for CPU frequency (#2057)
Giampaolo Rodola
2022-01-16
1
-1
/
+1
*
Automatically sort imports (isort CLI tool) (#2033)
Giampaolo Rodola
2021-12-14
1
-8
/
+8
*
Improve custom error tracebacks and messages (#1992)
Giampaolo Rodola
2021-10-03
1
-1
/
+0
*
fix around macos failure on CI
release-5.8.0
Giampaolo Rodola
2020-12-19
1
-1
/
+2
*
[Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)
Giampaolo Rodola
2020-12-14
1
-2
/
+6
*
Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)
Giampaolo Rodola
2020-11-15
1
-18
/
+29
*
Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)
Giampaolo Rodola
2020-10-31
1
-0
/
+5
*
disk_partitions() maxfile and maxpath (#1863)
Giampaolo Rodola
2020-10-24
1
-0
/
+2
*
[FreeBSD] process resource limits (#1859) (#809)
Giampaolo Rodola
2020-10-23
1
-13
/
+17
*
Implement Process.environ() on *BSD family (#1800) (patch by Armin Gruner)
Armin Gruner
2020-08-13
1
-1
/
+2
*
[macOS] Fix zombie leak detection on (#1766)
Giampaolo Rodola
2020-05-25
1
-0
/
+3
*
Wheels 3 (#1764)
Giampaolo Rodola
2020-05-23
1
-3
/
+6
*
some fixes to help #1762
Giampaolo Rodola
2020-05-18
1
-0
/
+5
*
refactor FetchAll test
Giampaolo Rodola
2020-05-18
1
-8
/
+4
*
fix occasional false positives
Giampaolo Rodola
2020-05-18
1
-2
/
+3
*
#1758: fix github failures
Giampaolo Rodola
2020-05-15
1
-5
/
+2
*
better #ifdef detection for prlimit() availbility
Giampaolo Rodola
2020-05-15
1
-22
/
+19
*
Refactor tests calling all process methods (process_namespace class) (#1749)
Giampaolo Rodola
2020-05-04
1
-42
/
+57
*
Process wait() improvements (#1747)
Giampaolo Rodola
2020-05-03
1
-2
/
+17
*
Parallelize fetch all processes tests with proc pool (#1746)
Giampaolo Rodola
2020-05-02
1
-114
/
+103
*
Per-test file cleanup and new PsutilTestCase (#1743)
Giampaolo Rodola
2020-04-30
1
-5
/
+6
*
Parallel tests (UNIX) (#1709)
Giampaolo Rodola
2020-04-26
1
-2
/
+2
*
Get rid of TESTFN global variable (#1734)
Giampaolo Rodola
2020-04-24
1
-5
/
+0
*
Backport python 3 super() (#1733)
Giampaolo Rodola
2020-04-24
1
-1
/
+2
*
remove deprecation test: it fails intermittently because warnings uses a glob...
Giampaolo Rodola
2020-02-16
1
-17
/
+0
*
point all shebangs to python 3
Giampaolo Rodola
2020-02-15
1
-1
/
+1
*
[Windows] use NtQuerySystemInformation to determine process exe() (#1677)
Giampaolo Rodola
2020-02-01
1
-0
/
+2
*
Properly handle PID type in C (#1672)
Giampaolo Rodola
2020-01-29
1
-1
/
+2
*
Add CI testing for FreeBSD (#1671)
Giampaolo Rodola
2020-01-24
1
-7
/
+2
*
AD script: print AD percentage + elapsed time
Giampaolo Rodola
2020-01-16
1
-1
/
+1
*
[Windows] rewrite of open_files() (#1660)
Giampaolo Rodola
2020-01-09
1
-1
/
+1
*
add more types tests
Giampaolo Rodola
2020-01-07
1
-10
/
+51
*
add contract tests for IOPRIO_ win constants
Giampaolo Rodola
2020-01-07
1
-7
/
+18
*
refactoring test_contracts.py
Giampaolo Rodola
2020-01-07
1
-24
/
+27
*
Connection family/type are not converted to enums (#1535)
Giampaolo Rodola
2019-06-14
1
-18
/
+12
*
Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari)
wiggin15
2019-05-07
1
-1
/
+1
*
[Win] return value is not properly handled for undocumented NT* Windows APIs....
Giampaolo Rodola
2019-04-04
1
-2
/
+5
*
test runner refactoring (avoid code duplication)
Giampaolo Rodola
2019-03-13
1
-2
/
+2
*
Coloured tests (#1459)
Giampaolo Rodola
2019-03-13
1
-1
/
+1
*
test refactoring
Giampaolo Rodola
2019-03-10
1
-47
/
+57
[next]