Re: [Twisted-Python] Looking for anyone interested in maintaining treq.

2015-02-06 Thread HawkOwl
I’d be interested in this :) I think this also might be a good time to move it to the twisted/ org alongside Klein, maybe? -hawkie On 6 Feb 2015, at 5:53, David Reid wrote: > I'm starting a new job soon which doesn't involve Python. I also have a > newborn at home so my free time is pretty m

Re: [Twisted-Python] Looking for anyone interested in maintaining treq.

2015-02-06 Thread HawkOwl
On 7 Feb 2015, at 0:02, Hynek Schlawack wrote: > On 6 Feb 2015, at 10:53, HawkOwl wrote: > >> I’d be interested in this :) > > It’s not like you haven’t been maintaining it for months. :-P That was klein, not treq. Other side of the HTTP client/server pair ;) > >&

Re: [Twisted-Python] Specifying ciphers in ssl.optionsForClientTLS

2015-02-16 Thread HawkOwl
> On 17 Feb 2015, at 09:52, Glyph Lefkowitz wrote: > > >> On Feb 16, 2015, at 4:53 PM, Jason J. W. Williams >> wrote: >> >> Hi, >> >> I need to loosen up the default cipher list to allow RC4 (some sites >> our customers use like myaccounts.socalgas.com still use it). >> >> I was going to p

Re: [Twisted-Python] Specifying ciphers in ssl.optionsForClientTLS

2015-02-17 Thread HawkOwl
> On 17 Feb 2015, at 17:21, Tristan Seligmann wrote: > > On 17 February 2015 at 04:19, Jason J. W. Williams > wrote: >>> Some browsers won’t — Firefox refuses to use RC4 :) >> >> I saw that on Firefox's wiki, but in reality Firefox 35 still does >> allow RC4: http://www.screencast.com/t/AuMRyl

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

2015-03-04 Thread HawkOwl
> On 5 Mar 2015, at 09:14, Glyph Lefkowitz wrote: > > I find the "semantic newlines" standard which we have been attempting to > enforce for documentation a constant source of annoyance. > > Ostensibly, the purpose of using semantic newlines is to reduce the size of > diffs. However, given t

[Twisted-Python] Twisted 15.1.0pre1 Prerelease Announcement

2015-03-06 Thread HawkOwl
Hi everyone! I'm happy to announce the first prerelease for Twisted 15.1! This is not a big release, but does have some nice-to-haves: - You can now install Twisted's optional dependencies (when it's released to PyPI) easier -- for example, `pip install twisted[tls]` installs Twisted with TLS

[Twisted-Python] Removing Python 2.6 Support after Twisted 15.1

2015-03-18 Thread HawkOwl
Hi, As Python 2.6 has been officially abandoned for a year+ (and will receive no further official security updates) and Python 2.7 has been available for almost five years, it might be time to put Python 2.6 support to bed. The only currently supported distro that has Python 2.6 is RHEL6, and R

Re: [Twisted-Python] Removing Python 2.6 Support after Twisted 15.1

2015-03-18 Thread HawkOwl
> On 18 Mar 2015, at 21:02, Phil Mayers wrote: > > On 18/03/15 12:29, Donald Stufft wrote: > >> Isn’t the RHEL answer here to just use SCLs to install Python 2.7? > > I've never actually come across the SCL stuff before. Thanks for the pointer. > > My latter point still stands - don't do it b

Re: [Twisted-Python] twistechecker and twisted-dev-tools as part of twisted main repo

2015-03-19 Thread HawkOwl
> On 19 Mar 2015, at 23:41, Christopher Armstrong > wrote: > > I suggest making the default, tagless state of a PR mean “in review”, for a > couple of reasons: > > - having labels for both `needs-changes` and `in-review` means you can enter > an invalid state where both labels are applied >

Re: [Twisted-Python] Pausing the transport in http.HTTPChannel.lineReceived after all headers are received

2015-03-19 Thread HawkOwl
> On 19 Mar 2015, at 23:26, Adi Roiban wrote: > > Hi, > > My usecase is this: > > When all headers of an HTTP request are received I want to ask a > remote service if the > request should be accepted and what to do with it. > > Before I got the response for the remote service, I don't want to

Re: [Twisted-Python] Removing Python 2.6 Support after Twisted 15.1

2015-03-19 Thread HawkOwl
> On 20 Mar 2015, at 13:47, Donald Stufft wrote: > > >> On Mar 20, 2015, at 1:43 AM, Glyph wrote: >> >>> On Mar 19, 2015, at 5:05 AM, Phil Mayers wrote: >>> >>> I honestly wouldn't worry about it too much; RedHat's policies aren't and >>> shouldn't be Twisted's problem. Do what's best for

[Twisted-Python] Twisted 15.1 feedback

2015-03-21 Thread HawkOwl
Hi everyone, It's been about two weeks now -- does anyone have any feedback on whether 15.1 worked/didn't work/caused a resonance cascade? If you missed the announcement, tarballs can be found at http://twistedmatrix.com/Releases/pre/15.1.0pre1/ , and the full NEWS file can be found at http://

Re: [Twisted-Python] Unhandled Error in python 3 test suite

2015-03-23 Thread HawkOwl
> On 23 Mar 2015, at 22:05, Adi Roiban wrote: > > When running the pyhon3 tests I see many Unhandled Error > ex: > https://buildbot.twistedmatrix.com/builders/python-3.3-tests/builds/2736/steps/shell/logs/stdio > > This looks bad. Is this a bug in the test runner or a bug in the code? > > Than

Re: [Twisted-Python] Twisted Project Job Posting

2015-03-28 Thread HawkOwl
Hi exarkun, I'm happy to do this in my timezones (approx 02:00GMT to 16:00GMT), and I'm usually around. I'd also like to be able to reset passwords on trac -- there's been a few instances where people aren't able to reset their password and people with the power haven't been around. - hawkie

[Twisted-Python] Twisted 15.1 Release Announcement

2015-04-13 Thread HawkOwl
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 optional dependencies easier -- for example, `pip install twisted

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

Re: [Twisted-Python] Add support for Next Protocol Negotiation and Application Layer Protocol Negotiation

2015-04-21 Thread HawkOwl
> On 21 Apr 2015, at 23:25, Adi Roiban wrote: > > Hi, > > I just want to let you know about this patch which is in work : > https://twistedmatrix.com/trac/ticket/7860 > > I did an initial review but it would help to get more feedback for this new > API. > > Also it depends on a new pyOpenSSL

[Twisted-Python] Deprecating subproject packaging

2015-04-22 Thread HawkOwl
Hi, I think that Twisted should deprecate subproject packaging -- they aren't uploaded to pip, don't support Python 3, I don't think we have docs for using them anywhere, and when included in downstream they usually only end up in confusion as various imports fail but some succeed due to only s

Re: [Twisted-Python] Deprecating subproject packaging

2015-04-22 Thread HawkOwl
> On 22 Apr 2015, at 19:46, Glyph wrote: > > >> On Apr 22, 2015, at 04:04, HawkOwl wrote: > >> So, I think we should: >> >> - Deprecate the subproject setup.pys starting with 15.2 and stop packaging >> subprojects separately as of 16.0 (15.2 i

[Twisted-Python] Notice for downstream package maintainers: Subproject packages are going away

2015-04-22 Thread HawkOwl
Hi, As discussed in the ML thread (http://twistedmatrix.com/pipermail/twisted-python/2015-April/029386.html), and with general "yes"ness, I think I should make it official -- Twisted subproject packages are going away. Downstream packagers that package Twisted as multiple subprojects (core+[m

Re: [Twisted-Python] Deprecating subproject packaging

2015-04-22 Thread HawkOwl
> On 23 Apr 2015, at 01:37, Kevin Horn wrote: > > Agreed that this is a good idea, though I'd still like to see NEWS broken out > by "subproject" (or maybe we should say "topic" now?). I don't care whether > it's in the same file or not, but when a new Twisted release comes out I find > revi

Re: [Twisted-Python] Deprecating subproject packaging

2015-04-22 Thread HawkOwl
> On 23 Apr 2015, at 08:01, Glyph wrote: > > One immediate thing I think we should decouple, though, are our native > dependencies. IOCPReactor should remain in Twisted, but iocpsupport should > be a separate, optional dependency, available as an extra. Similarly, > _initgroups, sendmsg, po

[Twisted-Python] New Supported Platforms - Python 3.3 and Python 3.4 on Debian 7

2015-05-06 Thread HawkOwl
Hi everyone! I'm pleased to announce that Twisted will have one more new supported Python version (3.4) as of Twisted 15.2. The debian7-py33 and debian7-py34 builders will shortly be moving from 'unsupported' to 'supported'. - Hawkie signature.asc Description: Message signed with OpenPGP us

Re: [Twisted-Python] New Supported Platforms - Python 3.3 and Python 3.4 on Debian 7

2015-05-07 Thread HawkOwl
> On 8 May 2015, at 00:31, Gelin Yan wrote: > > Hi HawkOwl > > May I know what level does twisted support for python 3? I am interested > in porting my system to python 3. To be frank, Twisted is the main reason I > am staying with python 2.x. >

[Twisted-Python] INCOMPATIBLE CHANGE: Removing PAM support from Twisted

2015-05-10 Thread HawkOwl
As per https://twistedmatrix.com/trac/wiki/CompatibilityPolicy#ProcedureforExceptionstothisPolicy: Twisted's PAM support is reliant on a library which a) doesn't materially exist anymore, b) is blocking, c) is uninstalled on all our buildbots if I'm correct and so therefore hasn't been tested f

[Twisted-Python] Twisted 15.2 Prerelease Announcement

2015-05-11 Thread HawkOwl
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 incremental improvements, this release has got plenty to li

[Twisted-Python] Twisted 15.2 Release Announcement

2015-05-18 Thread HawkOwl
alternatively http://twistedmatrix.com/trac/wiki/Downloads). Many thanks to everyone who had a part in this release - the supporters of the Twisted Software Foundation, the developers who contributed code as well as documentation, and all the people building great things with Twisted! Twisted R

[Twisted-Python] Twisted 15.2.1 Prerelease Announcement

2015-05-20 Thread HawkOwl
Hi everyone! Twisted 15.2 has some minor regressions in the logging framework. These issues are fixed in 15.2.1, of which this is the prerelease of. You can get the tarballs and the changelog from http://twistedmatrix.com/Releases/pre/15.2.1pre1/. Please test it out, and if there's no issues,

[Twisted-Python] Twisted 15.2.1 Release Announcement

2015-05-24 Thread HawkOwl
<http://twistedmatrix.com/trac/wiki/Downloads>) . Many thanks to everyone who had a part in this release - the supporters of the Twisted Software Foundation, the developers who contributed code as well as documentation, and all the people building great things with Twisted! Twisted Rega

[Twisted-Python] Twisted 13.2.0pre1 Announcement

2013-10-21 Thread HawkOwl
matrix.com/Releases/pre/13.2.0pre1/NEWS.txt Twisted Regards, HawkOwl ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Twisted Users on Windows XP

2013-10-23 Thread HawkOwl
figure of how many Windows XP users there are currently using Twisted, so informed decisions can be made in regards to supporting it. If you use Twisted on Windows XP, please comment on ticket #6798 [1], so we can get an idea of the usage numbers. -hawkowl [1] https://twistedmatrix.com/trac/t

[Twisted-Python] Twisted 13.2.0pre1 Testing Feedback

2013-10-24 Thread HawkOwl
arballs and NEWS file are available at http://twistedmatrix.com/Releases/pre/13.2.0pre1/ . The ticket for the 13.2 release is at https://twistedmatrix.com/trac/ticket/6795 - please comment on it if you have any issues! -hawkowl ___ Twisted-Python ma

Re: [Twisted-Python] Twisted 13.2.0pre1 Testing Feedback

2013-10-28 Thread HawkOwl
ey patching eventually! :) On 28/10/13 05:37, Laurens Van Houtven wrote: Hi Hawkowl, Thanks for managing the release! My stuff works fine :) cheers lvh Good to hear!And thanks :) On 28/10/13 04:40, exar...@twistedmatrix.com wrote: Thanks for managing the 13.2 release! I'

[Twisted-Python] Twisted 13.2.0 Release Announcement

2013-11-08 Thread HawkOwl
ryone who had a part in this release - the supporters of the Twisted Software Foundation, the developers who contributed code as well as documentation, and all the people building great things with Twisted! Twisted Regards, HawkOwl -BEGIN PGP SIGNATURE- Versi

Re: [Twisted-Python] Twisted 13.2.0 Release Announcement

2013-11-08 Thread HawkOwl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi John, There's no code changes between pre1 and full release - so you shouldn't have any problems! :) - -hawkowl On 09/11/13 03:37, John Santos wrote: > > A little late to the party, but since you asked for feedback, I > i

Re: [Twisted-Python] Help non-commiter to fully test their changes locally or remote

2014-02-28 Thread HawkOwl
or example, `some_var % 20` - is this string formatting, or modulo? Who knows, without runtime inspection). TwistedChecker has some form of diff functionality. When I get the time I might have to think of how to do it locally, rather than relying on the buildbots. Regards, HawkOwl On 28/02/14 22:56,

Re: [Twisted-Python] building offline docs

2014-03-12 Thread HawkOwl
./bin/admin/build-docs .` - this will put them both in the Twisted checkout, under apidocs/ and doc/ folders respectively. - -hawkowl On 13/03/14 06:47, Christopher Armstrong wrote: > On March 12, 2014 at 5:45:09 PM, Chris Withers > (ch...@simplistix.co.uk) wrote: Sorry, mor

Re: [Twisted-Python] git?

2014-03-13 Thread HawkOwl
ave a workflow already), without losing anything, then it's most likely Twisted is sticking with svn and trac. Git has svn support - see `git svn`. I have merged several branches with it, and it works great. Use that instead, if you get commit access :) - -hawkowl On 13/03/14 14:53, Chris Withers w

Re: [Twisted-Python] git?

2014-03-13 Thread HawkOwl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/03/14 19:04, Jonathan Ballet wrote: > Hi, > > On Thu, Mar 13, 2014 at 03:14:53PM +0800, HawkOwl wrote: Hi Chris, > > I can assure you this topic has come up many times - and unless we > have volunteers that can manage

[Twisted-Python] Twisted 14.0.0-pre1 Announcement

2014-03-19 Thread HawkOwl
f changes, check the NEWS.txt file. Please download the tarballs and test them with your applications, so we can make sure we’re all ready for release! -hawkowl signature.asc Description: Message signed with OpenPGP using GPGMail ___ Twisted-Python mail

[Twisted-Python] Twisted 14.0.0-pre1 Announcement

2014-03-19 Thread HawkOwl
f changes, check the NEWS.txt file. Please download the tarballs and test them with your applications, so we can make sure we’re all ready for release! -hawkowl signature.asc Description: Message signed with OpenPGP using GPGMail ___ Twisted-Python mail

[Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-09 Thread HawkOwl
the NEWS.txt file. Please download the tarballs and test them with your applications, so we can make sure we’re all ready for release! -hawkowl signature.asc Description: Message signed with OpenPGP using GPGMail ___ Twisted-Python mailing list Tw

[Twisted-Python] Twisted 14.0.0pre3 Announcement

2014-04-25 Thread HawkOwl
ease include: - Making Twisted Agent do HTTPS hostname verification. For more information and a full list of changes, check the NEWS.txt file. Please download the tarballs and test them with your applications, so we can make sure we’re all ready for release! -hawkowl signature.asc Descript

[Twisted-Python] Twisted 14.0.0pre4 Announcement

2014-04-26 Thread HawkOwl
s, so we can make sure we’re all ready for release! -hawkowl signature.asc Description: Message signed with OpenPGP using GPGMail ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-04-26 Thread HawkOwl
ease include: - Newsfile fixes. For more information and a full list of changes, check the NEWS.txt file. Please download the tarballs and test them with your applications, so we can make sure we’re all ready for release! -hawkowl signature.asc Description: Message signed with O

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-04-29 Thread HawkOwl
Excellent! If anyone else has some applications they run, please try out pre5! -hawkowl On 29 Apr 2014, at 2:33, David Reid wrote: > Sorry for the delay, I've tested that treq works with pre5 in the following > scenarios. > > Python 2.7, no pyopenssl > Python 2.7, pyope

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-05-01 Thread HawkOwl
FWIW, https://www.ssllabs.com/ssltest/analyze.html?d=blog.dreid.org is on 14.0pre5, and it seems to work, so… (it even gets A+!) -hawkowl On 1 May 2014, at 19:56, Hynek Schlawack wrote: > On 1 May 2014, at 13:28, Glyph wrote: > >> I've upgraded <https://glyph

Re: [Twisted-Python] read the docs versions (was Re: adding endpoint plugins)

2014-05-02 Thread HawkOwl
Sounds like a good idea, I'll make a note to do it and write it in the release process once I've done it. - HawkOwl > On 2 May 2014, at 3:33, Glyph Lefkowitz wrote: > > >> On Apr 30, 2014, at 12:09 PM, Donald Stufft wrote: >> >> There is a drop down

[Twisted-Python] The Twisted 14.0 Release Pre-Post-Mortem, and Where To From Here

2014-05-07 Thread HawkOwl
questions about what this does to our deprecation windows). If I am to be honest, I much prefer option #3, but I would like opinions from other developers, before I go causing more problems than I already have :) Regards, HawkOwl signature.asc Description: Message signed with OpenPGP using

Re: [Twisted-Python] The Twisted 14.0 Release Pre-Post-Mortem, and Where To From Here

2014-05-07 Thread HawkOwl
On 8 May 2014, at 5:40, Glyph Lefkowitz wrote: > > On May 7, 2014, at 7:07 AM, HawkOwl wrote: > >> Hi everyone, > > Hi HawkOwl, > >> I’m sure that some of you have been following the past seven or so weeks of >> Twisted 14.0 release shenanigans, and t

[Twisted-Python] Twisted 14.0.0 Release Announcement

2014-05-12 Thread HawkOwl
g things landed, and if it weren’t for the support of developers (both core and occasional), the Twisted Software Foundation, or people giving feedback and filing bugs, we’d have never got it done. Twisted Regards, HawkOwl signature.asc Description: Message signed with OpenP

Re: [Twisted-Python] Trac downtime

2014-06-20 Thread HawkOwl
Hi, The web server version string says Twisted 11.1 — maybe we should upgrade that too? :) -hawkowl On 20 Jun 2014, at 1:38, Glyph Lefkowitz wrote: > Hello Twisted users, > > David Reid and I are attempting to upgrade our production Trac instance to > version 1.0.1 today,

Re: [Twisted-Python] Trac downtime

2014-06-20 Thread HawkOwl
I was going to do that, but I do not understand where it is in braid :( - hawkowl On 21 Jun 2014, at 8:43, Glyph wrote: > On Jun 20, 2014, at 2:40 AM, HawkOwl wrote: > >> Hi, >> >> The web server version string says Twisted 11.1 — maybe we should upgrade >> th

Re: [Twisted-Python] Trac downtime

2014-06-21 Thread HawkOwl
On 22 Jun 2014, at 11:54, Glyph wrote: > > On Jun 20, 2014, at 10:10 PM, HawkOwl wrote: >> On 21 Jun 2014, at 8:43, Glyph wrote: >>> On Jun 20, 2014, at 2:40 AM, HawkOwl wrote: >>> >>>> The web server version string says Twisted 11.

Re: [Twisted-Python] OSX 10.9 Trial ZipPath issue

2014-06-25 Thread HawkOwl
p on the path is the pseudo python27.zip. > > Any ideas? > > -J Have you tried running it in a virtualenv? It looks like it’s trying to write the dropin.cache file — but I don’t think you can do that if you’re not admin? -hawkowl signature.asc Description: Mess

Re: [Twisted-Python] bringing LDAP back

2014-07-07 Thread HawkOwl
is a Twisted project now, may I suggest you copy its time-based > version numbers? 14.0 has more meaning to itself than 0.54.0. Well, Nevow is a “Twisted Project” and it doesn’t — but I agree that it has more meaning. -hawkowl signature.as

Re: [Twisted-Python] bringing LDAP back

2014-07-08 Thread HawkOwl
with :). > Maybe we need a Request For Comment/PEP-style way of formalising/proposing policy? Django’s doing it as well, and it seems like a nice way of doing it. -hawkowl signature.asc Description: Message signed with OpenPGP using GPGMail _

Re: [Twisted-Python] inlineCallbacks and current exceptions: leaky abstraction or bug?

2014-07-29 Thread HawkOwl
r something. I’ve used the term “twistedgeers” before (rhymes with engineers), which sounds much nicer said than when it is typed. -hawkowl signature.asc Description: Message signed with OpenPGP using GPGMail ___ Twisted-Python mailing list Twisted-Py

Re: [Twisted-Python] Python 3.3 buildslaves

2014-09-15 Thread HawkOwl
and help things along for the 14.1 release — it’s not going to be long before I can get 14.1pre1 gracing all your hard drives! <3 -hawkowl signature.asc Description: Message signed with OpenPGP using GPGMail ___ Twisted-Python mailing list Twisted-

[Twisted-Python] Twisted 14.0.1 Release Announcement

2014-09-17 Thread HawkOwl
so available at <https://twistedmatrix.com/trac/browser/tags/releases/twisted-14.0.1/NEWS?format=raw>. Thanks for Alex Gaynor for discovering the bug, Glyph & Alex for developing a patch, and David Reid for reviewing it. Twisted Regards, HawkOwl signature.asc Description: Message

Re: [Twisted-Python] Call For Participation: a review rally before the race!

2014-10-09 Thread HawkOwl
On 10 Oct 2014, at 6:56, Glyph Lefkowitz wrote: > On November 1, ClusterHQ is going to be hosting a Twisted sprint in Boston. > > One of the things that tends to put a damper on such events is the perpetual > backlog of tickets in review, many of which have been there seemingly forever. > > I

Re: [Twisted-Python] Mysql and adbapi

2014-10-20 Thread HawkOwl
On 20 Oct 2014, at 19:55, aft wrote: > > But its not printing anything. What exactly i'm doing wrong? Hi, You haven’t started the reactor, so nothing has “started”. It’s just sitting there, waiting for it to be “spun off”. http://twistedmatrix.com/documents/current/_downloads/echoclient_ssl.

[Twisted-Python] The Path to Twisted 14.1

2014-11-03 Thread HawkOwl
:) - hawkowl signature.asc Description: Message signed with OpenPGP using GPGMail ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] The Path to Twisted 14.1

2014-11-04 Thread HawkOwl
On 4 Nov 2014, at 12:10, Glyph wrote: > > On the gripping hand, many of these regressions have been outstanding for > months, and so if we could get these fixed promptly enough, presumably we > would have done that already. This is mainly why I am in favour of this plan. They’re not small fix

Re: [Twisted-Python] The Path to Twisted 14.1

2014-11-04 Thread HawkOwl
On 4 Nov 2014, at 18:07, Glyph wrote: > >> On Nov 4, 2014, at 10:38 AM, HawkOwl wrote: >> >>> • Can please we do reviews of the fixes to the regressions as if they >>> were landing on trunk, and not have this revert re-open the need to review >

Re: [Twisted-Python] I would like to port twisted to c++(14)

2014-11-28 Thread HawkOwl
On 28 Nov 2014, at 18:43, Danny Shemesh wrote: > Hello everyone, > > I am Danny, a C++ dev, > I'm familiar with twisted from past projects and by this day I am enchanted > with its magic. > > I would like to port twisted to c++ (or at least the base ot it) and have > couple of questions - >

Re: [Twisted-Python] doc bloat

2014-11-30 Thread HawkOwl
On 30 Nov 2014, at 23:09, Glyph wrote: > Jean-Paul raised a salient point about documentation on a ticket recently. > To quote that: > We seem to be going the direction of "document every possible thing" these > days. This stems from good intentions but the result is ever more bloated > deve

[Twisted-Python] Twisted 15.0.0pre1 Announcement

2015-01-09 Thread HawkOwl
Hi everyone! The long awaited 15.0 release is nearly here, and the first prerelease is available for you (yes, you!) to download and try out. Tarballs are available at https://twistedmatrix.com/Releases/pre/15.0.0pre1/ . Highlights are: - SSLv3 is disabled by default by endpoints created by `

[Twisted-Python] 15.0 Prerelease Reports

2015-01-15 Thread HawkOwl
Hi! Does anyone have some “15.0 worked fine/had an issue/set my codebase on fire via sheer brilliance” reports for me? :) If you want to try them out, you can get the tarballs at http://twistedmatrix.com/Releases/pre/15.0.0pre1/ ! - hawkie signature.asc Description: Message signed with OpenPG

[Twisted-Python] Twisted 15.0 Release Announcement

2015-01-30 Thread HawkOwl
! Twisted Regards, HawkOwl signature.asc Description: Message signed with OpenPGP using GPGMail ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Twisted Release Manager In Search Of A Body Double (pls hlep)

2019-09-10 Thread Amber Brown (hawkowl)
Hi! I'm looking for someone to be my body double for Twisted releases, taking over on alternate releases or when I'm busy (which seems to be all the time when did I become an adult, why did I do that). Ideally this person is up for this role on an ongoing basis, with a time commitment of

[Twisted-Python] Twisted 19.10.0rc1 Release Candidate Announcement

2019-10-14 Thread Amber Brown (hawkowl)
from PyPI: python -m pip install Twisted==19.10.0rc1 Please test it, and let me know how your applications fare, good or bad! If nothing comes up, 19.10 will release in a week. Twisted regards, Amber Brown (hawkowl) ___ Twisted-Python mailing list Twis

Re: [Twisted-Python] Twisted 19.10.0rc1 Release Candidate Announcement

2019-10-15 Thread Amber Brown (hawkowl)
On 14/10/19 10:07 pm, Glyph wrote: > > >> On Oct 14, 2019, at 1:05 AM, Amber Brown (hawkowl) >> mailto:hawk...@atleastfornow.net>> wrote: >> >> Hello everyone, it's time for more Twisted! > > //I/t's *always* time for more Twisted/ > >&g

Re: [Twisted-Python] Twisted 19.10.0rc1 Release Candidate Announcement

2019-10-15 Thread Amber Brown (hawkowl)
y > > On Monday, 14 October 2019 09:05:35 BST Amber Brown (hawkowl) wrote: >> Hello everyone, it's time for more Twisted! >> >> It contains: >> >> - Security fixes for HTTP/2 -- CVE-2019-9512 (Ping Flood), CVE-2019-9514 >> (Reset Flood), and CVE-2019-95

Re: [Twisted-Python] Twisted 19.10.0rc1 Release Candidate Announcement

2019-10-15 Thread Amber Brown (hawkowl)
moment the tarballs use a folder name of twisted-twisted-19.x.y > rather then the expected twisted-19.x.y folder name. > > Barry > > On Monday, 14 October 2019 09:05:35 BST Amber Brown (hawkowl) wrote: > > Hello everyone, it's time for more Twisted! >

[Twisted-Python] Twisted 19.10.0 Release Announcement

2019-11-10 Thread Amber Brown (hawkowl)
ted Software Foundation, the developers who contributed code as well as documentation, and all the people building great things with Twisted! - hawkowl ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/m

Re: [Twisted-Python] The Python 2.7 Plan

2019-12-16 Thread Amber Brown (hawkowl)
On 12/12/19 8:41 am, Wilfredo Sánchez Vega wrote:   I don't object to the final release being in April instead of January, though I'm not sure that the additional release really means we need to do that.  But FWIW I'm in favor of Option 3 / calling 19.4 the final release.  :-)   My sense

Re: [Twisted-Python] The Python 2.7 Plan

2019-12-16 Thread Amber Brown (hawkowl)
On 17/12/19 3:40 am, Glyph wrote: The whole point would be to define a concrete end in terms of the final release - and I have no doubt that if we say what the date of the final 2.7 release is, Hawkie will get it out /on the dot/, and not a day past its deadline :).  So no way it would be op

[Twisted-Python] Twisted 20.3.0rc1 Release Candidate Announcement

2020-03-09 Thread Amber Brown (hawkowl)
s, Amber Brown (hawkowl) ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Twisted 20.3.0 Release Announcement

2020-03-20 Thread Amber Brown (hawkowl)
o everyone who had a part in this release - the supporters of the Twisted Software Foundation, the developers who contributed code as well as documentation, and all the people building great things with Twisted! - hawkowl ___ Twisted-Python

Re: [Twisted-Python] Twisted 20.3.0 Release Announcement

2020-03-23 Thread Amber Brown (hawkowl)
On 21/3/20 12:20 am, Amber Brown (hawkowl) wrote: On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 20.3! As an addendum, as discussed earlier in the year on Twisted's mailing list, this release is the final one to support Python 2.7. The

Re: [Twisted-Python] IReactorTime.seconds: epoch time or no?

2020-03-23 Thread Amber Brown (hawkowl)
On 24/3/20 6:45 am, Richard van der Hoff wrote: HTTPFactory seems to think that `reactor.seconds` is reliably an epoch time (see https://github.com/twisted/twisted/blob/trunk/src/twisted/web/http.py#L3110, etc). On the other hand. AsyncioSelectorReactor.seconds() returns a monotonic time:

Re: [Twisted-Python] [RFC] Drop support for Python 3.5 sometime after May 2021?

2020-05-13 Thread Amber Brown (hawkowl)
I was considering proposing dropping it soon (I was thinking when we had 3.8 support, that 3.6/3.7/3.8 is a reasonable compatibility matrix). Why I think this is probably fine: - Debian Stable (buster) has 3.7. oldstable (stretch) has 3.5.3, but I don't think we care about oldstable. - Ubuntu

[Twisted-Python] Changing supported configurations regarding Unicode handling on Windows

2020-06-19 Thread Amber Brown (hawkowl)
Hi all, The past week or so, I noticed failures in the Azure Pipelines CI (see https://github.com/twisted/twisted/pull/1278 for the ticket with them, among others) that were due to Python + Windows falling apart on mgorny's name. After some debugging, I ascertained: - The environment has Uni

Re: [Twisted-Python] mypy integrated with CI for twisted

2020-06-24 Thread Amber Brown (hawkowl)
On 25/6/20 5:50 am, Glyph wrote: On Jun 24, 2020, at 12:45 PM, Kyle Altendorf wrote: On 2020-06-24 00:43, Glyph wrote: On Jun 23, 2020, at 5:34 AM, Adi Roiban wrote: Hi Craig, On Tue, 23 Jun 2020 at 00:36, Craig Rodrigues wrote: I have merged some more fixes for mypy to Twisted trunk b