| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge from master | Giampaolo Rodola | 2017-01-23 | 1 | -9/+4 |
| |\ | |||||
| | * | #687: [Linux] pid_exists() no longer returns True if passed a process thread ID | Giampaolo Rodola | 2017-01-09 | 1 | -8/+2 |
| | * | cpu_affinity() test: use addCleanup to reset initial value | Giampaolo Rodola | 2016-12-16 | 1 | -0/+1 |
| | * | #804: try to test failure on Debian | Giampaolo Rodola | 2016-12-12 | 1 | -1/+1 |
| * | | #357: add test which compares cpu_num() against cpu_affinity() | Giampaolo Rodola | 2016-11-25 | 1 | -0/+7 |
| * | | #357: implement process cpu_num() on FreeBSD | Giampaolo Rodola | 2016-11-25 | 1 | -0/+7 |
| * | | #357: implement process cpu_num() on Linux | Giampaolo Rodola | 2016-11-25 | 1 | -0/+9 |
| |/ | |||||
| * | try to fix tests on travis | Giampaolo Rodola | 2016-11-13 | 1 | -0/+1 |
| * | add simple test case for oneshot() ctx manager | Giampaolo Rodola | 2016-11-05 | 1 | -0/+20 |
| * | add simple test case for oneshot() ctx manager | Giampaolo Rodola | 2016-11-05 | 1 | -0/+13 |
| * | speedup fetch all process test by using oneshot | Giampaolo Rodola | 2016-11-05 | 1 | -16/+16 |
| * | merge from master | Giampaolo Rodola | 2016-10-25 | 1 | -196/+91 |
| |\ | |||||
| | * | fix Popen test which is occasionally failing | Giampaolo Rodola | 2016-10-24 | 1 | -3/+20 |
| | * | ignore failing tests on OSX + TRAVIS | Giampaolo Rodola | 2016-10-24 | 1 | -7/+21 |
| | * | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2016-10-19 | 1 | -21/+11 |
| | |\ | |||||
| | | * | fix unicode tests on windows / py3 | Giampaolo Rodola | 2016-10-19 | 1 | -21/+11 |
| | * | | small test refactoring | Giampaolo Rodola | 2016-10-18 | 1 | -4/+2 |
| | |/ | |||||
| | * | fix #926: [OSX] Process.environ() on Python 3 can crash interpreter if proces... | Giampaolo Rodola | 2016-10-18 | 1 | -1/+0 |
| | * | refactor unicode tests | Giampaolo Rodola | 2016-10-18 | 1 | -141/+30 |
| | * | fix unicode test | Giampaolo Rodola | 2016-10-18 | 1 | -2/+2 |
| | * | #783: fix some unicode related test failures on osx | Giampaolo Rodola | 2016-10-18 | 1 | -5/+11 |
| | * | test refactoring | Giampaolo Rodola | 2016-10-18 | 1 | -6/+6 |
| | * | test refactroring | Giampaolo Rodola | 2016-10-18 | 1 | -5/+8 |
| | * | fix #925: [OSX/BSD/SUNOS] ZombieProcess may be erroneously raised for PID 0 | Giampaolo Rodola | 2016-10-18 | 1 | -0/+6 |
| | * | fix #924: [OSX] Process.exe() for PID 0 erroneously raise ZombieProcess. Also... | Giampaolo Rodola | 2016-10-17 | 1 | -32/+16 |
| | * | minor test change | Giampaolo Rodola | 2016-10-15 | 1 | -2/+2 |
| | * | disable unicode tests on OSX + travis | Giampaolo Rodola | 2016-10-15 | 1 | -2/+3 |
| | * | #919: psutil.Popen: add support for ctx manager protocol | Giampaolo Rodola | 2016-10-15 | 1 | -12/+2 |
| | * | try to fix failure on appveyor due to case-sensitivness | Giampaolo Rodola | 2016-10-13 | 1 | -1/+1 |
| | * | skip non unicode tests on travis | Giampaolo Rodola | 2016-10-13 | 1 | -1/+1 |
| | * | fix netbsd test | Giampaolo Rodola | 2016-10-13 | 1 | -1/+1 |
| | * | add make test-posix cmd; fix test failing on netbsd | Giampaolo Rodola | 2016-10-13 | 1 | -4/+2 |
| * | | merge from master | Giampaolo Rodola | 2016-10-13 | 1 | -6/+19 |
| |\ \ | |/ | |||||
| | * | fix py2.6 failure | Giampaolo Rodola | 2016-10-13 | 1 | -1/+3 |
| | * | fix tests | Giampaolo Rodola | 2016-10-13 | 1 | -2/+2 |
| | * | disable osx test failing on travis | Giampaolo Rodola | 2016-10-12 | 1 | -0/+1 |
| | * | fix osx tests | Giampaolo Rodola | 2016-10-12 | 1 | -1/+9 |
| | * | fix linux test | Giampaolo Rodola | 2016-10-12 | 1 | -0/+1 |
| | * | unix files on OSX cann't be deleted due to perm err | Giampaolo Rodola | 2016-10-11 | 1 | -5/+6 |
| * | | fix conflicts | Giampaolo Rodola | 2016-10-07 | 1 | -55/+62 |
| |\ \ | |/ | |||||
| | * | rephrase and standardize test skip messages | Giampaolo Rodola | 2016-10-07 | 1 | -1/+1 |
| | * | rephrase and standardize test skip messages | Giampaolo Rodola | 2016-10-07 | 1 | -43/+38 |
| | * | add test for PSS memory < TOTAL | Giampaolo Rodola | 2016-10-07 | 1 | -4/+11 |
| | * | fix OSX tests | Giampaolo Rodola | 2016-10-03 | 1 | -8/+12 |
| | * | adjust makefile for OSX; also fix one test on OSX | Giampaolo Rodola | 2016-10-03 | 1 | -0/+1 |
| | * | make more files executable | Giampaolo Rodola | 2016-10-03 | 1 | -0/+0 |
| * | | Merge branch 'master' into oneshot | Giampaolo Rodola | 2016-10-02 | 1 | -27/+29 |
| |\ \ | |/ | |||||
| | * | get rid of safe_remove and safe_rmdir and provide a single safe_rmpath function | Giampaolo Rodola | 2016-10-01 | 1 | -14/+13 |
| | * | fix call_until timeout | Giampaolo Rodola | 2016-10-01 | 1 | -0/+2 |
| | * | update IDEAS | Giampaolo Rodola | 2016-08-04 | 1 | -1/+1 |
