Re: Python 3 port is 'done'

2015-06-22 Thread Ken Giusti
, 2015 4:21:23 PM Subject: Re: Python 3 port is 'done' No, really - this time I'm serious. I've resynced with master, fixed up a few minor issues, and pushed to the kgiusti-python3 branch: https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;a=shortlog;h=refs/heads/kgiusti-python3

Re: Python 3 port is 'done'

2015-06-18 Thread Ken Giusti
3 port is 'done' Well, done enough to consider merging to master. While the patch is quite large, most of the changes are simple syntax changes to avoid non-python3 compliant syntax. The code is available on the kgiusti-python3 branch at the Apache repo. https://git-wip-us.apache.org

Re: Python 3 port is 'done'

2015-06-16 Thread Robbie Gemmell
To: proton@qpid.apache.org Cc: us...@qpid.apache.org Sent: Thursday, April 30, 2015 10:20:07 AM Subject: Re: Python 3 port is 'done' On 29 April 2015 at 21:05, Ken Giusti kgiu...@redhat.com wrote: Well, done enough to consider merging to master. While the patch is quite large

Re: Python 3 port is 'done'

2015-06-16 Thread Flavio Percoco
On 30/04/15 11:08 -0400, Ken Giusti wrote: - Original Message - From: Ken Giusti kgiu...@redhat.com To: proton@qpid.apache.org Cc: us...@qpid.apache.org Sent: Thursday, April 30, 2015 9:18:26 AM Subject: Re: Python 3 port is 'done' - Original Message - From: Rafael

Re: Python 3 port is 'done'

2015-05-08 Thread Rafael Schloming
: Thursday, April 30, 2015 10:20:07 AM Subject: Re: Python 3 port is 'done' On 29 April 2015 at 21:05, Ken Giusti kgiu...@redhat.com wrote: Well, done enough to consider merging to master. While the patch is quite large, most of the changes are simple syntax changes to avoid non

Re: Python 3 port is 'done'

2015-04-30 Thread Rafael Schloming
On Thu, Apr 30, 2015 at 8:35 AM, Ken Giusti kgiu...@redhat.com wrote: - Original Message - From: Rafael Schloming r...@alum.mit.edu To: proton@qpid.apache.org Sent: Wednesday, April 29, 2015 4:24:09 PM Subject: Re: Python 3 port is 'done' What happens when I run make test

Re: Python 3 port is 'done'

2015-04-30 Thread Ken Giusti
- Original Message - From: Rafael Schloming r...@alum.mit.edu To: proton@qpid.apache.org Sent: Thursday, April 30, 2015 9:00:14 AM Subject: Re: Python 3 port is 'done' On Thu, Apr 30, 2015 at 8:35 AM, Ken Giusti kgiu...@redhat.com wrote: - Original Message

Re: Python 3 port is 'done'

2015-04-30 Thread Ken Giusti
- Original Message - From: Rafael Schloming r...@alum.mit.edu To: proton@qpid.apache.org Sent: Wednesday, April 29, 2015 4:24:09 PM Subject: Re: Python 3 port is 'done' What happens when I run make test and I have both python2 and python3 installed on my system? Do the tests run

Re: Python 3 port is 'done'

2015-04-30 Thread Ken Giusti
- Original Message - From: Ken Giusti kgiu...@redhat.com To: proton@qpid.apache.org Cc: us...@qpid.apache.org Sent: Thursday, April 30, 2015 9:18:26 AM Subject: Re: Python 3 port is 'done' - Original Message - From: Rafael Schloming r...@alum.mit.edu To: proton

Re: Python 3 port is 'done'

2015-04-30 Thread Chuck Rolke
@qpid.apache.org, us...@qpid.apache.org Sent: Wednesday, April 29, 2015 4:05:32 PM Subject: Python 3 port is 'done' Well, done enough to consider merging to master. While the patch is quite large, most of the changes are simple syntax changes to avoid non-python3 compliant syntax

Re: Python 3 port is 'done'

2015-04-30 Thread Robbie Gemmell
On 29 April 2015 at 21:05, Ken Giusti kgiu...@redhat.com wrote: Well, done enough to consider merging to master. While the patch is quite large, most of the changes are simple syntax changes to avoid non-python3 compliant syntax. The code is available on the kgiusti-python3 branch at the

Re: Python 3 port is 'done'

2015-04-30 Thread Robbie Gemmell
On 30 April 2015 at 15:56, Ken Giusti kgiu...@redhat.com wrote: - Original Message - From: Robbie Gemmell robbie.gemm...@gmail.com To: proton@qpid.apache.org Cc: us...@qpid.apache.org Sent: Thursday, April 30, 2015 10:20:07 AM Subject: Re: Python 3 port is 'done' On 29 April 2015

Re: Python 3 port is 'done'

2015-04-30 Thread Ken Giusti
- Original Message - From: Robbie Gemmell robbie.gemm...@gmail.com To: proton@qpid.apache.org Cc: us...@qpid.apache.org Sent: Thursday, April 30, 2015 10:20:07 AM Subject: Re: Python 3 port is 'done' On 29 April 2015 at 21:05, Ken Giusti kgiu...@redhat.com wrote: Well, done

Python 3 port is 'done'

2015-04-29 Thread Ken Giusti
Well, done enough to consider merging to master. While the patch is quite large, most of the changes are simple syntax changes to avoid non-python3 compliant syntax. The code is available on the kgiusti-python3 branch at the Apache repo.

Re: Python 3 port is 'done'

2015-04-29 Thread Rafael Schloming
What happens when I run make test and I have both python2 and python3 installed on my system? Do the tests run once under each version or does one of the versions 'win'? --Rafael On Wed, Apr 29, 2015 at 4:05 PM, Ken Giusti kgiu...@redhat.com wrote: Well, done enough to consider merging to