[tor-commits] [stem/master] Marking stem.util modules and functions as being private

atagar at torproject.org atagar at torproject.org
Sun Mar 10 07:16:29 UTC 2013


commit a7fae56f9dab6cf766699c229edb2fd0531b7bd9
Merge: d45f89d aab3bf5
Author: Damian Johnson <atagar at torproject.org>
Date:   Sat Mar 9 23:10:26 2013 -0800

    Marking stem.util modules and functions as being private
    
    The stem.util space has several things that I'd rather not vend. Things that
    are either likely to change in the future or simply don't make sense outside of
    stem's internal use. Marking functions and some entire modules as being
    private.

 docs/api.rst                              |    4 -
 stem/connection.py                        |   14 ++--
 stem/control.py                           |    4 +-
 stem/descriptor/__init__.py               |    8 +-
 stem/descriptor/extrainfo_descriptor.py   |    4 +-
 stem/descriptor/networkstatus.py          |   10 ++--
 stem/descriptor/router_status_entry.py    |    6 +-
 stem/descriptor/server_descriptor.py      |   10 ++--
 stem/exit_policy.py                       |   16 +++---
 stem/response/authchallenge.py            |    4 +-
 stem/response/events.py                   |    4 +-
 stem/socket.py                            |    6 +-
 stem/util/conf.py                         |    2 +-
 stem/util/connection.py                   |   86 +++++++++++++---------------
 stem/util/enum.py                         |    2 +-
 stem/util/log.py                          |    4 +
 stem/util/ordereddict.py                  |    3 +
 stem/util/proc.py                         |    3 +
 stem/util/str_tools.py                    |   27 ++++-----
 stem/util/system.py                       |    2 +-
 stem/util/term.py                         |    5 +-
 stem/util/tor_tools.py                    |    3 +
 test/integ/control/controller.py          |    2 +-
 test/network.py                           |    2 +-
 test/settings.cfg                         |    4 +-
 test/unit/descriptor/server_descriptor.py |    2 +-
 test/unit/util/connection.py              |   60 ++++++++++----------
 test/unit/util/str_tools.py               |   22 ++++----
 28 files changed, 160 insertions(+), 159 deletions(-)





More information about the tor-commits mailing list