[tor-commits] [stem/master] Adding stem.connection.connect()
atagar at torproject.org
atagar at torproject.org
Tue May 6 01:21:12 UTC 2014
commit 448ab2717223508044a4293b366c3ae0cf3e3638
Merge: 872b1e1 be37a4f
Author: Damian Johnson <atagar at torproject.org>
Date: Sun Apr 13 11:52:27 2014 -0700
Adding stem.connection.connect()
Replacing our connect_port() and connect_socket_file() methods with a simpler,
better connect() function.
docs/change_log.rst | 1 +
docs/faq.rst | 7 +-
stem/connection.py | 207 ++++++++++++++++++++++++++++++++++----
stem/socket.py | 2 +-
test/integ/connection/connect.py | 19 ++++
test/settings.cfg | 1 +
test/unit/connection/connect.py | 141 ++++++++++++++++++++++++++
7 files changed, 353 insertions(+), 25 deletions(-)
More information about the tor-commits
mailing list