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_memory_leaks.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-4
/
+2
*
Backport python 3 super() (#1733)
Giampaolo Rodola
2020-04-24
1
-2
/
+3
*
MemoryLeakTest class enhancements (#1731)
Giampaolo Rodola
2020-04-23
1
-135
/
+29
*
point all shebangs to python 3
Giampaolo Rodola
2020-02-15
1
-1
/
+1
*
skip memleak tests on PyPy: they are unreliable probably because of the JIT
Giampaolo Rodola
2020-02-10
1
-4
/
+7
*
Properly handle PID type in C (#1672)
Giampaolo Rodola
2020-01-29
1
-12
/
+12
*
PEP-3151: backport FS exceptions to Python 2 (#1544)
Giampaolo Rodola
2019-06-28
1
-4
/
+3
*
skip pure-python mem test on linux
Giampaolo Rodola
2019-05-30
1
-0
/
+1
*
Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...
Ammar Askar
2019-04-11
1
-0
/
+5
*
move bytes2human() into psutil._common and reused it from scripts dir
Giampaolo Rodola
2019-04-05
1
-19
/
+1
*
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
*
Fix #1329: [AIX] disable some functions based on availability in libperfstat ...
wiggin15
2019-03-05
1
-0
/
+2
*
#1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSX
Giampaolo Rodola
2019-02-28
1
-2
/
+0
*
refactor CREDITS
Giampaolo Rodola
2019-02-25
1
-2
/
+2
*
#1398 #1348 / win / cmdline: refactor code so that the 2 cmdline() implementa...
Giampaolo Rodola
2019-02-15
1
-0
/
+10
*
disable false positive mem test on travis + osx
Giampaolo Rodola
2018-11-07
1
-0
/
+1
*
Rename OSX to macOS (#1298)
Giampaolo Rodola
2018-06-26
1
-5
/
+5
*
Revert "Move tests out of package to top level directory (#1232)" (#1242)
Giampaolo Rodola
2018-03-11
1
-0
/
+599
*
Move tests out of package to top level directory (#1232)
Jon Dufresne
2018-03-09
1
-599
/
+0
*
AIX: implement num_ctx_switches (#1164)
wiggin15
2017-10-31
1
-2
/
+0
*
PEP8-ify code
Giampaolo Rodola
2017-09-27
1
-1
/
+0
*
AIX support (#1123)
wiggin15
2017-09-26
1
-0
/
+3
*
memleaks tests: show extra proc memory
Giampaolo Rodola
2017-05-13
1
-6
/
+10
*
test-memleaks: skip memory_maps test if not supported by platform
Giampaolo Rodola
2017-05-13
1
-2
/
+3
*
openbsd: skip memleak test failing because of access denied
Giampaolo Rodola
2017-05-13
1
-0
/
+3
*
Merge pull request #1056 from giampaolo/802-wrap-numbers
Giampaolo Rodola
2017-05-09
1
-2
/
+2
|
\
|
*
#802: update doc + apply wrap function to disk and net io functions
Giampaolo Rodola
2017-05-09
1
-2
/
+2
*
|
memleaks: warm up before starting
Giampaolo Rodola
2017-05-09
1
-1
/
+4
|
/
*
fix test
Giampaolo Rodola
2017-05-03
1
-0
/
+3
*
move create_sockets() out of memory_leaks.py and make it available for all tests
Giampaolo Rodola
2017-05-01
1
-44
/
+5
*
memleaks tests: create test sockets also for net_connections() so that we exc...
Giampaolo Rodola
2017-05-01
1
-18
/
+29
*
bind_socket() change signature
Giampaolo Rodola
2017-05-01
1
-11
/
+6
*
use HAS_ support constants in tests
Giampaolo Rodola
2017-04-30
1
-3
/
+3
*
use HAS_ support constants in tests
Giampaolo Rodola
2017-04-30
1
-2
/
+2
*
define support constants to check availability of functionalities
Giampaolo Rodola
2017-04-30
1
-17
/
+20
*
avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)
Giampaolo Rodola
2017-04-30
1
-35
/
+29
*
#1033 / net|proc connections / FreeBSD / OSX / memory leak: Py_DECREF object ...
Giampaolo Rodola
2017-04-29
1
-1
/
+1
*
memleak / connections: create also UDP sockets in order to excercise more C c...
Giampaolo Rodola
2017-04-29
1
-9
/
+19
*
fix tests
Giampaolo Rodola
2017-02-13
1
-7
/
+13
*
merge from master
Giampaolo Rodola
2017-02-01
1
-0
/
+6
|
\
|
*
fix memleaks test
Giampaolo Rodola
2017-02-01
1
-0
/
+6
*
|
#955: sensors_batter() linux impl
Giampaolo Rodola
2017-01-26
1
-0
/
+8
|
/
*
memleaks test: add test to grant coverage of all psutil system functions
Giampaolo Rodola
2017-01-24
1
-1
/
+18
*
memleaks test: add test to grant coverage of all Process methods
Giampaolo Rodola
2017-01-24
1
-0
/
+17
*
#357: implement proc cpu_num() on SunOS
Giampaolo Rodola
2017-01-24
1
-0
/
+6
*
#941: cpu frequency - windows implementation
Giampaolo Rodola
2017-01-20
1
-0
/
+5
*
(win) add memleak test for proc_info()
Giampaolo Rodola
2016-10-28
1
-3
/
+17
*
move stuff around
Giampaolo Rodola
2016-10-28
1
-22
/
+32
[next]