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
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 ;)
>
>&
> 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
> 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
> 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
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
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
> 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
> 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
>
> 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
> 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
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://
> 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
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
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
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
> 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
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
> 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
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
> 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
> 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
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
> 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.
>
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
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
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
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,
<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
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
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
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
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'
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
-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
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,
./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
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
-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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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.
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
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
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
_
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
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-
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
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
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.
:)
- 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
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
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
>
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 -
>
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
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
`
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 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
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
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
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
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
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!
>
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
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
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
s,
Amber Brown (hawkowl)
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
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
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
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:
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
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
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
85 matches
Mail list logo