[issue41363] python 3.8.5 folder not visible in https://www.python.org/ftp/python/ listing

2020-07-21 Thread Ned Deily


Ned Deily  added the comment:

Thanks for the report. The python.org website sits behind a content delivery 
network service and sometimes it takes a little while for pages to be updated 
in the cache.  It should be there now.

--
nosy: +ned.deily
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41363] python 3.8.5 folder not visible in https://www.python.org/ftp/python/ listing

2020-07-21 Thread Андрей Перевёрткин

New submission from Андрей Перевёрткин :

Open https://www.python.org/ftp/python/ and observe that there is no 3.8.5 
folder.
Open https://www.python.org/ftp/python/3.8.5/ and observe that all the expected 
files are present.

Conclusion: https://www.python.org/ftp/python/ index needs an update.

--
messages: 374076
nosy: Андрей Перевёрткин
priority: normal
severity: normal
status: open
title: python 3.8.5 folder not visible in https://www.python.org/ftp/python/ 
listing
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue41363>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41363] python 3.8.5 folder not visible in https://www.python.org/ftp/python/ listing

2020-07-21 Thread SilentGhost


Change by SilentGhost :


--
nosy: +lukasz.langa

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing "www.python.org:80/"

2019-10-18 Thread Senthil Kumaran


Senthil Kumaran  added the comment:


New changeset 0f3187c1ce3b3ace60f6c1691dfa3d4e744f0384 by Senthil Kumaran in 
branch '3.8':
[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839)
https://github.com/python/cpython/commit/0f3187c1ce3b3ace60f6c1691dfa3d4e744f0384


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing "www.python.org:80/"

2019-10-18 Thread Senthil Kumaran


Change by Senthil Kumaran :


--
pull_requests: +16390
pull_request: https://github.com/python/cpython/pull/16839

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing "www.python.org:80/"

2019-10-18 Thread miss-islington


miss-islington  added the comment:


New changeset 82b5f6b16e051f8a2ac6e87ba86b082fa1c4a77f by Miss Islington (bot) 
in branch '3.7':
bpo-27657: Fix urlparse() with numeric paths (GH-661)
https://github.com/python/cpython/commit/82b5f6b16e051f8a2ac6e87ba86b082fa1c4a77f


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing "www.python.org:80/"

2019-10-18 Thread miss-islington


Change by miss-islington :


--
pull_requests: +16384
pull_request: https://github.com/python/cpython/pull/16837

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing "www.python.org:80/"

2019-10-18 Thread Senthil Kumaran


Senthil Kumaran  added the comment:


New changeset 5a88d50ff013a64fbdb25b877c87644a9034c969 by Senthil Kumaran (Tim 
Graham) in branch 'master':
bpo-27657: Fix urlparse() with numeric paths (#661)
https://github.com/python/cpython/commit/5a88d50ff013a64fbdb25b877c87644a9034c969


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37613] Broken "Back to top" link in www.python.org (mobile)

2019-07-17 Thread Mariatta


Mariatta  added the comment:

Thanks for the report.
The issue tracker for python.org website is at 
https://github.com/python/pythondotorg/issues

PR should be proposed there instead of python/cpython.

--
assignee: docs@python -> 
nosy: +Mariatta
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37613] Broken "Back to top" link in www.python.org (mobile)

2019-07-17 Thread Giovanni Cappellotto


Giovanni Cappellotto  added the comment:

I can reproduce the error in Chrome for MacOS when I emulate the resolution of 
a generic mobile device.

I think I have a quick fix for the issue, I will publish a PR soon.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37613] Broken "Back to top" link in www.python.org (mobile)

2019-07-17 Thread Giovanni Cappellotto


Change by Giovanni Cappellotto :


--
title: Fix broken "Back to top" link in www.python.org (mobile) -> Broken "Back 
to top" link in www.python.org (mobile)

___
Python tracker 
<https://bugs.python.org/issue37613>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37613] Fix broken "Back to top" link in www.python.org (mobile)

2019-07-17 Thread Giovanni Cappellotto


New submission from Giovanni Cappellotto :

The mobile version of https://www.python.org/ has a "Back to top" link at the 
bottom of every page that should scroll the page back to the top, but it 
doesn't work in Chrome for Android.

Note: it works with Safari on iOS.

--
assignee: docs@python
components: Documentation
messages: 348087
nosy: docs@python, potomak
priority: normal
severity: normal
status: open
title: Fix broken "Back to top" link in www.python.org (mobile)

___
Python tracker 
<https://bugs.python.org/issue37613>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



Re: www.python.org down

2018-05-07 Thread Chris Angelico
On Sun, May 6, 2018 at 9:22 PM, Gilmeh Serda
 wrote:
> On Mon, 30 Apr 2018 10:38:54 -0700, Jorge Gimeno wrote:
>
>> Not sure who to report to, but the site comes back with a 503. Anyone
>> know where I can direct this to?
>
> Why would you report it? Give it at least a day before you're going
> berserk with "reports"! If there's a serious problem, they will see to it
> that a replacement site is launched that will give info on what happened.
> Sit back and stay calm!
>
> Trust me, there is nothing more annoying than having to wade through a
> crapload of "error reports" early in the morning. And especially from
> those morons who end their reports with "What's wrong?" Gee, are you
> coming over to fix things?
>
> I wish I had a penny for every such "report" we receive to our external
> support box, I'd be rich today.
>

So you'd rather the site just stay down until the right person happens
to notice it?

Nice to know that your attitude towards your web site's users is that
they are "morons", and even more indicative that you consider that
people should let the site be down for a minimum of 86,400 seconds
before it's considered serious enough to actually report.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: www.python.org down

2018-04-30 Thread Mark Lawrence

On 30/04/18 19:41, Bill Deegan wrote:

back up for me.



Ditto :)

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

--
https://mail.python.org/mailman/listinfo/python-list


Re: www.python.org down

2018-04-30 Thread Bill Deegan
back up for me.

On Mon, Apr 30, 2018 at 2:26 PM, Mark Lawrence 
wrote:

> On 30/04/18 19:17, Paul Moore wrote:
>
>> It's working for me now.
>> Paul
>>
>> On 30 April 2018 at 18:38, Jorge Gimeno  wrote:
>>
>>> Not sure who to report to, but the site comes back with a 503. Anyone
>>> know
>>> where I can direct this to?
>>>
>>> -Jorge L. Gimeno
>>> --
>>> https://mail.python.org/mailman/listinfo/python-list
>>>
>>
> When originally reported I was getting, and am still getting, 502.
>
> --
> My fellow Pythonistas, ask not what our language can do for you, ask
> what you can do for our language.
>
> Mark Lawrence
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: www.python.org down

2018-04-30 Thread Mark Lawrence

On 30/04/18 19:17, Paul Moore wrote:

It's working for me now.
Paul

On 30 April 2018 at 18:38, Jorge Gimeno  wrote:

Not sure who to report to, but the site comes back with a 503. Anyone know
where I can direct this to?

-Jorge L. Gimeno
--
https://mail.python.org/mailman/listinfo/python-list


When originally reported I was getting, and am still getting, 502.

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

--
https://mail.python.org/mailman/listinfo/python-list


Re: www.python.org down

2018-04-30 Thread Bill Deegan
Still 502 for me.

On Mon, Apr 30, 2018 at 2:17 PM, Paul Moore  wrote:

> It's working for me now.
> Paul
>
> On 30 April 2018 at 18:38, Jorge Gimeno  wrote:
> > Not sure who to report to, but the site comes back with a 503. Anyone
> know
> > where I can direct this to?
> >
> > -Jorge L. Gimeno
> > --
> > https://mail.python.org/mailman/listinfo/python-list
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: www.python.org down

2018-04-30 Thread Bill Deegan
Ditto. I see a 502.

On Mon, Apr 30, 2018 at 1:38 PM, Jorge Gimeno  wrote:

> Not sure who to report to, but the site comes back with a 503. Anyone know
> where I can direct this to?
>
> -Jorge L. Gimeno
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: www.python.org down

2018-04-30 Thread Paul Moore
It's working for me now.
Paul

On 30 April 2018 at 18:38, Jorge Gimeno  wrote:
> Not sure who to report to, but the site comes back with a 503. Anyone know
> where I can direct this to?
>
> -Jorge L. Gimeno
> --
> https://mail.python.org/mailman/listinfo/python-list
-- 
https://mail.python.org/mailman/listinfo/python-list


www.python.org down

2018-04-30 Thread Jorge Gimeno
Not sure who to report to, but the site comes back with a 503. Anyone know
where I can direct this to?

-Jorge L. Gimeno
-- 
https://mail.python.org/mailman/listinfo/python-list


[issue30827] Tweak order of links in https://www.python.org/downloads/source/

2017-07-02 Thread Berker Peksag

Berker Peksag added the comment:

Thank you for the report, Sarge. This is already reported to python.org issue 
tracker at https://github.com/python/pythondotorg/issues/1079

Closing this as 'third party'.

--
nosy: +berker.peksag
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30827] Tweak order of links in https://www.python.org/downloads/source/

2017-07-02 Thread Sarge Borsch

New submission from Sarge Borsch:

Right now, there are these links in https://www.python.org/downloads/source/:
Latest Python 2 Release - Python 2.7.13
Latest Python 3 Release - Python 3.6.1

Python 3 should be the first, because it's the real Python now, and Python 2 is 
deprecated and legacy.

--
assignee: docs@python
components: Documentation, Installation
messages: 297510
nosy: Sarge Borsch, docs@python
priority: normal
severity: normal
status: open
title: Tweak order of links in https://www.python.org/downloads/source/
type: enhancement
versions: Python 2.7

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30827>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing "www.python.org:80/"

2017-03-13 Thread Tim Graham

Changes by Tim Graham :


--
pull_requests: +542

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17500] move PC/icons/source.xar to http://www.python.org/community/logos/

2016-06-13 Thread Roundup Robot

Roundup Robot added the comment:

New changeset d9090aa75607 by Martin Panter in branch 'default':
Issue #17500: Remove merge conflict scar tissue
https://hg.python.org/cpython/rev/d9090aa75607

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17500] move PC/icons/source.xar to http://www.python.org/community/logos/

2016-06-10 Thread Matthias Klose

Matthias Klose added the comment:

removed the PC/icons directory.

--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17500] move PC/icons/source.xar to http://www.python.org/community/logos/

2016-06-10 Thread Roundup Robot

Roundup Robot added the comment:

New changeset c6c55d1eadc4 by doko in branch '2.7':
- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove
https://hg.python.org/cpython/rev/c6c55d1eadc4

New changeset 0c4d525a2f10 by doko in branch '3.5':
- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove
https://hg.python.org/cpython/rev/0c4d525a2f10

New changeset a3060775b8ad by doko in branch 'default':
- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove
https://hg.python.org/cpython/rev/a3060775b8ad

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17500] move PC/icons/source.xar to http://www.python.org/community/logos/

2016-06-05 Thread Ned Deily

Ned Deily added the comment:

LGTM

--
versions: +Python 3.5, Python 3.6 -Python 3.2, Python 3.3, Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17500] move PC/icons/source.xar to http://www.python.org/community/logos/

2016-06-02 Thread Matthias Klose

Changes by Matthias Klose :


--
nosy: +ned.deily, steve.dower

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17500] move PC/icons/source.xar to http://www.python.org/community/logos/

2016-06-02 Thread Matthias Klose

Matthias Klose added the comment:

even for the window builds, I don't see any use of these icons for any build. I 
filed https://github.com/python/pythondotorg/issues/945 to make these files 
available as downloadable resources. However even if these are not accepted 
there, I think we should remove the PC/icons directory for all active branches.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25816] https://www.python.org/downloads/ not working for 3.5.1 for windows 10 users

2015-12-07 Thread Brett Cannon

Brett Cannon added the comment:

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

--
nosy: +brett.cannon
resolution:  -> not a bug
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25816] https://www.python.org/downloads/ not working for 3.5.1 for windows 10 users

2015-12-07 Thread Laura Creighton

New submission from Laura Creighton:

webmaster has heard from 2 windows 10 users who say that when 
they click on 'download windows 3.5.1' they are sent to
this  page https://www.python.org/downloads/windows/

instead of actually getting a download.

--
messages: 256063
nosy: lac
priority: normal
severity: normal
status: open
title: https://www.python.org/downloads/ not working for 3.5.1 for windows 10 
users

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25816>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



https://www.python.org/downloads/ offline

2015-11-29 Thread Pablo Lucena
Is anyone else getting 503 errors when accessing the downloads page of
python.org?


-- 
*Pablo Lucena*
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: https://www.python.org/downloads/ offline

2015-11-29 Thread Chris Angelico
On Sun, Nov 29, 2015 at 7:14 PM, Pablo Lucena  wrote:
> Is anyone else getting 503 errors when accessing the downloads page of
> python.org?
>
>
> --
> *Pablo Lucena*
> --
> https://mail.python.org/mailman/listinfo/python-list

Yes, the whole site seems to be down. Cc'ing the www list, although
someone probably knows already.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list


[issue24804] https://www.python.org/ftp/python/2.7.4/python-2.7.4.msi actually installs 2.7.7

2015-08-05 Thread Zachary Ware

Zachary Ware added the comment:

The report is almost certainly not accurate and is probably a result of trying 
to install 2.7.4 on top of 2.7.7, which will not work (the 2.7.7 python27.dll 
is newer and not overwritten).  Either way, neither version is supported 
anymore.

--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
resolution:  - not a bug
stage:  - resolved
status: open - closed
type:  - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24804
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24357] www.python.org lost IPv6 connectivity

2015-06-01 Thread Paul Marks

New submission from Paul Marks:

Python's web servers were formerly reachable from IPv6 clients, as evidenced by 
this example code for socket.getaddrinfo():

https://docs.python.org/3/library/socket.html#socket.getaddrinfo

But today, www.python.org is IPv4-only:

 import socket
 socket.getaddrinfo(www.python.org, 80, proto=socket.IPPROTO_TCP)
[(AddressFamily.AF_INET: 2, SocketType.SOCK_STREAM: 1, 6, '', 
('23.235.40.223', 80))]

Please either restore IPv6 connectivity to www.python.org, or accept the shame 
and defeat of pointing the documentation to someone else's domain.

--
assignee: docs@python
components: Documentation
messages: 244625
nosy: Paul Marks, docs@python
priority: normal
severity: normal
status: open
title: www.python.org lost IPv6 connectivity

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24357
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24167] 2.4.X links on www.python.org/downloads/windows point to the wrong files

2015-05-11 Thread Paul Baker

New submission from Paul Baker:

On the www.python.org/downloads/windows page, the Windows x86 MSI installer 
links for versions 2.4.4, 2.4.3, 2.4.2 and 2.4.0 point to the IA64 versions of 
the installers rather than the x86 versions.

For example, the 2.4.4 link points to python-2.4.4.ia64.msi rather than 
python-2.4.4.msi.

--
components: Installation, Windows
messages: 242897
nosy: paul.baker, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: 2.4.X links on www.python.org/downloads/windows point to the wrong files

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24167
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24167] 2.4.X links on www.python.org/downloads/windows point to the wrong files

2015-05-11 Thread STINNER Victor

STINNER Victor added the comment:

You should report bugs of the website to 
https://github.com/python/pythondotorg/issues

--
nosy: +haypo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24167
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24167] 2.4.X links on www.python.org/downloads/windows point to the wrong files

2015-05-11 Thread Paul Baker

Paul Baker added the comment:

Done: https://github.com/python/pythondotorg/issues/751

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24167
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24167] 2.4.X links on www.python.org/downloads/windows point to the wrong files

2015-05-11 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
resolution:  - third party
stage:  - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24167
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



Re: [pydotorg-www] www.python.org - Backend is unhealthy

2015-05-10 Thread anatoly techtonik
On Fri, May 8, 2015 at 11:32 AM, Noah Kantrowitz n...@coderanger.net wrote:

 On May 8, 2015, at 10:28 AM, Chris Angelico ros...@gmail.com wrote:

 On Fri, May 8, 2015 at 6:17 PM,  jarau...@skynet.be wrote:
 I cannot access www.python.org.
 I always get

 Error 503 Backend is unhealthy

 Backend is unhealthy

 Guru Mediation:

 Details: cache-ams4149-AMS 1431072956 2041303800

 Varnish cache server


 Is it only me?


 No, it's not only you. I get the same but with different details:

 Details: cache-syd1627-SYD 1431073575 864283876

 It looks to me as if my result is coming from a cache node in Sydney;
 yours is coming from some other cache node, so it's not just one node
 that's down.

 Cc'ing in the www list in case someone there knows, and I'll create a
 github issue to ping the people there.

 Should be recovering now.

I see those once in a while. Not sure if it is only for PyPI, wiki or both.
What is the reason?

-- 
anatoly t.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: [pydotorg-www] www.python.org - Backend is unhealthy

2015-05-08 Thread Chris Angelico
On Fri, May 8, 2015 at 6:32 PM, Noah Kantrowitz n...@coderanger.net wrote:
 Cc'ing in the www list in case someone there knows, and I'll create a
 github issue to ping the people there.

 Should be recovering now.

Thanks, yep, working for me now!

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: www.python.org - Backend is unhealthy

2015-05-08 Thread Chris Angelico
On Fri, May 8, 2015 at 6:17 PM,  jarau...@skynet.be wrote:
 I cannot access www.python.org.
 I always get

 Error 503 Backend is unhealthy

 Backend is unhealthy

 Guru Mediation:

 Details: cache-ams4149-AMS 1431072956 2041303800

 Varnish cache server


 Is it only me?


No, it's not only you. I get the same but with different details:

Details: cache-syd1627-SYD 1431073575 864283876

It looks to me as if my result is coming from a cache node in Sydney;
yours is coming from some other cache node, so it's not just one node
that's down.

Cc'ing in the www list in case someone there knows, and I'll create a
github issue to ping the people there.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list


www.python.org - Backend is unhealthy

2015-05-08 Thread jarausch
I cannot access www.python.org.
I always get 

Error 503 Backend is unhealthy

Backend is unhealthy

Guru Mediation:

Details: cache-ams4149-AMS 1431072956 2041303800

Varnish cache server


Is it only me?

Thanks for a hint,
Helmut
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: [pydotorg-www] www.python.org - Backend is unhealthy

2015-05-08 Thread Noah Kantrowitz

On May 8, 2015, at 10:28 AM, Chris Angelico ros...@gmail.com wrote:

 On Fri, May 8, 2015 at 6:17 PM,  jarau...@skynet.be wrote:
 I cannot access www.python.org.
 I always get
 
 Error 503 Backend is unhealthy
 
 Backend is unhealthy
 
 Guru Mediation:
 
 Details: cache-ams4149-AMS 1431072956 2041303800
 
 Varnish cache server
 
 
 Is it only me?
 
 
 No, it's not only you. I get the same but with different details:
 
 Details: cache-syd1627-SYD 1431073575 864283876
 
 It looks to me as if my result is coming from a cache node in Sydney;
 yours is coming from some other cache node, so it's not just one node
 that's down.
 
 Cc'ing in the www list in case someone there knows, and I'll create a
 github issue to ping the people there.

Should be recovering now.

--Noah



signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: [pydotorg-www] www.python.org - Backend is unhealthy

2015-05-08 Thread jarausch
On Friday, 8 May 2015 10:32:21 UTC+2, Coderanger  wrote:
 Should be recovering now.

Thanks, it's fine here, as well.
Helmut

-- 
https://mail.python.org/mailman/listinfo/python-list


[issue20719] testPythonOrg() of test_robotparser fails with the new www.python.org website

2015-03-18 Thread STINNER Victor

STINNER Victor added the comment:

This issue has been worked around.

--
resolution:  - out of date
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20719
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



www.python.org

2014-10-28 Thread Eileen | Cellsix Pty Ltd

Hi,

I recently browsed through your business website and wanted to highlight  
some key points for consideration.


I am sure it will complement your-SEO work to help your website attract  
only quality visitors and make it scale high on the search .engine results  
page (SERP) gradually.


Would you be interested in receiving the details?

Best regards,
Eileen
Online-Strategist


CELLsIX
MEDIA PTY LTD.




Headquarters: Office 7003 X2 Tower, Cluster X, Melbourne Vic. 3000 Australia
Other Branches: Sydney | Perth | Brisbane | Adelaide | Hobart

Disclaimer: This e-mail is private and confidential. If you are not the  
intended recipient, please advise us by return e-mail immediately, and  
delete the e-mail and any attachments without using or disclosing the  
contents in any way. The views expressed in this e-mail are those of the  
author, and do not represent those of this company unless this is clearly  
indicated. You should scan this e-mail and any attachments for viruses.  
This company accepts no liability for any direct or indirect damage or loss  
resulting from the use of any attachments to this e-mail. All quotes  
received from Cellsix Media by email are informal and not binding until a  
formal quote is agreed upon by both the parties.



-- 
https://mail.python.org/mailman/listinfo/python-list


Re: www.python.org

2014-10-28 Thread Cameron Simpson

Hi Pythonistas,

On behalf of all Australians, I would like to apologise for this ill advised 
SEO spam.


Embarrassed,
Cameron Simpson c...@zip.com.au

On 28Oct2014 08:48, Eileen | Cellsix Pty Ltd eileenjthomps...@gmail.com wrote:

Hi,

I recently browsed through your business website and wanted to highlight some
key points for consideration.

I am sure it will complement your-S.E.O. work to help your website attract
only quality visitors and make it scale high on the search .engine results
page (SERP) gradually.

Would you be interested in receiving the details?

Best regards,
Eileen
Online-Strategist

CELLsIX
MEDIA PTY LTD.



Headquarters: Office 7003 X2 Tower, Cluster X, Melbourne Vic. 3000 Australia
Other Branches: Sydney | Perth | Brisbane | Adelaide | Hobart

Disclaimer: This e-mail is private and confidential. If you are not the
intended recipient, please advise us by return e-mail immediately, and delete
the e-mail and any attachments without using or disclosing the contents in
any way. The views expressed in this e-mail are those of the author, and do
not represent those of this company unless this is clearly indicated. You
should scan this e-mail and any attachments for viruses. This company accepts
no liability for any direct or indirect damage or loss resulting from the use
of any attachments to this e-mail. All quotes received from Cellsix Media by
email are informal and not binding until a formal quote is agreed upon by
both the parties.





--
https://mail.python.org/mailman/listinfo/python-list


--
https://mail.python.org/mailman/listinfo/python-list


[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-09-30 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 97c329849ef3 by Ned Deily in branch '3.2':
Issue #20939: Use www.example.com instead of www.python.org to avoid test
https://hg.python.org/cpython/rev/97c329849ef3

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



https://www.python.org/ seems to be down

2014-09-26 Thread Gmane
https://www.python.org/ seems to be down when I last checked on 06:45 UTC on
26th Sep 2014.
Anybody else experiencing this problem?

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: https://www.python.org/ seems to be down

2014-09-26 Thread Rock Neurotiko
2014-09-26 8:46 GMT+02:00 Gmane shivaji...@yahoo.com.dmarc.invalid:

 https://www.python.org/



http://www.downforeveryoneorjustme.com/python.org

-- 
Miguel García Lafuente - Rock Neurotiko

Do it, the devil is in the details.
The quieter you are, the more you are able to hear.
Happy Coding. Code with Passion, Decode with Patience.
If we make consistent effort, based on proper education, we can change the
world.

El contenido de este e-mail es privado, no se permite la revelacion del
contenido de este e-mail a gente ajena a él.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: https://www.python.org/ seems to be down

2014-09-26 Thread Chris Angelico
On Fri, Sep 26, 2014 at 4:46 PM, Gmane
shivaji...@yahoo.com.dmarc.invalid wrote:
 https://www.python.org/ seems to be down when I last checked on 06:45 UTC on
 26th Sep 2014.
 Anybody else experiencing this problem?

Working for me. Are you getting DNS failure, HTTP failure, SSL
certificate issues, or what?

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: https://www.python.org/ seems to be down

2014-09-26 Thread Gmane
Chris Angelico rosuav at gmail.com writes:

 
 On Fri, Sep 26, 2014 at 4:46 PM, Gmane
 shivaji_tn at yahoo.com.dmarc.invalid wrote:
  https://www.python.org/ seems to be down when I last checked on 06:45 UTC on
  26th Sep 2014.
  Anybody else experiencing this problem?
 
 Working for me. Are you getting DNS failure, HTTP failure, SSL
 certificate issues, or what?
 
 ChrisA
 


I am getting the following error in my Firefox browser (OpenSuse OS):

Secure Connection Failed

An error occurred during a connection to www.python.org. The OCSP response
is not yet valid (contains a date in the future). (Error code:
sec_error_ocsp_future_response)

The page you are trying to view cannot be shown because the authenticity
of the received data could not be verified.
Please contact the web site owners to inform them of this problem.
Alternatively, use the command found in the help menu to report this broken
site.

Shiva

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: https://www.python.org/ seems to be down

2014-09-26 Thread Rock Neurotiko
2014-09-26 9:05 GMT+02:00 Gmane shivaji...@yahoo.com.dmarc.invalid:

 Chris Angelico rosuav at gmail.com writes:

 I am getting the following error in my Firefox browser (OpenSuse OS):

 Secure Connection Failed

 An error occurred during a connection to www.python.org. The OCSP response
 is not yet valid (contains a date in the future). (Error code:
 sec_error_ocsp_future_response)

 The page you are trying to view cannot be shown because the
 authenticity
 of the received data could not be verified.
 Please contact the web site owners to inform them of this problem.
 Alternatively, use the command found in the help menu to report this broken
 site.

 Shiva

 --
 https://mail.python.org/mailman/listinfo/python-list



Check your local date, usually that happens when you don't have it right.


-- 
Miguel García Lafuente - Rock Neurotiko

Do it, the devil is in the details.
The quieter you are, the more you are able to hear.
Happy Coding. Code with Passion, Decode with Patience.
If we make consistent effort, based on proper education, we can change the
world.

El contenido de este e-mail es privado, no se permite la revelacion del
contenido de este e-mail a gente ajena a él.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re:https://www.python.org/ seems to be down

2014-09-26 Thread Dang Zhiqiang
Working for me, In beijing is OK.




At 2014-09-26 14:46:15, Gmane shivaji...@yahoo.com.dmarc.invalid wrote:
https://www.python.org/ seems to be down when I last checked on 06:45 UTC on
26th Sep 2014.
Anybody else experiencing this problem?

-- 
https://mail.python.org/mailman/listinfo/python-list
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: https://www.python.org/ seems to be down

2014-09-26 Thread Gmane
Hi, 

Thanks  - that was the problemincorrect system date/time. The system
date time and hardware date time were off. Adjusted the system time to use
one of the online time servers and then used hwclock --systohc (as a root
user) to set the hardware clock.

But it is weird that the data from a website fails to render because of
incorrect system date.

Thanks,
Shiva

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: https://www.python.org/ seems to be down

2014-09-26 Thread Rock Neurotiko
2014-09-26 9:25 GMT+02:00 Gmane shivaji...@yahoo.com.dmarc.invalid:

 Hi,

 Thanks  - that was the problemincorrect system date/time. The system
 date time and hardware date time were off. Adjusted the system time to use
 one of the online time servers and then used hwclock --systohc (as a root
 user) to set the hardware clock.

 But it is weird that the data from a website fails to render because of
 incorrect system date.

 Thanks,
 Shiva

 --
 https://mail.python.org/mailman/listinfo/python-list


Doesn't fails the render of the data, fails the verification of the SSL
certificate, all certificates have an start and end date, if you are not in
that range, your browser don't verify it (that's to prevent malicious SSL
certs).

-- 
Miguel García Lafuente - Rock Neurotiko

Do it, the devil is in the details.
The quieter you are, the more you are able to hear.
Happy Coding. Code with Passion, Decode with Patience.
If we make consistent effort, based on proper education, we can change the
world.

El contenido de este e-mail es privado, no se permite la revelacion del
contenido de este e-mail a gente ajena a él.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: https://www.python.org/ seems to be down

2014-09-26 Thread Chris Angelico
On Fri, Sep 26, 2014 at 5:31 PM, Rock Neurotiko
miguelglafue...@gmail.com wrote:
 Doesn't fails the render of the data, fails the verification of the SSL
 certificate, all certificates have an start and end date, if you are not in
 that range, your browser don't verify it (that's to prevent malicious SSL
 certs).

Precisely. Normally, if you get an error about the date range, the
best thing to do is check the cert's validity dates; if it looks like
it ought to be valid, check your system date :)

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list


[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-06-22 Thread Ned Deily

Ned Deily added the comment:

Since the original problems reported here have been fixed in current branches, 
I'm closing this issue.

--
resolution:  - fixed
stage: commit review - resolved
status: open - closed
versions:  -Python 3.1, Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-04-15 Thread ddve...@ucar.edu

Changes by ddve...@ucar.edu ddve...@ucar.edu:


--
nosy: +ddve...@ucar.edu

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-27 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 426a7046cdb0 by Ned Deily in branch '2.7':
Issue #20939: Use www.example.com instead of www.python.org to avoid test
http://hg.python.org/cpython/rev/426a7046cdb0

New changeset 31e42208eb99 by Ned Deily in branch '3.4':
Issue #20939: Backout test_urllib2.test_issue16464 disables:
http://hg.python.org/cpython/rev/31e42208eb99

New changeset 6134684ba222 by Ned Deily in branch '3.4':
Issue #20939: Use www.example.com instead of www.python.org to avoid test
http://hg.python.org/cpython/rev/6134684ba222

New changeset 67dcb2d19dc4 by Ned Deily in branch 'default':
Issue #20939: merge from 3.4
http://hg.python.org/cpython/rev/67dcb2d19dc4

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-27 Thread Roundup Robot

Roundup Robot added the comment:

New changeset b533cc11d114 by Ned Deily in branch '3.4':
Issue #20939: remove stray character from comment
http://hg.python.org/cpython/rev/b533cc11d114

New changeset ff27cb871b16 by Ned Deily in branch 'default':
Issue #20939: merge from 3.4
http://hg.python.org/cpython/rev/ff27cb871b16

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-27 Thread Ned Deily

Ned Deily added the comment:

I've pushed the changes to 2.7, 3.4, and default.  That has exposed a new 
intermittent failure of test_fileno in test.test_urllibnet (see Issue21069).  
I'll leave this issue open until that is resolved.  And I'll leave it up to the 
respective release managers to decide whether they want to backport to their 
security-fix-only branches.

--
stage: patch review - commit review

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-20 Thread Senthil Kumaran

Senthil Kumaran added the comment:

The suggested patch(s) looks good to me.

--
nosy: +orsenthil

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-20 Thread Arfrever Frehtes Taifersar Arahesis

Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com:


--
nosy: +Arfrever

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20982] http://www.python.org used in unit test is directed to HTTPS url

2014-03-19 Thread STINNER Victor

New submission from STINNER Victor:

Many Python unit tests use http://www.python.org/ but the URL is directed to 
https://www.python.org/. Tests fail if the ssl module is missing.

I modified test_urllib2.test_issue16464() but then I realized that many more 
tests are impacted: many tests of test_urllibnet.
---
changeset:   89857:ad0c75b7bd7d
tag: tip
parent:  89855:9120196b3114
parent:  89856:68335b8afb1f
user:Victor Stinner victor.stin...@gmail.com
date:Wed Mar 19 17:34:12 2014 +0100
description:
(Merge 3.4) Skip test_urllib2.test_issue16464() is the ssl module is missing


changeset:   89856:68335b8afb1f
branch:  3.4
parent:  89852:c44258b4b7a4
user:Victor Stinner victor.stin...@gmail.com
date:Wed Mar 19 17:31:20 2014 +0100
files:   Lib/test/test_urllib2.py
description:
Skip test_urllib2.test_issue16464() is the ssl module is missing
---

Should we modify all unit tests to skip them if ssl is missing, or should we 
use another HTTP URL?

--
messages: 214112
nosy: haypo
priority: normal
severity: normal
status: open
title: http://www.python.org used in unit test is directed to HTTPS url
versions: Python 2.7, Python 3.4, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20982
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20982] http://www.python.org used in unit test is directed to HTTPS url

2014-03-19 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
resolution:  - duplicate
stage:  - committed/rejected
status: open - closed
superseder:  - test_geturl of test_urllibnet fails with 
'https://www.python.org/' != 'http://www.python.org/'

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20982
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-17 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 7f4fba171a40 by Ned Deily in branch '3.4':
Issue #20939: merge from 3.3
http://hg.python.org/cpython/rev/7f4fba171a40

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-17 Thread Ned Deily

Ned Deily added the comment:

Here are patches to change network use of www.python.org to www.example.com so 
that the tests should pass even if the interpreter is built without SSL 
support.  It turns out that there are references to www.python.org in 
unexpected places (like test_site) so, while I ran all tests and tested the 
changes both with and without SSL availability, it wouldn't surprise me if I 
missed a few spots. Also, as requested by Benjamin, I produced patches for and 
tested on 3.1 and 3.2.  I'm +0 on applying the changes there as there are 
other, unrelated test failures with those releases on some platforms, but with 
the patches no one can blame the new python.org website for them.

--
assignee:  - ned.deily
keywords: +patch
nosy: +benjamin.peterson, georg.brandl
stage: needs patch - patch review
versions: +Python 3.1, Python 3.2, Python 3.5
Added file: http://bugs.python.org/file34454/issue20939_all_27.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-17 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


Added file: http://bugs.python.org/file34456/issue20939_all_32.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-17 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


Added file: http://bugs.python.org/file34455/issue20939_all_31.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-17 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


Added file: http://bugs.python.org/file34457/issue20939_all_33.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-17 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


Added file: http://bugs.python.org/file34458/issue20939_all_3x.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-16 Thread Curtis Doty

Changes by Curtis Doty cur...@greenkey.net:


--
nosy: +GreenKey

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-15 Thread Ned Deily

New submission from Ned Deily:

It looks like another change to the new python.org website is breaking another 
test:

==
FAIL: test_geturl (test.test_urllibnet.urlopenNetworkTests)
--
Traceback (most recent call last):
  File 
/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/test_urllibnet.py,
 line 86, in test_geturl
self.assertEqual(gotten_url, URL)
AssertionError: 'https://www.python.org/' != 'http://www.python.org/'
- https://www.python.org/
? -
+ http://www.python.org/

--
components: Tests
messages: 213677
nosy: ned.deily
priority: high
severity: normal
stage: needs patch
status: open
title: test_geturl of test_urllibnet fails with 'https://www.python.org/' != 
'http://www.python.org/'
versions: Python 2.7, Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-15 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 9b02f23bc129 by Ned Deily in branch '2.7':
Issue #20939: Fix test_geturl failure in test_urllibnet due to
http://hg.python.org/cpython/rev/9b02f23bc129

New changeset 030efedd70ca by Ned Deily in branch '3.3':
Issue #20939: Fix test_geturl failure in test_urllibnet due to
http://hg.python.org/cpython/rev/030efedd70ca

New changeset 9358a41b245b by Ned Deily in branch 'default':
Issue #20939: merge from 3.3
http://hg.python.org/cpython/rev/9358a41b245b

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-15 Thread Ned Deily

Ned Deily added the comment:

The above changes temporarily fix the problem as long as the build include ssl 
support.  We should probably change all of the tests to use some other domain 
that does not redirect to https: www.example.com has been suggested.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20939
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20719] testPythonOrg() of test_robotparser fails with the new www.python.org website

2014-03-02 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 540ce9bb19e8 by Georg Brandl in branch '3.3':
#20719: Disable the robotparser python.org test until the gzip encoding issue 
can be sorted.
http://hg.python.org/cpython/rev/540ce9bb19e8

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20719
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20719] testPythonOrg() of test_robotparser fails with the new www.python.org website

2014-02-21 Thread Jesús Cea Avión

Changes by Jesús Cea Avión j...@jcea.es:


--
nosy: +jcea
title: testPythonOrg() of test_robotparser fails with the new ww.python.org 
website - testPythonOrg() of test_robotparser fails with the new 
www.python.org website

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20719
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20719] testPythonOrg() of test_robotparser fails with the new www.python.org website

2014-02-21 Thread Ned Deily

Ned Deily added the comment:

Interesting. As of last night, I'm no longer seeing 'gzip' encoding and the 
test passes for me.  But I see some of the buildbots intermittently failing.  
Looking at the headers for www.python.org/robots.txt, it appears that the file 
is being served from a varnish cache and from a CDN so there may be different 
responses depending on which server responds.  

 r1.getheaders()
[('Server', 'nginx'), ('Content-Type', 'text/plain'), ('X-Frame-Options', 
'SAMEORIGIN'), ('Content-Length', '690'), ('Accept-Ranges', 'bytes'), ('Date', 
'Fri, 21 Feb 2014 23:53:23 GMT'), ('Via', '1.1 varnish'), ('Age', '2858'), 
('Connection', 'keep-alive'), ('X-Served-By', 'cache-sv62-SJC3'), ('X-Cache', 
'HIT'), ('X-Cache-Hits', '1')]

In any case, supporting gzip would be a good idea but tests will need to have a 
more repeatable URL.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20719
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18354] http://www.python.org/doc/ has outdated note

2013-07-05 Thread Tshepang Lekhonkhobe

Changes by Tshepang Lekhonkhobe tshep...@gmail.com:


--
nosy: +tshepang

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18354
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18354] http://www.python.org/doc/ has outdated note

2013-07-05 Thread Éric Araujo

Éric Araujo added the comment:

The HHGP was an opinionated, distribute-centric user guide, which is now 
outdated and obsoleted by the upcoming Python packaging user documentation, 
which will cover more tools and be blessed by Nick Coghlan and the developers 
of packaging tools.

--
nosy: +eric.araujo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18354
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18354] http://www.python.org/doc/ has outdated note

2013-07-05 Thread Éric Araujo

Éric Araujo added the comment:

Also I don’t think we’ll ever have documentation for non-stdlib libs/tools in 
the standard docs, so the HHGP or new packaging user doc won’t «be merged into 
the Python documentation».

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18354
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18354] http://www.python.org/doc/ has outdated note

2013-07-05 Thread Brian Curtin

Brian Curtin added the comment:

Fixed in r14798 of the site.

--
assignee: docs@python - brian.curtin
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18354
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18354] http://www.python.org/doc/ has outdated note

2013-07-03 Thread Daniel Holth

New submission from Daniel Holth:

Please remove the note.

Note

A new documentation project, which will be merged into the Python documentation 
soon, covers creating, installing and distributing Python packages:

The Hitchhiker's Guide to Packaging (creating and distributing Python 
packages)

--
assignee: docs@python
components: Documentation
messages: 192251
nosy: dholth, docs@python
priority: normal
severity: normal
status: open
title: http://www.python.org/doc/ has outdated note
type: enhancement

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18354
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18354] http://www.python.org/doc/ has outdated note

2013-07-03 Thread Brian Curtin

Brian Curtin added the comment:

Can you say why?

--
nosy: +brian.curtin

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18354
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18206] There is no license.html on www.python.org

2013-06-13 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
nosy: +georg.brandl

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18206
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18206] There is no license.html on www.python.org

2013-06-13 Thread py.user

New submission from py.user:

[guest@localhost ~]$ python3
Python 3.3.0 (default, Sep 29 2012, 22:07:38)
[GCC 4.7.2 20120921 (Red Hat 4.7.2-2)] on linux
Type help, copyright, credits or license for more information.
 license()
See http://www.python.org/3.3/license.html


404


answer from webmas...@python.org:

Hello,

When I use the version of Python distributed by python.org and type license() 
I get the full license text and not the url.

It seems like this might be a change made by Red Hat? Either way, the proper 
place to discuss issues like this is on the Python bug tracker:

http://bugs.python.org/

Feel free to report an issue there and the developers can look at it.

This email address is actually for reporting problems with the Python.org 
website!

All the best,

Michael Foord



in Lib/site.py:
[guest@localhost cpython]$ sed -n '453,456p' Lib/site.py
builtins.license = _Printer(
license, See http://www.python.org/%.3s/license.html; % sys.version,
[LICENSE.txt, LICENSE],
[os.path.join(here, os.pardir), here, os.curdir])
[guest@localhost cpython]$

--
assignee: docs@python
components: Documentation, Library (Lib)
messages: 191095
nosy: docs@python, py.user
priority: normal
severity: normal
status: open
title: There is no license.html on www.python.org
type: behavior
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18206
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18206] There is no license.html on www.python.org

2013-06-13 Thread Georg Brandl

Georg Brandl added the comment:

This broke because we now have release 3.3.0 instead of 3.3.
But it's easy to add a redirect, which I've done now.

In the future, site.py should be fixed to say 3.3.0 or 3.3.X depending on the 
current bugfix version.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18206
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17500] move PC/icons/source.xar to http://www.python.org/community/logos/

2013-03-21 Thread Matthias Klose

Matthias Klose added the comment:

ohh, I didn't see. however these are binaries only, and they still promise to 
open the sources, however the latest information on this page is for Ubuntu 
dapper drake (6.06), now almost seven years old.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17500
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17500] move PC/icons/source.xar to http://www.python.org/community/logos/

2013-03-21 Thread Matthias Klose

Matthias Klose added the comment:

besides the availability of the graphics program, would there be any objection 
to move the source.xar file to the python.org web site?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17500
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17500] move PC/icons/source.xar to http://www.python.org/community/logos/

2013-03-20 Thread Matthias Klose

New submission from Matthias Klose:

This is a proposal to move the PC/icons/source.xar from the core distribution 
to the python website. Afaics currently the derived file PC/icons/baselogo is 
only used, and http://www.python.org/community/logos/ has even other 
recommended svg files for the logo.

The logo files were added in issue1490384, and source.xar explained 
(http://bugs.python.org/issue1490384#msg50276) as:

source.xar; not sure either

   This is the primary vector graphics source of the icons -
   the other SVG and PNG files are just there because other
   people requested them.

   It's in Xara format, a previously proprietary graphics
   application which has now gone open-source and is heading
   rapidly towards being usable on Linux, but isn't quite there
   yet.

However Xara was never open-source and shipped with pre-built binaries afaicr, 
and today you can't download even that anymore. Besides not being used for the 
(windows) build, Debian cannot even distribute this file, because it cannot be 
modified in it's current form with free software, and therefore has to be 
removed for the upstream tarball for each Debian upload.  So it would help 
Debian to ship the unmodified upstream tarball.

The source.xar could be kept available on the python website together with the 
other logo files.

--
assignee: doko
messages: 184811
nosy: doko, loewis
priority: normal
severity: normal
status: open
title: move PC/icons/source.xar to http://www.python.org/community/logos/
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17500
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing www.python.org:80/

2013-02-26 Thread Senthil Kumaran

Senthil Kumaran added the comment:

I am noticing this one late. Sorry for that.
I agree that this is docs issue and I would like to fix it in this way.

Give the doc example as:

 urlparse('www.cwi.nl/%7Eguido/Python.html')
ParseResult(scheme='', netloc='', path='www.cwi.nl/%7Eguido/Python.html', 
params='', query='', fragment='')

Instead of

 urlparse('www.cwi.nl:80/%7Eguido/Python.html')

Which introduces a trick :80 parsing and invokes the rule that Georg pointed 
out in the message. If I recollect, the point of the example was to point out 
that URLs (following 1808 RFC) should start with // for their netloc to be 
identified. Otherwise it is path.

A : on PORT without the scheme : is really tricky for any application, so 
it is right thing for the parser to identify anything before : as scheme and 
the implementation here is correct.

So, instead of fixing the example to identify the scheme as www.cwi.nl which 
is quite meaningless, the better way to fix the example will be, change the 
example to urlparse('www.cwi.nl/%7Eguido/Python.html') and the result remains 
the same.

I am going ahead with the fix. Thanks.

--
resolution: invalid - 

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16932
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing www.python.org:80/

2013-02-26 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 33895c474b4d by Senthil Kumaran in branch '2.7':
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not 
specified to demonstrate correct behavior
http://hg.python.org/cpython/rev/33895c474b4d

New changeset 5442a77b925c by Senthil Kumaran in branch '3.2':
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not 
specified to demonstrate correct behavior
http://hg.python.org/cpython/rev/5442a77b925c

New changeset 8928205f57f6 by Senthil Kumaran in branch '3.3':
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not 
specified to demonstrate correct behavior
http://hg.python.org/cpython/rev/8928205f57f6

New changeset 9caad461936e by Senthil Kumaran in branch 'default':
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not 
specified to demonstrate correct behavior
http://hg.python.org/cpython/rev/9caad461936e

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16932
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing www.python.org:80/

2013-02-26 Thread Senthil Kumaran

Senthil Kumaran added the comment:

I have fixed the docs issue. Thanks for the report and following up.

--
assignee:  - orsenthil
keywords:  -buildbot
resolution:  - fixed
stage: needs patch - committed/rejected
status: open - closed
type:  - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16932
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing www.python.org:80/

2013-01-14 Thread Andrew Svetlov

Changes by Andrew Svetlov andrew.svet...@gmail.com:


--
nosy: +asvetlov

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16932
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing www.python.org:80/

2013-01-11 Thread Sandro Tosi

New submission from Sandro Tosi:

Hello,
as reported at http://mail.python.org/pipermail/docs/2013-January/012375.html 
urlparse fails to parse URLs without a schema and with a url path, as opposed 
to what's documented at 
http://docs.python.org/2/library/urlparse.html?highlight=urlparse#urlparse :

./python -c from urlparse import urlparse ; print(urlparse('python.org:80/'))
ParseResult(scheme='python.org', netloc='', path='80/', params='', query='', 
fragment='')

(that is for 2.7, but the same happens on all the 3.x active branches).

i'm attaching a test to expose this failure.

--
components: Library (Lib)
files: urlparse.diff
keywords: patch
messages: 179670
nosy: sandro.tosi
priority: normal
severity: normal
stage: needs patch
status: open
title: urlparse fails at parsing www.python.org:80/
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28692/urlparse.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16932
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing www.python.org:80/

2013-01-11 Thread Sandro Tosi

Sandro Tosi added the comment:

Adding Senthil as per expert list

--
nosy: +orsenthil

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16932
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing www.python.org:80/

2013-01-11 Thread Georg Brandl

Georg Brandl added the comment:

This is not a bug: urlparse is there to parse URLs, and URLs start with an URL 
scheme such as http:.

There is no way for a generic URL parser to know that python.org:80/ is 
supposed to be http://python.org:80/;.

--
nosy: +georg.brandl
resolution:  - invalid
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16932
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16932] urlparse fails at parsing www.python.org:80/

2013-01-11 Thread Sandro Tosi

Sandro Tosi added the comment:

The documentation reports this example:

 urlparse('www.cwi.nl:80/%7Eguido/Python.html')
ParseResult(scheme='', netloc='', path='www.cwi.nl:80/%7Eguido/Python.html',
   params='', query='', fragment='')

but when executing it returns:

$ ./python -V
Python 2.7.3+
$ ./python -c from urlparse import urlparse ; print 
urlparse('www.cwi.nl:80/%7Eguido/Python.html')
ParseResult(scheme='www.cwi.nl', netloc='', path='80/%7Eguido/Python.html', 
params='', query='', fragment='')

which doesn't match.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16932
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



  1   2   >