[Twisted-Python] Moving under a src directory, or: Sorry But I Broke All Your Pull Requests

2016-08-17 Thread Amber "Hawkie" Brown
Hi everyone, I have just merged the branch which puts twisted under a src/ directory. The reasons are many (see https://hynek.me/articles/testing-packaging/ for details as to why this is a Fantastic Idea), and it will require a bit of care with existing branches and pull requests. Thankfully,

[Twisted-Python] How do you determine the buffer size of a transport - a use-case for not using back pressure

2016-08-17 Thread Steve Morin
Twisted Community Problem: How do you determine the buffer size of a transport, to know how much data is waiting to be transmitted from using transport.write? Wait! You're going to say: use the Producer Consumer API ( http://twistedmatrix.com/documents/current/core/howto/producers.html ) To do w

Re: [Twisted-Python] making appveyor a required status

2016-08-17 Thread Adi Roiban
On 14 August 2016 at 11:38, Adi Roiban wrote: > On 14 August 2016 at 00:40, Glyph Lefkowitz wrote: >> Just a bit of Github housekeeping: Appveyor has looked pretty stable (more >> than our other Windows builds, even). I'm thinking about making it a >> required status for merging. But I'm curi