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.)
>
>   --
> 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 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
> mob: +46 76 3060 888
> skype:andrei.fokau
> and...@5monkeys.se
>
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/nad%40acm.org
>
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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
> FAT Python doesn't break the Python semantic.
[...]

I just wanted to say that I think this is truly great! Thanks working
on this!


Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

 »Time flies like an arrow, fruit flies like a Banana.«
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[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
mob: +46 76 3060 888
skype:andrei.fokau
and...@5monkeys.se
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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 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
> mob: +46 76 3060 888
> skype:andrei.fokau
> and...@5monkeys.se
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: https://mail.python.org/mailman/options/python-dev/nad%40acm.org
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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

* ad030571e6c0  made ai 5% slower

Just thought it would be worth mentioning it here.  There is much more
waiting for someone with a little more patience if we believe
https://www.speedtin.com/public .


A bientôt,

Armin.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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 12:06 AM, Larry Hastings  wrote:

>
> On behalf of the Python development community and the Python 3.4 and 3.5
> release teams, I'm pleased to announce the simultaneous availability of
> Python 3.5.1 and Python 3.4.4rc1.   As point releases, both have many
> incremental improvements over their predecessor releases.
>
>
> You can find Python 3.5.1 here:
>
> https://www.python.org/downloads/release/python-351/
>
> And you can find Python 3.4.4rc1 here:
>
> https://www.python.org/downloads/release/python-344rc1/
>
>
> Python 2.7.11 shipped today too, so it's a Python release-day hat trick!
>
>
> Happy computing,
>
>
> */arry*
>
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/benhoyt%40gmail.com
>
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[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
https://www.python.org/downloads/windows/

I've tried them on both the 
Download Windows x86 web-based installer

and
 
Download Windows x86-64 web-based installer

but still no go, they get the  Modify/Repair/Uninstall screen
like: http://www2.openend.se/~lac/5796.2.png

I do not know how to help them now.

Laura


___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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 3.5.1 they get a redirect to
> https://www.python.org/downloads/windows/
> 
> I've tried them on both the 
> Download Windows x86 web-based installer
> 
> and
>  
> Download Windows x86-64 web-based installer
> 
> but still no go, they get the  Modify/Repair/Uninstall screen
> like: http://www2.openend.se/~lac/5796.2.png
> 
> I do not know how to help them now.

Have they already tried the regular installers (as opposed to
the web installers) ?

Cheers,
-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Experts (#1, Dec 07 2015)
>>> Python Projects, Coaching and Consulting ...  http://www.egenix.com/
>>> Python Database Interfaces ...   http://products.egenix.com/
>>> Plone/Zope Database Interfaces ...   http://zope.egenix.com/


::: We implement business ideas - efficiently in both time and costs :::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
   Registered at Amtsgericht Duesseldorf: HRB 46611
   http://www.egenix.com/company/contact/
  http://www.malemburg.com/

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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 getting a download of 3.5.1 they get a redirect to
> https://www.python.org/downloads/windows/


Reported at https://github.com/python/pythondotorg/issues/863


>
>
> I've tried them on both the
> Download Windows x86 web-based installer
>
> and
>
> Download Windows x86-64 web-based installer
>
> but still no go, they get the  Modify/Repair/Uninstall screen
> like: http://www2.openend.se/~lac/5796.2.png
>
> I do not know how to help them now.
>

Did they have any previous installations? I'm not aware of any specific
version requirements.

-Brett


>
> Laura
>
>
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/brett%40python.org
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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 a redirect to
https://www.python.org/downloads/windows/


There were a few web site glitches. I thought I saw Ned dealing with 
some earlier?



I've tried them on both the
Download Windows x86 web-based installer

and

Download Windows x86-64 web-based installer

but still no go, they get the  Modify/Repair/Uninstall screen
like: http://www2.openend.se/~lac/5796.2.png


This means they've already installed it. What is the actual problem 
they're having?



I do not know how to help them now.

Laura

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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 being confused when 
the py.exe launcher is removed on upgrade from 3.5.0.)


There's a chance that people installing over the next 5-10 minutes will 
see issues. If anyone asks, just let them know to clear their download 
cache and redownload the installer.


Apologies in advance for the extra support requests this will generate, 
and thank you to everyone who helps out by patiently dealing with them.


Cheers,
Steve


P.S. Until the web site is updated, the new hashes and file sizes are:
File  MD5 
Size
python-3.5.1-webinstall.exe 
6dfcc4012c96d84f0a83d00cfddf8bb8 937680
python-3.5.1.exe 
4d6fdb5c3630cf60d457c9825f69b4d7   28743504
python-3.5.1-embed-win32.zip 
6e783d8fd44570315d488b9a9881ff106023182
python-3.5.1-amd64-webinstall.exe 
6a14ac8dfb70017c07b8f6cb622daa1a 963360
python-3.5.1-amd64.exe 
863782d22a521d8ea9f3cf41db1e484d   29627072
python-3.5.1-embed-amd64.zip 
b07d15f515882452684e0551decad2426832590
python351.chm 
cc3e73cbe2d71920483923b7317103917719456

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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 installers for 3.5.1. (Should avoid people being confused when
the py.exe launcher is removed on upgrade from 3.5.0.)


To be clearer here, people won't be confused because the launcher will 
no longer be removed (though it might be *added*, but that's less 
confusing and easier to fix).



___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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 here: https://www.python.org/downloads/
>> 
>> instead of getting a download of 3.5.1 they get a redirect to
>> https://www.python.org/downloads/windows/
>> 
>> I've tried them on both the 
>> Download Windows x86 web-based installer
>> 
>> and
>>  
>> Download Windows x86-64 web-based installer
>> 
>> but still no go, they get the  Modify/Repair/Uninstall screen
>> like: http://www2.openend.se/~lac/5796.2.png
>> 
>> I do not know how to help them now.
>
>Have they already tried the regular installers (as opposed to
>the web installers) ?

No.  I really was hoping to not have to walk them through this one,
as I don't have a windows machine and have never done it myself.

(And my internet connection went away for several hours, so now
they are likely asleep.  As I should be.)

Laura
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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: https://www.python.org/downloads/
>>
>> instead of getting a download of 3.5.1 they get a redirect to
>> https://www.python.org/downloads/windows/
>
>There were a few web site glitches. I thought I saw Ned dealing with 
>some earlier?
>
>> I've tried them on both the
>> Download Windows x86 web-based installer
>>
>> and
>>
>> Download Windows x86-64 web-based installer
>>
>> but still no go, they get the  Modify/Repair/Uninstall screen
>> like: http://www2.openend.se/~lac/5796.2.png
>
>This means they've already installed it. What is the actual problem 
>they're having?

It is all they are getting.  py -3.5 doesn't get them an interpreter.
I haven't been able to get them to find a traceback, either.

Laura
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com