Re: [Python-Dev] Wrong change log link for 3.5.1

2015-12-07 Thread Andrei Fokau
Hi Ned, Thanks again! You did fix it yesterday but that was for rc1. Is there some automation involved? Maybe a bug somewhere... Andrei On Mon, Dec 7, 2015 at 5:16 PM, Ned Deily wrote: > Thanks, it should really be fixed this time! (I thought I fixed it > yesterday.) > > -- >

Re: [Python-Dev] Third milestone of FAT Python

2015-12-07 Thread Nikolaus Rath
On Dec 04 2015, Victor Stinner wrote: > Hi, > > I implemented 3 new optimizations in FAT Python: loop unrolling, constant > folding and copy builtin functions to constants. In the previous thread, > Terry Reedy asked me if the test suite is complete enough to ensure that

[Python-Dev] Wrong change log link for 3.5.1

2015-12-07 Thread Andrei Fokau
Hi, The Changelog link on https://www.python.org/downloads/release/python-351/ has wrong object id. It should be https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-1-final Thanks, Andrei -- Andrei Fokau 5 Monkeys Agency AB StadsgÄrden 10, 12tr SE-116 45 Stockholm tel: 08-5000 66 53

Re: [Python-Dev] Wrong change log link for 3.5.1

2015-12-07 Thread Ned Deily
Thanks, it should really be fixed this time! (I thought I fixed it yesterday.) -- Ned Deily > On Dec 7, 2015, at 04:37, Andrei Fokau wrote: > > Hi, > > The Changelog link on https://www.python.org/downloads/release/python-351/ > has wrong object id. > It should

Re: [Python-Dev] Avoiding CPython performance regressions

2015-12-07 Thread Armin Rigo
Hi all, Spending an hour with "hg bisect" is a good way to figure out some of the worst speed regressions that occurred in the early days of 2.7 (which are still not fixed now). Here's my favorite's pick: * be4bec689de3 made bm_mako 15% slower, and spitfire_cstringio even much more *

Re: [Python-Dev] [RELEASED] Python 3.5.1 and 3.4.4rc1 are now available

2015-12-07 Thread Ben Hoyt
Great, thank you! Small note, not sure if it's related to the release or not: the downloads menu on python.org seems to be broken. The 2.7 download button is showing for me, but the 3.x download button is kind of kaput. See screenshot: http://i.imgur.com/ji1LCnn.png -Ben On Mon, Dec 7, 2015 at

[Python-Dev] Do windows 10 users, like windows 7 users need to install a SP before installing Python will work?

2015-12-07 Thread Laura Creighton
As webmaster, I am dealing with 3 unhappy would-be python users who have windows 10. Right now their first problem is that when they click on the big yellow button here: https://www.python.org/downloads/ instead of getting a download of 3.5.1 they get a redirect to

Re: [Python-Dev] Do windows 10 users, like windows 7 users need to install a SP before installing Python will work?

2015-12-07 Thread M.-A. Lemburg
On 07.12.2015 21:50, Laura Creighton wrote: > As webmaster, I am dealing with 3 unhappy would-be python users who have > windows 10. > > Right now their first problem is that when they click on the big > yellow button here: https://www.python.org/downloads/ > > instead of getting a download of

Re: [Python-Dev] Do windows 10 users, like windows 7 users need to install a SP before installing Python will work?

2015-12-07 Thread Brett Cannon
On Mon, 7 Dec 2015 at 12:51 Laura Creighton wrote: > As webmaster, I am dealing with 3 unhappy would-be python users who have > windows 10. > > Right now their first problem is that when they click on the big > yellow button here: https://www.python.org/downloads/ > > instead of

Re: [Python-Dev] Do windows 10 users, like windows 7 users need to install a SP before installing Python will work?

2015-12-07 Thread Steve Dower
On 07Dec2015 1250, Laura Creighton wrote: As webmaster, I am dealing with 3 unhappy would-be python users who have windows 10. Right now their first problem is that when they click on the big yellow button here: https://www.python.org/downloads/ instead of getting a download of 3.5.1 they get

Re: [Python-Dev] Do windows 10 users, like windows 7 users need to install a SP before installing Python will work?

2015-12-07 Thread Steve Dower
On 07Dec2015 1324, Steve Dower wrote: On 07Dec2015 1250, Laura Creighton wrote: As webmaster, I am dealing with 3 unhappy would-be python users who have windows 10. Not directly related to this thread, but I just pushed an update to the Windows installers for 3.5.1. (Should avoid people

Re: [Python-Dev] Do windows 10 users, like windows 7 users need to install a SP before installing Python will work?

2015-12-07 Thread Steve Dower
On 07Dec2015 1403, Steve Dower wrote: On 07Dec2015 1324, Steve Dower wrote: On 07Dec2015 1250, Laura Creighton wrote: As webmaster, I am dealing with 3 unhappy would-be python users who have windows 10. Not directly related to this thread, but I just pushed an update to the Windows

Re: [Python-Dev] Do windows 10 users, like windows 7 users need to install a SP before installing Python will work?

2015-12-07 Thread Laura Creighton
In a message of Mon, 07 Dec 2015 21:58:16 +0100, "M.-A. Lemburg" writes: >On 07.12.2015 21:50, Laura Creighton wrote: >> As webmaster, I am dealing with 3 unhappy would-be python users who have >> windows 10. >> >> Right now their first problem is that when they click on the big >> yellow button

Re: [Python-Dev] Do windows 10 users, like windows 7 users need to install a SP before installing Python will work?

2015-12-07 Thread Laura Creighton
In a message of Mon, 07 Dec 2015 13:24:57 -0800, Steve Dower writes: >On 07Dec2015 1250, Laura Creighton wrote: >> As webmaster, I am dealing with 3 unhappy would-be python users who have >> windows 10. >> >> Right now their first problem is that when they click on the big >> yellow button here: