[tor-commits] [stem/master] Caching expansion and test prompt

atagar at torproject.org atagar at torproject.org
Wed Aug 22 01:12:46 UTC 2012


commit 92a0bf0d6afe39db45108626d2e89cde70997a2a
Merge: ac5be8c 683eeb2
Author: Damian Johnson <atagar at torproject.org>
Date:   Tue Aug 21 18:11:11 2012 -0700

    Caching expansion and test prompt
    
    I was planning to simply add caching for GETCONF and SETCONF requests, but
    ended up making a few other changes on the way. The most prominent is a new
    'prompt' script that you can use to quickly get python interpretor with a
    controller instance. Handy for testing.
    
    cr neena (https://trac.torproject.org/6631)

 prompt                               |   19 ++++++
 stem/control.py                      |  107 +++++++++++++++++++++++++++-------
 stem/descriptor/server_descriptor.py |    3 +-
 stem/socket.py                       |    2 +-
 stem/util/connection.py              |    2 +
 test/__init__.py                     |    1 +
 test/prompt.py                       |   88 ++++++++++++++++++++++++++++
 7 files changed, 197 insertions(+), 25 deletions(-)



More information about the tor-commits mailing list