summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce PSUTIL_TESTING env varpsutil-testing-envvarGiampaolo Rodola2017-05-1711-40/+97
* 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
* 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
| * revert appveyor.ymlGiampaolo Rodola2017-05-171-10/+10
| * pass cwd and env to get_test_subprocess; reason: try to figure this out https...Giampaolo Rodola2017-05-172-1/+3
| * appveyor: try smarter filteringGiampaolo Rodola2017-05-171-10/+9
| * fix appveyorGiampaolo Rodola2017-05-171-1/+1
| * smarter appveyor commit files filteringGiampaolo Rodola2017-05-172-1/+1
| * Ignore arcane safe_rmpath error on APPVEYOR.Giampaolo Rodola2017-05-172-1/+30
* | Merge branch 'master' of https://github.com/giampaolo/psutilGiampaolo Rodola2017-05-175-23/+41
|\ \ | |/
| * Try to fix arcan appveyor err:Giampaolo Rodola2017-05-171-1/+1
| * 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
| * Some fixes to IPv6 testing. (#1076)Gleb Smirnoff2017-05-161-17/+20
* | fix win C warningsGiampaolo Rodola2017-05-163-11/+13
|/
* win: refactor net_if_addrs C codeGiampaolo Rodola2017-05-161-15/+17
* refactor C win codeGiampaolo Rodola2017-05-161-7/+5
* #1075 / win / net_if_addrs(): inet_ntop() return value isn't checkedGiampaolo Rodola2017-05-163-13/+24
* win: fix C compiler warningGiampaolo Rodola2017-05-161-1/+1
* win: fix C compiler warningGiampaolo Rodola2017-05-161-1/+1
* win: fix C compiler warningGiampaolo Rodola2017-05-161-4/+9
* win: fix C compiler warningGiampaolo Rodola2017-05-161-1/+1
* win: fix C compiler warningGiampaolo Rodola2017-05-161-1/+1
* speed up multi socks tests by waiting for multiple test files in parallelGiampaolo Rodola2017-05-161-9/+17
* prevent AccessDenied on OSXGiampaolo Rodola2017-05-161-2/+3
* add extra assertGiampaolo Rodola2017-05-162-1/+2
* fix #1074: [FreeBSD] sensors_battery() raises OSError in case of no battery.Giampaolo Rodola2017-05-164-2/+25
* declare PSUTIL_CONN_NONE as a static shared constantGiampaolo Rodola2017-05-168-19/+3
* Freebsd socks refactoring (#1073)Giampaolo Rodola2017-05-166-345/+380
* BSD: mv arch C files (#1072)Giampaolo Rodola2017-05-1612-14/+12
* ignore meGiampaolo Rodola2017-05-161-1/+1
* styleGiampaolo Rodola2017-05-161-2/+9
* give CREDITS to @glebiusGiampaolo Rodola2017-05-162-0/+4
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-05-161-13/+6
|\
| * Fix socket to PID translation on FreeBSD. (#1070)Gleb Smirnoff2017-05-161-13/+6
* | write more tests for connections() filteringGiampaolo Rodola2017-05-161-1/+33
|/
* add another test case which exposes #1013Giampaolo Rodola2017-05-161-0/+30
* small refactoringGiampaolo Rodola2017-05-161-3/+3
* add test case which exposes #1013Giampaolo Rodola2017-05-151-0/+7
* add connections testsGiampaolo Rodola2017-05-152-10/+39
* fix #1069 / freebsd: cpu_num() may return 255; now returns -1Giampaolo Rodola2017-05-144-4/+10
* fix #1042: psutil won't compile on FreeBSD 12; applied patch by @glebiusGiampaolo Rodola2017-05-143-0/+36
* fix appveyor buildGiampaolo Rodola2017-05-131-1/+1