[Python-Dev] Summary of Python tracker Issues

2017-06-30 Thread Python tracker
ACTIVITY SUMMARY (2017-06-23 - 2017-06-30) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6006 (-20) closed 36565 (+95) total 42571 (+75) Open issues wit

Re: [Python-Dev] Star the CPython GitHub project if you like Python!

2017-06-30 Thread rym...@gmail.com
I had tried to get people to star it after the GitHub migration, but I don't think too many did... FWIW Python's doing pretty well on GitHub considering it's only been there a couple of months. Only other project that did so well was Swift, and that was partly because it was previously closed-sour

Re: [Python-Dev] (no subject)

2017-06-30 Thread Rob Boehne
Victor, Thanks - I will comment on the issue WRT backporting the fix. If you have particular issues you’d like me to look into, just point me in the right direction. Thanks, Rob On 6/30/17, 2:29 AM, "Victor Stinner" wrote: >Hi Robb, > >2017-06-29 23:34 GMT+02:00 Rob Boehne : >> I¹m new to

[Python-Dev] Star the CPython GitHub project if you like Python!

2017-06-30 Thread Victor Stinner
Hi, GitHub has a showcase page of hosted programming languages: https://github.com/showcases/programming-languages Python is only #11 with 8,539 stars, behind PHP and Ruby! Hey, you should "like" ("star"?) the CPython project if you like Python! https://github.com/python/cpython/ Clic

Re: [Python-Dev] New work-in-progress bisection tool for the Python test suite (in regrtest)

2017-06-30 Thread Victor Stinner
Another example to bisect "Running test_warnings twice fails" bug: http://bugs.python.org/issue30812 --- haypo@selma$ ./python -m test.bisect -o bisect test_warnings test_warnings (...) Tests (1): * test.test_warnings._WarningsTests.test_showwarnmsg_missing (...) Bisection completed in 14 iterati

Re: [Python-Dev] Bug in buildbot view (changes column)

2017-06-30 Thread Victor Stinner
FYI there is an ongoing migration from the old patched Buildbot 0.8 to a vanilla Buildbot 0.9: https://github.com/python/buildmaster-config/pull/12 Sorry, I don't know much more. There are private discussion between 2 buildbot developers, Zachary Ware and me, but Zach is in vacation :-) We will t

Re: [Python-Dev] Buildbot report (almost July)

2017-06-30 Thread Terry Reedy
On 6/29/2017 5:34 PM, Rob Boehne wrote: Hello, I¹m new to the list, and contributing to Python specifically, and I¹m interested in getting master and 3.6 branches building and working ³better² on UNIX. I¹ve been looking at a problem building 3.6 on HP-UX and see a PR was merged into master, http

[Python-Dev] Bug in buildbot view (changes column)

2017-06-30 Thread Antoine Pitrou
Hello, If you look at this page (waterfall view of 3.x unstable buildbots), you'll notice the "changes" column on the left lists the recent changesets on master: http://buildbot.python.org/all/waterfall?tag=3.x.unstable However, on the equivalent view for 3.x stable buildbots, the "changes" colu

[Python-Dev] (no subject)

2017-06-30 Thread Victor Stinner
Hi Robb, 2017-06-29 23:34 GMT+02:00 Rob Boehne : > I¹m new to the list, and contributing to Python specifically, and I¹m > interested in getting master and 3.6 branches building and working > ³better² on UNIX. > I¹ve been looking at a problem building 3.6 on HP-UX and see a PR was > merged into ma