[Twisted-Python] Automatically get dependencies in Buildbot

2014-12-04 Thread Adi Roiban
Hi, What do you say if Twisted buildbot would be change to automatically update dependencies before each test? I have pushed some code here https://github.com/twisted-infra/twisted-buildbot-configuration/pull/7 just to start the conversation. In this way, it should be much easier to add new de

[Twisted-Python] Catch clientConnectionLost in a Factory

2014-12-04 Thread Grigorescu Ciprian
Hello, I have a small problem. I using SMTPClient and ClientFactory in order to send emails. I have something like:observer['workers'] = total mails to send(connections)         def got_result(*args):     observer['results'] += 1     def got_error(err):     observer['errors'] += 1

Re: [Twisted-Python] doc bloat

2014-12-04 Thread Glyph
> On Dec 3, 2014, at 18:46, exar...@twistedmatrix.com wrote: > > On 12:55 am, gl...@twistedmatrix.com wrote: >> >>> On Dec 2, 2014, at 20:05, exar...@twistedmatrix.com wrote: >> >>> Are there lots of useless docstrings on nested function definitions purely >>> for the sake of twistedchecker?

Re: [Twisted-Python] patch for t.p.logger.SyslogObserver (was #7549)

2014-12-04 Thread Glyph
> On Dec 3, 2014, at 22:55, Roberto Polli wrote: > > Hi Glyph|all, > > I just noticed the t.p.logger is gone (or integrated). This made > the patch for supporting logLevels in t.p.syslog straightforward: It's not dead, it's just... resting. More details here:

Re: [Twisted-Python] Automatically get dependencies in Buildbot

2014-12-04 Thread Glyph
> On Dec 4, 2014, at 14:48, Adi Roiban wrote: > > I think the GitHub review is a better place to discuss this. It looks like adi got his wish - in case anyone else is interested,