summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix memleakwin-openprocess-fix-2Giampaolo Rodola2017-05-201-1/+4
* Merge branch 'master' into win-openprocess-fix-2Giampaolo Rodola2017-05-201-2/+2
|\
| * fix winmakeGiampaolo Rodola2017-05-201-2/+2
* | Merge branch 'master' into win-openprocess-fix-2Giampaolo Rodola2017-05-204-19/+12
|\ \ | |/
| * fix TypeErrorGiampaolo Rodola2017-05-201-1/+3
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-05-201-141/+144
| |\
| * | import psutil right after make build to make sure compilation workedGiampaolo Rodola2017-05-202-3/+9
| * | remove dead codeGiampaolo Rodola2017-05-191-15/+0
* | | check pid_is_running -1 return value in proc_connections(); also refactor som...Giampaolo Rodola2017-05-202-38/+37
* | | re-enable windows test which now passesGiampaolo Rodola2017-05-201-3/+0
* | | refactoringGiampaolo Rodola2017-05-201-39/+59
* | | define a reusable check_phandle() C function which checks whether the process...Giampaolo Rodola2017-05-201-16/+35
* | | GetExitCodeProces() return code was not checkedGiampaolo Rodola2017-05-201-6/+29
* | | small refactoringGiampaolo Rodola2017-05-201-5/+9
* | | check if pid is actually gone in psutil_handle_from_pid_waccessGiampaolo Rodola2017-05-192-3/+13
* | | set an error strGiampaolo Rodola2017-05-191-6/+10
* | | merge from masterGiampaolo Rodola2017-05-191-142/+144
|\ \ \ | | |/ | |/|
| * | win process_info.c: move declarations at the top of the moduleGiampaolo Rodola2017-05-191-141/+144
| |/
* | Merge branch 'master' into win-openprocess-fix-2Giampaolo Rodola2017-05-197-13/+32
|\ \ | |/
| * update HISTORYGiampaolo Rodola2017-05-191-0/+2
| * Fix #1055, fix #1085, fix #1087.Giampaolo Rodola2017-05-194-7/+22
| * fix #1085: cpu_count() return value is now checked and forced to None if <= 1Giampaolo Rodola2017-05-192-3/+7
| * set PSUTIL_TESTING env var for CI servicesGiampaolo Rodola2017-05-182-4/+4
| * remove useless lineGiampaolo Rodola2017-05-181-2/+0
* | windows / C: add assert to make sure pid_is_running() is correctGiampaolo Rodola2017-05-191-1/+61
|/
* PSUTIL_TESTING env var (#1083)Giampaolo Rodola2017-05-1812-40/+118
* add notes about #1082Giampaolo Rodola2017-05-182-12/+20
* refactor sunos py codeGiampaolo Rodola2017-05-181-7/+20
* #1082: disable unreliable ps niceness test on SunOSGiampaolo Rodola2017-05-181-0/+5
* remove useless posix cwd testGiampaolo Rodola2017-05-182-7/+2
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-05-182-0/+4
|\
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-05-186-28/+60
| |\
| * | skip UNIX socket tests on SUNOSGiampaolo Rodola2017-05-182-0/+4
* | | regenerate MANIFEST.inGiampaolo Rodola2017-05-181-10/+12
| |/ |/|
* | give CREDITS to @alxchk; update HISTORYGiampaolo Rodola2017-05-184-6/+17
* | Fix https://github.com/giampaolo/psutil/issues/1077 (#1081)Oleksii Shevchuk2017-05-184-27/+48
|/
* skip failing connection tests on solarisGiampaolo Rodola2017-05-181-1/+4
* sunos: fix som connections testsGiampaolo Rodola2017-05-182-4/+4
* fix travisGiampaolo Rodola2017-05-183-3/+3
* update HISTORY with #1079; give CREDITS to @glebiusGiampaolo Rodola2017-05-183-2/+9
* Fixes to net_connections() on FreeBSD. (#1079)Gleb Smirnoff2017-05-183-19/+17
* Merge branch 'master' of https://github.com/giampaolo/psutilGiampaolo Rodola2017-05-171-29/+56
|\
| * skip signal.CTRL_ test on py 2.6Giampaolo Rodola2017-05-171-1/+1
| * add Popen test for making sure NSP is raised on kill() and terminate()Giampaolo Rodola2017-05-171-9/+24
| * move psutil.Popen tests in their own classGiampaolo Rodola2017-05-171-29/+41
* | small refactoringGiampaolo Rodola2017-05-171-1/+4
|/
* reap_children(): enforce checks to make sure the process is goneGiampaolo Rodola2017-05-171-3/+4
* Merge branch 'master' of https://github.com/giampaolo/psutilGiampaolo Rodola2017-05-173-42/+82
|\
| * test utils refactoringGiampaolo Rodola2017-05-171-5/+16
| * test utils refactoringGiampaolo Rodola2017-05-172-40/+39