stem icon indicating copy to clipboard operation
stem copied to clipboard

Python controller library for Tor

Results 47 stem issues
Sort by recently updated
recently updated
newest added

When running the test suite while packaging the package (both `stem` 1.8.2 and `cepa` 1.8.4 packages in fact) for openSUSE/Leap on s390x (big endian) the following tests failed: `test_connections_ipv6`, `test_connections_ipv6_by_user`,...

I have created a general docs for stem! Can pull it if found suitable.

Created a general documentation for stem library to have! #146

The piece of code in [prereq.py](https://github.com/torproject/stem/blob/1.8.2/stem/prereq.py#L179) claims there is namespace clash between `zstd` and `zstandard`, but after installing latest `zstandard` (version 0.21.0) I see no such clash: ``` $ pip...

The `test_decompress_zstd` test fails with the `zstd` (instead of `zstandard`) installed: ``` ERROR: test_decompress_zstd ---------------------------------------------------------------------- Traceback (most recent call last): File "$(BUILD_DIR)/stem/descriptor/__init__.py", line 236, in decompress return self._decompression_func(self._module, content) File...

Please replace `http` by `https` in the [LICENSE](https://github.com/torproject/stem/blob/master/LICENSE#L4) to fully align the license wording with https://www.gnu.org/licenses/lgpl-3.0.txt. Thank you.

For example if I go to https://stem.torproject.org/api/connection.html, I see: ![1676387192_grim](https://user-images.githubusercontent.com/3708797/218777124-a12d3c86-747d-43ee-9725-2e1fdca16404.png) There also seems to be some documentation missing from other pages, such as https://stem.torproject.org/api/control.html.