summaryrefslogtreecommitdiff
path: root/test/test_psutil.py
Commit message (Expand)AuthorAgeFilesLines
* merge from masterbsebi-masterGiampaolo Rodola2016-01-311-1/+1
|\
| * improved solaris check for unit test as wellbsebi2015-10-281-1/+1
* | try to prevent occasional failure on windowsGiampaolo Rodola2016-01-311-4/+5
* | address 32bit/64bit confusion in psutil_get_parametersFrank Benkstein2016-01-271-0/+2
* | revive Process.environ on OSXFrank Benkstein2016-01-251-1/+13
* | revive Process.environ on LinuxFrank Benkstein2016-01-251-3/+66
* | #734: fix unicode issues on FreeBSDGiampaolo Rodola2016-01-131-11/+6
* | try to fix occasional failure on winGiampaolo Rodola2016-01-231-2/+3
* | try to fix occasional appveyor failureGiampaolo Rodola2016-01-221-6/+4
* | try to fix 'RuntimeError: No active exception to reraise'Giampaolo Rodola2016-01-221-3/+4
* | fix tests: +x bit was not set on exe test fileGiampaolo Rodola2016-01-221-10/+10
* | fix windows/py3.3 failureGiampaolo Rodola2016-01-221-2/+10
* | fix occasional failure on windowsGiampaolo Rodola2016-01-221-0/+2
* | fix failing test on windowsGiampaolo Rodola2016-01-221-3/+6
* | attempt to fix OSX test failureGiampaolo Rodola2016-01-221-1/+2
* | non-unicode test refactoring: do not use subprocesses where not necessaryGiampaolo Rodola2016-01-221-31/+16
* | expose https://github.com/fbenkstein and fix name() / cmdline() encoding erro...fbenkstein-non-unicodeGiampaolo Rodola2016-01-221-15/+15
* | add non-unicode testFrank Benkstein2016-01-211-3/+135
* | improve testGiampaolo Rodola2016-01-211-3/+3
* | fix netbsd testGiampaolo Rodola2016-01-111-2/+13
* | fix some tests on NetBSDGiampaolo Rodola2016-01-111-3/+3
* | #595: skip tests failing due to open_files kernel bugGiampaolo Rodola2016-01-111-0/+7
* | Merge branch '0-wiz-0-master' of github.com:giampaolo/psutil into 0-wiz-0-masterGiampaolo Rodola2016-01-131-3/+4
|\ \
| * | #557 (NetBSD): various refactoringsGiampaolo Rodola2016-01-081-2/+2
| * | Add NetBSD support.Ryo ONODERA2015-12-301-1/+2
* | | refactor BSD tests (use a single file for all BSD variants)Giampaolo Rodola2015-12-171-4/+9
|/ /
* | Merge pull request #719 from sethp-jive/tests/add-import-testsGiampaolo Rodola2015-12-181-1/+12
|\ \
| * | Add import-time tests for psutilSeth Pellegrino2015-12-171-1/+12
* | | use with lock:Giampaolo Rodola2015-12-161-1/+1
|/ /
* | add openbsd specific testsGiampaolo Rodola2015-11-251-0/+2
* | fix pid 0 testGiampaolo Rodola2015-11-091-3/+6
* | fix failing testGiampaolo Rodola2015-11-091-31/+39
* | #615: disable memory_maps on OpenBSDGiampaolo Rodola2015-11-091-0/+7
* | #615: fix process status()Giampaolo Rodola2015-11-091-0/+6
* | Merge branch 'master' into landryb-openbsdGiampaolo Rodola2015-11-091-1/+8
|\ \
| * | FreeBSD: little refactoring + fix testGiampaolo Rodola2015-09-131-1/+1
| * | add new test for Process.threads()Giampaolo Rodola2015-11-081-0/+7
* | | #615: open_connections() IPv6 addrGiampaolo Rodola2015-11-081-2/+2
* | | #615: implement OpenBSD process num_threads()Giampaolo Rodola2015-11-081-1/+7
* | | #615: implement OpenBSD process threads()Giampaolo Rodola2015-11-081-1/+7
* | | Merge branch 'master' into HEADGiampaolo Rodola2015-11-081-1/+2
|\ \ \ | |/ /
| * | specify encoding for py3k stdoutGiampaolo Rodola2015-11-071-1/+2
* | | merge from masterGiampaolo Rodola2015-11-061-19/+33
|\ \ \ | |/ /
| * | skip funky name test on Solaris (doesn't work)Arnon Yaari2015-10-291-0/+1
| |/
| * sort importsGiampaolo Rodola2015-10-241-2/+7
| * fix #623: [Linux] process or system connections raises ValueError if IPv6 is ...Giampaolo Rodola2015-09-191-17/+24
* | Fallback on using which(cmdline()[0]) since exe() does not exist onGiampaolo Rodola2015-09-071-18/+1
* | fix some testsGiampaolo Rodola2015-09-061-4/+6
* | merge with latest codeGiampaolo Rodola2015-09-061-1/+1
|\ \ | |/ |/|
| * Revert "BSD-specific tests are in fact FreeBSD only"Landry Breuil2015-04-071-1/+1