meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

Python3 support #204

Closed meejah closed 7 years ago

meejah commented 7 years ago

This drops txsocksx and replaces it with a custom implementation in order to gain Python3 support (txsocksx won't be moving to python3).

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 99.313% when pulling 6868e24930308790503d2b96453394ab5b1df3cb on remove-txsocksx-python3 into 29b1b7353bf7c9aff45b9853c12ea7544b988a95 on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.08%) to 99.444% when pulling 3c06b25fed034fff148aad0c759b6bf617ab1058 on remove-txsocksx-python3 into 29b1b7353bf7c9aff45b9853c12ea7544b988a95 on master.

codecov-io commented 7 years ago

Current coverage is 99.63% (diff: 100%)

Merging #204 into master will increase coverage by 0.11%

@@             master       #204   diff @@
==========================================
  Files            15         16     +1   
  Lines          2759       3048   +289   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           2746       3037   +291   
+ Misses           13         11     -2   
  Partials          0          0          

Powered by Codecov. Last update 29b1b73...e1641e3

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.08%) to 99.607% when pulling 23f02c13227331a60c84b39adc2d594e043e2583 on remove-txsocksx-python3 into 29b1b7353bf7c9aff45b9853c12ea7544b988a95 on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.1%) to 99.639% when pulling e1641e36e0b76f07f8d09dfacb885aa4746bc3e3 on remove-txsocksx-python3 into 29b1b7353bf7c9aff45b9853c12ea7544b988a95 on master.