Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-07 | pysocketwrapper: fix behaviour to be consistent with 'socket.getsockopt' | Jelmer Vernooij | 1 | -2/+2 | |
socklen_t is unsigned | |||||
2011-11-19 | socket_wrapper/py_socket_wrapper.c - include Python 2.4 compatiblity code | Matthias Dieter Wallnöfer | 1 | -0/+7 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 19 14:53:43 CET 2011 on sn-devel-104 | |||||
2011-11-17 | socket_wrapper: Added python interface to socket_wrapper | Amitay Isaacs | 1 | -0/+876 | |
The socket_wrapper does not support setting blocking flag or timeouts on the sockets. To use socket module in python, use from samba import socket Signed-off-by: Kai Blin <kai@samba.org> |