#jython IRC Log (v0.9)

Index

IRC Log for 2015-01-12

Timestamps are in GMT/BST.

[0:49] * BillSussman (~botwin@177.40.30.177) Quit (Quit: Leaving)
[0:50] * Paladiamors (~justin@pa9b391.tokynt01.ap.so-net.ne.jp) has joined #jython
[1:10] * Paladiamors (~justin@pa9b391.tokynt01.ap.so-net.ne.jp) Quit (Ping timeout: 244 seconds)
[1:15] * sorrysam (~std@146.135.36.172) Quit (Remote host closed the connection)
[2:15] * gthank (~gthank@unaffiliated/gthank) has joined #jython
[4:20] * siel (~siel@unaffiliated/motley) Quit (Ping timeout: 244 seconds)
[4:23] * siel (~siel@unaffiliated/motley) has joined #jython
[5:17] * Michael__ (~Michael@c-50-174-216-83.hsd1.ca.comcast.net) has joined #jython
[5:17] * Michael__ is now known as Guest98926
[5:17] <Guest98926> what???s the latest verson of python jython supports?
[6:35] * Guest98926 (~Michael@c-50-174-216-83.hsd1.ca.comcast.net) Quit (Quit: Guest98926)
[8:12] * lupulcelbun (~andrei@89.47.225.142) has joined #jython
[9:12] * lupulcelbun (~andrei@89.47.225.142) Quit (Ping timeout: 264 seconds)
[9:14] * lupulcelbun (~andrei@89.47.225.142) has joined #jython
[9:20] * lupulcelbun (~andrei@89.47.225.142) Quit (Ping timeout: 245 seconds)
[9:32] * ebarrett (~edd@host-92-20-206-56.as13285.net) Quit (Ping timeout: 240 seconds)
[9:34] * ebarrett (~edd@host-92-20-184-139.as13285.net) has joined #jython
[10:49] * Paladiamors (~justin@pa9b391.tokynt01.ap.so-net.ne.jp) has joined #jython
[11:16] * lupulcelbun (~andrei@188.26.52.66) has joined #jython
[12:57] * xemdetia (xemdetia@nat/ibm/x-omyjmgpgsuhnkmxu) has joined #jython
[16:08] * Paladiamors (~justin@pa9b391.tokynt01.ap.so-net.ne.jp) Quit (Ping timeout: 255 seconds)
[18:24] * Michael__ (~Michael@209.49.1.90) has joined #jython
[18:25] * Michael__ is now known as Guest42682
[18:26] <jimbaker> Guest42682, we are working on jython 2.7.0, which means python 2.7. i was just in fact testing an upgrade to the 2.7.9 version of the standard library, although that will not take place until 2.7.1
[18:27] <jimbaker> but we may have select support from 2.7.9, namely ensurepip. evaluating that next
[18:27] <jimbaker> the other big is thing is validating of SSL certs by default, but we already do that in jython
[18:27] <jimbaker> there are some minor api changes that we do not yet support to allow for more explicit support of this. maybe in 2.7.0, otherwise 2.7.1
[20:07] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Ping timeout: 256 seconds)
[20:10] * xemdetia_ (xemdetia@nat/ibm/x-sgrtiadpauhksrmi) has joined #jython
[20:13] * xemdetia (xemdetia@nat/ibm/x-omyjmgpgsuhnkmxu) Quit (Ping timeout: 244 seconds)
[20:20] * lupulcelbun (~andrei@188.26.52.66) Quit (Ping timeout: 264 seconds)
[20:24] * lopex (uid4272@gateway/web/irccloud.com/x-iwaryvzamsiusdcu) Quit (Write error: Connection reset by peer)
[20:25] * offbyone (~offbyone@spf.ip6.is-is.ca) Quit (Ping timeout: 265 seconds)
[20:26] * paolo (~paolo@unaffiliated/paolo) Quit (Ping timeout: 265 seconds)
[20:27] * lopex (uid4272@gateway/web/irccloud.com/x-ilzblfitremkladg) has joined #jython
[20:32] * offbyone (~offbyone@spf.ip6.is-is.ca) has joined #jython
[20:32] * paolo (~paolo@unaffiliated/paolo) has joined #jython
[20:52] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[21:21] * xemdetia_ (xemdetia@nat/ibm/x-sgrtiadpauhksrmi) Quit (Ping timeout: 244 seconds)
[21:42] <jimbaker> unfortunately someone reinvented the wheel for creating shebangs in wheel. (could not resist). breaks jython because we use a startup script, vs an executable
[21:43] <jimbaker> instead of using setuptools support. anyway, close to getting ensurepip working for non-windows system, using our patched pip
[21:43] <jimbaker> pjenvey, you might find that interesting given your previous work on this subject
[21:44] <pjenvey> aw
[21:46] <Arfrever> Scripts in shebangs should work with Linux...
[21:47] <jimbaker> Arfrever, interesting data point. on os x, i found imagemagick trying to execute my python script, instead of jython. not so useful :)
[21:47] <jimbaker> it was completely confused, stating this is not a TIFF formatted file!
[21:48] <Arfrever> jimbaker: http://www.in-ulm.de/~mascheck/various/shebang/#interpreter-script
[21:49] <jimbaker> pjenvey referenced this in his email back in 2008 on the distutils list, https://mail.python.org/pipermail/distutils-sig/2008-April/009362.html
[21:49] <jimbaker> but i do wonder... if we can now assume some of this ensurepip infrastructure, can we use setuptools support for building .exe stubs? that would be nice
[21:51] <Arfrever> Linux 2.6.27.9 was released on 2008-12-14, i.e. about 8 months after pjenvey's e-mail.
[21:51] <jimbaker> we should be able to hack it in the installer jar so it does the ensurepip step, then build the necessary stub for windows, then resolve this long standing bug http://bugs.jython.org/issue1491
[21:52] <jimbaker> Arfrever, right, that certainly simplifies support on that target
[21:56] <Arfrever> Over 2 years ago in Setuptools (then Distribute) I dropped support for Linux <2.6.27.9 + Jython :) .
[21:56] <Arfrever> https://bitbucket.org/pypa/setuptools/commits/d53c9d4a7a24
[21:58] <jimbaker> Arfrever, oh, thanks - that looks like the entry point i need to put this together. if wheel can rely on this, we are probably good
[21:59] <jimbaker> i'm going to patch https://github.com/jythontools/pip first, we can revisit later the specific wheel vendor package
[22:56] <peke> jimbaker: native launcher on windows would be awesome!
[22:57] <peke> btw, what's the problem to include 2.7.9 stdlib in jython 2.7.0?
[22:57] <jimbaker> peke, well it's basically another beta round of work
[22:58] <jimbaker> so that's a no go i believe
[22:58] <jimbaker> we will triage by deferring to 2.7.1
[22:58] <jimbaker> not a big beta, but still a beta's worth
[22:59] <peke> do you see something that risky that it couldn't make it to rc1?
[23:00] <peke> such a big change wouldn't be a good idea in possible later rc, but unless there's something that's definitely going to break rc1 ought to be fine.
[23:02] <peke> also, is final b4 already out? if not, could this get in too?
[23:02] <jimbaker> peke, i was simply conducting an experiment, given the recent 2.7.9 release. it showed that 1) there are a lot of failures, see http://bugs.jython.org/issue2250; and 2) we can probably support ensurepip with a minimal amount of work
[23:03] <jimbaker> nothing major, but nothing that can be done in just a day or so either
[23:04] <jimbaker> to address these failures. hence the triage
[23:39] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[23:45] * ebarrett (~edd@host-92-20-184-139.as13285.net) Quit (Ping timeout: 256 seconds)
[23:46] * ebarrett (~edd@host-92-20-184-139.as13285.net) has joined #jython

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).