[Twisted-Python] [BACKWARDS INCOMPATIBILITY] Making twisted.python.dist3 private

2016-08-16 Thread Amber "Hawkie" Brown
Hi everyone, I am moving the dist3 from a whitelist to a blacklist, and that requires changing the whole module's interface, which shouldn't be public anyway. You can get the branch here: https://github.com/twisted/twisted/pull/501 , it'll be available for a further week. The only concern for

Re: [Twisted-Python] reading multipart/form-data headers

2016-08-16 Thread Burak Arslan
On 08/12/16 12:58, Burak Arslan wrote: > Do you think I can get away > with relying on mmap here? So I'll go with the usual "don't touch it from the reactor thread" and I guess I'll be good :) Cheers, Burak ___ Twisted-Python mailing list Twisted-Pyt

Re: [Twisted-Python] [BACKWARDS INCOMPATIBILITY] Making twisted.python.dist3 private

2016-08-16 Thread Adi Roiban
+1 for the change. Thanks! On 16 August 2016 at 08:20, Amber "Hawkie" Brown wrote: > Hi everyone, > > I am moving the dist3 from a whitelist to a blacklist, and that requires > changing the whole module's interface, which shouldn't be public anyway. > > You can get the branch here: https://gith

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

2016-08-16 Thread Jean-Paul Calderone
On Mon, Aug 15, 2016 at 7:03 PM, Glyph Lefkowitz wrote: > > On Aug 15, 2016, at 2:11 PM, Jean-Paul Calderone < > exar...@twistedmatrix.com> wrote: > > On Mon, Aug 15, 2016 at 4:38 PM, Glyph Lefkowitz > wrote: > > There's a lot that we can do to make Travis almost that fast, with > pre-built Dock

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

2016-08-16 Thread Glyph Lefkowitz
> On Aug 16, 2016, at 3:06 AM, Jean-Paul Calderone > wrote: > > On Mon, Aug 15, 2016 at 7:03 PM, Glyph Lefkowitz > wrote: > >> On Aug 15, 2016, at 2:11 PM, Jean-Paul Calderone > > wrote: >> >> On Mon, Aug 15, 2016 at 4:38 PM,

Re: [Twisted-Python] [BACKWARDS INCOMPATIBILITY] Making twisted.python.dist3 private

2016-08-16 Thread Glyph Lefkowitz
+1 from me as well. It's just weird that we ever made that module public in the first place. This change will make a lot harder to accidentally add some new code and make it python2 only (which we should not be doing at this point!). It will be encouraging progress-wise to visibly see this list s