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

2015-03-04 Thread Donald Stufft
/cgi-bin/mailman/listinfo/twisted-python Not that my opinion of what Twisted should do should matter much, but I think that semantic newlines are a hack to try and work around deficiency in tooling. Look at Github’s “rendered diff” for how documentation diff *should* be. Tooling should make

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

2015-03-18 Thread Donald Stufft
other projects doesn't seem like a useful goal - who cares what Plone > does? If it's useful for Twisted, then do it. > > ___________ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailma

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

2015-03-18 Thread Donald Stufft
> On Mar 18, 2015, at 7:57 PM, Glyph Lefkowitz wrote: > >> >> On Mar 18, 2015, at 5:29 AM, Donald Stufft wrote: >> >> >>> On Mar 18, 2015, at 8:24 AM, Phil Mayers wrote: >>> >>> On 18/03/15 10:45, HawkOwl wrote: >>>>

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

2015-03-19 Thread Donald Stufft
> 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 your development. > > The

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

2015-11-17 Thread Donald Stufft
ant their migration app an OAuth grant to post messages in their name. Anyone who did got the correct user account associated with their messages, and anyone who didn’t got the catch all golang migration bot. - Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 63

Re: [Twisted-Python] overview: new review queue venue

2016-05-22 Thread Donald Stufft
Twisted has been enforcing these rules since before they were considered part of the norm and I believe that Glyph was referencing is that back then people said that Twisted was going to fail or w/e because of requiring those things. Sent from my iPhone > On May 22, 2016, at 9:12 PM, Clayton D

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

2016-12-29 Thread Donald Stufft
/docs.python.org/3.6/install/index.html#location-and-names-of-config-files <https://docs.python.org/3.6/install/index.html#location-and-names-of-config-files> You can drop a [easy_install] Index_url = https://private.example.com/simple/ allow_hosts = private.example.com # not strict

Re: [Twisted-Python] Removing support for old Python 3 versions

2017-02-20 Thread Donald Stufft
n’t was because it was still technically supported by upstream. I very much doubt that Twisted is going to have a problem dropping 3.3. — Donald Stufft ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/m

[Twisted-Python] Twisted on PyPI

2013-05-25 Thread Donald Stufft
Web via pip or easy_install. So I'm emailing you all to warn you about this upcoming change since Twisted is one of the major projects affected and also to see if the Twisted developers would prefer a different rename than Twisted-Web. ----- Donald Stufft PGP: 0x6E3CBCE93372DCFA //

Re: [Twisted-Python] Twisted on PyPI

2013-05-26 Thread Donald Stufft
On May 26, 2013, at 1:45 AM, Tom Prince wrote: > Donald Stufft writes: > >> So I'm emailing you all to warn you about this upcoming change since >> Twisted is one of the major projects affected and also to see if the >> Twisted developers would prefer a diff

Re: [Twisted-Python] Twisted on PyPI

2013-05-29 Thread Donald Stufft
On May 29, 2013, at 5:24 PM, Tom Prince wrote: > Tom Prince writes: > >> Donald Stufft writes: >> >>> So I'm emailing you all to warn you about this upcoming change since >>> Twisted is one of the major projects affected and also to see if the >&g

Re: [Twisted-Python] Twisted on PyPI

2013-06-02 Thread Donald Stufft
___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python I'm going to duck out here and unsubscribe :) If Twisted needs any help getting anything fixed on PyPI feel free to contact me directly.

[Twisted-Python] Conch - Why does one piece of code "fail" while another works

2013-10-01 Thread Donald Stufft
and *why* though, why does the connectionReady dance make it work? - Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA signature.asc Description: Message signed with OpenPGP using GPGMail ___ Twist

Re: [Twisted-Python] Conch - Why does one piece of code "fail" while another works

2013-10-02 Thread Donald Stufft
> > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python Both are in the gist, works.py and fails.py - Donald Stufft PGP: 0x6E3CBCE93372

Re: [Twisted-Python] Conch - Why does one piece of code "fail" while another works

2013-10-02 Thread Donald Stufft
ry to grok all the code (and the underlying stuff as well) before just copy/pasting stuff from the examples. Which is where I'm at now. > > Jean-Paul > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com >

Re: [Twisted-Python] AutobahnPython 0.6.3 - WebSocket compression and more

2013-10-07 Thread Donald Stufft
DNSSEC solves none of the problems with the CA system. It just moves the problem around. > On Oct 7, 2013, at 4:50 AM, Phil Mayers wrote: > > I have high hopes for raw keys, trust-anchored by DNSSEC via RFC 6698. In > this model, X.509 is essentially just a payload format for certs - the enti

[Twisted-Python] treq // Agent and Content-Length

2014-03-03 Thread Donald Stufft
ttps://gist.github.com/dstufft/7c8aac898de0ad359675 The treq versions of the code is here: https://gist.github.com/dstufft/0dffb12201d235f35bc7 - Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA signature.asc Description: Message sig

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-09 Thread Donald Stufft
n You can use the level kwarg to warnings to make it look like the warning is coming from high up in the stack if that’s useful at all. - Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA signature.asc Description: Message signed with

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-09 Thread Donald Stufft
having all our users manually type > stuff in. > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python extras! Then people can do: install_requires=[“Twisted

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-10 Thread Donald Stufft
Twisted[ssl]”] > > This would be great. What do people who want to use pip to set up a Twisted > development environment do? > > Jean-Paul > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > ht

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-10 Thread Donald Stufft
n > > On Thu, Apr 10, 2014 at 7:06 AM, Donald Stufft wrote: >> >> On Apr 10, 2014, at 6:56 AM, exar...@twistedmatrix.com wrote: >> >>> On 9 Apr, 10:59 pm, don...@stufft.io wrote: >>>> >>>> On Apr 9, 2014, at 6:55 PM, Itamar Turner-Trauri

Re: [Twisted-Python] adding endpoint plugins

2014-04-30 Thread Donald Stufft
mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python There is a drop down for default release in the RTD admin panel. - Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

Re: [Twisted-Python] [RELEASE] Nevow 0.11.1

2014-06-21 Thread Donald Stufft
h wow, that is great :) I’m sure Tahoe-lafs will be happy. - Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA signature.asc Description: Message signed with OpenPGP using GPGMail ___ Twisted-

Re: [Twisted-Python] Tubes!

2014-07-10 Thread Donald Stufft
file somewhere and forget about it forever ;). > > -glyph > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python - Donald Stufft

Re: [Twisted-Python] Is there pb documentation somewhere?

2014-08-09 Thread Donald Stufft
nist smart-asses. Next time someone > asks about them, keep your “ugh inlineCallbacks” to yourself; a future > contributor may come out of it. > +1 I stopped trying to use @inlineCallbacks because I was told it was bad (without much explanation why) anytime I posted a code snippet and a

Re: [Twisted-Python] Tubes!

2014-12-11 Thread Donald Stufft
from using tubes with other > frameworks. > > Otherwise, +100. If you do this, I would just do something like tubes.integrations.{twisted,tornado,asyncio} etc. --- Donald Stufft PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA ___ Twist