Re: [Python-Dev] support of the android platform

2016-04-25 Thread Ryan Gonzalez
Oh wow, has a year passed already? I don't have access to an Android device suitable for development, and Cyd seems to have disappeared, which is why the issue ended up abandoned. I'd be happy to try to help with the new effort if possible! -- Ryan [ERROR]: Your autotools build scripts are 200

Re: [Python-Dev] support of the android platform

2016-04-25 Thread Nick Coghlan
On 26 April 2016 at 06:25, Xavier de Gaye wrote: > On 04/25/2016 04:53 PM, Stefan Krah wrote: > > Eric Snow gmail.com> writes: > >> On Sun, Apr 24, 2016 at 1:20 AM, Xavier de Gaye gmail.com > > > > wrote: > >>> Starting with API level 21 (Android 5.0), the build of python3

Re: [Python-Dev] Terminal console

2016-04-25 Thread Franklin? Lee
FWIW, Gmail's policies require: """ A user must be able to unsubscribe from your mailing list through one of the following means: * A prominent link in the body of an email leading users to a page confirming his or her unsubscription (no input from the user, other than confirmation,

Re: [Python-Dev] Terminal console

2016-04-25 Thread Zachary Ware
On Apr 25, 2016 17:08, "Brett Cannon" wrote: > > Good point. Hopefully that's all it was then. Is there any particular reason we include that link in python-dev emails? We don't for any other list as far as I know. -- Zach (On a phone)

Re: [Python-Dev] Terminal console

2016-04-25 Thread Brett Cannon
On Mon, 25 Apr 2016 at 15:02 Dan O'Reilly wrote: > Brett, your initial email shows up in Google Inbox (and maybe Gmail, too) > like this (including the ellipses): > > > *Can someone disable this person's subscription?* > > *...* > > * Unsubscribe: from

Re: [Python-Dev] Terminal console

2016-04-25 Thread Dan O'Reilly
Brett, your initial email shows up in Google Inbox (and maybe Gmail, too) like this (including the ellipses): *Can someone disable this person's subscription?...* * Unsubscribe: http://python.org> from python-dev here>...* So someone might have mistakenly clicked that link, thinking they

Re: [Python-Dev] Terminal console

2016-04-25 Thread Brett Cannon
On Mon, 25 Apr 2016 at 14:45 Tim Peters wrote: > [Tim Golden , on Kenny the "thingy" guy] > > Not subscribed; probably via gmane. > > They were subscribed, but I already did the unsub. > > > > I've added him to a hold list via spam filter. See if that

Re: [Python-Dev] Terminal console

2016-04-25 Thread Tim Peters
[Tim Golden , on Kenny the "thingy" guy] > Not subscribed; probably via gmane. They were subscribed, but I already did the unsub. > I've added him to a hold list via spam filter. See if that works. So now we're doubly safe ;-)

Re: [Python-Dev] Terminal console

2016-04-25 Thread Tim Golden
Not subscribed; probably via gmane. I've added him to a hold list via spam filter. See if that works. TJG On 25/04/2016 22:27, Brett Cannon wrote: Can someone disable this person's subscription? On Mon, 25 Apr 2016 at 14:15 Kenny via Python-Dev

Re: [Python-Dev] Terminal console

2016-04-25 Thread Tim Peters
[Brett Cannon ] > Can someone disable this person's subscription? Done. > On Mon, 25 Apr 2016 at 14:15 Kenny via Python-Dev > wrote: >> >> >> fopen Terminal.app.python. >> 3.5.0.() >> >> def fopen Termina.app.python.3.5.0.() >> >>

Re: [Python-Dev] Terminal console

2016-04-25 Thread Brett Cannon
Can someone disable this person's subscription? On Mon, 25 Apr 2016 at 14:15 Kenny via Python-Dev wrote: > > fopen Terminal.app.python. > 3.5.0.() > > def fopen Termina.app.python.3.5.0.() > > %add.%data(CDATA[])::true||false > > fclose(); > > end

[Python-Dev] Terminal console

2016-04-25 Thread Kenny via Python-Dev
fopen Terminal.app.python. 3.5.0.() def fopen Termina.app.python.3.5.0.() %add.%data(CDATA[])::true||false fclose(); end Terminal.app.python.3.5.0.() Yours thingy Sent from Samsung Mobile___ Python-Dev mailing list Python-Dev@python.org

[Python-Dev] thingy

2016-04-25 Thread Kenny via Python-Dev
Dear thingy, Please replace me with DZWORD. Put in HKEY\SYSTEM_IO_MEMORY\%USB%\%DZWORD%\%ADD\%CDATA\%DATA\ FI thingy Sent from Samsung Mobile___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] support of the android platform

2016-04-25 Thread Xavier de Gaye
On 04/25/2016 04:53 PM, Stefan Krah wrote: > Eric Snow gmail.com> writes: >> On Sun, Apr 24, 2016 at 1:20 AM, Xavier de Gaye gmail.com> > wrote: >>> Starting with API level 21 (Android 5.0), the build of python3 with the >>> official android toolchains (that is, without resorting to external >

Re: [Python-Dev] support of the android platform

2016-04-25 Thread Xavier de Gaye
On 04/25/2016 04:36 PM, Eric Snow wrote: > On Sun, Apr 24, 2016 at 1:20 AM, Xavier de Gaye wrote: >> Starting with API level 21 (Android 5.0), the build of python3 with the >> official android toolchains (that is, without resorting to external >> libraries >> for wide

Re: [Python-Dev] support of the android platform

2016-04-25 Thread Stefan Krah
Eric Snow gmail.com> writes: > On Sun, Apr 24, 2016 at 1:20 AM, Xavier de Gaye gmail.com> wrote: > > Starting with API level 21 (Android 5.0), the build of python3 with the > > official android toolchains (that is, without resorting to external > How does this relate to

Re: [Python-Dev] support of the android platform

2016-04-25 Thread Eric Snow
On Sun, Apr 24, 2016 at 1:20 AM, Xavier de Gaye wrote: > Starting with API level 21 (Android 5.0), the build of python3 with the > official android toolchains (that is, without resorting to external > libraries > for wide character support) runs correctly. With the set of

Re: [Python-Dev] support of the android platform

2016-04-25 Thread Xavier de Gaye
On 04/24/2016 11:50 AM, Stefan Krah wrote: > Xavier de Gaye gmail.com> writes: >> Starting with API level 21 (Android 5.0), the build of python3 with the >> official android toolchains (that is, without resorting to external libraries >> for wide character support) runs correctly. With the set

Re: [Python-Dev] Wordcode: new regular bytecode using 16-bit units

2016-04-25 Thread Raymond Hettinger
> On Apr 24, 2016, at 2:31 PM, Victor Stinner wrote: > > 2016-04-24 23:16 GMT+02:00 Raymond Hettinger : >>> On Apr 24, 2016, at 1:16 PM, Victor Stinner >>> wrote: >>> I proposed to not try to optimize ceval.c to