[GitHub] [qpid-proton] kpvdr opened a new pull request #192: ENTMQCL-1361: Changed Python API to better handle strings where symbo…

2019-09-26 Thread GitBox
kpvdr opened a new pull request #192: ENTMQCL-1361: Changed Python API to better handle strings where symbo… URL: https://github.com/apache/qpid-proton/pull/192 Exception characteristics for API symbol changes * Old behavior is not

[jira] [Commented] (PROTON-2110) [Python] Expand tilde symbol as user's home directory when searching for connect.json file

2019-09-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938928#comment-16938928 ] ASF GitHub Bot commented on PROTON-2110: astitcher commented on issue #191: PROTON-2110:

[GitHub] [qpid-proton] astitcher commented on issue #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh…

2019-09-26 Thread GitBox
astitcher commented on issue #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh… URL: https://github.com/apache/qpid-proton/pull/191#issuecomment-535660614 Ok, fair enough - I'd have decided the other way, but we can change it easily enough.

[jira] [Commented] (PROTON-2110) [Python] Expand tilde symbol as user's home directory when searching for connect.json file

2019-09-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938927#comment-16938927 ] ASF subversion and git services commented on PROTON-2110: - Commit

[jira] [Commented] (PROTON-2110) [Python] Expand tilde symbol as user's home directory when searching for connect.json file

2019-09-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938926#comment-16938926 ] ASF GitHub Bot commented on PROTON-2110: astitcher commented on pull request #191: PROTON-2110:

[GitHub] [qpid-proton] astitcher merged pull request #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh…

2019-09-26 Thread GitBox
astitcher merged pull request #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh… URL: https://github.com/apache/qpid-proton/pull/191 This is an automated message from the Apache Git Service. To

[GitHub] [qpid-proton] rkubis commented on issue #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh…

2019-09-26 Thread GitBox
rkubis commented on issue #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh… URL: https://github.com/apache/qpid-proton/pull/191#issuecomment-535648763 Yes, I thought about use of the `os.path.expanduser(...)` in the loop, but I see that there is just one

[jira] [Commented] (PROTON-2110) [Python] Expand tilde symbol as user's home directory when searching for connect.json file

2019-09-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938899#comment-16938899 ] ASF GitHub Bot commented on PROTON-2110: rkubis commented on issue #191: PROTON-2110: [Python]

[jira] [Commented] (PROTON-2109) [Python] Correct default JSON schema to amqps

2019-09-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938832#comment-16938832 ] ASF GitHub Bot commented on PROTON-2109: astitcher commented on pull request #190: PROTON-2109:

[jira] [Commented] (PROTON-2109) [Python] Correct default JSON schema to amqps

2019-09-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938833#comment-16938833 ] ASF subversion and git services commented on PROTON-2109: - Commit

[GitHub] [qpid-proton] astitcher merged pull request #190: PROTON-2109: [Python] Correct default JSON schema to amqps

2019-09-26 Thread GitBox
astitcher merged pull request #190: PROTON-2109: [Python] Correct default JSON schema to amqps URL: https://github.com/apache/qpid-proton/pull/190 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (PROTON-2110) [Python] Expand tilde symbol as user's home directory when searching for connect.json file

2019-09-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938638#comment-16938638 ] ASF GitHub Bot commented on PROTON-2110: rkubis commented on pull request #191: PROTON-2110:

[GitHub] [qpid-proton] rkubis opened a new pull request #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh…

2019-09-26 Thread GitBox
rkubis opened a new pull request #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh… URL: https://github.com/apache/qpid-proton/pull/191 …en searching for connect.json file This is an automated

[jira] [Created] (PROTON-2110) [Python] Expand tilde symbol as user's home directory when searching for connect.json file

2019-09-26 Thread Radim Kubis (Jira)
Radim Kubis created PROTON-2110: --- Summary: [Python] Expand tilde symbol as user's home directory when searching for connect.json file Key: PROTON-2110 URL: https://issues.apache.org/jira/browse/PROTON-2110

[jira] [Commented] (PROTON-2098) [Python] client abruptly disconnects after receiving disconnect-close-half socket close sequence

2019-09-26 Thread Justin Ross (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938488#comment-16938488 ] Justin Ross commented on PROTON-2098: - [~astitcher] is this meant to remain open? > [Python] client

[jira] [Commented] (PROTON-2109) [Python] Correct default JSON schema to amqps

2019-09-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938394#comment-16938394 ] ASF GitHub Bot commented on PROTON-2109: jdanekrh commented on issue #190: PROTON-2109: [Python]

[jira] [Commented] (PROTON-2109) [Python] Correct default JSON schema to amqps

2019-09-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938393#comment-16938393 ] ASF GitHub Bot commented on PROTON-2109: jdanekrh commented on issue #190: PROTON-2109: [Python]

[GitHub] [qpid-proton] jdanekrh commented on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps

2019-09-26 Thread GitBox
jdanekrh commented on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535393191 @rkubis afaik same commit. Clebert was once proposing test fixes in separate commits, in Artemis project, but then

[GitHub] [qpid-proton] jdanekrh edited a comment on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps

2019-09-26 Thread GitBox
jdanekrh edited a comment on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535393191 @rkubis afaik same commit. Clebert was once proposing test changes in separate commits, in Artemis project, but

[jira] [Commented] (PROTON-2109) [Python] Correct default JSON schema to amqps

2019-09-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938322#comment-16938322 ] ASF GitHub Bot commented on PROTON-2109: rkubis commented on issue #190: PROTON-2109: [Python]

[GitHub] [qpid-proton] rkubis commented on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps

2019-09-26 Thread GitBox
rkubis commented on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535365622 @astitcher The Python tests are fixed now. I was not sure if the fix of the Python tests should be in a separate