Results (1 - 10 of 281)
- #9349: defect: conch.ssh.filetransfer.ClientDirectory isn't an iterator on py3k (new)
- ... On python 3, iterators are supposed to have a `__next__` method (which does what the `next` method did on py2), but ClientDirectory only has `next()`. As a result, for example, trying to iterate over a ClientDirectory can result in `TypeErr ...
- By — 12/11/2017 04:30:11 PM
- #9344: defect: conch command with errors triggers TypeError on Python 3 (new)
- If I do: {{{ conch localhost 'nonexistentcommand' }}} I get: {{{ Unhandled Error Traceback (most recent call last): File "/Users/crodrigues/twisted6/src/twisted/python/context.p ...
- By — 11/29/2017 11:44:49 AM
- #9311: defect: twisted-17.9.0 test failures with openssh-7.6_p1 (new)
- ... File "/usr/lib64/python3.6/site-packages/twisted/conch/test/test_cftp.py", line 1485, in check self.assertEqual(result[2], 0) File "/usr/lib64/python3.6/site-packages/twisted/trial/_synctest.py", line 432, in assertEqual super(_Assertions, self ...
- By — 10/25/2017 03:04:54 PM
- #9294: defect: python3 test failure with 17.5 and 17.9, succeeds with Python2 (new)
- seen with 3.6.2 and 3.6.3rc1, failing test when running the tests from the installed location: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful/artful/amd64/t/twisted/20170927_171448_6116 ...
- By — 09/29/2017 06:25:38 AM
- #9286: defect: Manhole Python3 compatibility issue (quick fix) (closed: worksforme)
- Try: {{{ python3 -m twisted.conch.stdio >>> 1/0 >>> dsfdsfdsfsfsdf }}} Expected: exceptions and tracebacks Instead: just nothing The fix is to update twisted.conch.ManholeInterpreter.runcode to do the same with stderr as is done with std ...
- By — 09/19/2017 01:15:54 PM
- #9265: defect: Hash Verification Prompt fails in Python 3 (closed: fixed)
- When using Python 3 and receiving a new host key from the server, the prompt for the user to accept the key throws an exception. This happens because to open /dev/tty in Python 3 buffering must be disabled (buffering=0). Credit https://github.co ...
- By — 08/22/2017 02:26:50 PM
- #9144: defect: IPv6 tests should be skipped on systems without IPv6 support. (closed: fixed)
- ... File "/twisted/src/twisted/conch/test/test_conch.py", line 349, in setUp self.echoServerV6 = reactor.listenTCP(0, EchoFactory(), interface="::1") File "/twisted/src/twisted/internet/posixbase.py", line 478, in listenTCP p.startListening() File "/twist ...
- By — 05/22/2017 12:07:03 PM
- #9133: defect: Test failure in test_main.MainTests.test_twisted (closed: fixed)
- ... l, On a brand new clone off of trunk (last commit id 0aef33642cbe), new virtualenv (CPython 2.7.12 on Ubuntu), with a pip install -e .[dev]. When I run "trial twisted", I see: {{{ [FAIL] Traceback (most recent call last): File "/home/mahmoud/projects/twisted/src/twisted/test/test_main.py" ...
- By — 05/06/2017 04:40:55 PM
- #9130: defect: Conch unix login fails on Python 3 - getpwnam get str instead of bytes (closed: fixed)
- twistd 17.1.0, Python 3.5. Run `twistd -n conch -d /etc/ssh/ --auth=unix`, ssh in with correct username/password combo, you'll get {{{ File "/usr/lib/python3.5/site-packages/twisted/conch/ssh/userauth.py", line 180, in ssh_USERAUTH_REQUES ...
- By — 05/04/2017 10:34:59 AM
- #9055: task: Typographical Error in telnet_echo.tac on website (closed: fixed)
- ... tac] {{{ #!python """ Simple echo server that echoes back client input. You can run this .tac file directly with: twistd -ny telnet_echo.tac This demo sets up a listening port on 6023 which accepts telnet connections. No login for the te ...
- By — 02/25/2017 05:41:29 PM
Note: See TracSearch
for help on searching.
