Re: [Twisted-Python] [INCOMPATIBLE CHANGE] Removing Gadfly support from adbapi

2015-12-04 Thread Amber Brown
We don't! Those tests never run, because "import sqlite" doesn't work on 2.7. Today's plan is to put up a patch to test stdlib sqlite3 and pysqlite2 :) On 5 Dec 2015 09:29, Glyph Lefkowitz wrote: > > > > On Dec 4, 2015, at 4:07 AM, Amber Hawkie Brown > > wrote: > > > > So, apparently, a long

Re: [Twisted-Python] [INCOMPATIBLE CHANGE] Removing Gadfly support from adbapi

2015-12-04 Thread Glyph Lefkowitz
> On Dec 4, 2015, at 4:07 AM, Amber Hawkie Brown > wrote: > > So, apparently, a long time ago, there was a database called Gadfly, and > Twisted used to test adbapi against it. However, since then, we've moved on > from Python versions that gadfly supports, so it outright doesn't work now --

Re: [Twisted-Python] Attaching the release number to a closed/merged ticket

2015-12-04 Thread Glyph Lefkowitz
> On Dec 4, 2015, at 4:51 AM, Adi Roiban wrote: > > Hi, > > I would like to ask you if you think that is a good idea to have the version > of Twisted in which the changes associated with a ticket. > > The use case would be: Someone search the net for something related to > Twisted (a bug or

[Twisted-Python] OSCAR stopped working and we didn't notice

2015-12-04 Thread Glyph Lefkowitz
According to this stack overflow question: http://stackoverflow.com/questions/34095372/python-twisted-words-protocols-oscar-default-implementation-no-longer-connects-t

Re: [Twisted-Python] Suggested plan for GitHub migration

2015-12-04 Thread Craig Rodrigues
On Thu, Dec 3, 2015 at 7:07 PM, Glyph Lefkowitz wrote: > The important thing about a "checklist" though, is checking things off - > how will that be kept up to date in sync with what has actually happened? > > The checklist is written using the GitHub flavored markdown syntax for checklists: htt

Re: [Twisted-Python] [INCOMPATIBLE CHANGE] Removing Gadfly support from adbapi

2015-12-04 Thread Jason Williams
We don't use Gadfly but I really appreciate you mentioning the changes like this on the ML. :) Sent via iPhone > On Dec 4, 2015, at 04:07, Amber Hawkie Brown > wrote: > > So, apparently, a long time ago, there was a database called Gadfly, and > Twisted used to test adbapi against it. Howeve

[Twisted-Python] twisted.web response.py questions

2015-12-04 Thread peter
hi, looking over: https://twistedmatrix.com/documents/14.0.2/_downloads/response.py im not really sure why one would use the line: self.remaining = 1024 * 10 this suggest to me that one knew what kind of page size was expected...but what if you dont? wouldnt it make more sense to use

[Twisted-Python] Attaching the release number to a closed/merged ticket

2015-12-04 Thread Adi Roiban
Hi, I would like to ask you if you think that is a good idea to have the version of Twisted in which the changes associated with a ticket. The use case would be: Someone search the net for something related to Twisted (a bug or some feature) and the land to a Trac ticket. Just by looking at the T

[Twisted-Python] [INCOMPATIBLE CHANGE] Removing Gadfly support from adbapi

2015-12-04 Thread Amber "Hawkie" Brown
So, apparently, a long time ago, there was a database called Gadfly, and Twisted used to test adbapi against it. However, since then, we've moved on from Python versions that gadfly supports, so it outright doesn't work now -- not buggy, not weird -- just doesn't even import. This doesn't chang

Re: [Twisted-Python] ssl APIs

2015-12-04 Thread Glyph Lefkowitz
> On Dec 3, 2015, at 9:14 PM, meejah wrote: > > > I've been fooling around with the Twisted SSL APIs. > > I'd like to add a "loadPEM" and documentation to ssl.KeyPair; shall I > open a ticket and start this, or is there a reason it doesn't have a > loadPEM() like some of the other classes (or