| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge from masterbsebi-master | Giampaolo Rodola | 2016-01-31 | 1 | -1/+1 |
| |\ | |||||
| | * | improved solaris check for unit test as well | bsebi | 2015-10-28 | 1 | -1/+1 |
| * | | try to prevent occasional failure on windows | Giampaolo Rodola | 2016-01-31 | 1 | -4/+5 |
| * | | address 32bit/64bit confusion in psutil_get_parameters | Frank Benkstein | 2016-01-27 | 1 | -0/+2 |
| * | | revive Process.environ on OSX | Frank Benkstein | 2016-01-25 | 1 | -1/+13 |
| * | | revive Process.environ on Linux | Frank Benkstein | 2016-01-25 | 1 | -3/+66 |
| * | | #734: fix unicode issues on FreeBSD | Giampaolo Rodola | 2016-01-13 | 1 | -11/+6 |
| * | | try to fix occasional failure on win | Giampaolo Rodola | 2016-01-23 | 1 | -2/+3 |
| * | | try to fix occasional appveyor failure | Giampaolo Rodola | 2016-01-22 | 1 | -6/+4 |
| * | | try to fix 'RuntimeError: No active exception to reraise' | Giampaolo Rodola | 2016-01-22 | 1 | -3/+4 |
| * | | fix tests: +x bit was not set on exe test file | Giampaolo Rodola | 2016-01-22 | 1 | -10/+10 |
| * | | fix windows/py3.3 failure | Giampaolo Rodola | 2016-01-22 | 1 | -2/+10 |
| * | | fix occasional failure on windows | Giampaolo Rodola | 2016-01-22 | 1 | -0/+2 |
| * | | fix failing test on windows | Giampaolo Rodola | 2016-01-22 | 1 | -3/+6 |
| * | | attempt to fix OSX test failure | Giampaolo Rodola | 2016-01-22 | 1 | -1/+2 |
| * | | non-unicode test refactoring: do not use subprocesses where not necessary | Giampaolo Rodola | 2016-01-22 | 1 | -31/+16 |
| * | | expose https://github.com/fbenkstein and fix name() / cmdline() encoding erro...fbenkstein-non-unicode | Giampaolo Rodola | 2016-01-22 | 1 | -15/+15 |
| * | | add non-unicode test | Frank Benkstein | 2016-01-21 | 1 | -3/+135 |
| * | | improve test | Giampaolo Rodola | 2016-01-21 | 1 | -3/+3 |
| * | | fix netbsd test | Giampaolo Rodola | 2016-01-11 | 1 | -2/+13 |
| * | | fix some tests on NetBSD | Giampaolo Rodola | 2016-01-11 | 1 | -3/+3 |
| * | | #595: skip tests failing due to open_files kernel bug | Giampaolo Rodola | 2016-01-11 | 1 | -0/+7 |
| * | | Merge branch '0-wiz-0-master' of github.com:giampaolo/psutil into 0-wiz-0-master | Giampaolo Rodola | 2016-01-13 | 1 | -3/+4 |
| |\ \ | |||||
| | * | | #557 (NetBSD): various refactorings | Giampaolo Rodola | 2016-01-08 | 1 | -2/+2 |
| | * | | Add NetBSD support. | Ryo ONODERA | 2015-12-30 | 1 | -1/+2 |
| * | | | refactor BSD tests (use a single file for all BSD variants) | Giampaolo Rodola | 2015-12-17 | 1 | -4/+9 |
| |/ / | |||||
| * | | Merge pull request #719 from sethp-jive/tests/add-import-tests | Giampaolo Rodola | 2015-12-18 | 1 | -1/+12 |
| |\ \ | |||||
| | * | | Add import-time tests for psutil | Seth Pellegrino | 2015-12-17 | 1 | -1/+12 |
| * | | | use with lock: | Giampaolo Rodola | 2015-12-16 | 1 | -1/+1 |
| |/ / | |||||
| * | | add openbsd specific tests | Giampaolo Rodola | 2015-11-25 | 1 | -0/+2 |
| * | | fix pid 0 test | Giampaolo Rodola | 2015-11-09 | 1 | -3/+6 |
| * | | fix failing test | Giampaolo Rodola | 2015-11-09 | 1 | -31/+39 |
| * | | #615: disable memory_maps on OpenBSD | Giampaolo Rodola | 2015-11-09 | 1 | -0/+7 |
| * | | #615: fix process status() | Giampaolo Rodola | 2015-11-09 | 1 | -0/+6 |
| * | | Merge branch 'master' into landryb-openbsd | Giampaolo Rodola | 2015-11-09 | 1 | -1/+8 |
| |\ \ | |||||
| | * | | FreeBSD: little refactoring + fix test | Giampaolo Rodola | 2015-09-13 | 1 | -1/+1 |
| | * | | add new test for Process.threads() | Giampaolo Rodola | 2015-11-08 | 1 | -0/+7 |
| * | | | #615: open_connections() IPv6 addr | Giampaolo Rodola | 2015-11-08 | 1 | -2/+2 |
| * | | | #615: implement OpenBSD process num_threads() | Giampaolo Rodola | 2015-11-08 | 1 | -1/+7 |
| * | | | #615: implement OpenBSD process threads() | Giampaolo Rodola | 2015-11-08 | 1 | -1/+7 |
| * | | | Merge branch 'master' into HEAD | Giampaolo Rodola | 2015-11-08 | 1 | -1/+2 |
| |\ \ \ | |/ / | |||||
| | * | | specify encoding for py3k stdout | Giampaolo Rodola | 2015-11-07 | 1 | -1/+2 |
| * | | | merge from master | Giampaolo Rodola | 2015-11-06 | 1 | -19/+33 |
| |\ \ \ | |/ / | |||||
| | * | | skip funky name test on Solaris (doesn't work) | Arnon Yaari | 2015-10-29 | 1 | -0/+1 |
| | |/ | |||||
| | * | sort imports | Giampaolo Rodola | 2015-10-24 | 1 | -2/+7 |
| | * | fix #623: [Linux] process or system connections raises ValueError if IPv6 is ... | Giampaolo Rodola | 2015-09-19 | 1 | -17/+24 |
| * | | Fallback on using which(cmdline()[0]) since exe() does not exist on | Giampaolo Rodola | 2015-09-07 | 1 | -18/+1 |
| * | | fix some tests | Giampaolo Rodola | 2015-09-06 | 1 | -4/+6 |
| * | | merge with latest code | Giampaolo Rodola | 2015-09-06 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | Revert "BSD-specific tests are in fact FreeBSD only" | Landry Breuil | 2015-04-07 | 1 | -1/+1 |
