Re: [python-committers] PyCharm open source license

2017-09-01 Thread Berker Peksağ
On Sat, Sep 2, 2017 at 3:37 AM, Senthil Kumaran wrote: > If you are going to use for CPython development, then reach out to Vinay > Sajip. I have four available licences for CPython development too. --Berker ___ python-committers mailing list python-co

Re: [python-committers] PyCharm open source license

2017-09-01 Thread Senthil Kumaran
If you are going to use for CPython development, then reach out to Vinay Sajip. On Fri, Sep 1, 2017 at 7:09 AM, Paul Moore wrote: > I've been trying out PyCharm recently, and looking through the > archives here I see that some time back JetBrains provided us with a > free open source license. Is

Re: [python-committers] Travis CI: macOS is now blocking -- remove macOS from Travis CI?

2017-09-01 Thread Victor Stinner
Le 1 sept. 2017 7:24 PM, "Antoine Pitrou" a écrit : Le 01/09/2017 à 19:15, Victor Stinner a écrit : > > Yesterday, it was possible to merge a PR even if the macOS job was > still queued (no started). It's still possible today. Ah? The merge button was disabled whereas AppVeyor and the 2 manda

Re: [python-committers] Travis CI: macOS is now blocking -- remove macOS from Travis CI?

2017-09-01 Thread Antoine Pitrou
Le 01/09/2017 à 19:15, Victor Stinner a écrit : > > Yesterday, it was possible to merge a PR even if the macOS job was > still queued (no started). It's still possible today. > Maybe we should remove the pre-commit macOS task from the Travis CI > config to focus on post-commit macOS buildbots?

[python-committers] Travis CI: macOS is now blocking -- remove macOS from Travis CI?

2017-09-01 Thread Victor Stinner
Hi, Since today, it seems like the macOS task of a Travis CI job to validate a pull request hangs the whole job. Don't try to cancel the macOS job, or the whole job will be marked as failed! ... even if macOS is in the "Allowed Failure" section. I don't know the best way to "repair" such job. I u

[python-committers] PyCharm open source license

2017-09-01 Thread Paul Moore
I've been trying out PyCharm recently, and looking through the archives here I see that some time back JetBrains provided us with a free open source license. Is that still running? And if so, how do I go about getting a copy? Thanks, Paul ___ python-comm