Re: [Twisted-Python] [Twisted-web] Twisted 21.2.0 Release Announcement

2021-03-03 Thread Glyph
> On Feb 28, 2021, at 2:27 AM, Craig Rodrigues wrote: > > On behalf of Twisted Matrix Laboratories, I am honored to announce the > release of Twisted 21.2.0! Thank you so much for shepherding this release to completion, Craig. It's so good to have a recent release out in the world again! Loo

Re: [Twisted-Python] [Twisted-web] Twisted 16.4.0 Release Announcement

2016-08-28 Thread Glyph Lefkowitz
> On Aug 27, 2016, at 18:44, Amber Hawkie Brown > wrote: > > On behalf of Twisted Matrix Laboratories, I am honoured to announce the > release of Twisted 16.4.0. > > The highlights of this release are: > > - twist, a new command line tool for running Twisted plugins, similar to > twistd but

Re: [Twisted-Python] [Twisted-web] Twisted 16.2.0pre1 Release Announcement

2016-05-10 Thread Glyph
> On May 10, 2016, at 9:35 AM, L. Daniel Burr wrote: > Seriously, the progress over the last year has been fantastic. As a long > time Twisted user who takes far more than he gives, let me express my > gratitude for all the great releases of the last 12 months. > As you're expressing gratitu

Re: [Twisted-Python] [Twisted-web] Twisted 16.2.0pre1 Release Announcement

2016-05-10 Thread L. Daniel Burr
On May 9, 2016 at 9:26:31 AM, Amber Hawkie Brown (hawk...@atleastfornow.net) wrote: Hi everyone! Time for another Twisted prerelease!  Our release cadence stays steady, and this prerelease should bring some new nice features! The highlights include:  - twisted.protocols.haproxy.proxyEndpoint, a

Re: [Twisted-Python] [Twisted-web] upcoming changes to twistedmatrix.com mail infrastructure

2016-03-19 Thread Phil Mayers
On 16/03/16 18:52, Glyph wrote: Over the last few months, twistedmatrix.com 's mailman installation has been used increasingly frequently to execute denial-of-service attacks against people's mailboxes. This is My sympathies; this exact problem was the reason we CAPTC

Re: [Twisted-Python] [Twisted-web] upcoming changes to twistedmatrix.com mail infrastructure

2016-03-19 Thread Glyph
> On Mar 16, 2016, at 12:06 PM, Phil Mayers wrote: > > On 16/03/16 18:52, Glyph wrote: >> Over the last few months, twistedmatrix.com 's >> mailman installation has been used increasingly frequently to execute >> denial-of-service attacks against people's mailboxes. Th

Re: [Twisted-Python] [Twisted-web] upcoming changes to twistedmatrix.com mail infrastructure

2016-03-19 Thread Steve Waterbury
On 03/16/2016 03:53 PM, Glyph wrote: On Mar 16, 2016, at 12:06 PM, Phil Mayers mailto:p.may...@imperial.ac.uk>> wrote: Good luck with the migration. Thanks! And thanks for your questions, I was worried I put a ton of work into that email only for it to land in the void :). FWIW, Glyph,

Re: [Twisted-Python] [Twisted-web] Compatibility issues with Twisted and OpenSSL 1.0.2f

2016-02-09 Thread Glyph Lefkowitz
> On Feb 9, 2016, at 5:16 AM, Eric P. Mangold wrote: > > Are you aware of anyone trying to use Twisted with PyOpenSSL/LibreSSL ? Just > curious. I am not aware of anyone using it with Twisted, but Cryptography does test with LibreSSL: https://jenkins.cryptography.io/job/cryptography-pr-build

Re: [Twisted-Python] [Twisted-web] Compatibility issues with Twisted and OpenSSL 1.0.2f

2016-02-09 Thread Eric P. Mangold
Hi Amber, Are you aware of anyone trying to use Twisted with PyOpenSSL/LibreSSL ? Just curious. Cheers, -E On Tue, Feb 9, 2016 at 12:56 AM, Amber "Hawkie" Brown < hawk...@atleastfornow.net> wrote: > Hi everyone, > > There's a known issue with Twisted + PyOpenSSL>=0.13 using OpenSSL version > 1.

Re: [Twisted-Python] [Twisted-web] Twisted 15.5 Release Announcement

2015-11-28 Thread Glyph Lefkowitz
> On Nov 28, 2015, at 8:48 PM, Amber Hawkie Brown > wrote: > > On behalf of Twisted Matrix Laboratories, I am honoured to announce the > release of Twisted 15.5! Thanks again, Amber, for shepherding yet another significant release through the process. > - twistd is ported to Python 3, and i

Re: [Twisted-Python] Twisted Web at 630k reqs/sec

2015-11-16 Thread Tobias Oberstein
Are you sure IOCP is able to share sockets between process? It would be great if you can share some info about this. I only use No, I am not sure. But this SO reply seems to suggest http://stackoverflow.com/questions/14388706/socket-options-so-reuseaddr-and-so-reuseport-how-do-they

Re: [Twisted-Python] Twisted Web at 630k reqs/sec

2015-11-15 Thread Gelin Yan
On Sun, Nov 15, 2015 at 8:25 PM, Gelin Yan wrote: > > 2015年11月15日 下午6:09,"Tobias Oberstein" 写道: > >> > > What's required for high-performance on Windows is the Twisted IOCP > reactor. For Python 2 that works quite well. For Python 3 some bits are > missing in Twisted (Hawkie is working on that).

Re: [Twisted-Python] Twisted Web at 630k reqs/sec

2015-11-15 Thread Gelin Yan
2015年11月15日 下午6:09,"Tobias Oberstein" 写道: >> > What's required for high-performance on Windows is the Twisted IOCP reactor. For Python 2 that works quite well. For Python 3 some bits are missing in Twisted (Hawkie is working on that). For shared sockets (which Crossbar.io uses for multi-core scalin

Re: [Twisted-Python] Twisted Web at 630k reqs/sec

2015-11-15 Thread Tobias Oberstein
Hi Tobias Have you tried to test crossbar on windows? I heard that stdio Yes, I have tried that;) Crossbar.io supports Windows! performs very bad on windows. I noticed crossbar use pipe to transfer data between process. Only for control/management: that is traffic between the node con

Re: [Twisted-Python] Twisted Web at 630k reqs/sec

2015-11-11 Thread Gelin Yan
On Wed, Nov 11, 2015 at 9:55 PM, Tobias Oberstein < tobias.oberst...@tavendo.de> wrote: > Those are some nice numbers, to be sure! Twisted really benefits from >> running in a pypy vm. I have read that pypy still doesn’t optimize >> old-style classes as efficiently as new-style classes; I wonder

Re: [Twisted-Python] Twisted Web at 630k reqs/sec

2015-11-11 Thread Tobias Oberstein
Those are some nice numbers, to be sure! Twisted really benefits from running in a pypy vm. I have read that pypy still doesn’t optimize old-style classes as efficiently as new-style classes; I wonder if there would be any meaningful change in the metrics if resource.Resource was a new-style

Re: [Twisted-Python] Twisted Web at 630k reqs/sec

2015-11-10 Thread Louis D. Burr
Hi Tobias, > On Nov 10, 2015, at 4:54 PM, Tobias Oberstein > wrote: > > Hi, > > maybe it's of interest how far it's possible to drive Twisted Web on modern > multi-core CPUs. > > Here are 2 data points from measuring: > > * 627990 HTTP requests/s at 360 us avg latency > * 12.6 GB/s HTTP rep

[Twisted-Python] Twisted Web at 630k reqs/sec

2015-11-10 Thread Tobias Oberstein
Hi, maybe it's of interest how far it's possible to drive Twisted Web on modern multi-core CPUs. Here are 2 data points from measuring: * 627990 HTTP requests/s at 360 us avg latency * 12.6 GB/s HTTP reply traffic This is using 40 Xeon cores and serves HTTP over loopback TCP to 8 threads of

Re: [Twisted-Python] [Twisted-web] Changing the Twisted Compatibility Policy

2015-10-26 Thread Glyph Lefkowitz
> On Oct 26, 2015, at 11:57 AM, Jonathan Vanasco > wrote: > > From a "non-core user" of twisted point of view, and someone likely to run > into issues from this change... things that I have liked from other projects > are: Thanks very much (and thanks to everyone else as well) for sharing y

Re: [Twisted-Python] [Twisted-web] Changing the Twisted Compatibility Policy

2015-10-26 Thread Jonathan Vanasco
On Oct 25, 2015, at 11:34 PM, Glyph Lefkowitz wrote: > For another, we have no way to hide deprecated APIs in the API documentation. > If a new user is trying to figure out how to do something, if they're doing > it during the deprecation period, they should not start out by using a > depreca

Re: [Twisted-Python] [Twisted-web] Changing the Twisted Compatibility Policy

2015-10-25 Thread Glyph Lefkowitz
> On Oct 25, 2015, at 5:48 PM, Amber Hawkie Brown > wrote: > > Hi everyone, > > As many know, one of the things that makes the Twisted project so unique is > our conformance to our Compatibility Policy. This policy means that users of > Twisted can freely upgrade between versions with all in

Re: [Twisted-Python] [Twisted-web] Changing the Twisted Compatibility Policy

2015-10-25 Thread Ray Cote
This is a reasonable change. I say that as someone who rarely tracks individual Twisted releases. We typically upgrade client-deployed applications every three to five years (at the moment, I’m working on upgrading several projects from 12.1 to 15.4). For us, being able to easily track back throu

Re: [Twisted-Python] [Twisted-web] Changes to Twisted's binary distribution

2015-10-13 Thread Ray Cote
On Mon, Oct 12, 2015 at 9:33 PM, Amber "Hawkie" Brown < hawk...@atleastfornow.net> wrote: > Just letting everyone know, the next release (Twisted 15.5) will not > include MSI or EXE installers for Windows, only binary wheels, and > installation through pip or from source dist will be the only supp

Re: [Twisted-Python] [Twisted-web] Twisted 15.4.0 Release Announcement

2015-09-04 Thread Glyph
> On Sep 4, 2015, at 01:04, Amber Hawkie Brown > wrote: > > On behalf of Twisted Matrix Laboratories, I am honoured to announce the > release of Twisted 15.4, codenamed "Trial By Fire". Hooray Twisted! Hooray Amber! This release is a particularly big deal, because: > - Trial has been ported

Re: [Twisted-Python] [Twisted-web] Twisted 15.3.0 Prerelease 1 Announcement

2015-07-24 Thread Ray Cote
The number of 'ported to Python 3' items in this release is exciting. Looks like I can start moving my first small legacy Twisted project over to 3.4 next month. Looking forward to see how it goes. --Ray On Thu, Jul 23, 2015 at 4:09 AM, Amber "Hawkie" Brown < hawk...@atleastfornow.net> wrote: >

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread Glyph
> On Jun 8, 2015, at 12:47 PM, John Santos wrote: > > At Monday 6/8/2015 11:32 AM, you wrote: >> Hi John, >> >> Glyph's discussing the other Mac Mini hosted by the Oregon State >> University Open Source Lab -- the EGH one is the one we upgraded tonight = >> to 10.10 and is now our first support

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread John Santos
At Monday 6/8/2015 11:32 AM, you wrote: Hi John, Glyph's discussing the other Mac Mini hosted by the Oregon State University Open Source Lab -- the EGH one is the one we upgraded tonight = to 10.10 and is now our first supported 10.10-py27 builder = (http://buildbot.twistedmatrix.com/builders/os

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread Amber "Hawkie" Brown
Hi John, Glyph's discussing the other Mac Mini hosted by the Oregon State University Open Source Lab -- the EGH one is the one we upgraded tonight to 10.10 and is now our first supported 10.10-py27 builder (http://buildbot.twistedmatrix.com/builders/osx10.10-py2.7/builds/6). So everything's al

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread John Santos
Hi Glyph, Is this the Mac Mini we are hosting for you? Could I help with anything? -- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539 ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread Glyph
> On Jun 8, 2015, at 3:38 AM, exar...@twistedmatrix.com wrote: > > On 10:30 am, gl...@twistedmatrix.com wrote: >> >> I think that new hardware would still be preferable because this machine is >> old, slow, overtaxed, and unreliable. For example, it runs Speed Center as >> well as the OS X bu

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread exarkun
On 10:30 am, gl...@twistedmatrix.com wrote: I think that new hardware would still be preferable because this machine is old, slow, overtaxed, and unreliable. For example, it runs Speed Center as well as the OS X builder. We have redundancy in most of our other builders now, which is very us

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread Amber "Hawkie" Brown
> On 8 Jun 2015, at 17:57, exar...@twistedmatrix.com wrote: > > On 09:42 am, hawk...@atleastfornow.net wrote: >> >>> On 8 Jun 2015, at 17:27, exar...@twistedmatrix.com wrote: >>> >>> On 05:57 am, hawk...@atleastfornow.net wrote: Hi everyone, As mentioned in http://twistedmatrix.

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread Glyph
> On Jun 8, 2015, at 2:57 AM, exar...@twistedmatrix.com wrote: > > On 09:42 am, hawk...@atleastfornow.net wrote: >> >>> On 8 Jun 2015, at 17:27, exar...@twistedmatrix.com wrote: >>> >>> On 05:57 am, hawk...@atleastfornow.net wrote: Hi everyone, As mentioned in http://twistedmatr

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread Glyph
> On Jun 8, 2015, at 2:42 AM, Amber Hawkie Brown > wrote: > >> On 8 Jun 2015, at 17:27, exar...@twistedmatrix.com wrote: >> >> On 05:57 am, hawk...@atleastfornow.net wrote: >>> Hi everyone, >>> >>> As mentioned in http://twistedmatrix.com/pipermail/twisted- >>> python/2015-March/029258.html

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread Amber "Hawkie" Brown
> On 8 Jun 2015, at 17:27, exar...@twistedmatrix.com wrote: > > On 05:57 am, hawk...@atleastfornow.net wrote: >> Hi everyone, >> >> As mentioned in http://twistedmatrix.com/pipermail/twisted- >> python/2015-March/029258.html , Twisted is removing Python 2.6 support. As >> such, I would like to

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread Glyph
> On Jun 8, 2015, at 1:32 AM, Glyph wrote: > > I don't think that we covered terrible well why we are dropping support. So > I'm going to give my take on this, and if Hm... It's like my mail client decided to do an "Undo" right before sending. This should say: "I don't think we covered ter

Re: [Twisted-Python] [Twisted-web] Twisted is removing Python 2.6 support

2015-06-08 Thread Glyph
On Jun 7, 2015, at 10:57 PM, Amber Hawkie Brown mailto:hawk...@atleastfornow.net>> wrote: > Hi everyone, > > As mentioned in > http://twistedmatrix.com/pipermail/twisted-python/2015-March/029258.html > , > Twisted is rem

Re: [Twisted-Python] [Twisted-web] Twisted 15.2 Prerelease Announcement

2015-05-11 Thread Glyph
> On May 11, 2015, at 5:54 AM, HawkOwl wrote: > > Hello everyone! It's about time that the owl-themed release management > simulation kicked into high-gear, and as such, I delivereth to you all the > first prerelease of Twisted 15.2. > > Bringing not only headlining features but also a lot of

Re: [Twisted-Python] [Twisted-web] Twisted 15.1 Release Announcement

2015-04-14 Thread Kevin Horn
On Tue, Apr 14, 2015 at 12:23 AM, Glyph wrote: > I am SUPER PUMPED to start telling people to `pip install twisted[tls]´ > instead of the whole mess it used to be. > This. This. SO MUCH THIS! > Thanks in particular to you, Hawkie, and to Chris Wolfe who landed that > patch > Yes. Many thanks

Re: [Twisted-Python] [Twisted-web] Twisted 15.1 Release Announcement

2015-04-14 Thread Chris Wolfe
Hey Hawkie! I gave Glyph all of the stickers that I had, as I thought he'd come into contact with more Twisted people than I do. As such, you might want ping him to get a hold of one. Thanks for all your hard work! Best, Chris // herrwolfe On Tue, Apr 14, 2015 at 12:28 AM, HawkOwl wrote: > zo

Re: [Twisted-Python] [Twisted-web] Twisted 15.1 Release Announcement

2015-04-13 Thread HawkOwl
zomg twisted stickers!!! Chris, let me know how much it is for you to send me some -- my laptop has Django stickers, but no Twisted. FOR SHAME - hawkie > On 14 Apr 2015, at 13:23, Glyph wrote: > > >> On Apr 13, 2015, at 04:17, HawkOwl wrote: >> >> On behalf of Twisted Matrix Laboratories,

Re: [Twisted-Python] [Twisted-web] Twisted 15.1 Release Announcement

2015-04-13 Thread Glyph
> On Apr 13, 2015, at 04:17, HawkOwl wrote: > > On behalf of Twisted Matrix Laboratories, I am honoured to announce the > release of Twisted 15.1.0 -- just in time for the PyCon sprints! > > This is not a big release, but does have some nice-to-haves: > > - You can now install Twisted's optio

Re: [Twisted-Python] [Twisted-web] Twisted 14.0.0 Release Announcement

2014-05-12 Thread Glyph
On May 12, 2014, at 4:07 AM, HawkOwl wrote: > Twisted Agent can also now do HTTPS hostname verification. I feel that it's important to note that Twisted Web's client Agent *does* do HTTPS hostname verification by default; you don't need to turn it on ;). -glyph

Re: [Twisted-Python] [twisted-web] I/O error with twisted.web.wsgi and Django

2014-03-03 Thread exarkun
On 27 Feb, 11:21 am, ores...@orestis.gr wrote: Hi all, I am using Twisted Web WSGIResource to host a Django site. Here's the code I use to setup the WSGI resource (other boilerplate skipped) def wsgi_resource(): from django.core.handlers.wsgi import WSGIHandler pool = threadpool.Threa

[Twisted-Python] [twisted-web] I/O error with twisted.web.wsgi and Django

2014-02-27 Thread Orestis Markou
Hi all, I am using Twisted Web WSGIResource to host a Django site. Here's the code I use to setup the WSGI resource (other boilerplate skipped) def wsgi_resource(): from django.core.handlers.wsgi import WSGIHandler pool = threadpool.ThreadPool() pool.start() # Allow Ctrl-C to g

Re: [Twisted-Python] Twisted web, giant-file POST forwarding and early bail-out.

2013-07-12 Thread Michael Schlenker
Am 09.07.2013 13:40, schrieb Itamar Turner-Trauring: > On 07/09/2013 07:30 AM, Itamar Turner-Trauring wrote: >> HTTP clients can send a "Expects: 100-continue" header (or something >> like that), which tells the server it should give an early rejection >> or acceptance before the client sends the d

Re: [Twisted-Python] Twisted web, giant-file POST forwarding and early bail-out.

2013-07-10 Thread Glyph
On Jul 9, 2013, at 4:30 AM, Itamar Turner-Trauring wrote: > On 07/09/2013 04:04 AM, Rob Meijer wrote: >> 3) When the token does not check out, or the connection to the server >> fails, it remains a mystery to me how I should throw an error in such a >> way that it allows me to send a proper erro

Re: [Twisted-Python] Twisted web, giant-file POST forwarding and early bail-out.

2013-07-09 Thread Itamar Turner-Trauring
On 07/09/2013 07:30 AM, Itamar Turner-Trauring wrote: HTTP clients can send a "Expects: 100-continue" header (or something like that), which tells the server it should give an early rejection or acceptance before the client sends the data, in *addition* to the final response. You would still ne

Re: [Twisted-Python] Twisted web, giant-file POST forwarding and early bail-out.

2013-07-09 Thread Itamar Turner-Trauring
On 07/09/2013 04:04 AM, Rob Meijer wrote: 3) When the token does not check out, or the connection to the server fails, it remains a mystery to me how I should throw an error in such a way that it allows me to send a proper error message to the client, while not having to first accept the whole la

Re: [Twisted-Python] Twisted web, giant-file POST forwarding and early bail-out.

2013-07-09 Thread Tristan Seligmann
On Tue, Jul 9, 2013 at 10:41 AM, Phil Mayers wrote: > This is sort of a problem with HTTP. The client will probably keep sending > the data. > Yes, the only way you can interrupt the client while it is sending a request is to close the connection, which means that the client will not read any err

Re: [Twisted-Python] Twisted web, giant-file POST forwarding and early bail-out.

2013-07-09 Thread Phil Mayers
On 07/09/2013 09:04 AM, Rob Meijer wrote: Hi everyone, I'm working on what is just my second project using Twisted-Web, so I'm still a relative newbee on the subject. I'm working on a project that uses Twisted Web as a simple authorization proxy. All requests to my proxy contain an authorizatio

[Twisted-Python] Twisted web, giant-file POST forwarding and early bail-out.

2013-07-09 Thread Rob Meijer
Hi everyone, I'm working on what is just my second project using Twisted-Web, so I'm still a relative newbee on the subject. I'm working on a project that uses Twisted Web as a simple authorization proxy. All requests to my proxy contain an authorization-token and are either handled by the proxy,

Re: [Twisted-Python] Twisted Web documentation out of date

2013-05-13 Thread exarkun
On 11 May, 04:41 pm, h...@ox.cx wrote: > >>Twisted reviewers: review tickets! Tom, the recipient of the >>sponsored fellowship, is busy with fixing our infrastructure, so we >>really need the community to pitch in. >> >>If you're interested in reviewing tickets, please let me know. > >I spoke ab

Re: [Twisted-Python] Twisted Web documentation out of date

2013-05-11 Thread Hynek Schlawack
> Twisted reviewers: review tickets! Tom, the recipient of the sponsored > fellowship, is busy with fixing our infrastructure, so we really need the > community to pitch in. > > If you're interested in reviewing tickets, please let me know. I spoke about that to jp already: collecting some *p

Re: [Twisted-Python] Twisted Web documentation out of date

2013-05-10 Thread Shiyao Ma
Yep, I am interested in that. But I am busy doing my graduation project and writing my thesis all throughout May(School here hasn't ended yet). I may pitch in in summer when I have a bunch of free time. On Sat, May 11, 2013 at 3:35 AM, Glyph wrote: > > On May 10, 2013, at 5:42 AM, Shiyao Ma wr

Re: [Twisted-Python] Twisted Web documentation out of date

2013-05-10 Thread Glyph
On May 10, 2013, at 5:42 AM, Shiyao Ma wrote: > http://twistedmatrix.com/trac/ticket/6503 Right now this ticket is awaiting review, along with 67 (!) others . That is, unfortunately, a lot of tickets, so it might take a little while. Twisted reviewer

Re: [Twisted-Python] Twisted Web documentation out of date

2013-05-10 Thread Shiyao Ma
http://twistedmatrix.com/trac/ticket/6503 On Fri, May 10, 2013 at 11:57 AM, Glyph wrote: > > On May 9, 2013, at 7:44 PM, Shiyao Ma wrote: > > > If I remember clearly, I already fired a ticket about this issue a week > ago and it's waiting for review. > > Do you happen to have a link to that ti

Re: [Twisted-Python] Twisted Web documentation out of date

2013-05-09 Thread Glyph
On May 9, 2013, at 7:44 PM, Shiyao Ma wrote: > If I remember clearly, I already fired a ticket about this issue a week ago > and it's waiting for review. Do you happen to have a link to that ticket? -g ___ Twisted-Python mailing list Twisted-Pytho

Re: [Twisted-Python] Twisted Web documentation out of date

2013-05-09 Thread Shiyao Ma
If I remember clearly, I already fired a ticket about this issue a week ago and it's waiting for review. On Mon, May 6, 2013 at 11:31 PM, Itamar Turner-Trauring < ita...@futurefoundries.com> wrote: > Thanks for reporting this; could you file a bug at > http://twistedmatrix.com/trac/? > > ___

Re: [Twisted-Python] Twisted Web documentation out of date

2013-05-06 Thread Itamar Turner-Trauring
Thanks for reporting this; could you file a bug at http://twistedmatrix.com/trac/? ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted Web documentation out of date

2013-05-06 Thread Itamar Turner-Trauring
On Mon, May 6, 2013 at 5:57 AM, Pierre Jaury wrote: > Twisted Web documentation still refers to some deprecated objects that > have been removed from Twisted 13.0. For instance, the latest version of > this page : > > > > http://twistedmatrix.com/documents/current/web/howto/web-in-60/error-handli

[Twisted-Python] Twisted Web documentation out of date

2013-05-06 Thread Pierre Jaury
Twisted Web documentation still refers to some deprecated objects that have been removed from Twisted 13.0. For instance, the latest version of this page : http://twistedmatrix.com/documents/current/web/howto/web-in-60/error-handling.html refers to NoResource as being part of the twisted.web.err

Re: [Twisted-Python] [Twisted-web] Twisted 11.1.0 Released

2011-11-19 Thread John Santos
On Fri, 18 Nov 2011 exar...@twistedmatrix.com wrote: > On 08:46 am, albert.bra...@weiermayer.com wrote: > >On Thu, Nov 17, 2011 at 02:11:36PM -0500, Glyph wrote: > >> > >>A gentle reminder: those supporters should renew their sponsorships; > >>we > >>were remarkably lax in 2011, but at the beginn

Re: [Twisted-Python] [Twisted-web] Twisted 11.1.0 Released

2011-11-18 Thread exarkun
On 08:46 am, albert.bra...@weiermayer.com wrote: >On Thu, Nov 17, 2011 at 02:11:36PM -0500, Glyph wrote: >> >>A gentle reminder: those supporters should renew their sponsorships; >>we >>were remarkably lax in 2011, but at the beginning of 2012, all those >>logos will be coming down off the front p

Re: [Twisted-Python] [Twisted-web] Twisted 11.1.0 Released

2011-11-17 Thread Pantelis Theodosiou
On Thu, Nov 17, 2011 at 10:15 PM, Pantelis Theodosiou wrote: > Great, just great! > > (nitpicking: the title should be changed from "Twisted *11.1.0* Released" > to "*Twisted 11.1.1 Released*") > Oops, my bad. Too many 1s can confuse one's mind. Sorry. > > Pandelis > > > > On Thu, Nov 17, 2011

Re: [Twisted-Python] [Twisted-web] Twisted 11.1.0 Released

2011-11-17 Thread Pantelis Theodosiou
Great, just great! (nitpicking: the title should be changed from "Twisted *11.1.0* Released" to "*Twisted 11.1.1 Released*") Pandelis On Thu, Nov 17, 2011 at 6:02 PM, Thomas Hervé wrote: > On behalf of Twisted Matrix Laboratories, I am pleased to announce the > release of Twisted 11.1. > > Hi

Re: [Twisted-Python] [Twisted-web] Twisted 11.1.0 Released

2011-11-17 Thread Glyph
On Nov 17, 2011, at 1:02 PM, Thomas Hervé wrote: > On behalf of Twisted Matrix Laboratories, I am pleased to announce the > release of Twisted 11.1. WO! Thanks to Thomas and everyone who worked on fixes and features for this release. > * My personal favorite: a new howto has been publ

Re: [Twisted-Python] [Twisted-web] Twisted 11.1.0 Released

2011-11-17 Thread Jonathan Lange
On Thu, Nov 17, 2011 at 6:02 PM, Thomas Hervé wrote: > On behalf of Twisted Matrix Laboratories, I am pleased to announce the > release of Twisted 11.1. > \o/ > Highlights of the 185 tickets closed include: > Rock on! ... > This is the last release supporting Python 2.4 (the support on Windows

Re: [Twisted-Python] [Twisted-web] Creating a hybrid server in Twisted

2011-04-05 Thread Glyph Lefkowitz
On Apr 4, 2011, at 7:51 PM, David Bolen wrote: > Jashank Jeremy writes: > >> So I'm pretty much stuck in a rut. I don't want to totally reinvent the >> wheel just to be able to protocol-switch; I'd prefer to make use of >> existing code from Twisted. How do I hijack Twisted.Web to add protoco

Re: [Twisted-Python] [Twisted-web] Question regarding callLater() and service creation

2011-03-10 Thread Jason Rennie
On Thu, Mar 10, 2011 at 6:43 AM, Andrew Bennetts wrote: > There's nothing wrong or even particularly strange with using Twisted > for projects unrelated to networking. An event loop with good > facilities for spawning and interacting with subprocesses and calling > functions at certain times has

Re: [Twisted-Python] [Twisted-web] Question regarding callLater() and service creation

2011-03-10 Thread Andrew Bennetts
This thread belongs on the twisted-python@ list, rather than twisted-web@, as it has nothing to do with twisted.web. Eric Chamberlain wrote: > I'm creating a service using Twisted. It has nothing to do with > networking (I know that Twisted is an event-driven networking > engine... stay with me h

Re: [Twisted-Python] [Twisted-web] render_GET and memory consumption

2010-12-24 Thread Glyph Lefkowitz
On Dec 24, 2010, at 11:47 AM, James Y Knight wrote: > On Dec 24, 2010, at 1:13 AM, Glyph Lefkowitz wrote: >> Or maybe we could wrap writev() instead of copying stuff at all? > > What an awesome idea! > > http://twistedmatrix.com/trac/changeset/15847/branches/--omg-optimized-2#file0 Doesn't loo

Re: [Twisted-Python] [Twisted-web] render_GET and memory consumption

2010-12-23 Thread Glyph Lefkowitz
Cross-posting to Twisted core list because this is starting to get into general non-web stuff. Future replies about this fork of the thread should go there. On Dec 23, 2010, at 11:22 AM, exar...@twistedmatrix.com wrote: > On 22 Dec, 06:51 am, gl...@twistedmatrix.com wrote: >> >> On Dec 21, 201

Re: [Twisted-Python] [Twisted-web] Mirror Down

2010-07-19 Thread Glyph Lefkowitz
On Jul 19, 2010, at 10:20 PM, exar...@twistedmatrix.com wrote: > On 19 Jul, 01:28 pm, nickphol...@gmail.com wrote: >> Hi, >> >> The main mirror for the twisted download is down, this is causing >> easy_install to hang for ages and fail when I try and install: > > For Twisted 10.1, we took the e

Re: [Twisted-Python] Twisted Web, Unicode & request.write()

2010-06-15 Thread Jason J. W. Williams
Thanks guys. I actually backed into that myself in the last hour. Was just about to write back with the discovered correction. Makes sense. -J On Wed, Jun 16, 2010 at 12:16 AM, Stephen Thorne wrote: > On 2010-06-15, Jason J. W. Williams wrote: >> Hi Y'all, >> >> What's the correct way to write o

Re: [Twisted-Python] Twisted Web, Unicode & request.write()

2010-06-15 Thread Stephen Thorne
On 2010-06-15, Jason J. W. Williams wrote: > Hi Y'all, > > What's the correct way to write out Unicode data to the client in > Twisted Web? request.write() throws a "Data must not be unicode". > Content-Type header is set with "; charset=utf-8" appended to the > content type. If you say the chars

Re: [Twisted-Python] Twisted Web, Unicode & request.write()

2010-06-15 Thread Christopher Armstrong
On Wed, Jun 16, 2010 at 12:50 AM, Jason J. W. Williams wrote: > Hi Y'all, > > What's the correct way to write out Unicode data to the client in > Twisted Web? request.write() throws a "Data must not be unicode". > Content-Type header is set with "; charset=utf-8" appended to the > content type. E

[Twisted-Python] Twisted Web, Unicode & request.write()

2010-06-15 Thread Jason J. W. Williams
Hi Y'all, What's the correct way to write out Unicode data to the client in Twisted Web? request.write() throws a "Data must not be unicode". Content-Type header is set with "; charset=utf-8" appended to the content type. -J ___ Twisted-Python mailing

Re: [Twisted-Python] Twisted web

2009-11-09 Thread Glyph Lefkowitz
On Nov 9, 2009, at 6:11 AM, Reza Lotun wrote: > You're probably talking about the web/web2 dichotomy? Take a look > at this page: > http://twistedmatrix.com/trac/wiki/WebDevelopmentWithTwisted > > In short, web2 is being phased out and web is *the* web project of > twisted (as it should be ;-)

Re: [Twisted-Python] Twisted web

2009-11-09 Thread Reza Lotun
Hi Simon, > I am returning to twisted after an extended absence, and was wondering what > the status is with twisted's web framework? Is this an active area of > development? The twisted.web framework is absolutely an active area of development, with the most activity recently being on the http 1

[Twisted-Python] Twisted web

2009-11-08 Thread Simon Pickles
Hi all, I am returning to twisted after an extended absence, and was wondering what the status is with twisted's web framework? Is this an active area of development? Also looking forward to Twisted9. :) Many thanks Simon ___ Twisted-Python ma

Re: [Twisted-Python] [Twisted-web] Telnet chat server

2009-06-03 Thread glyph
This message is more appropriate for the twisted-python list, as it has nothing to do with "web", so I've cross-posted it there. On 3 Jun, 10:57 pm, woahyeahy...@yahoo.com wrote: I've got a simple little chat server set up that people can telnet into.  The code is as follows: from twisted.