Fred Drake | 1 Oct 2007 20:51
Picon

PyPI appears down

PyPI is down, as far as I can tell (so is the wiki).

  -Fred

--

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller
Benji York | 1 Oct 2007 20:39
Gravatar

PyPI down

As is my sworn duty, I have the sad news to relay that PyPI is, 
regrettably, down.
--

-- 
Benji York
http://benjiyork.com
Bernd Rössl | 1 Oct 2007 21:04
Favicon

cheeseshop and pypi unreachable


Hey there,

http://pypi.python.org and http://cheeseshop.python.org are not reachable.  Both host can be pinged but the web is not responding. The actual problem is that my buildout is not running without one of this hosts. 

cheers, bernd


--
Lovely Systems, Developer

phone: +43 5572 908060, fax: +43 5572 908060-77
Schmelzhütterstraße 26a, 6850 Dornbirn, Austria



_______________________________________________
Catalog-SIG mailing list
Catalog-SIG <at> python.org
http://mail.python.org/mailman/listinfo/catalog-sig
Jim Fulton | 1 Oct 2007 21:45
Gravatar

Re: cheeseshop and pypi unreachable

Use http://download.zope.org/ppix/.

Jim

On Oct 1, 2007, at 3:04 PM, Bernd Rössl wrote:

>
> Hey there,
>
> http://pypi.python.org and http://cheeseshop.python.org are not  
> reachable.  Both host can be pinged but the web is not responding.  
> The actual problem is that my buildout is not running without one  
> of this hosts.
>
> cheers, bernd
>
>
> --
> Lovely Systems, Developer
>
> phone: +43 5572 908060, fax: +43 5572 908060-77
> Schmelzhütterstraße 26a, 6850 Dornbirn, Austria
>
>
>
> _______________________________________________
> Catalog-SIG mailing list
> Catalog-SIG <at> python.org
> http://mail.python.org/mailman/listinfo/catalog-sig

--
Jim Fulton
Zope Corporation
Vern Muhr | 3 Oct 2007 03:10

How to make the Package index more useful

Greetings,

I check the package index almost every day. More and more it seems to be filled with every single change that occurs to a few code basees (Zope, Plone, etc) no matter how trivial. I don't understand why these development teams don't have their own SIG to post this stuff to. It does makes sense to post major new releases to the Package Index. Often now, it seems that these minor package changes bump other packages off the bottom of the visible list, or at least make it a task to find anything of interest.

Is anyone else annoyed by this?

I mean this to be constructive input. I'm not dissing these developers.

Best regards, Vern Muhr

_______________________________________________
Catalog-SIG mailing list
Catalog-SIG <at> python.org
http://mail.python.org/mailman/listinfo/catalog-sig
Phillip J. Eby | 3 Oct 2007 04:33
Gravatar

Re: How to make the Package index more useful

At 06:10 PM 10/2/2007 -0700, Vern Muhr wrote:
>Content-class: urn:content-classes:message
>Content-Type: multipart/alternative;
>         boundary="----_=_NextPart_001_01C8055A.3AF0387D"
>
>Greetings,
>
>I check the package index almost every day. More and more it seems 
>to be filled with every single change that occurs to a few code 
>basees (Zope, Plone, etc) no matter how trivial. I don't understand 
>why these development teams don't have their own SIG to post this 
>stuff to. It does makes sense to post major new releases to the 
>Package Index. Often now, it seems that these minor package changes 
>bump other packages off the bottom of the visible list, or at least 
>make it a task to find anything of interest.

May I suggest using an RSS reader, such as Bloglines or Google 
Reader?  These services will show you a complete history of changes, 
without any ability for you to "miss" anything.
Martin v. Löwis | 3 Oct 2007 15:55
Picon
Gravatar

Re: PyPI down

> As is my sworn duty, I have the sad news to relay that PyPI is, 
> regrettably, down.

Thanks. I still can't figure out what precise sequence of events
causes that problem, but I added another criterion for restarting
Apache which would have hit in this instance.

Regards,
Martin
Paul Boddie | 23 Oct 2007 01:06
Picon

PyPI Front Page Package Ordering

Hello,

I notice (at around 20071022T230500Z, as some might say) that PyPI is showing 
for "recent packages" the first 30 packages in the database sorted by 
ascending version number, or something similar. Perhaps some query isn't 
quite as it might seem.

Regards,

Paul
Martin v. Löwis | 23 Oct 2007 06:36
Picon
Gravatar

Re: PyPI Front Page Package Ordering

> I notice (at around 20071022T230500Z, as some might say) that PyPI is showing 
> for "recent packages" the first 30 packages in the database sorted by 
> ascending version number, or something similar. Perhaps some query isn't 
> quite as it might seem.

Thanks for pointing that out. Indeed, it was not - an "order by" clause
was missing. This is a fallback case only if "too many" recent releases
are immediately set to hidden, so it was rarely tested. It's now fixed.

Regards,
Martin

Gmane