summaryrefslogtreecommitdiff
path: root/distbuild/distbuild_socket.py
Commit message (Collapse)AuthorAgeFilesLines
* distbuild: Improve logging of connections and objectsSam Thursfield2014-04-101-0/+63
New DistbuildSocket class that wraps socket.socket(), providing a descriptive repr() handler showing where the socket is connected, and providing a couple of helper methods for fetching local and remote endpoint names. This commit also adds a descriptive repr() handler to a few other objects (mostly giving socket connection details).