commit 3818cf41cae98ae7558f5002ef3a5152ede5b2fb Merge: 4306013a 4ccd6ce8 Author: Damian Johnson atagar@torproject.org Date: Sat Jun 23 16:52:36 2018 -0700
Handful of stem.client improvements
Pull request from Dave including a dispirate batch of fixes and improvements. We plan for future pull requests to be smaller.
https://trac.torproject.org/projects/tor/ticket/26227
stem/__init__.py | 3 + stem/client/__init__.py | 26 +++--- stem/client/cell.py | 179 +++++++++++++++++++++++++--------------- stem/client/datatype.py | 36 +++++++- stem/descriptor/remote.py | 17 ++-- test/integ/client/connection.py | 2 +- test/integ/descriptor/remote.py | 7 +- test/unit/client/cell.py | 96 +++++++++++++++++---- test/unit/descriptor/remote.py | 35 +++++++- 9 files changed, 291 insertions(+), 110 deletions(-)