Re: [Twisted-Python] Responding to PRs

2016-06-13 Thread Mark Williams
On Mon, Jun 13, 2016 at 02:35:01PM -0700, Glyph wrote: > > Thus far all discussion has been on the mailing list. I feel like putting it > on the wiki would not be that useful, though; hopefully the discussion will > continue for at most another month or two, and it's mostly just a question of

Re: [Twisted-Python] Waiting time for tests running on Travis CI and Buildbot

2016-08-23 Thread Mark Williams
On Tue, Aug 23, 2016 at 09:44:16AM -0700, Glyph Lefkowitz wrote: > > We can drop support for 3.3 of course, but that's a separate discussion. I'm marginally in favor of it. I appreciate Adi's concern about the build infrastructure. And thanks to the inimitable Donald Stufft, it's easy to get a

Re: [Twisted-Python] Please fix the broken buildbots

2016-08-22 Thread Mark Williams
On Mon, Aug 22, 2016 at 06:24:29PM -0700, Glyph Lefkowitz wrote: > > > On Aug 22, 2016, at 5:40 PM, Craig Rodrigues wrote: > > > > I don't understand the buildbot scripts so don't know where to fix this. > > Oh, and since this answer may be of general interest: the

Re: [Twisted-Python] Please fix the broken buildbots

2016-08-23 Thread Mark Williams
Glyph got me all set up so I can work on the Buildbots. Thanks, Glyph! I hope to resolve the issue Craig identified soon and will announce any progress. Stay tuned! ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com

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

2016-11-22 Thread Mark Williams
On Tuesday, November 22, 2016, Glyph Lefkowitz wrote: > > > Okay. So. > > The rule for reverts like this is: if you do something today, which is > correct usage of the API and produces an observably correct result, will > that be broken in the future if we fix it? If

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

2016-11-22 Thread Mark Williams
n is indeed well-founded and we should roll it back > before 16.6. > Tristan's exactly right. Furthermore, if we decide to make IRCClient call its various command methods with unicode strings on Python 2, we'll be breaking backwards compatibility. This is what I meant when I wrote: O

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

2016-11-16 Thread Mark Williams
On Thu, Nov 10, 2016 at 07:56:52PM +1100, Amber "Hawkie" Brown wrote: > - Python 3 support for Words' IRC support and twisted.protocols.sip among > some smaller modules, I have opened a PR to revert this: https://github.com/twisted/twisted/pull/593 A full explanation is here:

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

2016-11-17 Thread Mark Williams
On Wed, Nov 16, 2016 at 11:22:49PM -0800, Glyph Lefkowitz wrote: > However; is it really a regression to have py3 support for Words that just > doesn't support other encodings yet? It strikes me that this is just a bug, > and that we should just fall back from UTF-8 to latin-1 in this scenario.

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

2016-11-18 Thread Mark Williams
On Thu, Nov 17, 2016 at 11:00:13AM -0800, Glyph Lefkowitz wrote: > > This doesn't appear to be an answer to the "is it a regression" question > though ;-). I'm still curious what you think there. It's not a shipped feature so it can't be a regression. But if the feature doesn't work it

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

2016-11-20 Thread Mark Williams
On Fri, Nov 18, 2016 at 05:36:16PM -0800, Glyph Lefkowitz wrote: > > "doesn't work" is a pretty black-and-white assessment. Are you anticipating > a problem with the way the interface is specified that it can't be easily > changed? > Yes. Here's the lede: IRCClient should deal in bytes and we

Re: [Twisted-Python] conch problem with ecdsa-sha2-nistp256 host key?

2016-12-01 Thread Mark Williams
On Thu, Dec 01, 2016 at 05:11:37PM -0800, Craig Rodrigues wrote: > Hi, > > I filed this bug: > https://twistedmatrix.com/trac/ticket/8931 > > At least for me, conch fails to parse a host key created by OpenSSH > in ~/.ssh/known_hosts > which is of type ecdsa-sha2-nistp256. > > Anyone have an idea

[Twisted-Python] Streaming Requests

2017-01-07 Thread Mark Williams
* What? A new year means renewed ambition. So let's talk about receiving streaming requests! * Why? Twisted's HTTP server implementation does not allow application code to interact with a request until its body has been entirely received. It also doesn't allow incremental access to

Re: [Twisted-Python] Streaming Requests

2017-01-08 Thread Mark Williams
On Sun, Jan 08, 2017 at 07:34:53PM -0500, Jean-Paul Calderone wrote: > Hi Mark, > > Thanks for tackling this long-standing issue! > I hope I actually make some progress :) > > He also noted that the Request interface with which HTTPChannel > > interacts is mostly not described by

Re: [Twisted-Python] AWS Auth v4 for Twisted?

2016-12-25 Thread Mark Williams
I implemented this at work. On Tuesday I'll confirm my company's open source policy will allow me to contribute it back to txaws. On Sun, Dec 25, 2016 at 7:09 AM, Jean-Paul Calderone < exar...@twistedmatrix.com> wrote: > Seeking a library that implements this for use with txAWS. More details:

[Twisted-Python] [ANN] treq 17.7.0

2017-08-01 Thread Mark Williams
contributed to this release! -- Mark Williams m...@enotuniq.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] HTTPS reverse proxy using twistd, twist, or twisted.web?

2017-10-10 Thread Mark Williams
on and be forwarded to a web server running on localhost:. This assumes you have a private key and certificate already. If not, it's easier to use rproxy. --   Mark Williams   m...@enotuniq.org ___ Twisted-Python mailing list Twisted-Python@twisted

Re: [Twisted-Python] website down?

2017-09-28 Thread Mark Williams
This should now be fixed. -- Mark Williams m...@enotuniq.org On Thu, Sep 28, 2017, at 09:29 AM, Bryan Murdock wrote: > Looks like twistedmatrix.com is down. > > Bryan > > ___ > Twisted-Python mailing list > Twisted-Pyt

Re: [Twisted-Python] PyPy 5.9.0 on buildbots

2017-11-29 Thread Mark Williams
ob/master/services/buildbot/master/master.cfg I'll try to do this before the end of the week. --   Mark Williams   m...@enotuniq.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] PyPy 5.9.0 on buildbots

2017-11-29 Thread Mark Williams
ilds/172/steps/select/logs/stdio I have also pinged the maintainer of the Ubuntu PPA about adding PyPy 5.9.0. Once that happens I'll switch the builders back to the PPA. --   Mark Williams   m...@enotuniq.org ___ Twisted-Python mailing list Twisted-Py

[Twisted-Python] OpenSSL versions

2017-11-21 Thread Mark Williams
1.0.2 - cryptography wheels installed from PyPI include OpenSSL 1.1 Do you use the latest version of Twisted with OpenSSL 1.0.1? If so, do the above reasons satisfy your concerns? Thanks! -- Mark Williams m...@enotuniq.org ___ Twisted-Python mailing

Re: [Twisted-Python] conch server can't git clone

2017-11-05 Thread Mark Williams
s git emit packet-level logs: https://git-scm.com/book/gr/v2/Git-Internals-Environment-Variables Maybe that will help us figure out why git-pack-upload is terminating early. --   Mark Williams   m...@enotuniq.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Canonical way to run trial with Python3

2018-05-18 Thread Mark Williams
ed/twisted/blob/2b61992249d7c628a2685456e5c1608d75657979/src/twisted/python/_setup.py#L380-L416 Good luck and thanks for your interest in porting more of Twisted to Python 3! -- Mark Williams m...@enotuniq.org ___ Twisted-Python mailing list Twisted-Python@twistedm

Re: [Twisted-Python] How to show traceback of "Unhandled error"?

2018-05-18 Thread Mark Williams
gt; -- > Best, > Shiyao > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- Mark Williams m...@enotuniq.org ___

[Twisted-Python] Twistedmatrix.com: scheduled maintenance July 18th

2018-07-11 Thread Mark Williams
a maintenance window. Tax-deductible donations can be made to Twisted via the Software Freedom Conservancy. More information is available here: https://twistedmatrix.com/trac/wiki/TwistedSoftwareFoundation#HowtoDonate -- Mark Williams m...@enotuniq.org

Re: [Twisted-Python] Problem with osx10.10-py2.7 builder

2018-04-04 Thread Mark Williams
st. > We have used 90% of the time allocated between 19 March of 19 April. > > Regards, > -- > Adi Roiban > _ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > https://twistedmatrix.com/cgi-bin/mailman/li

Re: [Twisted-Python] Problem with osx10.10-py2.7 builder

2018-04-05 Thread Mark Williams
"buildbot/osx10.10-py2.7-coverage". This name change reflects the updated operating system. On Wed, Apr 4, 2018, at 5:28 PM, Mark Williams wrote: > On Mon, Apr 2, 2018, at 4:13 AM, Adi Roiban wrote: > > > > FYI buildbot/osx10.10-py2.7 is broken again > > > &g

[Twisted-Python] Mandatory HTTPS on twistedmatrix.com

2018-04-12 Thread Mark Williams
Hi all, twistedmatrix.com and its subdomains now redirect all HTTP requests to HTTPS. If the transition goes smoothly, I'll turn on HSTS (https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security) next week. Please let me know if you notice any irregularities. -- Mark Williams m

Re: [Twisted-Python] pypy3 builds passing?

2018-04-13 Thread Mark Williams
I think adding additional builders for each PyPy3 reactor is a good idea. > -- > Craig > _ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python --   Mark Williams   m..

Re: [Twisted-Python] Enable rolling builds for Appveyor

2018-03-24 Thread Mark Williams
On Sat, Mar 24, 2018, at 4:28 PM, Craig Rodrigues wrote: > Can you enable "rolling builds" on Appveyor: Done. -- Mark Williams m...@enotuniq.org ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatri