Re: [Twisted-Python] Re : Telnet server using Twisted and AuthenticatingTelnetProtocol

2009-08-27 Thread exarkun
On 24 Aug, 11:07 pm, filoufake-pyt...@yahoo.fr wrote: Thank you Jean-Paul for replying, I still have some things that I don't understand: If I put your piece of code in my factory's protocol, I can connect to the server but as soon as I enter the username, I got the an error message telling

Re: [Twisted-Python] How to capture output from transport of HTTPClientFactory?

2009-08-27 Thread exarkun
On 06:30 pm, konr...@smelkovs.com wrote: Hi, HTTPClientFactory uses self.transport to do reads/writes. I would like to have a copy of all data in and out for debugging/logging purposes. How to do that (best?)? twisted.protocols.policies.TrafficLoggingFactory may do what you want. Jean-Paul

Re: [Twisted-Python] Twistd .tac + wxpython

2009-08-20 Thread exarkun
On 09:00 pm, ter...@gmail.com wrote: Hi Glyph, Glyph Lefkowitz glyph at twistedmatrix.com writes: If you've already got all the appropriate code to separate out the GUI into a separate thread and communicate with the networking components via message queues, then this should work just fine.

Re: [Twisted-Python] Telnet server using Twisted and AuthenticatingTelnetProtocol

2009-08-20 Thread exarkun
On 07:07 am, filoufake-pyt...@yahoo.fr wrote: Hello, I have created a telnet server in python. Maybe you wonder why to create a telnet server while Windows has one? Because the windows telnet server does not allow to interract with the desktop. If you try to start a GUI app, it will start and

Re: [Twisted-Python] Twisted Trac keeps on bugging

2009-08-20 Thread exarkun
On 11:24 am, gabriel.rosse...@arimaz.com wrote: Hello everyone, I must be the onlyone having problems with this, sin no one has said anything, but the Twisted Trac keeps on bugging out on me, I get : This is an intermittent failure. Most people encounter it at some point. If you're interested

Re: [Twisted-Python] weird spammy trac emails?

2009-08-19 Thread exarkun
On 02:34 pm, p...@bubblehouse.org wrote: Hey all, Have any of you gotten these weird spammy messages from trac? I'm getting change notifications on tickets I opened years ago, with no apparent info in it about what the change is except a spam URL. I've attached the ones I've received. I can't

Re: [Twisted-Python] self.socket.accept() in doRead() in tcp.py has (11, 'Resource temporarily unavailable') error

2009-08-18 Thread exarkun
On 11:43 am, gabriel.rosse...@arimaz.com wrote: Hello everyone, I have been trying to debug a Twisted app of mine and I noticed that in tcp.py in doRead() self.socket.accept() raises the following exception : error: (11, 'Resource temporarily unavailable'). It seems to just smother the

Re: [Twisted-Python] TCP startTLS() negotiation

2009-08-17 Thread exarkun
On 15 Aug, 04:49 pm, kgeo...@tcpsoft.com wrote: I've noticed some behavior when negotiating TLS using startTLS(). I'm starting TLS on both sides of the connection at the same time to validate peer certificates using a custom callback. If I call startTLS() without any subsequent writes to the

[Twisted-Python] Weekly Bug Summary

2009-08-15 Thread exarkun
== Highest = [#2820] trial warning reporting uses print to stdout (opened by exarkun, closed by jonathanj, fixed) defect trial http://twistedmatrix.com/trac/ticket/2820 = Low = [#2440] threadedwin32eventreactor.py (opened by tdickenson, closed

Re: [Twisted-Python] unicode for pyPgSQL

2009-08-12 Thread exarkun
On 03:28 pm, petshm...@googlemail.com wrote: Hello, does pyPgSQL doesn't support unicode? execute(query, params) #all items in params list are of type 'unicode' I'm getting 'ascii' codec can't encode character u'\xfc' in position 1: ordinal not in range(128) Do I need encode my params before

Re: [Twisted-Python] twisted.names.error.DNSNameError on MacOsX but not on linux

2009-08-11 Thread exarkun
On 03:50 pm, gabriel.rosse...@arimaz.com wrote: Hello everyone, I wrote a twisted app using the XMPP code that works fin on linux (and windows), but on Mac I get a twisted.names.error.DNSNameError, I searched google but found nothing on this, is there a known bug with Twisted on Mac? I have Mac

Re: [Twisted-Python] twisted.names.error.DNSNameError on MacOsX but not on linux

2009-08-11 Thread exarkun
On 04:30 pm, gabriel.rosse...@arimaz.com wrote: Gabriel Rossetti wrote: Hello everyone, I wrote a twisted app using the XMPP code that works fin on linux (and windows), but on Mac I get a twisted.names.error.DNSNameError, I searched google but found nothing on this, is there a known bug with

Re: [Twisted-Python] Tunneling using conch (with application.service)

2009-08-08 Thread exarkun
On 6 Aug, 03:47 pm, smhollingswo...@gmail.com wrote: I 19ve got an app written that runs as a service using twisted.application.service that I need to tunnel through SSH. Right now, I use a script that makes use of Paramiko (and runs separate from my app) to set up a tunnel. That more or less

Re: [Twisted-Python] Adbapi issues

2009-08-06 Thread exarkun
On 01:56 am, d...@krondo.com wrote: Gerrat Rickert wrote: [snip] 2. ...since I can't get it to reconnect properly, perhaps I could just close the connections in the old connection pool, and create a new one... dbpool = adbapi.ConnectionPool('cx_Oracle', conn_str, cp_noisy=True,

Re: [Twisted-Python] Adbapi issues

2009-08-06 Thread exarkun
On 06:57 pm, grick...@coldstorage.com wrote: [snip] Supporting arraysize in some form is probably a good idea. Another ticket is in order. Ok, I filed ticket #3956 ...along with a patch for adbapi.py, and test_adbapi.py. Great. Thanks a lot! :) My apologies in advance for the test patch :o) I

Re: [Twisted-Python] Really Basic clarification on defers

2009-08-05 Thread exarkun
On 09:33 am, johnahe...@rocs.co.uk wrote: On Wed, Aug 5, 2009 at 12:14 AM, Johann Borck johann.bo...@densedata.comwrote: [snip] Sendline is not blocking so as you say we can avoid the use of deferreds and continue to use sendline directly. LineReceiver.sendLine is not blocking, correct.

[Twisted-Python] Weekly Bug Summary

2009-07-25 Thread exarkun
://twistedmatrix.com/trac/ticket/3922 [#3924] HTTPAuthSessionWrapper doesn't accept anonymous requests (opened by esteve) defect webhttp://twistedmatrix.com/trac/ticket/3924 [#3925] test_addresses fails with Glib2 and Gtk2 reactors (opened by exarkun) defect core

[Twisted-Python] Weekly Bug Summary

2009-07-11 Thread exarkun
# onto channel name in IRCClient.me (opened by stefanor) defect words http://twistedmatrix.com/trac/ticket/3910 = Low = [#3908] Code using twisted.names.client.Resolver is hard to unit test (opened by exarkun) enhancement names http

[Twisted-Python] Weekly Bug Summary

2009-07-04 Thread exarkun
] twisted.words.protocols.irc.IRCClient.mode docstring claims "#" will be prepended to channel name if it is not already there, but it will not be (opened by exarkun) defect words http://twistedmatrix.com/trac/ticket/3895 [#3896] Passing a unicode object to request.writ

[Twisted-Python] Weekly Bug Summary

2009-06-13 Thread exarkun
712 = Normal = [#3859] ReconnectingClientFactory should be parameterized (opened by therve, closed by therve, fixed) enhancement core http://twistedmatrix.com/trac/ticket/3859 [#2459] Put Twisted developer targetted documentation back on the website (opened by exarkun, clo

[Twisted-Python] Weekly Bug Summary

2009-06-06 Thread exarkun
__ = Highest = [#3871] `twistd conch´ always fails due to an unhandled AttributeError; conch server cannot be started. (opened by exarkun) regression conch http://twistedmatrix.com/trac/ticket/3871 = Normal

[Twisted-Python] Weekly Bug Summary

2009-05-30 Thread exarkun
) enhancement core http://twistedmatrix.com/trac/ticket/3855 [#3860] Release Twisted 9.0 (opened by exarkun) taskrelease management http://twistedmatrix.com/trac/ticket/3860 = Normal = [#3853] Reference leak if function called

[Twisted-Python] Weekly Bug Summary

2009-05-23 Thread exarkun
is not available (opened by azverkan) defect core http://twistedmatrix.com/trac/ticket/3852 = High = [#3843] deprecate twisted.persisted (opened by exarkun) taskcore http://twistedmatrix.com/trac/ticket/3843 = Normal

[Twisted-Python] Weekly Bug Summary

2009-05-09 Thread exarkun
(opened by exarkun) defect conch http://twistedmatrix.com/trac/ticket/3813 [#3819] twisted.mail.test.test_imap.TLSTestCase.testStartTLS checks for TLS setup in a bad way (opened by exarkun) (CLOSED, fixed) defect mail http://twistedmatrix.com/trac/ticket/3819

[Twisted-Python] Weekly Bug Summary

2009-04-26 Thread exarkun
http://twistedmatrix.com/trac/ticket/3789 [#3790] Use Document.createElement and Document.createTextNode instead of dom.Element and dom.Text (opened by exarkun) enhancement lore http://twistedmatrix.com/trac/ticket/3790 [#3792] web.client.getPage sometimes throws errors that don't

[Twisted-Python] Weekly Bug Summary

2009-04-18 Thread exarkun
in requests passed over twisted.web.distrib (opened by exarkun) (CLOSED, fixed) regression webhttp://twistedmatrix.com/trac/ticket/3697 = High = [#3782] intermittent failure of twisted.web.test.test_webclient.WebClientSSLTestCase.test_downloadTimeout

[Twisted-Python] Weekly Bug Summary

2009-04-11 Thread exarkun
er (opened by exarkun, closed by exarkun, fixed) enhancement names http://twistedmatrix.com/trac/ticket/3710 [#3769] problems with twisted.python.log module (opened by netskay, closed by exarkun, invalid) defect core http://twistedmatrix.com/trac/ticket/3769 [#3724]

[Twisted-Python] Weekly Bug Summary

2009-04-04 Thread exarkun
and twisted.cred.checkers.PluggableAuthenticationModulesChecker are really insecure (opened by exarkun) defect core http://twistedmatrix.com/trac/ticket/3728 = Normal = [#3707] Twisted 8.2.0 requires pywin32 (opened by amaury) (CLOSED, fixed) regression

[Twisted-Python] Weekly Bug Summary

2009-03-22 Thread exarkun
__ = Highest = [#3691] Add environment configuration support to twisted.runner.procmon (opened by exarkun) enhancement runner http://twistedmatrix.com/trac/ticket/3691 = Normal = [#3692] vague traceback

[Twisted-Python] Weekly Bug Summary

2009-02-14 Thread exarkun
: -1 Total Tickets Open Tickets New / Reopened Bugs __ = High = [#3655] twisted.conch.telnet.Telnet.requestNegotiation sends the wrong bytes for the requested negotiation (opened by exarkun) (CLOSED, fixed) defect conch

[Twisted-Python] Weekly Bug Summary

2009-02-07 Thread exarkun
] There are many "StringIOWithoutClosing" classes in the test suite (opened by exarkun) defect core http://twistedmatrix.com/trac/ticket/3647 Closed Bugs __ = High = [#1219] SMTPClientError.__str__ is unsafe (opened by j

[Twisted-Python] Weekly Bug Summary

2009-01-17 Thread exarkun
://twistedmatrix.com/trac/ticket/3617 [#3618] If the content-length header does not agree with the content written, HTTP connections can be corrupted (opened by exarkun) defect webhttp://twistedmatrix.com/trac/ticket/3618 [#3619] Fix the "import minidom as microdom" stu

[Twisted-Python] Weekly Bug Summary

2008-12-27 Thread exarkun
] twisted.conch.telnet will not pass data end with '\r' immediately until new data comes (opened by richard432, closed by exarkun, invalid) defect conch http://twistedmatrix.com/trac/ticket/3594 Ticket Lifetime Stats __ Oldest open ticket - [#49] RFE: enhancements

[Twisted-Python] Weekly Bug Summary

2008-12-20 Thread exarkun
/ticket/3579 [#3580] deprecate twisted.words.protocols.toc (opened by exarkun) taskwords http://twistedmatrix.com/trac/ticket/3580 [#3581] Remove all the pre-split compatibility code (opened by thijs) taskcore http://twistedmatrix.com/trac/ticket/3581

[Twisted-Python] Weekly Bug Summary

2008-12-06 Thread exarkun
: -1 Total Tickets Open Tickets New / Reopened Bugs __ = Highest = [#3559] remove woven usage from twisted.web.distrib (opened by exarkun) taskwebhttp://twistedmatrix.com/trac/ticket/3559 [#3561] deprecate

<    5   6   7   8   9   10