summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ignore mepr-1036Giampaolo Rodola2017-04-291-1/+0
* update makefile to include check-broken-linksHimanshu Shekhar2017-04-291-0/+7
* expecting absolute path in scriptHimanshu Shekhar2017-04-291-1/+3
* add description for requestsHimanshu Shekhar2017-04-291-1/+1
* create script to check broken linksHimanshu Shekhar2017-04-291-0/+115
* linux / connectins: it appears it exist a UNIX socket with SOCK_SEQPACKET typeGiampaolo Rodola2017-04-291-4/+7
* fix python bug #30205: socket.getsockname() for a UNIX socket may return byte...Giampaolo Rodola2017-04-291-0/+4
* fix python bug of socket.setblocking() which changes socket.type value - http...Giampaolo Rodola2017-04-293-11/+11
* add a test case which exposes #1013 on FreeBSDGiampaolo Rodola2017-04-294-25/+93
* refactoringGiampaolo Rodola2017-04-291-10/+9
* refactoringGiampaolo Rodola2017-04-281-8/+16
* fix connection testsGiampaolo Rodola2017-04-293-9/+18
* add test for TCP socketGiampaolo Rodola2017-04-291-12/+29
* add inet_peername() utilityGiampaolo Rodola2017-04-292-12/+44
* refactor testsGiampaolo Rodola2017-04-291-22/+46
* refactoringGiampaolo Rodola2017-04-291-22/+35
* write unit tests for all network types and familiesGiampaolo Rodola2017-04-292-80/+145
* try to fix py 2.6 failure on travisGiampaolo Rodola2017-04-291-5/+6
* #1033 / net|proc connections / FreeBSD / OSX / memory leak: Py_DECREF object ...Giampaolo Rodola2017-04-295-2/+9
* memleak / connections: create also UDP sockets in order to excercise more C c...Giampaolo Rodola2017-04-293-12/+25
* refactoringGiampaolo Rodola2017-04-292-10/+18
* move connections-related tests in their own fileGiampaolo Rodola2017-04-295-256/+305
* disable failing tests on travisGiampaolo Rodola2017-04-292-1/+7
* osx: it seems bind()ing on local host leaves a DNS-related UNIX socket aroundGiampaolo Rodola2017-04-281-1/+1
* fix misc testsGiampaolo Rodola2017-04-281-6/+31
* refactor UNIX testsGiampaolo Rodola2017-04-283-74/+76
* 1032: test process connections against 2 unix socketsGiampaolo Rodola2017-04-281-4/+11
* 1032: add utiliy test function to bind 2 unix socketsGiampaolo Rodola2017-04-282-5/+38
* add unicode test for net_connections()Giampaolo Rodola2017-04-271-3/+28
* refactor C codeGiampaolo Rodola2017-04-282-11/+11
* #1029: fix encoding error for proc.econnections('unix') on OSXGiampaolo Rodola2017-04-282-5/+27
* fix test; C: reuse variableGiampaolo Rodola2017-04-283-22/+25
* minor refactoringGiampaolo Rodola2017-04-282-2/+4
* reuse bind_unix_socket()Giampaolo Rodola2017-04-282-6/+5
* bind_unix_socket() change signatureGiampaolo Rodola2017-04-282-9/+15
* define a reusable bind_unix_socket() test utilityGiampaolo Rodola2017-04-283-42/+49
* move stuff aroundGiampaolo Rodola2017-04-281-60/+66
* #1029: [FreeBSD] Process.connections('unix') on Python 3 doesn't properly han...Giampaolo Rodola2017-04-282-2/+14
* C / BSD: refactor open_files() codeGiampaolo Rodola2017-04-281-14/+21
* refactor testsGiampaolo Rodola2017-04-281-9/+16
* add unicode test for Process.connections('unix')Giampaolo Rodola2017-04-281-1/+28
* add OSX note about UNIX sockets which cannot be deletedGiampaolo Rodola2017-04-281-0/+3
* make clean: delete the correct test file nameGiampaolo Rodola2017-04-281-1/+1
* make create_exe() utility function a lot faster by copying the python exe by ...Giampaolo Rodola2017-04-282-22/+16
* update docstringGiampaolo Rodola2017-04-281-7/+8
* speed up unicode testsGiampaolo Rodola2017-04-281-13/+11
* move unicode tests in their own fileGiampaolo Rodola2017-04-284-139/+215
* #655 / unicode tests: assume APIs handling with unicode paths are broken on P...Giampaolo Rodola2017-04-281-21/+34
* refactor unicode testsGiampaolo Rodola2017-04-281-9/+9
* refactor unicode testsGiampaolo Rodola2017-04-281-23/+20