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
/
test
/
_windows.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "#629: rename test/_linux.py (and others) to test/test_pslinux.py in o...
Giampaolo Rodola
2015-06-04
1
-0
/
+405
*
#629: rename test/_linux.py (and others) to test/test_pslinux.py in order to ...
Giampaolo Rodola
2015-06-04
1
-405
/
+0
*
#629: 'skip' platorm specific tests if we're on another platform (instead of ...
Giampaolo Rodola
2015-06-04
1
-7
/
+11
*
forgot to close the handle
Giampaolo Rodola
2015-02-27
1
-2
/
+2
*
fix #599 (Windows): process name() can now be determined for all PIDs
Giampaolo Rodola
2015-02-27
1
-0
/
+10
*
add test
Giampaolo Rodola
2015-02-27
1
-0
/
+6
*
windows: refactoring of the alternative process info implementation
Giampaolo Rodola
2015-02-27
1
-24
/
+29
*
fix #594: remove all deprecated APIs
Giampaolo Rodola
2015-02-19
1
-2
/
+0
*
make tests friendler to auto test discoverers.
Gabi Davar
2015-02-08
1
-2
/
+2
*
review input
Gabi Davar
2015-02-07
1
-2
/
+2
*
fix most warnings and test failures on win32
Gabi Davar
2015-02-07
1
-2
/
+2
*
fix test errors on Windows
Giampaolo Rodola
2015-02-04
1
-1
/
+3
*
#521 remove python 2.4 and 2.5 support
Giampaolo Rodola
2014-11-01
1
-4
/
+2
*
fix travis
Giampaolo Rodola
2014-05-26
1
-2
/
+1
*
make some tests more robust
Giampaolo Rodola
2014-05-23
1
-5
/
+5
*
github migration
Giampaolo Rodola'
2014-05-23
1
-1
/
+1
*
little rename
Giampaolo Rodola'
2014-01-16
1
-2
/
+2
*
turn process properties into methods for consistency. this is the most destru...
Giampaolo Rodola'
2013-12-31
1
-10
/
+10
*
fix various things on BSD + (hopefully) last renamings
Giampaolo Rodola'
2013-12-14
1
-1
/
+1
*
other renamings
Giampaolo Rodola'
2013-12-26
1
-5
/
+5
*
use unittest.skipIf() decorator instead of old register_warning()
Giampaolo Rodola'
2013-12-26
1
-175
/
+181
*
import unittest2 from all sub test modules + fix make.bat for python 2.4
Giampaolo Rodola'
2013-12-26
1
-4
/
+3
*
re-establish compatibility with mingw32 compiler + fix a compilation warning
Giampaolo Rodola'
2013-12-26
1
-2
/
+2
*
fix various failing tests on Windows
Giampaolo Rodola'
2013-12-26
1
-13
/
+15
*
pyflakes
Giampaolo Rodola'
2013-12-25
1
-11
/
+12
*
rename psutil.get_pids() to psutil.pids()
Giampaolo Rodola'
2013-12-24
1
-3
/
+3
*
fix windows test failures
Giampaolo Rodola'
2013-12-23
1
-1
/
+2
*
absolute C module imports do not really work after all
Giampaolo Rodola'
2013-12-17
1
-6
/
+6
*
absolute import
Giampaolo Rodola'
2013-12-16
1
-2
/
+2
*
rename all C functions beginning with 'get_process_*' to 'get_proc_*'
Giampaolo Rodola'
2013-12-11
1
-6
/
+6
*
rename windows modules by removing the 'ms' prefix in py, c, and h files
Giampaolo Rodola'
2013-12-11
1
-5
/
+5
*
rename psutil.get_pid_list() in get_pids() and provide an alias for the depre...
Giampaolo Rodola'
2013-12-10
1
-2
/
+2
*
pep8ify line > 80 chars
Giampaolo Rodola'
2013-12-08
1
-9
/
+14
*
fix issue #451: deprecate NUM_CPUS module constant and implement an hack to m...
Giampaolo Rodola'
2013-12-07
1
-2
/
+2
*
pep8ify
Giampaolo Rodola'
2013-11-26
1
-6
/
+6
*
pep8ify
Giampaolo Rodola'
2013-11-22
1
-34
/
+30
*
(Windows) fix failure in TestDualProcessImplementation
Giampaolo Rodola'
2013-07-09
1
-0
/
+2
*
Rename network_io_counters() to net_io_counters() and create an alias for bac...
Giampaolo Rodola'
2013-07-08
1
-1
/
+1
*
further test refactoring: get rid of assert_eq_w_tol() and use assertAlmostEq...
Giampaolo Rodola'
2013-06-10
1
-1
/
+1
*
Issue 391: take advantage of new assert* methods and provide a workaround if ...
Giampaolo Rodola'
2013-06-10
1
-4
/
+4
*
Issue 391: start transition to unittest2 by making skipIf and skipUnless deco...
Giampaolo Rodola'
2013-06-10
1
-2
/
+2
*
test warnings refactoring
Giampaolo Rodola'
2013-06-10
1
-4
/
+2
*
update psutil project ownership
Giampaolo Rodola'
2013-06-08
1
-1
/
+1
*
tests refactoring
Giampaolo Rodola'
2013-05-29
1
-3
/
+3
*
fix some failing tests on Windows
Giampaolo Rodola'
2013-05-25
1
-1
/
+3
*
(issue 380) make also platform specific tests exits with non-zero on failure
Giampaolo Rodola'
2013-05-13
1
-2
/
+7
*
Remove "$Id$" occurrences from source code files. They were used by svn props...
Giampaolo Rodola'
2013-03-26
1
-3
/
+1
*
Give some tolerance to memory test
Giampaolo Rodola'
2012-07-13
1
-3
/
+8
*
Issue 303 - Windows/get_memory_info(): use NtQuerySystemInformation() as fall...
Giampaolo Rodola'
2012-07-13
1
-4
/
+7
*
Issue 303 - Windows/get_io_counters(): use NtQuerySystemInformation() as fall...
Giampaolo Rodola'
2012-07-13
1
-0
/
+1
[next]