From issues-reply at bitbucket.org Fri Dec 2 15:20:45 2011 From: issues-reply at bitbucket.org (Bitbucket) Date: Fri, 02 Dec 2011 14:20:45 -0000 Subject: [execnet-dev] New issue 2 in execnet: rsync from python2 to python3 fails for binary files Message-ID: --- you can reply above this line --- New issue 2: rsync from python2 to python3 fails for binary files https://bitbucket.org/hpk42/execnet/issue/2/rsync-from-python2-to-python3-fails-for Ronny Pfannschmidt / RonnyPfannschmidt on Fri, 2 Dec 2011 15:20:45 +0100: Description: fixing requires channel reconfiguration Responsible: RonnyPfannschmidt -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue. From issues-reply at bitbucket.org Fri Dec 2 16:27:53 2011 From: issues-reply at bitbucket.org (Bitbucket) Date: Fri, 02 Dec 2011 15:27:53 -0000 Subject: [execnet-dev] New issue 3 in execnet: global finder takes current pythons builtins instead of using the correct arget subset Message-ID: <3612a62ee5a4c01fdcc67c87aa4d2507@bitbucket.org> --- you can reply above this line --- New issue 3: global finder takes current pythons builtins instead of using the correct arget subset https://bitbucket.org/hpk42/execnet/issue/3/global-finder-takes-current-pythons Ronny Pfannschmidt / RonnyPfannschmidt on Fri, 2 Dec 2011 16:27:53 +0100: Description: to correctly handle it we need to generate listings of builtins for the different python versions that way we can ask for a list of compatible python versions instead of checking if it matches the current one Responsible: RonnyPfannschmidt -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue. From Ronny.Pfannschmidt at gmx.de Sat Dec 10 00:09:09 2011 From: Ronny.Pfannschmidt at gmx.de (Ronny Pfannschmidt) Date: Sat, 10 Dec 2011 00:09:09 +0100 Subject: [execnet-dev] RSync fails mixing python interpreters In-Reply-To: References: Message-ID: <4EE29515.1080707@gmx.de> Hi Fabien, the issue is fixed on the latest hg version of execnet and will be included in the next release regards Ronny On 09/01/2011 06:28 PM, Fabien Devaux wrote: > Hi! > I'm new to the ML but some told me to post bugs here (and I can't find > any valid bugtracker). > > The following code will fail if ran from python2.7 (and it requires > python 3.2 as well to produce the error): > > http://paste.pocoo.org/show/468339/ > > I hope this can help, > > Fabien Devaux. > > > > _______________________________________________ > execnet-dev mailing list > execnet-dev at codespeak.net > http://codespeak.net/mailman/listinfo/execnet-dev -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 900 bytes Desc: OpenPGP digital signature URL: From issues-reply at bitbucket.org Tue Dec 20 13:23:27 2011 From: issues-reply at bitbucket.org (Bitbucket) Date: Tue, 20 Dec 2011 12:23:27 -0000 Subject: [execnet-dev] New issue 4 in execnet: cappability to send more than just a functions code Message-ID: --- you can reply above this line --- New issue 4: cappability to send more than just a functions code https://bitbucket.org/hpk42/execnet/issue/4/cappability-to-send-more-than-just-a Ronny Pfannschmidt / RonnyPfannschmidt on Tue, 20 Dec 2011 13:23:27 +0100: Description: remote_exec should become a bit smarter in order to auto-add imports and other global function definitions to the sourcecode send when passing a pure function Responsible: RonnyPfannschmidt -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue.