commit 448ab2717223508044a4293b366c3ae0cf3e3638 Merge: 872b1e1 be37a4f Author: Damian Johnson atagar@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(-)
tor-commits@lists.torproject.org