summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* fix memleakwin-openprocess-fix-2Giampaolo Rodola2017-05-201-1/+4
* Merge branch 'master' into win-openprocess-fix-2Giampaolo Rodola2017-05-202-16/+3
|\
| * fix TypeErrorGiampaolo Rodola2017-05-201-1/+3
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-05-201-141/+144
| |\
| * | 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-194-8/+22
|\ \ | |/
| * Fix #1055, fix #1085, fix #1087.Giampaolo Rodola2017-05-193-6/+19
| * fix #1085: cpu_count() return value is now checked and forced to None if <= 1Giampaolo Rodola2017-05-191-3/+6
| * 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-1810-27/+90
* 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-183-27/+47
|\
| * give CREDITS to @alxchk; update HISTORYGiampaolo Rodola2017-05-181-4/+4
| * Fix https://github.com/giampaolo/psutil/issues/1077 (#1081)Oleksii Shevchuk2017-05-183-27/+47
* | skip UNIX socket tests on SUNOSGiampaolo Rodola2017-05-182-0/+4
|/
* 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-182-2/+2
* 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
| * pass cwd and env to get_test_subprocess; reason: try to figure this out https...Giampaolo Rodola2017-05-172-1/+3
| * smarter appveyor commit files filteringGiampaolo Rodola2017-05-171-1/+0
| * Ignore arcane safe_rmpath error on APPVEYOR.Giampaolo Rodola2017-05-172-1/+30
* | Merge branch 'master' of https://github.com/giampaolo/psutilGiampaolo Rodola2017-05-174-22/+40
|\ \ | |/
| * fix supports_ipv6 testGiampaolo Rodola2017-05-161-3/+7
| * fix supports_ipv6 testGiampaolo Rodola2017-05-161-0/+6
| * #1076: fix UPDv4 addressGiampaolo Rodola2017-05-161-1/+1
| * define a new HAS_CONNECTIONS_UNIX constantGiampaolo Rodola2017-05-163-4/+9