Paul Sokolovsky
|
f0cfb8cb45
|
Don't preimport socket module.
|
2014-01-20 20:37:01 +02:00 |
|
Paul Sokolovsky
|
fc35aa6828
|
unix socket: Add send() and recv() methods.
CPython _socket actually have only those and doesn't provide stream
interface (higher-level CPython "socket" what adds this).
+516 bytes x86.
|
2014-01-20 20:37:01 +02:00 |
|
Damien George
|
a11ceca807
|
Change int to uint for n_args in function with variable arguments.
|
2014-01-19 16:02:09 +00:00 |
|
Damien George
|
a8a6db2a1d
|
Fix warnings about int/pointer casting.
|
2014-01-18 23:50:12 +00:00 |
|
Paul Sokolovsky
|
fc92608237
|
Add lean ("raw") socket module.
|
2014-01-19 00:16:39 +02:00 |
|