Re: [Twisted-Python] Twisted Sprint in February

2009-02-20 Thread Jonathan Lange
On Sat, Feb 21, 2009 at 10:50 AM, wrote: > If you can't make it to Massachusetts, please feel free to join in on the > #twisted IRC channel on chat.freenode.net and sprint with us virtually. > > I'll be coming. See you there! Have fun guys! The sprint starts 2AM Monday morning my time, so I wo

Re: [Twisted-Python] Development Process Failure

2009-02-23 Thread Jonathan Lange
On Tue, Feb 24, 2009 at 2:05 AM, Jean-Paul Calderone wrote: > One possibility is to explicitly adjust the review guidelines and direct > reviewers always to verify that previous review points have actually been > addressed. What ideas do other people have? > In the Launchpad team, we replying to

Re: [Twisted-Python] Development Process Failure

2009-02-23 Thread Jonathan Lange
On Tue, Feb 24, 2009 at 10:07 AM, wrote: > > On 09:39 pm, j...@mumak.net wrote: >> >> Given Trac, maybe numbering review points + being direct about the >> change would make it easier to inspect replies, which must in turn >> mention the numbered points. For this to work, the reviewer would have

Re: [Twisted-Python] Twisted meetup/discussion at EuroPython?

2009-04-01 Thread Jonathan Lange
On Wed, Apr 1, 2009 at 10:54 PM, Terry Jones wrote: > I was thinking it would be nice to have a Twisted interest group meetup at > EuroPython (June 30 - July 2) http://www.europython.eu > > Would people be interested in attending? Does someone more qualified want > to organize it? Are any Twisted

Re: [Twisted-Python] adapt from more than one interface

2009-04-11 Thread Jonathan Lange
On Sun, Apr 12, 2009 at 10:31 AM, wrote: > > On 11 Apr, 08:41 pm, est...@sindominio.net wrote: >> >> factory = IFooFactory(myService) >> factory.bar = "some value" >> >> it works, but I'd rather use this: >> >> factory = IFooFactory(myService, configurationObject) > > This is a long and terrible

Re: [Twisted-Python] adapt from more than one interface

2009-04-12 Thread Jonathan Lange
On Sun, Apr 12, 2009 at 7:08 PM, Esteve Fernandez wrote: > I still think it does, but nobody wants to make the ticket count grow > higher :-) Anyway, Zope already has this nifty thing called multi-adapters, > which implement exactly what I described: > > http://www.muthukadan.net/docs/zca.html#mul

[Twisted-Python] Volunteering for Release Manager

2009-07-07 Thread Jonathan Lange
Hello all, With some trepidation and a complete willingness to fail, I'm offering my services as Twisted release manager, starting Tuesday next week. I have only two questions: - Am I accepted? - Where do I begin? jml ___ Twisted-Python mailing li

[Twisted-Python] Possible Twisted sprint

2009-07-07 Thread Jonathan Lange
Hello all, I've recently returned from EuroPython where I got a chance to work with Thomas Hervé on Twisted. In the giddy rush of success I thought, "Wouldn't it be great if we could get a whole week to do this?". I propose that: - we arrange a week long sprint in Boston this year. - we ask t

Re: [Twisted-Python] Volunteering for Release Manager

2009-07-14 Thread Jonathan Lange
On Tue, Jul 7, 2009 at 8:07 PM, wrote: > > On 07:54 am, j...@mumak.net wrote: >>Hello all, >> >>With some trepidation and a complete willingness to fail, I'm offering >>my services as Twisted release manager, starting Tuesday next week. > > Hooray! >>I have only two questions: >>  - Am I accepted?

Re: [Twisted-Python] Possible Twisted sprint

2009-07-14 Thread Jonathan Lange
On Thu, Jul 9, 2009 at 1:26 PM, wrote: > > On 8 Jul, 04:31 am, j...@mumak.net wrote: >> >> I've recently returned from EuroPython where I got a chance to work >> with Thomas Hervé on Twisted. In the giddy rush of success I thought, >> "Wouldn't it be great if we could get a whole week to do this?"

Re: [Twisted-Python] Possible Twisted sprint

2009-07-16 Thread Jonathan Lange
On Fri, Jul 17, 2009 at 6:29 AM, wrote: > > > > On 06:12 pm, exar...@divmod.com wrote: >>On Thu, 16 Jul 2009 13:23:24 -0400 (EDT), Itamar Shtull-Trauring >> wrote: >>>So how many people are we expecting, if this happens? Number would >>>impact >>>possible locations for the event. >> >>It's likely

Re: [Twisted-Python] Possible Twisted sprint

2009-07-16 Thread Jonathan Lange
On Fri, Jul 17, 2009 at 1:20 PM, Steve Steiner (listsin) wrote: >> I've updated the wiki page. > > "the wiki page" at... > http://twistedmatrix.com/trac/wiki/Sprint2009 as mentioned in an earlier post on this thread. jml ___ Twisted-Python mailing lis

Re: [Twisted-Python] Volunteering for Release Manager

2009-07-25 Thread Jonathan Lange
On Sun, Jul 26, 2009 at 5:36 AM, Glyph Lefkowitz wrote: > On Tue, Jul 14, 2009 at 3:59 AM, Jonathan Lange wrote: > >> >> Also, unless you object, I'll try to send weekly emails on the status of >> the release until it's actually out. > > So... this sounde

Re: [Twisted-Python] Twisted 9.0.0 prerelease 1

2009-11-20 Thread Jonathan Lange
On Thu, Nov 19, 2009 at 9:13 PM, Christopher Armstrong wrote: > Hey guys. I've done an initial cut of Twisted 9. Please check out > these tarballs and tell me whether or not you find any regressions or > other release-related problems. > > The release notes are here: > > http://twistedmatrix.com/u

[Twisted-Python] Deferred on PyPI

2009-12-06 Thread Jonathan Lange
Hello, A while ago at EuroPython, Mikeal Rogers and I talked about Deferreds and how they don't really depend on the rest of Twisted. Later, Mikeal made a branch that extracted Deferred out of the rest of Twisted, and I contributed a patch to make it more correct. You can find the latest release

Re: [Twisted-Python] Deferred on PyPI

2009-12-06 Thread Jonathan Lange
On Mon, Dec 7, 2009 at 6:29 AM, wrote: > On 09:26 am, j...@mumak.net wrote: >>Hello, >> >>A while ago at EuroPython, Mikeal Rogers and I talked about Deferreds >>and how they don't really depend on the rest of Twisted. Later, Mikeal >>made a branch that extracted Deferred out of the rest of Twist

Re: [Twisted-Python] Deferred on PyPI

2009-12-08 Thread Jonathan Lange
On Mon, Dec 7, 2009 at 10:35 AM, wrote: > On 09:10 pm, j...@mumak.net wrote: >> On Mon, Dec 7, 2009 at 6:29 AM,   wrote: >>> On 09:26 am, j...@mumak.net wrote: A while ago at EuroPython, Mikeal Rogers and I talked about Deferreds and how they don't really depend on the rest of Twis

Re: [Twisted-Python] Deferred on PyPI

2009-12-09 Thread Jonathan Lange
On Wed, Dec 9, 2009 at 2:42 AM, Glyph Lefkowitz wrote: > > On Dec 8, 2009, at 4:50 AM, Jonathan Lange wrote: > >> On Mon, Dec 7, 2009 at 10:35 AM,   wrote: >>> On 09:10 pm, j...@mumak.net wrote: >>>> On Mon, Dec 7, 2009 at 6:29 AM,   wrote: >>>>>

Re: [Twisted-Python] Deferred on PyPI

2009-12-10 Thread Jonathan Lange
On Thu, Dec 10, 2009 at 8:01 AM, Mikhail Terekhov wrote: > On Wed, Dec 9, 2009 at 3:27 AM, Jonathan Lange wrote: > ... >> >> I completely screwed up with the advanced English usage then. :( >> > > IMHO it is very simple: extracting Deferreds out of Twisted wou

[Twisted-Python] Coding standard question: flowing long imports with parens

2009-12-20 Thread Jonathan Lange
Hello, This is a very unimportant question, and I have no stake in the outcome beyond curiosity. It's bikeshed potential is high, and I'd like to avoid that if possible. The "Whitespace" section of the coding standard[1] says: """ To handle long import lines, please repeat the import like this:

Re: [Twisted-Python] PyCon 2010 Twisted Sprint

2010-02-08 Thread Jonathan Lange
On Sun, Jan 31, 2010 at 10:26 PM, wrote: > Hi all, > > If there are enough interested people, there will be a Twisted sprint at > PyCon this year.  If you'll be at PyCon and are interested in sprinting > on some Twisted topic, give a shout.  Also, let us know what specific > topics you're interes

[Twisted-Python] [ANNOUNCE] Twisted 10.0.0pre1 is now released

2010-02-21 Thread Jonathan Lange
Live from PyCon Atlanta, I'm pleased to herald the approaching footsteps of the 10.0 release. Tarballs for the first Twisted 10.0.0 pre-release are now available at: http://people.canonical.com/~jml/Twisted/ This release is the first release ever with the new NEWS building system, which turns o

Re: [Twisted-Python] [ANNOUNCE] Twisted 10.0.0pre1 is now released

2010-02-21 Thread Jonathan Lange
On Sun, Feb 21, 2010 at 10:15 PM, Glyph Lefkowitz wrote: > On Feb 21, 2010, at 9:50 PM, Jonathan Lange wrote: > ... >> Please feel free to update it with questions, thoughts, corrections and >> advice. > > Can you make "a public website" a bit more specific?  W

Re: [Twisted-Python] [ANNOUNCE] Twisted 10.0.0pre1 is now released

2010-02-21 Thread Jonathan Lange
On Sun, Feb 21, 2010 at 10:57 PM, Darren Govoni wrote: > Hi, >   This is great! > > Is there a list of new features or improvements for this release? I'd like > to start planning my update. > Each of the tarballs has a NEWS file. jml ___ Twisted-Pytho

[Twisted-Python] Please test 10.0.0pre2!

2010-02-25 Thread Jonathan Lange
Hello, We inch ever closer to the precipice of our collective doom. The sun will one day burn cold; all things must end; Twisted shall be released. I've uploaded 10.0.0pre2 tarballs to http://people.canonical.com/~jml/Twisted/. The changes since the pre1 are mostly to do with version numbers in d

[Twisted-Python] PyCon sprint 2010

2010-02-25 Thread Jonathan Lange
Hey guys, There's a bunch of cool stuff on http://twistedmatrix.com/trac/wiki/PyconSprint2010 about what we did at the sprint in PyCon. I want to write this up & blog about it for labs.tm.com, but before I do that, I'd like you to look at that page and tell me if anything is missing -- no matter

Re: [Twisted-Python] python3 story?

2010-03-01 Thread Jonathan Lange
On Thu, Feb 25, 2010 at 6:50 PM, K. Richard Pixley wrote: > Does twisted have a python3 story? > > Whatever it is, it should probably be in the release 10 doc and perhaps > also on the web site. The docs for 10.0.0 release are already frozen. jml ___

Re: [Twisted-Python] Is AMP secure enough for the internet?

2010-03-01 Thread Jonathan Lange
On Mon, Mar 1, 2010 at 2:15 PM, Attila Nagy wrote: > Eric P. Mangold wrote: >> AMP "keys" are limited to 256 bytes and "values" are limited to 64k. So >> that will prevent your program from handling a malformed AMP packet that >> tries to exceed those limits >> > Yes, I know that from the docs

[Twisted-Python] PyCon 2010 sprint report

2010-03-02 Thread Jonathan Lange
ta team through #twisted on freenode. Although buried deep within a secret bunker in Atlanta, the sprint still managed to attract a fair number of new contributors and Twisted users who wanted to help out. Attendees who made themselves known to your correspondent include: * Jonathan Lange * Jean

Re: [Twisted-Python] PyCon 2010 sprint report

2010-03-02 Thread Jonathan Lange
On Tue, Mar 2, 2010 at 3:17 PM, Jonathan Lange wrote: ... > > jesstess, ralphm and spiv also participated remotely. Jessica McKellar, Ralph Meijer and Andrew Bennetts respectively. jml ___ Twisted-Python mailing list Twisted-Python@twistedmatr

[Twisted-Python] Twisted 10.0.0 released

2010-03-03 Thread Jonathan Lange
On behalf of Twisted Matrix Laboratories, I am honored to announce the release of Twisted 10.0. Highlights include: * Improved documentation, including "Twisted Web in 60 seconds" * Faster Perspective Broker applications * A new Windows installer that ships without zope.interface * Twisted

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Jonathan Lange
On Thu, Mar 4, 2010 at 10:45 AM, Mark van Lent wrote: > Hi everyone! > I am a bit puzzled about the way new version of Twisted is released. Or > better: the way the old version seems to be taken out of service. > Last weeks I've been developing agains version Twisted 9.0.0. Yesterday I > wanted to

[Twisted-Python] 10.0.0 post-release actions

2010-03-06 Thread Jonathan Lange
Hello all, 10.0.0 is well-and-truly released. Jean-Paul has just updated the website documentation and I've made notes on what he did and stored it at http://twistedmatrix.com/trac/wiki/ReleaseProcess. My plan now is this: * Roll out a 10.0.1 release * Give ReleaseProcess a lot of love, turni

[Twisted-Python] Get Twisted 10.0 in to Ubuntu 10.04 LTS

2010-03-06 Thread Jonathan Lange
Hello all, Ubuntu's "Lucid Lynx" is now in feature freeze, meaning that it won't automatically take new versions of packages (see https://wiki.ubuntu.com/FeatureFreeze). Since we've just released Twisted 10.0.0 and since the release is awesome, stable, low-risk and a great thing to have in the ne

Re: [Twisted-Python] Get Twisted 10.0 in to Ubuntu 10.04 LTS

2010-03-07 Thread Jonathan Lange
On Sun, Mar 7, 2010 at 1:02 PM, Free Ekanayaka wrote: > Hi Jonathan, > > |--==> On Sat, 6 Mar 2010 18:38:36 +0000, Jonathan Lange > said: > >  JL> Since we've just released Twisted 10.0.0 and since the release is >  JL> awesome, stable, low-risk and a great th

Re: [Twisted-Python] http://twistedmatrix.com/ trac installation updated

2010-03-11 Thread Jonathan Lange
On Thu, Mar 11, 2010 at 8:05 PM, wrote: > Hi all, > > Thomas and I have finished upgrading the trac installation on > http://twistedmatrix.com/ to 0.11.6.  We expect that this will resolve a > number of the issues the site has had. > > If you notice anything broken about the website now, please p

Re: [Twisted-Python] Supported Python versions for Twisted 10.0

2010-03-29 Thread Jonathan Lange
On Mon, Mar 29, 2010 at 3:52 PM, Albert Brandl wrote: > Hi! > > By chance, I recently found the following comment by Glyph on Stack Overflow > (dated Oct > 18 '08): > >> Right now, Twisted supports python 2.3 to 2.5. Currently, we're working on >> 2.6 support >> (which we'll obviously have to fi

[Twisted-Python] ~twisted-dev on Launchpad will now receive mail about bugs filed on Ubuntu's Twisted

2010-04-01 Thread Jonathan Lange
Hello all, I've subscribed the Launchpad team https://launchpad.net/~twisted-dev to receive mail about bugs on the "twisted" source package in Ubuntu. It will add a small amount of email traffic to anyone who's a member of that team. However, it will let us know about bugs that Ubuntu users exper

[Twisted-Python] Release again in June?

2010-05-03 Thread Jonathan Lange
Hello everyone, Some of you may recall that the last Twisted release, Twisted 10.0.0 took place in early March of this year. It was my intent then to release 10.1.0 in early June, thus moving us toward a regular release cycle. I am still keen to do this. Does anyone have any thoughts, objections

Re: [Twisted-Python] Release again in June?

2010-05-03 Thread Jonathan Lange
On Mon, May 3, 2010 at 4:49 PM, wrote: > On 12:18 pm, j...@mumak.net wrote: >>Hello everyone, >> >>Some of you may recall that the last Twisted release, Twisted 10.0.0 >>took place in early March of this year. It was my intent then to >>release 10.1.0 in early June, thus moving us toward a regula

Re: [Twisted-Python] How do I get xUnit output from trial for Hudson?

2010-05-06 Thread Jonathan Lange
On Thu, May 6, 2010 at 11:30 AM, Chris Withers wrote: > Chris Withers wrote: >> How can I get trial to emit output that makes Hudson happy? > > Er, shoot me, forgot I'd asked this before. > > No-one written a junitxml reporter for trial? > Any guesses how hard that'd be? > Not very. "trial --rep

Re: [Twisted-Python] Release again in June?

2010-05-09 Thread Jonathan Lange
On Fri, May 7, 2010 at 10:12 AM, Glyph Lefkowitz wrote: ... > I also think this sounds great. > Thanks for stepping forward again, Jonathan. > I would like to volunteer to be assistant release manager for this release > so that I can hopefully get out a 10.2 in a timely manner as well. > Thanks G

Re: [Twisted-Python] major changes, release engineering, and learning cost

2010-05-24 Thread Jonathan Lange
On Mon, May 24, 2010 at 3:35 AM, wrote: ... >>So: thoughts?  Does this make sense as a policy change for facilitating >>the development of major new features or consolidating behavior- >>changing fixes into easier-to-understand units? > > So, to summarize, we could stage our code using more than

[Twisted-Python] Reminder: Twisted 10.1 scheduled for early June

2010-05-26 Thread Jonathan Lange
Hello all, I and my lovely assistant Glyph intend to cut a release of Twisted 10.1 on the 5th and 6th of June. That's in eleven days. If you would like to help us do that, please fix one of: http://twistedmatrix.com/trac/ticket/3998 http://twistedmatrix.com/trac/ticket/4345 http://twistedma

[Twisted-Python] The 10.1 release -- what's happening

2010-06-08 Thread Jonathan Lange
Hello, Many of you have been asking, "what happened to the 10.1 release?" Essentially, glyph and I both had horrible weekends for different reasons. Instead of releasing, I waited around for glyph and fixed a bunch of release-related tickets. I'm going to try to do a pre-release this week. Sorry

Re: [Twisted-Python] Reminder: Twisted 10.1 scheduled for early June

2010-06-15 Thread Jonathan Lange
On Sun, May 30, 2010 at 10:28 PM, Glyph Lefkowitz wrote: > On May 26, 2010, at 4:19 AM, Jonathan Lange wrote: > >> Hello all, >> >> I and my lovely assistant Glyph intend to cut a release of Twisted >> 10.1 on the 5th and 6th of June. That's in eleven days

[Twisted-Python] Twisted 10.1.0pre1 released -- please test!

2010-06-19 Thread Jonathan Lange
>From the dank and grey depths of a London summer, a thin, reedy voice wanders across the waves of the Internet, saying that it's jolly well pleased to announce the first 10.1.0 pre-release. Tarballs for Twisted 10.1.0pre1 are now available at: http://people.canonical.com/~jml/Twisted/10.1.0pre1/

Re: [Twisted-Python] Twisted 10.1.0pre1 released -- please test!

2010-06-21 Thread Jonathan Lange
On Sat, Jun 19, 2010 at 3:09 PM, Tim Allen wrote: > On Sat, Jun 19, 2010 at 01:35:18PM +0100, Jonathan Lange wrote: >> From the dank and grey depths of a London summer, a thin, reedy voice >> wanders across the waves of the Internet, saying that it's jolly well >> ple

Re: [Twisted-Python] Review process, news fragments

2010-06-21 Thread Jonathan Lange
On Mon, Jun 21, 2010 at 3:12 PM, James Y Knight wrote: ... > I think the only real way to ensure this is to have a human edit the > information after it's concatenated together, before release. Having > pre-written news fragments from all the authors of the changes makes > that task a lot easier,

Re: [Twisted-Python] Twisted 10.1.0pre1 released -- please test!

2010-06-22 Thread Jonathan Lange
On Tue, Jun 22, 2010 at 3:53 PM, wrote: > On 19 Jun, 12:35 pm, j...@mumak.net wrote: >>> From the dank and grey depths of a London summer, a thin, reedy voice >>wanders across the waves of the Internet, saying that it's jolly well >>pleased to announce the first 10.1.0 pre-release. > > Can we als

Re: [Twisted-Python] Twisted 10.1.0pre1 released -- please test!

2010-06-25 Thread Jonathan Lange
On Fri, Jun 25, 2010 at 12:57 AM, Glyph Lefkowitz wrote: > ... > > Please download the tarballs and test them as much as possible. > ... > In particular, you should note that if Twisted 10.1.0 pre1 horribly breaks > your software, you can pipe up and say "hey!  don't release it yet!", and we > may

[Twisted-Python] Twisted 10.1.0 release status update

2010-07-02 Thread Jonathan Lange
Hello everyone, The Twisted 10.1.0 release is now a month overdue. Sorry. We've got a pre-release which appears to be free of critical bugs, and I'm up to step 4 of "How to do a final release" on http://twistedmatrix.com/trac/wiki/ReleaseProcess. My intent is to complete the final steps of the r

Re: [Twisted-Python] Twisted 10.1.0 release status update

2010-07-03 Thread Jonathan Lange
On Fri, Jul 2, 2010 at 2:08 PM, Jonathan Lange wrote: ... > My intent is to complete the final steps of the release this weekend. > It would be very, very helpful to have someone around who has root on > cube and is able to be responsive to requests during a UK afternoon / > evening

Re: [Twisted-Python] Twisted 10.1.0 release status update

2010-07-04 Thread Jonathan Lange
On Sat, Jul 3, 2010 at 9:43 PM, Thomas Hervé wrote: ... > > The build step is in the master on cube. I think I've fixed it, sorry > for the trouble. Thanks. It looks like they're working now. What was the problem? If something like this happened again, is there anything we can do other than ask

[Twisted-Python] Twisted 10.1.0 released

2010-07-04 Thread Jonathan Lange
On behalf of Twisted Matrix Laboratories, I am honored to announce the release of Twisted 10.1.0. Highlights include: * Deferreds now support cancellation * A new "endpoint" interface which can abstractly describe stream transport endpoints such as TCP and SSL * inotify support for Linux, wh

[Twisted-Python] 10.1 release follow-up

2010-07-04 Thread Jonathan Lange
Hello everybody, As you've seen, the Twisted 10.1.0 release is out there. I've started this thread for any discussions about the way the release was done and for the next release. Glyph Lefkowitz has kindly offered to be the RM for the 10.2 release, which is scheduled for September 15, 2010. No

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Jonathan Lange
On Mon, Jul 5, 2010 at 3:08 AM, wrote: ... > Thanks for your work on this release, and congratulations on getting it > out the door. :) > > I'm curious about plans to update the documentation on the website and > distribute the .exe Windows installers. > Oops, forgot to switch over the symlink f

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Jonathan Lange
On Mon, Jul 5, 2010 at 1:36 PM, wrote: > On 08:23 am, j...@mumak.net wrote: >>On Mon, Jul 5, 2010 at 3:08 AM,   wrote: >>... >>>Thanks for your work on this release, and congratulations on getting >>>it >>>out the door. :) >>> >>>I'm curious about plans to update the documentation on the website

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Jonathan Lange
On Mon, Jul 5, 2010 at 1:58 PM, Jonathan Lange wrote: ... > Other things we can do, now, to make this easier: >  * Upload the exes, re-issue the md5sum file Done. >  * Add the exes to the Downloads page Done. >  * Make a decision about whether we want the exes on the front page, &

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Jonathan Lange
On Mon, Jul 5, 2010 at 1:58 PM, Jonathan Lange wrote: ... > Things we can do now: >  * Update the current documentation so that it uses the correct template >  * Update the release process to be clearer (I think this is done > now, but I can use the previous step to double check)

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Jonathan Lange
On Mon, Jul 5, 2010 at 3:58 PM, wrote: > On 02:21 pm, j...@mumak.net wrote: >> >> On Mon, Jul 5, 2010 at 1:58 PM, Jonathan Lange wrote: >> ... >>> >>> Things we can do now: >>>  * Update the current documentation so that it uses the correct

Re: [Twisted-Python] 10.1 release follow-up

2010-07-06 Thread Jonathan Lange
On Tue, Jul 6, 2010 at 4:08 AM, Glyph Lefkowitz wrote: > > On Jul 4, 2010, at 12:13 PM, Jonathan Lange wrote: ... >> I've started this thread for any discussions about the way the release >> was done and for the next release. > > I am generally very pleased with th

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 6

2010-07-06 Thread Jonathan Lange
On Fri, Mar 5, 2010 at 7:33 PM, Kevin Horn wrote: ... > As far as I know, there aren't any tickets in Trac yet.  I was planning on > making some (or asking others to do so) once a "master ticket" and a branch > are created. > I have filed such a master ticket here: http://twistedmatrix.com/trac

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 6

2010-07-06 Thread Jonathan Lange
On Tue, Jul 6, 2010 at 8:16 PM, Jonathan Lange wrote: > On Fri, Mar 5, 2010 at 7:33 PM, Kevin Horn wrote: > ... >> As far as I know, there aren't any tickets in Trac yet.  I was planning on >> making some (or asking others to do so) once a "master ticket" and

Re: [Twisted-Python] Running tests in parallel with trial

2010-08-10 Thread Jonathan Lange
On Tue, Aug 10, 2010 at 3:58 PM, Free Ekanayaka wrote: > Hi, > > is there a way to tell trial run groups of tests in parallel in > different processes? Something like the "-jN" option in zope-testrunner. > > Or alternatively, what's the recommended way to make better use of > multi-core CPUs when

Re: [Twisted-Python] How to bisect Twisted?

2010-08-11 Thread Jonathan Lange
On Wed, Aug 11, 2010 at 5:30 PM, Peter Westlake wrote: > In the Git version of the Twisted source code, there are tags for > releases, e.g. the revision with SHA id > 85a6a0f9e3c4ea22d1d72d4ca8eb0c08ee99ca85 corresponds to 8.0.0. This is > good, but there aren't any intermediate changes on that br

[Twisted-Python] txdev: utility for working on Twisted

2010-09-08 Thread Jonathan Lange
Hello everyone, I wrote a tool to help do Twisted development, especially with Bazaar. You can get the code with: $ bzr branch lp:~jml/+junk/twisteddev Basically, it's a few things to help with the interactions between branches and tickets. It might well work with Subversion, since it's mostly

Re: [Twisted-Python] Announcing Twisted 10.1.0pre2!

2010-09-13 Thread Jonathan Lange
On Sun, Sep 12, 2010 at 12:18 AM, Thomas Hervé wrote: > It's this time of the year again! From the dangerous and intrepid land > of Montréal, Canada, I have the pleasure to announce the first 10.2.0 > pre-release. > Hey, that's where I did the last pre-release! > Tarballs for Twisted 10.2.0pre1

Re: [Twisted-Python] Announcing Twisted 10.1.0pre2!

2010-09-15 Thread Jonathan Lange
On Wed, Sep 15, 2010 at 9:52 AM, Thomas Hervé wrote: > Le lundi 13 septembre 2010 à 13:39 +0100, Jonathan Lange a écrit : > >> > Please download the tarballs and test them as much as possible. I >> > intend to do a final release within the next 2 weeks, if I didn&#x

Re: [Twisted-Python] any change of the .exe builds on PyPI?

2010-09-16 Thread Jonathan Lange
On Wed, Sep 15, 2010 at 6:16 PM, Chris Withers wrote: > On 15/09/2010 18:12, Chris Withers wrote: >> ie: http://pypi.python.org/pypi/Twisted/10.1.0 >> >> It's great that they're being done now, but easy_install and friends on >> Windows still fail to find them unless they're on PyPI :-( > > Oh, an

Re: [Twisted-Python] Announcing Twisted 10.1.0pre2!

2010-09-27 Thread Jonathan Lange
On Sat, Sep 25, 2010 at 5:06 PM, wrote: ... > I did a user install (without setuptools) on Ubuntu 9.10.  Some > observations: > >  * #4503 was misclassified as a core bug, but it's a words bug. >  * There are still .doc files in the topfiles directories This sounds like a bug in the release proc

Re: [Twisted-Python] reactor.stop if no any clients

2010-09-29 Thread Jonathan Lange
On Wed, Sep 29, 2010 at 6:40 PM, ruslan usifov wrote: > If we stop listening, how can i wait while all client connection (which was > accepted before stopListening) processed and then call reactor.stop? > In your factory, keep a count of the number of clients you have and whether stopListening ha

Re: [Twisted-Python] how to write a safe catch-all

2010-09-30 Thread Jonathan Lange
On Thu, Sep 30, 2010 at 2:36 PM, Chris Withers wrote: ... > > Is there any way I can get both errbacks *and* exceptions handled nicely in > my `loop` call? You know about defer.maybeDeferred, right? jml ___ Twisted-Python mailing list Twisted-Python@t

Re: [Twisted-Python] Conch as a file transfer server

2010-11-06 Thread Jonathan Lange
On Sat, Nov 6, 2010 at 1:28 AM, Laurens Van Houtven wrote: ... > > Ideally, does anyone have any code somewhere that actually serves a file? > I don't have minimal code, but in the Launchpad tree there are two SFTP servers, written with Conch. $ bzr co lp:launchpad Look in lib/lp/services/sshser

Re: [Twisted-Python] Conch as a file transfer server

2010-11-07 Thread Jonathan Lange
On Sun, Nov 7, 2010 at 12:09 PM, Laurens Van Houtven wrote: > Okay, tried to learn something out of that. If I understand correctly > SSHSession is the low-level thing that actually handles SSH-specific > gunk, and ISession is the customizable thing. File transfer was > implemented separately. Whe

Re: [Twisted-Python] [ANNOUNCE] Twisted 10.2.0 Released

2010-11-30 Thread Jonathan Lange
On Tue, Nov 30, 2010 at 6:07 AM, Glyph Lefkowitz wrote: > Twisted 10.2.0, the third Twisted release of 2010, has emerged from the > mysterious depths of Twisted Matrix Labs, as so many releases before it.   > Survivors of the release process - what few there were of them - have been > heard to c

Re: [Twisted-Python] Want something fixed?

2011-01-10 Thread Jonathan Lange
On Tue, Jan 4, 2011 at 9:15 PM, wrote: > Hi all, > > I'd like someone to do a review on #4395 - a ticket about some conch key > exchange bugs.  The branch isn't very large, a little under 500 lines of > diff (with nearly a hundred of those deletions). > > In exchange for a thorough review (and pe

Re: [Twisted-Python] Change to ticket workflow

2011-02-07 Thread Jonathan Lange
On Mon, Feb 7, 2011 at 12:26 AM, Glyph Lefkowitz wrote: > > On Feb 6, 2011, at 5:12 PM, exar...@twistedmatrix.com wrote: > > After this, if you actually want to work on a ticket, there's no reason > not to assign it to yourself.  The goal here is just to eliminate > accidental/careless ownership.

[Twisted-Python] Next release?

2011-02-25 Thread Jonathan Lange
Hello everyone, I'd like for there to be a release of Twisted in March 2011, and I am happy to do it. If someone else has already volunteered, or would like to do it instead of me, they are welcome to be my guest, as long as they follow & update the Release Process

Re: [Twisted-Python] Next release?

2011-02-25 Thread Jonathan Lange
On Fri, Feb 25, 2011 at 1:15 PM, wrote: > On 10:57 am, j...@mumak.net wrote: >>Hello everyone, >> >>I'd like for there to be a release of Twisted in March 2011, and I am >>happy to do it. If someone else has already volunteered, or would like >>to do it instead of me, they are welcome to be my gu

Re: [Twisted-Python] getting rid of semantic newlines

2015-03-06 Thread Jonathan Lange
On Thu, 5 Mar 2015 at 20:49 Glyph wrote: [snip] > So... give it another 10 years, and the open source community may have > cracked the code of line-wrapping at run time :-). > > This email made my morning. jml ___ Twisted-Python mailing list Twisted-Py

[Twisted-Python] Twisted formatting checking in Emacs?

2015-06-12 Thread Jonathan Lange
How can I set up Emacs so it gives me inline warnings of Twisted coding standard violations? I use flycheck in Emacs for most projects, and rely a lot on it. How can I configure it to use twistedchecker for syntax checks for Tw

Re: [Twisted-Python] Twisted formatting checking in Emacs?

2015-06-12 Thread Jonathan Lange
On Fri, 12 Jun 2015 at 09:57 Jonathan Lange wrote: > How can I set up Emacs so it gives me inline warnings of Twisted coding > standard violations? > > I use flycheck <http://www.flycheck.org/> in Emacs for most projects, and > rely a lot on it. How can I configure it

Re: [Twisted-Python] Twisted formatting checking in Emacs?

2015-06-13 Thread Jonathan Lange
On Fri, 12 Jun 2015 at 21:06 Glyph Lefkowitz wrote: > > On Fri, 12 Jun 2015 at 09:57 Jonathan Lange wrote: > >> How can I set up Emacs so it gives me inline warnings of Twisted coding >> standard violations? >> >> I use flycheck <http://www.flycheck.org/>

Re: [Twisted-Python] incompatible change in 15.3 - something reviewers should look for

2015-08-12 Thread Jonathan Lange
On Wed, 12 Aug 2015 at 07:25 Adi Roiban wrote: > On 12 August 2015 at 01:24, Glyph wrote: > > > We discovered this because this change breaks > > https://github.com/twisted/axiom, and probably it breaks other packages > as > > well, since lots of things inherit from Service. So please remain >

Re: [Twisted-Python] Migration to Git / GitHub

2015-11-15 Thread Jonathan Lange
On Wed, 11 Nov 2015 at 22:41 Adi Roiban wrote: > Hi, > > So I am bringing this to the list for a greater audience and to reach > all borders and timezones :) > Thanks! > General rules by Glyph as they were sent to me :) > > Development can't stop, the website can't go down, and we can't lose >

Re: [Twisted-Python] Supported Platform Changes: Fedora 23 (3.4) & Ubuntu 15.10 (2.7, 3.5) Added, Fedora 21 (2.7, 3.4) Removed

2015-12-01 Thread Jonathan Lange
Thank you Amber! On Tue, 1 Dec 2015 at 08:07 Amber "Hawkie" Brown wrote: > Hi everyone, > > Three new platforms have been added as supported platforms for Twisted: > > - Fedora 23, Python 3.4 (2.7 has test failures, will become supported soon) > - Ubuntu 15.10, Python 2.7 > - Ubuntu 15.10, Pytho

Re: [Twisted-Python] Suggested plan for GitHub migration

2015-12-01 Thread Jonathan Lange
On Tue, 17 Nov 2015 at 23:48 Craig Rodrigues wrote: > On Tue, Nov 17, 2015 at 8:57 AM, Adi Roiban wrote: > >> >> For now, the funds were raised to migrate to GitHub, so we can not use >> them to do other things. >> >> We will stay on Trac for issues... at least for now. >> >> I have no idea how

[Twisted-Python] When's the next release?

2015-12-14 Thread Jonathan Lange
Hello! I've just landed a fix to #4811, which ought to make it possible to use trial with regular standard library unittests that have expected failures & unexpected successes. I'm very keen to start using that in my code base, and the easiest way for me to do that is for there to be an official

Re: [Twisted-Python] When's the next release?

2015-12-15 Thread Jonathan Lange
> > Since a release went out just the other week, I'd say January at the > earliest. Every 2-3 months is the schedule that seems to balance getting > things out there with the burden of downstream & users having to handle > updates. > > - Amber > > > On 14 Dec

Re: [Twisted-Python] A little present for emacs / flycheck users

2016-02-09 Thread Jonathan Lange
Thanks! https://launchpad.net/twisted-emacs is the best I could find re PRs. Do you have a way to make this conditional? There's precisely one Python project where I care about using the twistedchecker linter :) On Tue, 9 Feb 2016 at 07:12 Tristan Seligmann wrote: > You may find this to be of

Re: [Twisted-Python] Crochet 1.5.0: Use Twisted in Django, Flask, or anywhere else

2016-04-15 Thread Jonathan Lange
On Wed, 13 Apr 2016 at 23:53 Glyph wrote: > > On Apr 13, 2016, at 13:18, Itamar Turner-Trauring > wrote: > > Do you wish you could: > >- Use the power of Twisted's asynchronous networking in Django, Flask, >or other threaded applications? > > Thanks for the update, Itamar! > > Do you thi

Re: [Twisted-Python] Deferred documentation.

2011-03-30 Thread Jonathan Lange
On Wed, Mar 30, 2011 at 4:50 PM, Jasper St. Pierre wrote: > The problem that I have is that errback flow is awkward... the main > difference is that addCallbacks will call the errback if its own callback > fails, right? I can only see that really being useful by accident. > Not really. # 1. Hand

Re: [Twisted-Python] Announcing Twisted 11.0.0pre2!

2011-04-01 Thread Jonathan Lange
On Thu, Mar 31, 2011 at 3:54 AM, Jessica McKellar wrote: > Having done the builds with two curious guinea pigs by my side, we are > triply pleased to announce the second 11.0.0 pre-release. ... > Please test aggressively! Barring the discovery of regressions, we are > going to cut a final release

[Twisted-Python] txStatsD - A Twisted-based StatsD server

2011-06-21 Thread Jonathan Lange
Sidnei da Silva of Canonical wrote a StatsD server with Twisted. I thought it was pretty neat, and thus worth sharing with twisted-python@. jml -- Forwarded message -- From: Sidnei da Silva Date: Tue, Jun 21, 2011 at 7:27 AM Subject: [Canonical-tech] txStatsD - A Twisted-based St

Re: [Twisted-Python] jQuery.Deferred - why did they have to go and change the interface?

2011-06-27 Thread Jonathan Lange
On Mon, Jun 27, 2011 at 10:53 PM, Richard Wall wrote: ... > Does anyone else hate the confusing new method names they've chosen? > Why couldn't they just stick with the tried and tested > interface...aargh...it really pisses me off! Patches acc... Oh wait, wrong project. Sorry. jml

Re: [Twisted-Python] Moving Twisted off Trac and SVN to somewhere nicer

2011-07-01 Thread Jonathan Lange
On Fri, Jul 1, 2011 at 11:29 AM, Laurens Van Houtven <_...@lvh.cc> wrote: ... > Although I've hated git for a long while (and I still don't like it very > much), I firmly believe Github is the right thing for Twisted. My incredibly > unscientific poll amongst people who like Twisted but aren't devs

Re: [Twisted-Python] Moving Twisted off Trac and SVN to somewhere nicer

2011-07-01 Thread Jonathan Lange
On Fri, Jul 1, 2011 at 12:16 PM, Thomas Hervé wrote: ... > Thanks for pushing this. Personally, I would prefer Launchpad and Bzr, > but we've been thinking about using it for the past 3 years, and nothing > really happened. What I really care about is that we move away from Trac > (for bugs at lea

Re: [Twisted-Python] Moving Twisted off Trac and SVN to somewhere nicer

2011-07-01 Thread Jonathan Lange
On Fri, Jul 1, 2011 at 2:08 PM, Laurens Van Houtven <_...@lvh.cc> wrote: > On Fri, Jul 1, 2011 at 12:42 PM, Jonathan Lange wrote: ... >>  * Launchpad is open source & therefore patchable > > Yes, that's a good point. I like that it's open source (although it ha

Re: [Twisted-Python] Moving Twisted off Trac and SVN to somewhere nicer

2011-07-01 Thread Jonathan Lange
On Fri, Jul 1, 2011 at 2:23 PM, Laurens Van Houtven <_...@lvh.cc> wrote: ... > Well, part of the hypothesis of the effects of moving to Github is that a) > the clear separation between "core contributor" and "random contributor" > because a bit more subtle, b) it becomes easier for external contri

  1   2   >